* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100vw;
  font-size: 16px;
}

body {
  max-width: 100vw;
}

h1 {
  font-family: "Arbutus Slab", serif;
  font-size: 3em;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}
h1 strong {
  font-family: "Archivo Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
h1 strong a {
  color: white;
}

h2 {
  font-family: "Archivo Black", serif;
  font-size: 1.5em;
  letter-spacing: 1px;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h2 {
    font-size: 0.8em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h2 {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  h2 {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  h2 {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  h2 {
    font-size: 0.8em;
  }
}
h2 strong {
  font-family: "Archivo Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 140%;
}
@media only screen and (min-width: 1921px) {
  p {
    font-size: 1.5em;
  }
}
p strong {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1em;
}

a {
  color: white;
  text-decoration: none;
}
a h2 {
  text-align: center;
}
a h2 strong {
  text-decoration: underline;
}

h1, h3 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease;
}

p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease 250ms;
}

body header {
  transition: all 0.5s ease;
  z-index: 2000;
  width: 100vw;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.32);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
    right: 100vw;
    background: var(--principalColor) repeating-conic-gradient(from 45deg at 110% 100%, rgba(255, 255, 255, 0.1) 0deg 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
    right: 100vw;
    background: var(--principalColor) repeating-conic-gradient(from 45deg at 110% 100%, rgba(255, 255, 255, 0.1) 0deg 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
    right: 100vw;
    background: var(--principalColor) repeating-conic-gradient(from 45deg at 110% 100%, rgba(255, 255, 255, 0.1) 0deg 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
  }
}
body header div:first-child {
  height: 100%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header div:first-child {
    height: 10%;
    align-self: center;
    padding: 1vh;
  }
  body header div:first-child img {
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header div:first-child {
    height: 10%;
    align-self: center;
    padding: 1vh;
  }
  body header div:first-child img {
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header div:first-child {
    height: 10%;
    align-self: center;
    padding: 1vh;
  }
  body header div:first-child img {
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
body header div:first-child img {
  height: 90%;
  object-fit: contain;
  object-position: 50% 50%;
}
body header div:last-child {
  height: 30%;
  align-self: flex-end;
}
body header div:last-child img {
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
body header nav {
  height: 7vh;
  padding: 1vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav {
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav {
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav {
    height: 100%;
    width: 100%;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
body header nav .logo-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2vw;
}
body header nav ul {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-items: center;
  align-items: center;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav ul {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav ul {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav ul {
    height: auto;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}
body header nav ul li {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  list-style: none;
  position: relative;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav ul li {
    margin: 2vw;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav ul li {
    margin: 2vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav ul li {
    margin: 2vw;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body header nav ul li {
    font-size: 1.2em;
  }
  body header nav ul li i {
    font-size: 0.8em !important;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body header nav ul li {
    font-size: 1.2em;
  }
  body header nav ul li i {
    font-size: 0.8em !important;
  }
}
@media only screen and (min-width: 1921px) {
  body header nav ul li {
    font-size: 1.2em;
  }
  body header nav ul li i {
    font-size: 0.8em !important;
  }
}
body header nav ul li:after {
  display: inline-block;
  z-index: -10;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: var(--principalColor);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
body header nav ul li:hover:after {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
body header nav ul li a {
  text-decoration: none;
  color: white;
}
body header nav .socials {
  margin-right: 2vh;
}
body header nav .socials i {
  font-size: 1.2em;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body header nav .socials i {
    font-size: 2em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body header nav .socials i {
    font-size: 2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body header nav .socials i {
    font-size: 2em;
  }
}

:root {
  --magelab: #000000;
}

footer {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}
footer .img-wall {
  display: flex;
  height: 20vh;
  overflow: hidden;
}
footer .img-wall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-logos {
  height: 20vh;
  background: var(--principalColor);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 2vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .footer-logos {
    padding: 3vw;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .footer-logos {
    padding: 3vw;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  footer .footer-logos {
    padding: 3vw;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
footer .footer-logos #logo-family {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logos #logo-family img {
  height: 15vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
footer .footer-logos .cta-toulouse, footer .footer-logos .cta-biarritz {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 4vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  footer .footer-logos .cta-toulouse .cta-toulouse-logos, footer .footer-logos .cta-biarritz .cta-toulouse-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5vh;
  }
}
footer .footer-logos .cta-toulouse .cta-toulouse-logos img, footer .footer-logos .cta-biarritz .cta-toulouse-logos img {
  height: 10vh;
  object-fit: contain;
}
footer .legal {
  background: var(--darkPrincipalColor);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 2vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  footer .legal i {
    font-size: 2em;
    margin: 0 2vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  footer .legal i {
    font-size: 2em;
    margin: 0 2vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  footer .legal i {
    font-size: 2em;
    margin: 0 2vh;
  }
}
footer .legal a {
  margin: 0 1vw;
  color: white;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}
footer .agency-signature {
  height: 7vh;
  background: var(--magelab);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  outline: none;
}
footer .agency-signature img {
  height: 4vh;
  object-fit: contain;
  margin: 0 1vw;
}
footer a {
  outline: none;
}

body main section {
  width: 100vw;
  position: relative;
}
body main #home {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body main #home .bogo {
  display: flex;
  height: 100vh;
}
body main #home .bogo .prima-style {
  width: 100%;
  height: 100vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home .bogo .prima-style {
    height: 100vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home .bogo .prima-style {
    height: 100vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home .bogo .prima-style {
    height: 100vh;
  }
}
body main #home .bogo .prima-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
body main #home .bogo .prima-logo-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  width: 25%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home .bogo .prima-logo-color {
    width: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home .bogo .prima-logo-color {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home .bogo .prima-logo-color {
    width: 50%;
  }
}
body main #home .bogo .prima-logo-color img {
  width: 100%;
  height: auto;
}
body main #home #call-to-actions {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1999;
  bottom: 5vh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 15vh;
  width: 100vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions {
    height: 20vh;
    justify-content: space-between;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions {
    height: 20vh;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions {
    height: 20vh;
    justify-content: space-between;
  }
}
body main #home #call-to-actions .services {
  width: 100%;
  margin: auto 0;
  padding: 0 2vw;
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-left-style: solid;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .services {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .services {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .services {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
}
body main #home #call-to-actions .services p {
  font-size: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
  body main #home #call-to-actions .services p {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  body main #home #call-to-actions .services p {
    font-size: 1.5em;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .services p {
    font-size: 0.8em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .services p {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .services p {
    font-size: 0.8em;
  }
}
body main #home #call-to-actions .services:first-child {
  border-left-style: none;
}
body main #home #call-to-actions .delivery {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-align: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    text-align: center;
  }
}
body main #home #call-to-actions .delivery::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 5vh;
  background: white;
  z-index: -1;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery::before {
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery::before {
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery::before {
    position: absolute;
    left: 0;
  }
}
body main #home #call-to-actions .delivery p {
  font-size: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
  body main #home #call-to-actions .delivery p {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  body main #home #call-to-actions .delivery p {
    font-size: 1.5em;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery p {
    font-size: 0.8em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery p {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery p {
    font-size: 0.8em;
  }
}
body main #home #call-to-actions .delivery .logo-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}
body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
  justify-self: center;
  height: 7vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
    gap: 2vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
    gap: 2vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery {
    gap: 2vh;
  }
}
body main #home #call-to-actions .delivery .logo-cta .logos-delivery img {
  object-fit: contain;
  object-position: 50% 50%;
  align-self: center;
  justify-self: center;
}
body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
  height: 40px;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
    width: 40px;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
    width: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #home #call-to-actions .delivery .logo-cta .logos-delivery img:last-child {
    width: 40px;
  }
}
body main #history {
  box-sizing: border-box;
  display: flex;
  background: var(--principalColor);
  mix-blend-mode: normal;
  width: 100vw;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5vw;
  min-height: 30vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
body main #history .text-history {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: auto;
  width: 100%;
  padding: 5vw;
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #history .text-history {
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #history .text-history {
    width: 100%;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .text-history {
    width: 80%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .text-history {
    width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .text-history {
    width: 80%;
  }
}
body main #history .text-history .text {
  display: flex;
  flex-direction: column;
}
body main #history .text-history .text p {
  columns: 1;
  margin-bottom: 1vh;
  column-gap: 3vw;
  text-align: left;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .text-history .text p {
    columns: 1;
    margin-bottom: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .text-history .text p {
    columns: 1;
    margin-bottom: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .text-history .text p {
    columns: 1;
    margin-bottom: 5vh;
  }
}
body main #history .text-history h1 {
  text-align: center;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 2vw;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .text-history h1 {
    padding: 5vh 0;
    width: 80%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .text-history h1 {
    padding: 5vh 0;
    width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .text-history h1 {
    padding: 5vh 0;
    width: 80%;
  }
}
body main #history .img-history {
  display: flex;
  align-self: end;
  justify-self: end;
  transform-origin: top right;
  overflow: hidden;
  max-height: 50vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #history .img-history {
    width: 100%;
    justify-self: end;
    align-self: end;
    justify-content: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #history .img-history {
    width: 100%;
    justify-self: end;
    align-self: end;
    justify-content: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #history .img-history {
    width: 100%;
    justify-self: end;
    align-self: end;
    justify-content: center;
  }
}
body main #history .img-history img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  transform: scale(1.2) translate(100%, 15%);
}
body main #description {
  width: 100vw;
}
body main #description .discover {
  text-align: center;
  padding: 2vh 0;
  background: var(--secondaryColor);
}
body main #description .desc-block {
  display: flex;
  flex-direction: column;
}
body main #description .desc-block .desc-block-text {
  background: var(--principalColor);
  text-align: center;
  padding: 2vh 0;
}
body main #description .desc-block .desc-gallery {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body main #description .desc-block .desc-gallery img {
  width: 33.33%;
  object-fit: cover;
  object-position: 50% 50%;
  height: 35vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #description .desc-block .desc-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #description .desc-block .desc-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #description .desc-block .desc-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
}
body main #contact {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--principalColor);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
body main #contact .map-responsive {
  height: 60vh;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .map-responsive {
    height: 50vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .map-responsive {
    height: 50vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .map-responsive {
    height: 50vh;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #contact .map-responsive {
    height: 60vh;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #contact .map-responsive {
    height: 60vh;
  }
}
body main #contact .map-responsive iframe {
  left: 0;
  top: 0;
  height: 85vh;
  width: 60vw;
  position: absolute;
}
body main #contact .contacts {
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 90%;
  gap: 1vmax;
  padding: 2vmax;
}
body main #contact .contacts img {
  margin: 1vmax;
  height: auto;
}
body main #contact .contacts .contacts-infos {
  width: 100%;
  gap: 5vmax;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #contact .contacts .contacts-infos {
    gap: 2vmax;
    justify-content: center;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #contact .contacts .contacts-infos {
    gap: 2vmax;
    justify-content: center;
  }
}
body main #contact .contacts .contacts-infos .contacts-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1vmax;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: flex-start;
    height: 90%;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: flex-start;
    height: 90%;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: flex-start;
    height: 90%;
    justify-content: center;
    width: 50%;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: center;
    height: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  body main #contact .contacts .contacts-infos .contacts-left {
    align-self: center;
    height: 100%;
    justify-content: center;
  }
}
body main #contact .contacts .contacts-infos .contacts-left .address-phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left .address-phone {
    flex-direction: column;
    margin: 3vmin 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-left .address-phone {
    flex-direction: column;
    margin: 3vmin 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-left .address-phone {
    flex-direction: column;
    margin: 3vmin 0;
  }
}
body main #contact .contacts .contacts-infos .contacts-left .address-phone p {
  margin-left: 5px;
}
body main #contact .contacts .contacts-infos .contacts-left img {
  object-fit: cover;
  object-position: 50% 50%;
}
body main #contact .contacts .contacts-infos .contacts-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1vmax;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 1vmin;
    width: 50%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 1vmin;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 1vmin;
    width: 50%;
  }
}
body main #contact .contacts .contacts-infos .contacts-right .open-hours {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right .open-hours {
    flex-direction: column;
    text-align: left;
    margin: 3vmin 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #contact .contacts .contacts-infos .contacts-right .open-hours {
    flex-direction: column;
    text-align: left;
    margin: 3vmin 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #contact .contacts .contacts-infos .contacts-right .open-hours {
    flex-direction: column;
    text-align: left;
    margin: 3vmin 0;
  }
}
body main #contact .contacts .contacts-infos .contacts-right .open-hours p {
  margin-left: 5px;
}
body main #gallery > div {
  display: flex;
  width: 100%;
  height: 120vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #gallery > div {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30vh 35vh 35vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #gallery > div {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30vh 35vh 35vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #gallery > div {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30vh 35vh 35vh;
  }
}
body main #gallery > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #gallery > div > div {
    display: contents;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #gallery > div > div {
    display: contents;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #gallery > div > div {
    display: contents;
  }
}
body main #gallery > div > div img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body main #gallery > div > div:nth-child(1) img:first-child {
  height: 55%;
}
body main #gallery > div > div:nth-child(1) img:last-child {
  height: 45%;
}
body main #gallery > div > div:nth-child(2) img:first-child {
  height: 40%;
}
body main #gallery > div > div:nth-child(2) img:last-child {
  height: 60%;
}
body main #gallery > div > div:nth-child(3) img:first-child {
  height: 65%;
}
body main #gallery > div > div:nth-child(3) img:last-child {
  height: 35%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body main #gallery > div > div:nth-child(1) img:first-child, body main #gallery > div > div:nth-child(1) img:last-child, body main #gallery > div > div:nth-child(2) img:first-child, body main #gallery > div > div:nth-child(2) img:last-child, body main #gallery > div > div:nth-child(3) img:first-child, body main #gallery > div > div:nth-child(3) img:last-child {
    height: 100%;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  body main #gallery > div > div:nth-child(1) img:first-child, body main #gallery > div > div:nth-child(1) img:last-child, body main #gallery > div > div:nth-child(2) img:first-child, body main #gallery > div > div:nth-child(2) img:last-child, body main #gallery > div > div:nth-child(3) img:first-child, body main #gallery > div > div:nth-child(3) img:last-child {
    height: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  body main #gallery > div > div:nth-child(1) img:first-child, body main #gallery > div > div:nth-child(1) img:last-child, body main #gallery > div > div:nth-child(2) img:first-child, body main #gallery > div > div:nth-child(2) img:last-child, body main #gallery > div > div:nth-child(3) img:first-child, body main #gallery > div > div:nth-child(3) img:last-child {
    height: 100%;
  }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile-display-none {
    display: none !important;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .mobile-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .mobile-display-none {
    display: none !important;
  }
}

