:root {
  --container-padding-left: 20px;
  --container-padding-right: 20px;
  --row-margin-left: -20px;
  --row-margin-right: -20px;

  /* Colors */
  --color--eggshell: #fffff7;
  --color--coral: #db6361;
  --color--blue: #3b33ed;
  --color--eggplant: #332b5c;
  --color--sapphire-splendour: #2721c2;
  --color--choux-a-la-creme: #ebd17a;
  --color--mint: #91f7ed;
  --color-prune-plum: #211d3e;

  /* Fonts */
  --font--primary: 'Atyp Display', sans-serif;
  --font--secondary: 'Circular XX Medium', sans-serif;
  --font--tertiary: 'Circular XX Regular', sans-serif;

  /* Borders */
  --border-radius--small: 20px;
  --border-radius--big: 100px;

  /* Transitions */
  --transition: all 0.3s ease-in-out;

  /* SVG Paths */
  --svg-path__arrow-right-icon--hover: path(
    'M80 12.5H3M80 12.5L69.8633 23M80 12.5L69.8633 2'
  );
}

/* GLOBAL */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-left);
  padding-right: var(--container-padding-right);
  max-width: var(--container-max-width);
  width: 100%;
}

.row {
  margin-left: var(--row-margin-left);
  margin-right: var(--row-margin-right);
}

.block {
  display: block;
}

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

.page-header {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.elementor-button {
  word-break: break-all;
}

.overflow-hidden {
  overflow: hidden;
}

.button-w-full--max-tablet .elementor-button {
  @media (max-width: 1023px) {
    width: 100%;
  }
}

.menu-2-cols--min-tablet .elementor-nav-menu {
  @media (min-width: 1024px) {
    columns: 2;
  }
}

.custom-select {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.custom-select__button {
  position: relative;
  padding: 18px 30px !important;
  width: 100%;
  background-color: var(--color--blue) !important;
  border-color: var(--color--sapphire-splendour) !important;
  font-size: 16px !important;
  text-align: left;
  line-height: normal !important;
}

.custom-select__button:hover {
  border-color: var(--color--eggshell) !important;
}

.custom-select__button > span:first-child {
  text-transform: initial;
  letter-spacing: normal;
}

.custom-select__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url(./../images/custom-select-arrow-down.svg);
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}

.custom-select__button[aria-expanded='true'] .custom-select__arrow {
  transform: translate(0, -50%) rotate(180deg);
}

.custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
  max-height: 200px;
  background-color: var(--color--blue);
  border: 3px solid var(--color--sapphire-splendour);
  border-radius: var(--border-radius--small);
  list-style: none;
  overflow-y: auto;
  z-index: 5;
}

.custom-select__dropdown::-webkit-scrollbar {
  width: 7px;
}

.custom-select__dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.custom-select__dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.custom-select__dropdown li {
  padding: 10px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
}

.custom-select__dropdown.hidden {
  display: none;
}

.custom-form .elementor-field-type-text,
.custom-form .elementor-field-type-tel,
.custom-form .elementor-field-type-email,
.custom-form .elementor-field-type-upload {
  width: 100%;
}

.custom-form .elementor-field-type-upload::after {
  display: inline-block;
  position: absolute;
  right: 12px;
  padding-left: 22px;
  color: var(--color--eggplant);
  background-image: url(./../images/file.svg);
  background-repeat: no-repeat;
  background-size: 17px 21px;
  font-size: 13px;
  font-family: var(--font--secondary);
  font-weight: 500;
  line-height: 28px;
}

.custom-form .elementor-field-type-upload > label {
  width: 70%;
  background-color: #fff;
  z-index: 2;
}

.custom-form .elementor-upload-field {
  padding: 6px 16px;
  min-height: 47px;
  background-color: transparent !important;
  border-style: solid;
  z-index: 1;
  cursor: pointer;
}

.custom-form .elementor-upload-field::file-selector-button {
  display: none;
}

.custom-form .elementor-field-type-acceptance > label {
  display: none;
}

.custom-form .elementor-field-type-acceptance label {
  margin-left: 10px;
  font-family: var(--font--tertiary);
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px !important;
}

.custom-form .elementor-field-type-acceptance a {
  color: var(--color--eggplant);
  font-family: var(--font--secondary);
  font-weight: 500;
  text-decoration: underline;
  transition: var(--transition);
}

.custom-form .elementor-field-type-acceptance a:hover {
  color: var(--color--coral);
}

.custom-form .elementor-field-type-acceptance,
.custom-form .elementor-field-type-submit {
  margin-top: 12px;
}

.custom-form .elementor-field-type-submit {
  margin-left: auto;
}

.custom-form label {
  transition: all 0.2s ease;
}

.custom-form input,
.custom-form textarea {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none !important;
  transition: all 0.2s ease;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-bottom-color: var(--color--choux-a-la-creme) !important;
}

.custom-form
  label:not(.elementor-field-type-checkbox label):not(
    .elementor-field-type-acceptance label
  ):not(.elementor-field-type-radio label) {
  position: absolute;
  top: 0.7rem;
  left: 12px;
  font-size: 15px;
  line-height: 28px;
}

