* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

button {
  border: unset;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

:root {
  --color_black: #000;
  --color_white: #f5f5f5;
  --color_yellow: #ffef92;
}

/* mixins.scss */

/* MEDIAS */

/* LARGE DESKTOP */

/* MEDIUM DESKTOP */

/* TABLET> */

/* MOBILE */

/* MOBILE */

/* MAX TABLET< */

/* ONLY TABLET */

/* Bg images aspect ratio */

/* @include aspect-ratio(4,3); */

/* underline effect , center/right/left - mixin by @martifenosa */

/* height & distance with px */

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff") format("woff");
}

@font-face {
  font-family: "DelaGothicOne-Regular";
  src: url("../fonts/DelaGothicOne-Regular.woff") format("woff");
}

body {
  background-color: #f5f5f5;
  background-color: var(--color_white);
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  color: var(--color_black);
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

h1 {
  font-family: "DelaGothicOne-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
}

#swup {
  overflow: hidden;
}

.form {
  pointer-events: none;
}

/* TRANSITION */

.swup-transition-fade {
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
}

html.is-changing body,
html.is-changing footer {
  background-color: #f5f5f5;
  background-color: var(--color_white);
}

html.is-animating .swup-transition-fade {
  opacity: 0;
}

header#header {
  position: relative;
  z-index: 99;
  padding: 16px;
  font-family: 'DelaGothicOne-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
}

header#header .languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 8px;
  gap: 8px;
}

header#header .languages li {
  text-transform: uppercase;
}

header#header .languages li:not(.current-lang) {
  -webkit-text-stroke: 0.75px #000;
  -webkit-text-stroke: 0.75px var(--color_black);
  -webkit-text-fill-color: transparent;
}

header#header .main_logo {
  font-size: 80px;
  padding: 0 16px;
  margin: 0;
  text-transform: uppercase;
  /* text-align: center; */
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  header#header .main_logo {
    font-size: 28px;
    padding: 0;
  }
}

@media only screen and (min-width: 1300px) {
  header#header .main_logo {
    text-align: left;
  }
}

header#header .main_title {
  font-size: 48px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 56px;
  z-index: 99;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  header#header .main_title {
    position: absolute;
    padding: 16px;
    top: 80px;
    left: 0;
    right: unset;
    font-size: 23px;
  }
}

footer#footer {
  padding: 16px;
}

footer#footer .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-gap: 36px;
  gap: 36px;
}

footer#footer .logos img {
  max-height: 35px;
  width: auto;
  height: auto;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer .logos img {
    max-height: 30px;
  }
}

lottie-player #animation path {
  fill: #ffef92;
  fill: var(--color_yellow);
  -webkit-transition: fill 300ms ease;
  -o-transition: fill 300ms ease;
  -moz-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

.menu-hover lottie-player #animation path {
  fill: #f5f5f5;
  fill: var(--color_white);
}

.main_menu {
  width: 100%;
  position: relative;
}