@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  .desktop-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  .desktop-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1661px) and (max-width: 1920px) {
  .desktop-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1921px) {
  .desktop-display-none {
    display: none !important;
  }
}

.row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal .modal-group-content {
  box-sizing: border-box;
  padding: 3rem;
  border-radius: 1.5rem;
  width: 50vw;
  min-height: 30vh;
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.95), rgba(15, 15, 15, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}
.modal .modal-group-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--principalColor), var(--secondaryColor), transparent);
  opacity: 0.8;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-group-content {
    width: 90vw;
    min-height: auto;
    padding: 2rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-group-content {
    width: 90vw;
    min-height: auto;
    padding: 2rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-group-content {
    width: 90vw;
    min-height: auto;
    padding: 2rem;
  }
}
.modal .modal-event {
  position: relative;
  display: flex;
  flex-direction: row !important;
  width: 80vw;
  max-width: 1000px;
  min-height: 50vh;
  max-height: 85vh;
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.95), rgba(15, 15, 15, 0.98));
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.modal .modal-event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--principalColor), var(--secondaryColor), transparent);
  z-index: 10;
  border-radius: 1.5rem 1.5rem 0 0;
}
.modal .modal-event.no-image {
  width: 50vw;
  max-width: 600px;
  min-height: auto;
  justify-content: center;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-event {
    flex-direction: column !important;
    width: 90vw;
    max-height: 90vh;
    min-height: auto;
  }
  .modal .modal-event.no-image {
    width: 90vw;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-event {
    flex-direction: column !important;
    width: 90vw;
    max-height: 90vh;
    min-height: auto;
  }
  .modal .modal-event.no-image {
    width: 90vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-event {
    flex-direction: column !important;
    width: 90vw;
    max-height: 90vh;
    min-height: auto;
  }
  .modal .modal-event.no-image {
    width: 90vw;
  }
}
.modal .modal-event .modal-event-image {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.5rem 0 0 1.5rem;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-event .modal-event-image {
    flex: 0 0 auto;
    max-width: 100%;
    height: 35vh;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-event .modal-event-image {
    flex: 0 0 auto;
    max-width: 100%;
    height: 35vh;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-event .modal-event-image {
    flex: 0 0 auto;
    max-width: 100%;
    height: 35vh;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.modal .modal-event .modal-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.modal .modal-event .modal-event-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  padding: 2.5rem;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-event .modal-event-content {
    padding: 2rem;
    max-height: 50vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-event .modal-event-content {
    padding: 2rem;
    max-height: 50vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-event .modal-event-content {
    padding: 2rem;
    max-height: 50vh;
  }
}
.modal .modal-event .modal-event-content .modal-event-text {
  text-align: center;
}
.modal .modal-event .modal-event-content .modal-event-text h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: white;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-event .modal-event-content .modal-event-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-event .modal-event-content .modal-event-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-event .modal-event-content .modal-event-text h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.modal .modal-event .modal-event-content .modal-event-text p {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .modal-event .modal-event-content .modal-event-text p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .modal-event .modal-event-content .modal-event-text p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .modal-event .modal-event-content .modal-event-text p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.modal .iframe-container {
  width: 50vw;
  height: 85vh;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal .iframe-container {
    width: 90vw;
    height: 90vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal .iframe-container {
    width: 90vw;
    height: 90vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal .iframe-container {
    width: 90vw;
    height: 90vh;
  }
}
.modal .iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
  object-position: 50% 50%;
}

.modal-close {
  display: none !important;
}

.modal-open {
  display: flex !important;
}

.modal form {
  box-sizing: border-box;
  padding: 2.5rem 3rem;
  border-radius: 1.5rem;
  width: 50vw;
  max-height: 85vh;
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.95), rgba(15, 15, 15, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
  overflow-y: auto;
  position: relative;
}
.modal form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--principalColor), var(--secondaryColor), transparent);
  border-radius: 1.5rem 1.5rem 0 0;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .modal form {
    width: 90vw;
    max-height: 90vh;
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal form {
    width: 90vw;
    max-height: 90vh;
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .modal form {
    width: 90vw;
    max-height: 90vh;
    padding: 2rem 1.5rem;
  }
}
.modal form h1, .modal form h2, .modal form h3 {
  color: white;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.modal form label {
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modal form label span {
  color: var(--principalColor);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.modal form input, .modal form textarea {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 1rem;
  color: white;
  box-sizing: border-box;
  width: 100%;
  padding: 0.875rem 1rem;
  resize: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  transition: all 0.25s ease;
}
.modal form input:hover, .modal form textarea:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.modal form input:focus, .modal form textarea:focus {
  outline: none;
  border-color: var(--principalColor);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 3px rgba(var(--principalColor-rgb), 0.15);
}
.modal form input::placeholder, .modal form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.modal form textarea {
  min-height: 120px;
  line-height: 1.6;
}
.modal form button {
  position: relative;
  border-radius: 0.75rem;
  width: 100%;
  padding: 1rem 2rem;
  margin-top: 0.5rem;
  color: white;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, var(--principalColor), var(--darkPrincipalColor));
  box-shadow: 0 4px 15px rgba(var(--principalColor-rgb), 0.3);
  transition: all 0.3s ease;
}
.modal form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--principalColor-rgb), 0.4);
}
.modal form button:active {
  transform: translateY(0);
}

.cross {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: linear-gradient(145deg, rgba(40, 40, 40, 0.95), rgba(25, 25, 25, 0.98));
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 4001;
  right: 1.5rem;
  top: 1.5rem;
  transition: all 0.25s ease;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cross {
    right: 1rem;
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cross {
    right: 1rem;
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cross {
    right: 1rem;
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cross:hover {
  background: linear-gradient(145deg, rgba(60, 60, 60, 0.95), rgba(40, 40, 40, 0.98));
  transform: rotate(90deg) scale(1.1);
  border-color: rgba(var(--principalColor-rgb), 0.3);
}
.cross:active {
  transform: rotate(90deg) scale(0.95);
}
.cross .line-cross {
  position: absolute;
  width: 45%;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  transform-origin: center;
  transition: background 0.2s ease;
}
.cross .line-cross:nth-child(1) {
  transform: rotate(45deg);
}
.cross .line-cross:nth-child(2) {
  transform: rotate(-45deg);
}
.cross:hover .line-cross {
  background: var(--principalColor);
}

.calculator {
  display: flex;
  flex-direction: column;
}
.calculator .calculator-container {
  display: flex;
  width: 30vw;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.98), rgba(20, 20, 20, 0.99));
  gap: 0.75rem;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
}
.calculator .calculator-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--principalColor), var(--secondaryColor), transparent);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .calculator .calculator-container {
    width: 85vw;
    padding: 1.25rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .calculator .calculator-container {
    width: 85vw;
    padding: 1.25rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .calculator .calculator-container {
    width: 85vw;
    padding: 1.25rem;
  }
}
.calculator .calculator-container .number-row {
  width: 100%;
  height: 4.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .calculator .calculator-container .number-row {
    height: 4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .calculator .calculator-container .number-row {
    height: 4rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .calculator .calculator-container .number-row {
    height: 4rem;
  }
}
.calculator .calculator-container .number-row .first-row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
}
.calculator .calculator-container .number-row .first-row .result {
  width: 75%;
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.calculator .calculator-container .number-row .first-row .result .reservation_nbr {
  color: var(--principalColor);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Inter", -apple-system, sans-serif;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .calculator .calculator-container .number-row .first-row .result .reservation_nbr {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .calculator .calculator-container .number-row .first-row .result .reservation_nbr {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .calculator .calculator-container .number-row .first-row .result .reservation_nbr {
    font-size: 2rem;
  }
}
.calculator .calculator-container .number-row .first-row .result .delete {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
}
.calculator .calculator-container .number-row .first-row .result .delete:hover {
  background: rgba(var(--principalColor-rgb), 0.1);
  color: var(--principalColor);
}
.calculator .calculator-container .number-row .first-row .operator {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--principalColor), var(--darkPrincipalColor));
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(var(--principalColor-rgb), 0.25);
  transition: all 0.2s ease;
}
.calculator .calculator-container .number-row .first-row .operator:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--principalColor-rgb), 0.35);
}
.calculator .calculator-container .number-row .first-row .operator:active {
  transform: translateY(0) scale(0.98);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .calculator .calculator-container .number-row .first-row .operator {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .calculator .calculator-container .number-row .first-row .operator {
    font-size: 1.25rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .calculator .calculator-container .number-row .first-row .operator {
    font-size: 1.25rem;
  }
}
.calculator .calculator-container .number-row .number-style {
  border-radius: 1rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Inter", -apple-system, sans-serif;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
}
.calculator .calculator-container .number-row .number-style:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(var(--principalColor-rgb), 0.3);
  transform: translateY(-2px);
}
.calculator .calculator-container .number-row .number-style:active {
  transform: translateY(0) scale(0.98);
  background: rgba(var(--principalColor-rgb), 0.2);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .calculator .calculator-container .number-row .number-style {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .calculator .calculator-container .number-row .number-style {
    font-size: 1.25rem;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .calculator .calculator-container .number-row .number-style {
    font-size: 1.25rem;
  }
}
.calculator .calculator-container .number-row .validate {
  background: linear-gradient(135deg, var(--secondaryColor), var(--darkPrincipalColor));
  border: none;
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(var(--secondaryColor-rgb), 0.25);
}
.calculator .calculator-container .number-row .validate:hover {
  box-shadow: 0 6px 20px rgba(var(--secondaryColor-rgb), 0.35);
}

@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .burger-closed {
    top: -100vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .burger-closed {
    top: -100vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .burger-closed {
    top: -100vh;
  }
}

.burger-open {
  background: transparent !important;
}

#burger {
  position: fixed;
  right: 0;
  padding: 2vh;
  z-index: 3000;
  border: none;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
#burger .lines {
  position: relative;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#burger .lines .burger {
  transition: all 0.5s ease;
  position: relative;
  right: 0;
  margin: 0.4vh 0;
  width: 5vh;
  height: 2px;
  background: white;
}
#burger .lines .burger-cross {
  margin: 1vh 0;
  right: 0;
  transform-origin: center;
}
#burger .lines .burger-cross:nth-child(1) {
  position: absolute;
  transform: rotate(45deg) translateY(-30%);
  top: 0;
}
#burger .lines .burger-cross:nth-child(2) {
  transform: translateY(100%);
  opacity: 0;
}
#burger .lines .burger-cross:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg) translateY(30%);
  top: 0;
}

/*# sourceMappingURL=style-calculator.css.map */