.custom-form
  label.focused:not(.elementor-field-type-checkbox label):not(
    .elementor-field-type-acceptance label
  ):not(.elementor-field-type-radio label) {
  top: -22px; /* Change how high the label moves up  */
  background: #fff; /* Change background color (label)) */
  font-size: 12px; /* Change font size (label)) */
  transition: all 0.2s ease;
}

.custom-form .focused {
  transition: all 0.2s ease;
}

.custom-video-close-button {
  cursor: pointer;
}

.custom-video-close-button a {
  outline: none;
  transition: var(--transition);
}

.custom-video-close-button a:hover {
  transform: rotate(90deg);
}

.search-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sort-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/sort.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.close-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.arrow-right-icon {
  width: 48px;
  height: 25px;
}

.arrow-right-icon:hover {
  width: 84px;
}

.arrow-right-icon path {
  transition: var(--transition);
}

.arrow-right-icon:hover path {
  d: var(--svg-path__arrow-right-icon--hover);
}

.arrow-right-icon--coral svg {
  stroke: var(--color--coral);
}

.arrow-right-icon:hover.arrow-right-icon--coral svg {
  stroke: var(--color--choux-a-la-creme);
}

.arrow-right-icon--mint svg {
  stroke: var(--color--mint);
}

.arrow-right-icon:hover .arrow-right-icon--mint svg {
  stroke: var(--color--choux-a-la-creme);
}

.arrow-right-icon--eggplant svg {
  stroke: var(--color--eggplant);
}

.arrow-right-icon--blue svg {
  stroke: var(--color--blue);
}

.arrow-right-icon--mint svg {
  stroke: var(--color--mint);
}

.facebook-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/facebook.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.linkedin-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/linkedin.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.copy-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./../images/copy.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.back-button a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 38px;
  border: 2px solid var(--color--eggshell);
  border-radius: 7px;
  transition: var(--transition);
}

.back-button a:hover {
  background-color: var(--color--eggshell);
}

.back-button a:hover svg {
  fill: var(--color--eggplant) !important;
}

.bg-image__curved--small {
  aspect-ratio: 1600 / 87;
  overflow: hidden;
}

.bg-image__curved--big {
  aspect-ratio: 1600 / 480;
  overflow: hidden;
}

.bg-image__two-humps {
  aspect-ratio: 1600 / 209;
  overflow: hidden;
}

.bg-image__three-humps--big {
  overflow: hidden;
}

.featured-name {
  color: var(--color--eggshell);
  background-color: var(--color--coral);
  border-radius: 3px;
}

.elementor-widget-hotspot {
  flex: 0 0 auto;
}

.e-hotspot {
  top: 0 !important;
  left: 0 !important;
  padding: 8px;
  border-radius: var(--border-radius--big);
  transform: translate(0, 0) !important;
}

.e-hotspot.e-hotspot--active {
  background-color: var(--color-prune-plum);
}