.main_menu .links li {
  font-family: 'DelaGothicOne-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
  -webkit-text-stroke: 1px var(--color_black);
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  position: static;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .main_menu .links li {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1300px) {
  .main_menu .links li {
    position: absolute;
    margin-bottom: 0;
  }
}

.main_menu .links li[index='1'] {
  top: -55px;
  left: 100px;
}

.main_menu .links li[index='2'] {
  top: -48px;
  right: 100px;
}

.main_menu .links li[index='3'] {
  right: -136px;
  top: 115px;
}

@media only screen and (min-width: 1300px) {
  .main_menu .links li[index='3'] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.main_menu .links li[index='4'] {
  right: -122px;
  bottom: 100px;
}

@media only screen and (min-width: 1300px) {
  .main_menu .links li[index='4'] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.main_menu .links li[index='5'] {
  bottom: -50px;
  right: 30px;
}

.main_menu .links li[index='6'] {
  left: 341px;
  bottom: -48px;
}

.main_menu .links li[index='7'] {
  left: 50px;
  bottom: -48px;
}

.main_menu .links li[index='8'] {
  left: -220px;
  top: 200px;
}

@media only screen and (min-width: 1300px) {
  .main_menu .links li[index='8'] {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.main_menu .links li.title {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
  -webkit-text-stroke: 1px var(--color_black);
  -webkit-text-fill-color: #000;
  -webkit-text-fill-color: var(--color_black);
  position: static;
  display: block;
  z-index: 99;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .main_menu .links li.title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1300px) {
  .main_menu .links li.title {
    position: absolute;
  }
}

@media (hover: hover) {
  .main_menu .links li:hover {
    -webkit-text-fill-color: #000;
    -webkit-text-fill-color: var(--color_black);
  }
}

.main_menu .medias {
  margin: 20px 0;
  position: relative;
  aspect-ratio: 16/7;
  overflow: hidden;
  background-color: #222;
  -webkit-transition: -webkit-border-radius 600ms ease-in-out;
  transition: -webkit-border-radius 600ms ease-in-out;
  -o-transition: border-radius 600ms ease-in-out;
  -moz-transition: border-radius 600ms ease-in-out, -moz-border-radius 600ms ease-in-out;
  transition: border-radius 600ms ease-in-out;
  transition: border-radius 600ms ease-in-out, -webkit-border-radius 600ms ease-in-out, -moz-border-radius 600ms ease-in-out;
}

@media only screen and (min-width: 1300px) {
  .main_menu .medias {
    margin: 0;
  }
}

.main_menu .medias .imgs-hover {
  width: 100%;
  position: absolute;
  aspect-ratio: 16/7;
  overflow: hidden;
}

.main_menu .medias .imgs-hover figure {
  opacity: 0;
}

.main_menu .medias .imgs-hover figure.visible {
  opacity: 1;
}

.main_menu .medias .imgs-hover figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_menu .medias .media {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  z-index: 2;
}

.main_menu .medias .media.active {
  opacity: 1;
}

.main_menu .medias .media video,
.main_menu .medias .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_menu .form {
  position: absolute;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .main_menu .form {
    z-index: -1 !important;
  }
}

.menu-hover {
  background-color: #ffef92;
  background-color: var(--color_yellow);
}

.menu-hover .main_menu .medias {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

section[type='home'] {
  width: 100%;
  max-width: 1320px;
  padding: 0 16px;
  margin: 0 auto;
  min-height: -webkit-calc(100vh - 78px);
  min-height: -moz-calc(100vh - 78px);
  min-height: calc(100vh - 78px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1300px) {
  section[type='home'] {
    padding: 0 60px;
  }
}

section[type='interior'] {
  position: relative;
  overflow: hidden;
  padding-top: 48px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section[type='interior'] {
    padding-top: 0;
  }
}

section[type='interior'] header .main_logo {
  font-size: 80px;
  padding: 0 16px;
  margin: 0;
  text-transform: uppercase;
  /* text-align: center; */
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section[type='interior'] header .main_logo {
    font-size: 28px;
    padding: 16px;
  }
}

@media only screen and (min-width: 1300px) {
  section[type='interior'] header .main_logo {
    text-align: left;
  }
}

section[type='interior'] header .main_title {
  font-size: 48px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 56px;
  z-index: 99;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section[type='interior'] header .main_title {
    position: absolute;
    padding: 16px;
    top: 80px;
    left: 0;
    right: unset;
    font-size: 23px;
  }
}

section[type='interior'] .forms {
  overflow: hidden;
}

section[type='interior'] .forms li {
  width: 100%;
  height: auto;
  position: absolute;
}

section[type='interior'] .content {
  padding-top: 120px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

section[type='interior'] .content .lg-grid .lg-type-img,
section[type='interior'] .content .lg-grid .lg-type-text,
section[type='interior'] .content .lg-grid .lg-type-html5video,
section[type='interior'] .content .lg-grid .lg-type-shortcode {
  opacity: 0;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

section[type='interior'] .content .lg-grid .lg-type-img.revealed,
section[type='interior'] .content .lg-grid .lg-type-text.revealed,
section[type='interior'] .content .lg-grid .lg-type-html5video.revealed,
section[type='interior'] .content .lg-grid .lg-type-shortcode.revealed {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* &:not(:has(video[autoplay])) { */

section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox video {
  cursor: pointer;
}

section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='58' viewBox='0 0 50 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 29L0.499999 57.5788L0.500002 0.421159L50 29Z' fill='%23FFEF92'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 50px;
  height: 58px;
  pointer-events: none;
}

section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox.playing:after {
  opacity: 0;
}

section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox {
  /* } */
}

section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox,
section[type='interior'] .content .lg-grid .lg-type-html .img-lightbox {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
}

/* overflow: hidden; */

section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox img,
section[type='interior'] .content .lg-grid .lg-type-html .video-lightbox video,
section[type='interior'] .content .lg-grid .lg-type-html .img-lightbox img,
section[type='interior'] .content .lg-grid .lg-type-html .img-lightbox video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

section[type='interior'] .content .lg-grid .lg-type-html .audio {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

section[type='interior'] .content .lg-grid .lg-type-html .audio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section[type='interior'] .content .lg-grid .lg-type-html .audio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='58' viewBox='0 0 50 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 29L0.499999 57.5788L0.500002 0.421159L50 29Z' fill='%23FFEF92'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 50px;
  height: 58px;
  pointer-events: none;
}

section[type='interior'] .content .lg-grid .lg-type-html .audio.playing:after {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='58' viewBox='0 0 50 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' y='13' width='9' height='32' fill='%23ffef92'/%3E%3Crect x='28' y='13' width='9' height='32' fill='%23ffef92'/%3E%3C/svg%3E%0A");
}

section[type='interior'] .content .lg-grid .lg-col:not(.lg-type-stack) {
  /* overflow: hidden; */
}

section[type='interior'] .content .lg-grid .lg-col:not(.lg-type-stack):hover .lg-caption {
  opacity: 1;
}

section[type='interior'] .content .lg-grid .lg-col:not(.lg-type-stack) .lg-caption {
  position: absolute;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  padding: 16px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section[type='interior'] .content .lg-grid .lg-col:not(.lg-type-stack) .lg-caption:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffef92;
  background-color: var(--color_yellow);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

section[type='interior'] .content .lg-grid .lg-col:not(.lg-type-stack) .lg-caption p {
  text-align: center;
  margin: 0;
}

section[type='interior'] .content .lg-grid .lg-col:not(.lg-type-stack) .lg-caption strong {
  font-family: 'DelaGothicOne-Regular';
  font-size: 22px;
  font-weight: 600;
  background-color: transparent;
}

section[type='interior'] .content .lg-grid .lg-type-text a {
  position: relative;
  display: inline-block;
}

section[type='interior'] .content .lg-grid .lg-type-text a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}

section[type='interior'] .content .lg-grid h1 {
  font-family: 'DelaGothicOne-Regular';
  font-size: 22px;
}

section[type='interior'] .content .lg-grid strong {
  font-weight: unset;
  position: relative;
}

section[type='interior'] .content .lg-grid strong:after {
  content: '';
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffef92;
  background-color: var(--color_yellow);
  z-index: -1;
}

section[type='interior'] .menu-container {
  width: 100%;
  padding: 0 60px;
  max-width: 1320px;
  margin: 120px auto;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section[type='interior'] .menu-container {
    padding: 0 16px;
  }
}