.e-hotspot.e-hotspot.e-hotspot--active {
  background-image: url(./../images/user-hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.e-hotspot__button::before {
  top: -21px;
  left: -21px;
  padding: 21px;
  border-radius: 50%;
}

.e-hotspot__tooltip {
  bottom: calc(100% + 16px) !important;
  white-space: normal;

  @media (max-width: 767px) {
    right: calc(((100vw - 320px) / 2) - 54px) !important;
  }
}

.e-gallery-item {
  cursor: url(./../images/eye.svg), auto;
}

.glightbox-container button {
  padding: 8px 16px !important;
  border: 0 !important;
}

.glightbox-container button path {
  fill: var(--color--eggshell) !important;
}

.glightbox-clean .gclose {
  top: 60px;
  right: 60px;
  padding: 10 !important;
  width: 60px;
  height: 60px;
  background: transparent !important;
  opacity: 1 !important;
}

.glightbox-clean .gclose:hover {
  transform: rotate(90deg);
}

.glightbox-clean .gclose svg {
  width: 40px;
  height: 40px;
}

.list-2-columns--min-tablet li {
  margin-bottom: 15px !important;
}

@media (max-width: 767px) {
  .custom-form .elementor-field-type-upload::after {
    content: '';
    width: 17px;
    height: 21px;
  }

  /* .e-hotspot__tooltip {
    right: calc(((100vw - 320px) / 2) - 50px);
  } */
}

@media (min-width: 768px) {
  .list-2-columns--min-tablet ul {
    columns: 2;
  }

  html[lang='hu-HU'] .custom-form .elementor-field-type-upload::after {
    content: 'Fájl kiválasztása';
  }

  html[lang='en-GB'] .custom-form .elementor-field-type-upload::after {
    content: 'Choose file';
  }
}

@media (max-width: 1023px) {
  .custom-select {
    width: 100%;
  }

  .bg-image__curved--big {
    aspect-ratio: 430 / 302;
  }
}

@media (min-width: 1024px) {
  .custom-select {
    width: 266px;
  }

  .custom-form .elementor-field-type-text,
  .custom-form .elementor-field-type-tel,
  .custom-form .elementor-field-type-email {
    max-width: 33.33%;
  }

  .custom-form .elementor-field-type-upload {
    margin-top: 20px;
    max-width: 50%;
  }

  .custom-form .elementor-field-type-acceptance,
  .custom-form .elementor-field-type-submit {
    width: auto;
  }

  .custom-form .elementor-message {
    position: absolute;
    bottom: -30px;
  }

  .bg-image__three-humps--small-translated {
    aspect-ratio: 1731 / 685;
    overflow: hidden;
  }

  .bg-image__three-humps--small {
    aspect-ratio: 1600 / 378;
    overflow: hidden;
  }

  .bg-image__three-humps--big {
    aspect-ratio: 1600 / 663;
  }
}
/* /GLOBAL */

/* HEADER */
.elementor-sticky--effects {
  background: rgba(51, 43, 92, 0.15);
  backdrop-filter: blur(67.75px);
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  clip-path: circle(0% at 100% 0%);
  transition: clip-path 0.3s ease-in-out;
  overflow: auto;
}

.menu.open {
  clip-path: circle(150% at 100% 0%);
}

.menu a {
  outline: none;
}

.menu-toggler {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin: -20px;
  padding: 20px;
  cursor: pointer;
}

.menu-toggler span {
  display: inline-block;
  height: 4px;
  background-color: var(--color--eggshell);
  border-radius: var(--border-radius--small);
  transition: var(--transition);
}

.menu-toggler span:first-child {
  width: 54px;
}

.menu-toggler span:last-child {
  width: 32px;
}

.menu-toggler:hover span:last-child {
  width: 54px;
}

.menu-toggler.opened span:last-child {
  width: 54px;
}

.menu-toggler.opened:hover span {
  background-color: var(--color--coral);
}

.custom-language-switcher-button {
  position: relative;
  color: var(--color--eggshell);
  font-family: var(--font--secondary);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-language-switcher-button::after {
  content: '';
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 4px;
  width: 10px;
  height: 5px;
  background-image: url(./../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-language-switcher-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
}

.custom-language-switcher-dropdown.opened {
  display: block;
}

.custom-language-switcher-dropdown ul {
  padding: 4px 8px;
  background-color: var(--color--eggplant);
  border: 1px solid var(--color--eggshell);
  border-radius: 8px;
  list-style: none;
}

.custom-language-switcher-dropdown li {
  padding: 6px 0;
}

.custom-language-switcher-dropdown a {
  padding: 4px 8px;
  color: var(--color--eggshell);
  font-family: var(--font--secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .menu .elementor-nav-menu {
    gap: 84px;
  }
}
/* /HEADER */

/* LOOP CAROUSEL */
.elementor-widget-loop-carousel {
  overflow: hidden;
}

.loop-carousel-cards .swiper {
  overflow: visible;
}

.loop-carousel-cards .swiper-slide {
  aspect-ratio: 8 / 11;
  cursor: pointer;
}

.loop-carousel-cards .swiper-slide a {
  width: 100%;
  height: 100%;
}

.loop-carousel-cards .elementor-widget-theme-post-featured-image {
  height: 100%;
  border-radius: var(--border-radius--small);
  overflow: hidden;
}

.loop-carousel-cards .elementor-widget-theme-post-featured-image img {
  object-fit: cover;
  transition: all 0.75s ease-in-out;
}

.loop-carousel-cards .swiper-slide:hover .arrow-right-icon--coral svg {
  stroke: var(--color--choux-a-la-creme);
}

.loop-carousel-cards .swiper-slide:hover .arrow-right-icon--mint svg {
  stroke: var(--color--choux-a-la-creme);
}

.loop-carousel-cards .swiper-slide:hover .arrow-right-icon path {
  d: var(--svg-path__arrow-right-icon--hover);
}

.loop-carousel-cards
  .swiper-slide:hover
  .elementor-widget-theme-post-featured-image
  img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .loop-carousel-cards .swiper {
    max-width: 320px;
    margin-left: calc((100vw - 320px) / 2);
    margin-right: calc((100vw - 320px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .loop-carousel-cards .swiper {
    max-width: calc(100vw - 150px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1023px) {
  .loop-carousel-cards .swiper-slide .arrow-right-icon {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .loop-carousel-cards .swiper {
    max-width: calc(100vw - 326px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* /LOOP CAROUSEL */

/* LOOP GRID */
.loop-grid-cards .elementor-loop-container {
  display: flex;
  height: 100%;
}

.loop-grid-cards .e-loop-item,
.loop-grid-cards .loop-grid-item {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .loop-grid-cards .elementor-loop-container {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .loop-grid-cards .elementor-loop-container {
    flex-direction: row;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .loop-grid-cards .e-loop-item,
  .loop-grid-cards .loop-grid-item {
    max-width: calc(
      (100vw - 40px - 40px - 40px) / 3
    ); /* (full width - edge of container - gap - gap) / 3 columns */
  }
}

@media (min-width: 1440px) {
  .loop-grid-cards .e-loop-item,
  .loop-grid-cards .loop-grid-item {
    aspect-ratio: 440 / 511;
    max-width: 440px;
  }
}
/* /LOOP GRID */

/* TESTIMONIAL CAROUSEL */
.testimonial-carousel-cards .swiper {
  width: 100% !important;
}

.testimonial-carousel-cards .elementor-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial-carousel-cards .elementor-swiper-button-prev,
.testimonial-carousel-cards .elementor-swiper-button-next {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(226, 226, 226, 0.15);
  border-radius: var(--border-radius--big);
  transition: var(--transition);
}

.testimonial-carousel-cards .elementor-swiper-button-prev:hover,
.testimonial-carousel-cards .elementor-swiper-button-next:hover {
  background-color: var(--color--eggshell);
  border-color: var(--color--eggshell);
}

.testimonial-carousel-cards .elementor-swiper-button-prev:hover svg,
.testimonial-carousel-cards .elementor-swiper-button-next:hover svg {
  fill: var(--color--coral) !important;
}

@media (max-width: 1579px) {
  .testimonial-carousel-cards .elementor-swiper-button-prev {
    top: auto !important;
    bottom: -110px;
    left: auto !important;
    right: 80px !important;
  }

  .testimonial-carousel-cards .elementor-swiper-button-next {
    top: auto !important;
    bottom: -110px;
    right: 0 !important;
  }
}

@media (min-width: 1580px) {
  .testimonial-carousel-cards .elementor-swiper-button-prev {
    left: -80px !important;
  }

  .testimonial-carousel-cards .elementor-swiper-button-next {
    right: -80px !important;
  }
}
/* /TESTIMONIAL CAROUSEL */

/* IMAGE CAROUSEL */
.image-carousel .swiper-slide {
  position: relative;
  border-radius: var(--border-radius--small);
  overflow: hidden;
}

.image-carousel.image-carousel__aspect-ratio--small .swiper-slide {
  aspect-ratio: 792 / 446;
}

.image-carousel.image-carousel__aspect-ratio--large .swiper-slide {
  aspect-ratio: 1124 / 566;
}

.image-carousel__offset-left:first-child .elementor-widget-container {
  margin-left: -380px;
}

.image-carousel__offset-right:last-child .elementor-widget-container {
  margin-right: -380px;
}

.image-carousel .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: url(./../images/eye.svg), auto;
}

.image-carousel .swiper-slide figure {
  height: 100%;
}

.image-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-carousel .elementor-swiper-button-prev,
.image-carousel .elementor-swiper-button-next {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(226, 226, 226, 0.15);
  border-radius: var(--border-radius--big);
  transition: var(--transition);
}

.image-carousel .elementor-swiper-button-prev:hover,
.image-carousel .elementor-swiper-button-next:hover {
  background-color: var(--color--eggshell);
  border-color: var(--color--eggshell);
}

.image-carousel .elementor-swiper-button-prev:hover svg,
.image-carousel .elementor-swiper-button-next:hover svg {
  fill: var(--color--coral) !important;
}

@media (max-width: 1579px) {
  .image-carousel .elementor-swiper-button-prev {
    top: auto !important;
    bottom: -110px;
    left: auto !important;
    right: 80px !important;
  }

  .image-carousel .elementor-swiper-button-next {
    top: auto !important;
    bottom: -110px;
    right: 0 !important;
  }
}

@media (min-width: 1580px) {
  .image-carousel .elementor-swiper-button-prev {
    left: -120px !important;
  }

  .image-carousel .elementor-swiper-button-next {
    right: -120px !important;
  }
}
/* /IMAGE CAROUSEL */

/* HOME */
.home-intro > div {
  position: relative;
}

.home-intro-promo-video-wrapper {
  width: 100%;
  height: 100%;
}

.home-intro-promo-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .home-intro-promo-video-wrapper {
    width: 762px;
    height: 472px;
    clip-path: path(
      'M106.752 77.1235C91.5964 118.456 91.6449 226.03 91.6449 226.03C91.6449 226.03 -71.4536 10.0881 -109.469 81.7168C-147.485 153.345 -79.4175 434.077 94.0055 463.169C267.428 492.256 267.483 344.298 267.483 344.298C267.483 344.298 432.681 367.055 514.437 326.284C581.665 292.756 648.987 167.866 639.666 77.9722C619.091 -120.501 438.458 125.945 438.458 125.945C438.458 125.945 166.707 -86.4105 106.757 77.1178L106.752 77.1235Z'
    );
  }
}

@media screen and (min-width: 1024px) {
  .home-intro-promo-video-wrapper {
    clip-path: path(
      'M414.692 139.983C386.984 215.546 387.073 412.216 387.073 412.216C387.073 412.216 88.8943 17.4277 19.3936 148.38C-50.1071 279.333 74.3346 792.569 391.389 845.756C708.443 898.933 708.543 628.435 708.543 628.435C708.543 628.435 1010.56 670.04 1160.03 595.501C1282.93 534.205 1406.01 305.879 1388.97 141.534C1351.36 -221.317 1021.12 229.239 1021.12 229.239C1021.12 229.239 524.303 -158.992 414.701 139.972L414.692 139.983Z'
    );
  }
}

.home-office-of-the-year-gallery-carousel {
  overflow: hidden;
}

.home-office-of-the-year-gallery-carousel .swiper {
  max-width: 370px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: visible;
}

.home-office-of-the-year-gallery-carousel .swiper-slide {
  aspect-ratio: 35 / 46;
  padding-right: 20px;
}

.home-office-of-the-year-gallery-carousel .swiper-slide figure {
  height: 100%;
}

.home-office-of-the-year-gallery-carousel .swiper-slide .swiper-slide-image {
  height: 100%;
  object-fit: cover;
}

.home-our-services
  .home-our-services-first-col:hover
  .arrow-right-icon--eggplant
  svg,
.home-our-services
  .home-our-services-second-col:hover
  .arrow-right-icon--blue
  svg,
.home-our-services
  .home-our-services-third-col:hover
  .arrow-right-icon--mint
  svg {
  stroke: var(--color--coral);
}

.home-our-services
  .home-our-services-first-col:hover
  .arrow-right-icon--eggplant
  path,
.home-our-services
  .home-our-services-second-col:hover
  .arrow-right-icon--blue
  path,
.home-our-services
  .home-our-services-third-col:hover
  .arrow-right-icon--mint
  path {
  d: var(--svg-path__arrow-right-icon--hover);
}

.home-our-partners-carousel .swiper-slide > div {
  overflow: hidden;
}
/* /HOME */

/* CAROUSEL - REFERENCES */
.icon-list__items {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: var(--transition);
}

.icon-list__items > .elementor-widget-container {
  display: flex;
  flex-direction: row;
}

.icon-list__items li {
  margin-right: 6px !important;
  margin-bottom: 6px !important;
  padding: 6px 8px !important;
  height: max-content;
  border: 1px solid #e2e2e2;
  border-radius: var(--border-radius--big);
}

.icon-list__items .elementor-icon-list-text {
  padding: 0 !important;
}

.home-our-partners-carousel > .elementor-widget-container {
  border-radius: 30px;
  overflow: hidden;
}

.home-our-partners-carousel .swiper-slide .e-con-inner > div {
  display: block;
  height: 250px;
  overflow: hidden;
}

.home-our-partners-carousel
  .swiper-slide
  .e-con-inner
  > div:hover
  .icon-list__items {
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  opacity: 1;
  visibility: visible;
  transition: var(--transition);
}

.home-our-partners-carousel .swiper-slide .elementor-widget-image {
  height: 100%;
  transition: var(--transition);
}

.home-our-partners-carousel .swiper-slide .elementor-widget-image > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .icon-list__items {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-our-partners-carousel
    .swiper-slide
    .e-con-inner
    > div:hover
    .icon-list__items {
    height: 70%;
  }

  .home-our-partners-carousel
    .swiper-slide
    .e-con-inner
    > div:hover
    .elementor-widget-image {
    height: 30%;
  }
}

@media (min-width: 1024px) {
  .icon-list__items {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-list__items > .elementor-widget-container {
    align-items: center;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .home-our-partners-carousel
    .swiper-slide
    .e-con-inner
    > div:hover
    .icon-list__items {
    height: 60%;
  }

  .home-our-partners-carousel
    .swiper-slide
    .e-con-inner
    > div:hover
    .elementor-widget-image {
    height: 40%;
  }
}

@media (min-width: 1200px) {
  .home-our-partners-carousel
    .swiper-slide
    .e-con-inner
    > div:hover
    .icon-list__items {
    height: 50%;
  }

  .home-our-partners-carousel
    .swiper-slide
    .e-con-inner
    > div:hover
    .elementor-widget-image {
    height: 50%;
  }
}
/* /CAROUSEL - REFERENCES */

/* FOOTER */
@media (min-width: 1024px) {
  .footer-bg {
    aspect-ratio: 1600 / 369;
    overflow: hidden;
  }

  .footer-menu .elementor-nav-menu {
    gap: 0;
  }
}
/* /FOOTER */

/* OFFICE OF THE YEAR SECTION */
.gallery-wrap {
  margin: 70px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: clip;
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.gallery__item {
  flex: none;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: var(--border-radius--small);
  filter: brightness(1);
  contain: layout style;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.caption {
  color: var(--color--eggshell);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  z-index: 101;
}

.gallery .gallery__item {
  width: auto;
  aspect-ratio: 346 / 462;
}

.gallery .gallery__item--s {
  height: 136px;
}

.gallery .gallery__item--m {
  height: 222px;
}

.gallery .gallery__item--l {
  height: 310px;
}

.gallery .gallery__item--xl {
  z-index: 100;
  height: 462px;
}

.gallery .caption {
  position: absolute;
  bottom: -50vh;
  left: 0;
  margin-bottom: 70px;
  width: 100%;
  max-width: 713px;
  height: auto;
  opacity: 0;
}

.gallery .gallery-button {
  display: block;
  margin-top: 46px;
}

.gallery--switch.gallery .caption {
  bottom: 0;
  opacity: 1;
}

.gallery--switch .gallery__item {
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

.gallery--switch .gallery__item--center {
  height: 100vh;
  width: 100vw;
  aspect-ratio: auto;
  filter: brightness(0.5);
}

@media (max-width: 1439px) {
  .gallery .caption {
    margin-left: 20px;
  }
}

@media (min-width: 1440px) {
  .gallery .caption {
    margin-left: calc((100vw - var(--container-max-width)) / 2);
  }
}
/* /OFFICE OF THE YEAR SECTION */

/* PLAY BUTTON */
.play-button {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.play-button:focus,
.play-button:hover {
  outline: none;
}

.play-button__icon {
  background-image: url(./../images/play-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius--big);
  transition: var(--transition);
}

.play-button:hover .play-button__icon {
  background-image: url(./../images/play-icon-hover.svg);
}

@media (max-width: 1023px) {
  .play-button__icon {
    width: 121px;
    height: 121px;
  }
}

@media (min-width: 1024px) {
  .play-button__icon {
    width: 151px;
    height: 151px;
  }
}
/* /PLAY BUTTON */

/* BLOG */
.posts__filter {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.posts__search-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  border: 3px solid var(--color--sapphire-splendour);
  border-radius: var(--border-radius--big);
  transition: var(--transition);
  overflow: hidden;
}

.posts__search-wrapper:hover {
  border-color: var(--color--eggshell);
}

.posts__search-wrapper .search-icon {
  padding: 27px;
  transition: var(--transition);
  overflow: hidden;
}

.posts__search-wrapper .search-icon.hidden {
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.posts__search {
  position: relative;
  display: inline-block;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.posts__search-wrapper.visible .posts__search {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.posts__search-input {
  padding-right: 30px !important;
  color: var(--color--eggshell);
  background-color: var(--color--blue);
  border: 0 !important;
  outline: none !important;
}

.posts__search .close-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%);
}

.posts__sort-button {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 61px;
  height: 61px;
  border: 3px solid var(--color--sapphire-splendour);
  border-radius: var(--border-radius--big);
  transition: var(--transition);
  overflow: hidden;
}

.posts__sort-button:hover {
  border-color: var(--color--eggshell);
}

.posts__sort-button .sort-icon {
  padding: 27px;
  transition: var(--transition);
  overflow: hidden;
}

.posts__sort {
  display: flex;
  gap: 20px;
}

.posts {
  display: grid;
  padding: 30px 0;
}

.post__item {
  position: relative;
  aspect-ratio: 8 / 11;
}

.post__link {
  display: block;
  height: 100%;
}

.post__thumbnail {
  height: 100%;
  border-radius: var(--border-radius--small);
  overflow: hidden;
}

.post__bg-image {
  height: 100%;
}

.post__bg-image img {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  object-fit: cover;
  transition: all 0.75s ease-in-out;
}

.post__item:hover .post__bg-image img {
  transform: scale(1.1);
}

.post__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(23, 25, 28, 0) 34.46%,
    rgba(23, 25, 28, 0.7) 100%
  );
  border-radius: var(--border-radius--small);
  z-index: 2;
}

.post__tag {
  position: absolute;
  top: 22px;
  left: 30px;
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--color--coral);
  border-radius: 7px;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: normal;
  text-transform: uppercase;
  z-index: 3;
}

.post__content {
  position: absolute;
  padding-left: 30px;
  z-index: 3;
}

.post__content h4 {
  margin-top: 0;
}

.post__item:hover .arrow-right-icon--coral svg {
  stroke: var(--color--choux-a-la-creme);
}

.post__item:hover .arrow-right-icon path {
  d: var(--svg-path__arrow-right-icon--hover);
}

.post__load-more {
  text-align: center;
}

.post__empty-text {
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .posts__filter {
    margin: 0 auto;
    max-width: 320px;
  }

  .posts__search-wrapper.visible {
    width: 240px;
  }

  .posts {
    margin: 0 auto;
    max-width: 320px;
  }

  .posts__template-cols {
    grid-template-columns: repeat(1, 1fr);
    gap: 42px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .posts__search-wrapper.visible {
    width: 350px;
  }

  .posts__template-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 40px;
  }
}

@media (max-width: 1023px) {
  .posts__filter {
    padding-top: 30px;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .posts__search-wrapper.visible .posts__search {
    margin: 0 10px;
  }

  .posts__sort-button {
    position: absolute;
    right: 0;
  }

  .posts__sort-button.opened {
    border-color: var(--color--eggshell);
  }

  .posts__sort {
    padding-top: 0;
    flex-direction: column;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }

  .posts__sort.visible {
    padding-top: 30px;
    height: 172px;
    opacity: 1;
    visibility: visible;
  }

  .post__content {
    bottom: -12px;
  }

  .post__content h4 {
    margin-bottom: 0;
  }

  .post__content .arrow-right-icon {
    display: none;
  }

  .post__load-more {
    margin-top: 38px;
  }
}

@media (min-width: 1024px) {
  .posts__filter {
    flex-direction: row;
    padding: 30px 0;
  }

  .posts__search-wrapper.visible {
    width: 350px;
  }

  .posts__search-wrapper.visible .posts__search {
    margin: 0 30px;
  }

  .posts__sort-button {
    display: none;
  }

  .posts__sort {
    flex-direction: row;
  }

  .posts__template-cols {
    grid-template-columns: repeat(4, 1fr);
    gap: 130px 40px;
  }

  .post__content {
    bottom: -65px;
  }

  .post__content h4 {
    margin-bottom: 32px;
  }

  .post__load-more {
    margin-top: 173px;
  }
}
/* /BLOG */

/* /SINGLE POST */
.single-post__news-page .elementor-widget-theme-post-content p,
.single-post__news-page .elementor-widget-theme-post-content figure {
  margin-bottom: 40px;
}

.single-post__news-page .elementor-widget-theme-post-content strong {
  font-family: var(--font--secondary);
  font-weight: 500;
}

.single-post__news-page .single-post__featured-image img {
  aspect-ratio: 1600 / 764;
}

.single-post__news-page .elementor-widget-theme-post-content .wp-block-heading {
  margin-bottom: 30px;
}

.single-post__news-page .elementor-widget-theme-post-content .wp-block-image {
  overflow: hidden;
}

.single-post__news-page .elementor-widget-theme-post-content img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.single-post__news-page .elementor-widget-theme-post-content blockquote {
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 565px;
  border-left: 4px solid var(--color--eggplant);
  font-family: var(--font--primary);
  font-weight: 500;
}

.share-buttons {
  display: flex;
  gap: 20px;
}

.share-button {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
}

.share-button .share-button__icon {
  padding: 18px;
  border: 3px solid var(--color--eggshell);
  border-radius: var(--border-radius--big);
  transition: var(--transition);
}

.share-button:hover .share-button__icon {
  background-color: var(--color--eggshell);
}

.share-button:hover .facebook-icon {
  background-image: url(./../images/facebook-hover.svg);
}

.share-button:hover .linkedin-icon {
  background-image: url(./../images/linkedin-hover.svg);
}

.share-button:hover .copy-icon {
  background-image: url(./../images/copy-hover.svg);
}

@media (max-width: 779px) {
  .single-post__news-page .elementor-widget-theme-post-content .wp-block-image {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 780px) and (max-width: 1023px) {
  .single-post__news-page .elementor-widget-theme-post-content .wp-block-image {
    margin-left: calc(-1 * (100vw - 700px) / 2);
    margin-right: calc(-1 * (100vw - 700px) / 2);
  }
}

@media (max-width: 1023px) {
  .single-post__news-page .elementor-widget-theme-post-content blockquote {
    padding-left: 30px;
    font-size: 30px;
    line-height: 36px;
  }

  .share-buttons {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .single-post__news-page .elementor-widget-theme-post-content .wp-block-image {
    margin-left: -85px;
    margin-right: -85px;
    border-radius: var(--border-radius--small);
  }

  .single-post__news-page .elementor-widget-theme-post-content blockquote {
    padding-left: 50px;
    font-size: 40px;
    line-height: 44px;
  }

  .share-buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .share-button {
    justify-content: center;
  }
}
/* /SINGLE POST */

/* CONTACT MAP */
#osm-map {
  width: 100vw;
  z-index: 0;
}

@media (max-width: 1023px) {
  #osm-map {
    height: 1000px;
  }
}

@media (min-width: 1024px) {
  #osm-map {
    aspect-ratio: 1600 / 1019;
  }
}
/* /CONTACT MAP */

/* CAREER */
.career-intro-bg {
  overflow: hidden;
}

.career__item:hover .arrow-right-icon--coral svg {
  stroke: var(--color--choux-a-la-creme);
}

.career__item:hover .arrow-right-icon path {
  d: var(--svg-path__arrow-right-icon--hover);
}

@media (max-width: 1023px) {
  .career-intro-bg {
    aspect-ratio: 929 / 878;
  }
}

@media (min-width: 1024px) {
  .career-intro-bg {
    aspect-ratio: 457 / 524;
  }
}
/* /CAREER */

/* CAREER INNER */
.career-inner__professional-expectations li {
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  padding: 18px 32px !important;
  border-radius: var(--border-radius--big);
  border: 3px solid var(--color-prune-plum);
}
/* /CAREER INNER */

/* OFFICE OF THE YEAR */
@media (max-width: 767px) {
  .office-of-the-year__inspiration-background-image img {
    object-position: 29% center !important;
  }
}
/* /OFFICE OF THE YEAR */

/* MEDIA GALLERY */
.media-gallery__item {
  margin-bottom: 40px;
  max-width: 440px;
  cursor: url(./../images/eye.svg), auto;
}

.media-gallery__item--small {
  aspect-ratio: 440 / 300;
}

.media-gallery__item--medium {
  aspect-ratio: 440 / 450;
}

.media-gallery__item--large {
  aspect-ratio: 440 / 600;
}

.media-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius--small);
  transition: var(--transition);
}

.media-gallery__item:hover .media-gallery__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.media-gallery__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: var(--border-radius--small);
  overflow: hidden;
}

.media-gallery__thumbnail {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.media-gallery__play-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* /MEDIA GALLERY */

/* OUR STORY */
.our-story {
  height: 900px;
}

.our-story.swiper-paused {
  animation-play-state: paused;
}

.our-story__image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.our-story__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      182deg,
      rgba(41, 36, 78, 0) 22.77%,
      var(--color--eggplant) 88.82%
    ),
    linear-gradient(
      182deg,
      rgba(41, 36, 78, 0) 22.77%,
      var(--color--eggplant) 88.82%
    );
  background-repeat: no-repeat;
  z-index: 1;
}

.our-story__content {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.our-story__content h2 {
  display: inline-block;
  margin-bottom: 45px;
  color: var(--color--coral);
  line-height: normal;
}

.our-story__title {
  margin-bottom: 39px;
  max-width: 848px;
  font-family: var(--font--primary);
}

.our-story__description {
  max-width: 540px;
  font-size: 18px;
  line-height: 26px;
}

.our-story .swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  gap: 6px;
  position: relative;
  bottom: 60px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-left);
  padding-right: var(--container-padding-right);
  max-width: var(--container-max-width);
  width: 100%;
}

.our-story .swiper-pagination-bullet {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: relative;
  margin: 0 !important;
  width: 100%;
  height: 5px;
  border-radius: 20px;
  opacity: 1;
}

.our-story__date {
  padding-bottom: 17px;
  width: 100%;
  text-align: left;
}

.our-story__progress-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--color-prune-plum);
  border-radius: 20px;
  overflow: hidden;
}

.our-story__progress-bar::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.our-story .swiper-pagination-bullet-active .our-story__progress-bar {
  background-color: #fff;
}

.our-story .swiper-pagination-bullet-active .our-story__progress-bar::before {
  background-color: var(--color--coral);
  transform: translateX(-100%);
  animation: slide-progress 5s linear forwards;
  animation-play-state: running;
  will-change: transform;
}

.our-story.swiper-paused
  .swiper-pagination-bullet-active
  .our-story__progress-bar::before {
  animation-play-state: paused;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1023px) {
  .our-story__content {
    bottom: 140px;
  }

  .our-story__title {
    font-size: 30px;
    line-height: 36px;
  }

  .our-story .swiper-pagination-bullet {
    display: none;
  }
}

@media (min-width: 1024px) {
  .our-story__content {
    bottom: 213px;
  }

  .our-story__title {
    font-size: 50px;
    line-height: 55px;
  }
}
/* /OUR STORY */

/* 404 */
body.error404 footer {
  display: none !important;
}
/* /404 */

/* EVENT */
.event-data ul {
  display: flex;
}

.event-data .elementor-icon-list-items {
  max-width: max-content;
}

@media (max-width: 1023px) {
  .event-data ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 1024px) {
  .event-data ul {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
/* /EVENT */

/* OUR REFERENCES */
.loop-grid__references .elementor-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.loop-grid__references .e-loop-item {
  width: 100%;
}

.loop-grid__references .elementor-widget-theme-post-featured-image {
  height: 100%;
  border-radius: var(--border-radius--small);
  overflow: hidden;
}

.loop-grid__references .elementor-widget-theme-post-featured-image img {
  object-fit: cover;
  transition: all 0.75s ease-in-out;
}

.loop-grid__references
  .e-loop-item:hover
  .elementor-widget-theme-post-featured-image
  img {
  transform: scale(1.1);
}

.loop-grid__references .elementor-widget-theme-post-featured-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.loop-grid__more-references .elementor-widget-theme-post-featured-image {
  border-radius: var(--border-radius--small);
  overflow: hidden;
}

.loop-grid__more-references .elementor-widget-theme-post-featured-image img {
  object-fit: cover;
  transition: all 0.75s ease-in-out;
}

.loop-grid__more-references
  .e-loop-item:hover
  .elementor-widget-theme-post-featured-image
  img {
  transform: scale(1.1);
}

@media (max-width: 1023px) {
  .loop-grid__references .e-loop-item {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .loop-grid__references .e-loop-item {
    max-width: 60%;
  }

  .loop-grid__references .e-loop-item.smaller {
    max-width: calc(40% - 50px);
  }
}
/* /OUR REFERENCES */

/* REFERENCE TAGS */
.reference-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.reference-tag {
  padding: 10px 15px;
  border: 1px solid rgba(226, 226, 226, 0.4);
  border-radius: 100px;
  font-family: var(--font--secondary);
  font-size: 12px;
  line-height: normal;
}

.reference-prefix {
  margin-right: 4px;
  color: var(--color--coral);
}
/* /REFERENCE TAGS */
