html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%; /*
-webkit-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none;
user-select: none;*/
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

#mariaslogofull path#fulllogo {
  fill: #99bef7;
}
#mariaslogofull path#fullsub {
  fill: #fdd1dc;
}
#mariaslogofull {
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
}

.c1280 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.p6424 {
  padding: 64px;
}

/*****/
.main-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #001b2e;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
}

.header-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px;
}

.logo-h1 a.main-logo {
  pointer-events: none;
  opacity: 0;
}
.logo-h1 a.main-logo svg {
  width: 100%;
  max-height: 64px;
}

.main-header.header-fixed {
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: fixed;
}
.main-header.header-fixed .header-wrapper {
  padding: 16px 48px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.main-header.header-fixed .logo-h1 a.main-logo {
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-header.header-fixed .logo-h1 a.main-logo svg {
  width: 100%;
  max-height: 48px;
}

.page-blog .header-wrapper .logo-h1 a.main-logo,
.page-normal .header-wrapper .logo-h1 a.main-logo,
.error404 .header-wrapper .logo-h1 a.main-logo {
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}

.main-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.main-nav-menu li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
.main-nav-menu li a::after {
  content: " ";
  display: block;
  width: 0%;
  height: 1px;
  bottom: -8px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  -webkit-transition: background-color 0.3s, width 0.3s;
  transition: background-color 0.3s, width 0.3s;
  -webkit-filter: drop-shadow(0 0 8px #fff);
          filter: drop-shadow(0 0 8px #fff);
}
.main-nav-menu li a:hover {
  text-shadow: 0 0 8px #fff;
}
.main-nav-menu li a:hover::after {
  width: 90%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.3s, width 0.3s;
  transition: background-color 0.3s, width 0.3s;
}

.nav-open {
  background-color: transparent;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  font-size: 48px;
}
.nav-open svg {
  width: auto;
  height: 24px;
  fill: #ffffff;
}

.nav-close {
  display: none;
}

.lang-nav {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
}
.lang-nav a {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 4px 8px;
  border-radius: 2rem;
}

.cta-nav a.nav-cta-btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
}
.cta-nav a.nav-cta-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-wrapper {
  width: 100%;
  min-height: 100svh;
}

.hero-in video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlayer {
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(20%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}

.hero-info-cont {
  position: absolute;
  z-index: 6;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

.hero-text1 {
  font-size: 16px;
  font-weight: 300;
  color: #fdd1dc;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 125%;
}

.hero-logo svg {
  width: clamp(280px, 20vw, 500px);
  height: auto;
}
.hero-logo {
  margin-bottom: 64px;
}

.hero-sub-info {
  font-size: 20px;
  font-family: "Noto Serif Display", serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 140%;
}

.hero-ctas a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 16px 32px;
  border-radius: 4rem;
  background-color: rgba(44, 94, 148, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.hero-ctas a span {
  text-wrap: nowrap;
}
.hero-ctas a svg {
  fill: #fff;
  width: 100%;
  max-height: 18px;
}
.hero-ctas a:hover {
  background-color: rgba(44, 94, 148, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-scroll-holder {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 32px;
}

@-webkit-keyframes go-down-anim {
  0% {
    -webkit-transform: translate(-50%, -14px);
            transform: translate(-50%, -14px);
  }
  15% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
  60% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
  100% {
    -webkit-transform: translate(-50%, 38px);
            transform: translate(-50%, 38px);
  }
}

@keyframes go-down-anim {
  0% {
    -webkit-transform: translate(-50%, -14px);
            transform: translate(-50%, -14px);
  }
  15% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
  60% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
  100% {
    -webkit-transform: translate(-50%, 38px);
            transform: translate(-50%, 38px);
  }
}
.hero-scroll {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 24px;
  height: 40px;
  padding: 2px;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}
.hero-scroll span {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 2em;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
  -webkit-animation: go-down-anim 5s ease-in infinite;
          animation: go-down-anim 5s ease-in infinite;
}

a.go-down {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 8px;
}
a.go-down svg {
  width: 100%;
  fill: rgba(255, 255, 255, 0.4);
  width: 20px;
}

.page-sections.co1 {
  background-color: #faead4;
}

.page-sections.co2 {
  background-color: #f4f1ed;
}

.sections-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px 48px 96px 48px;
}

.section-header {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.section-header h2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 48px;
  font-weight: 400;
  font-family: "Noto Serif Display", serif;
  color: #000;
  line-height: 125%;
}
.section-header h2 span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #99bef7;
  display: block;
  text-transform: uppercase;
}
.section-header img.sline {
  max-height: 6px;
}
.section-header p {
  color: #a9a298;
  max-width: 480px;
  text-align: center;
  line-height: 160%;
}
.section-header {
  margin: 0 0 32px 0;
}

.about-us-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

.about-us-text {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.about-us-text h3 {
  font-family: "Noto Serif Display", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 150%;
  font-weight: 400;
  color: #2c5e94;
}
.about-us-text p {
  line-height: 165%;
}
.about-us-text a {
  padding: 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4rem;
}

.about-us-image img {
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menus-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin: 48px 0;
}

.menus-item {
  border-radius: 16px;
  background-color: #fafaf9;
  border: 1px solid #e6e2dc;
  overflow: hidden;
  position: relative;
  -webkit-filter: drop-shadow(0 0 12px rgba(153, 190, 247, 0.1));
          filter: drop-shadow(0 0 12px rgba(153, 190, 247, 0.1));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.menus-item .menu-image img {
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menus-item:hover {
  background-color: #f4f1ed;
  border: 1px solid #a9a298;
  -webkit-filter: drop-shadow(0 0 12px rgb(153, 190, 247));
          filter: drop-shadow(0 0 12px rgb(153, 190, 247));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menus-item:hover .menu-image img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-image img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-image p.menu-img-overlay {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 4rem;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.menu-info {
  padding: 12px;
}

.menu-title {
  padding: 0 0 16px 0;
  padding: 12px 24px;
  border-bottom: 1px solid #e6e2dc;
}
.menu-title h3 {
  font-family: "Noto Serif Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
.menu-title p {
  line-height: 125%;
  color: #99bef7;
}

.menu-description {
  padding: 12px 24px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.menu-description p {
  font-size: 16px;
  line-height: 165%;
}
.menu-description a.menu-view-btn {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px 0;
  color: #2c5e94;
  text-wrap: nowrap;
  font-weight: 500;
}
.menu-description a.menu-view-btn svg {
  width: 100%;
  max-height: 14px;
  fill: #2c5e94;
}

.the-chef-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 64px auto;
  grid-template-columns: repeat(2, auto);
  gap: 64px;
  margin-bottom: 32px;
}
.the-chef-content:nth-child(even) .chef-image {
-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.chef-image {
  position: relative;
}
.chef-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  width: 400px;
  height: 500px;
  object-fit: cover;
}

.chef-img-overlay {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 32px;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 16px 16px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.chef-img-overlay h3 {
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 20px;
}
.chef-img-overlay p {
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #99bef7;
}

.chef-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.chef-content h3 {
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 22px;
}
.chef-content p {
  line-height: 160%;
}
.chef-content a.chef-details-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
  gap: 8px;
  color: #2c5e94;
  border: 1px solid rgba(44, 94, 148, 0.3137254902);
  background-color: transparent;
  padding: 16px 32px;
  border-radius: 4rem;
}
.chef-content a.chef-details-btn svg {
  width: 100%;
  max-height: 14px;
  fill: #2c5e94;
}
.chef-content a.chef-details-btn:hover {
  gap: 24px;
  border: 1px solid #2c5e94;
  background-color: rgba(255, 255, 255, 0.3);
}

.social-links-instagram {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
  margin: 32px 0;
}
.social-links-instagram a.instagram-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  border-radius: 4rem;
}
.social-links-instagram a.instagram-link svg {
  fill: #000;
  width: 100%;
  max-height: 24px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.social-links-instagram a.instagram-link:hover {
  border: 1px solid #e1306c;
  color: #e1306c;
}
.social-links-instagram a.instagram-link:hover svg {
  fill: #e1306c;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.otto-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 64px auto;
  grid-template-columns: repeat(2, auto);
  gap: 64px;
}

.otto-image {
  position: relative;
}
.otto-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
}

.otto-img-overlay {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 12px 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
}
.otto-img-overlay p {
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
  color: #2c5e94;
}
.otto-img-overlay span {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 8px;
  border-radius: 1rem;
  background-color: #99bef7;
}

.otto-info-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.otto-info-content h3 {
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 22px;
}
.otto-info-content p {
  line-height: 160%;
}
.otto-info-content a.otto-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
  gap: 8px;
  color: #2c5e94;
  border: 1px solid rgba(44, 94, 148, 0.3137254902);
  background-color: transparent;
  padding: 16px 32px;
  border-radius: 4rem;
}
.otto-info-content a.otto-btn svg {
  width: 100%;
  max-height: 14px;
  fill: #2c5e94;
}
.otto-info-content a.otto-btn:hover {
  gap: 24px;
  border: 1px solid #2c5e94;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.nl-feed {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.nl-item {
  background-color: rgba(173, 213, 252, 0.1254901961);
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  border-radius: 16px;
  max-height: 180px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 12px rgba(153, 190, 247, 0.1));
          filter: drop-shadow(0 0 12px rgba(153, 190, 247, 0.1));
  border: 1px solid rgba(44, 94, 148, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nl-item .nl-image img {
  width: 1em;
  height: 1em;
  font-size: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.nl-item:hover {
  -webkit-filter: drop-shadow(0 0 12px rgb(153, 190, 247));
          filter: drop-shadow(0 0 12px rgb(153, 190, 247));
  border: 1px solid rgba(44, 94, 148, 0.3);
  background-color: rgba(173, 213, 252, 0.1882352941);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nl-item:nth-child(even) {
  background-color: rgba(253, 209, 220, 0.4392156863);
  -webkit-filter: drop-shadow(0 0 12px rgba(253, 209, 220, 0.1));
          filter: drop-shadow(0 0 12px rgba(253, 209, 220, 0.1));
  border: 1px solid rgba(253, 209, 220, 0.1);
}
.nl-item:nth-child(even):hover {
  background-color: rgba(253, 209, 220, 0.5647058824);
  -webkit-filter: drop-shadow(0 0 12px rgba(253, 209, 220, 0.8));
          filter: drop-shadow(0 0 12px rgba(253, 209, 220, 0.8));
  border: 1px solid #fdd1dc;
}

.nl-content {
  width: 100%;
  height: 100%;
  padding: 32px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.nl-content p.nl-cat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3137254902);
  line-height: 125%;
  text-overflow: ellipsis;
}
.nl-content h3.nl-title {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
}
.nl-content p.nl-short-desc {
  line-height: 150%;
}
.nl-content .nl-short-desc {
  line-height: 150%;
}
.nl-content a.read-more-btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.nl-arrow {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  font-size: 64px;
  border-radius: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  line-height: 100%;
  margin-right: 32px;
}
.nl-arrow svg {
  width: 100%;
  max-height: 18px;
  fill: rgba(0, 0, 0, 0.3137254902);
}

.nl-control {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0;
}
.nl-control a.nl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
  gap: 8px;
  color: #2c5e94;
  border: 1px solid rgba(44, 94, 148, 0.3137254902);
  background-color: transparent;
  padding: 16px 32px;
  border-radius: 4rem;
}
.nl-control a.nl-btn svg {
  width: 100%;
  max-height: 14px;
  fill: #2c5e94;
}
.nl-control a.nl-btn:hover {
  gap: 24px;
  border: 1px solid #2c5e94;
  background-color: rgba(255, 255, 255, 0.3);
}

.es-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 32px 0;
}
.es-pagination a {
  padding: 8px 16px;
  border-radius: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
}
.es-pagination a:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgb(0, 0, 0);
}

.no-content-yet {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-content-yet p {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.pag404 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.pag404 h2 {
  font-family: "Noto Serif Display", serif;
  font-size: 64px;
  line-height: 125%;
}
.pag404 p {
  line-height: 160%;
}
.pag404 a {
  display: block;
  padding: 12px 24px;
  border-radius: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-wrapper1 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px;
}

.info-footer-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  justify-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  background-color: #d4eaff;
}

.footer-column {
  width: 100%;
  height: 100%;
}
.footer-column .column-inner {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 48px;
  margin: 0 0 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px;
}

.footer-column.even-column {
  background-color: rgba(255, 255, 255, 0.5);
}
.footer-column.even-column .column-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 0;
}

.sub-footer {
  background-color: #fdd1dc;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-footer-inner {
  width: 100%;
  max-width: 1440px;
  padding: 48px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.footer-logo svg {
  width: 100%;
  max-height: 48px;
  fill: #d67692;
}

.footer-copyright {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  text-align: center;
}
.footer-copyright p.copyr-text {
  font-size: 14px;
  line-height: 160%;
}

.fc--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.fc--link a {
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 2px;
  font-size: 14px;
}
.fc--link a:hover {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.fci-tittle h3 {
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 32px;
  border-radius: 8px;
}

.timing-loop {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.time-item {
  line-height: 160%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
.time-item p.tday {
  font-weight: 600;
}
.footer-cta a.footer-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-wrap: nowrap;
  padding: 16px 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4rem;
}
.footer-cta a.footer-cta-btn svg {
  width: 100%;
  max-height: 16px;
  fill: #000;
}
.footer-cta a.footer-cta-btn:hover {
  gap: 24px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.contact-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}

.contact-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.contact-item p.cb-title {
  font-weight: 600;
  line-height: 125%;
}

.cb-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.cb-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-wrap: nowrap;
  opacity: 0.7;
}
.cb-info a span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.cb-info a svg {
  width: 100%;
  max-height: 16px;
  fill: #000;
}
.cb-info a:hover {
  opacity: 1;
}
.cb-info a.cb-icon-link {
  border: 1px solid rgba(0, 0, 0, 0.6);
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  border-radius: 4rem;
  font-size: 42px;
  padding: 0;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
.cb-info a.cb-icon-link svg {
  width: 100%;
  max-height: 16px;
  fill: #000;
}

.poly-lang-nav ul.plang-nav-menu li a {
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.poly-lang-nav ul.plang-nav-menu li a span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.poly-lang-nav ul.plang-nav-menu li a:hover {
  opacity: 1;
}

/** PAGE**/
.page-header-filler {
  background: #011c2e;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 28, 46)), to(rgb(51, 69, 76)));
  background: linear-gradient(180deg, rgb(1, 28, 46) 0%, rgb(51, 69, 76) 100%);
  width: 100%;
  height: 163px;
}

.page-inner-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px;
}
.page-inner-content h2.pg-title a {
  display: inline-block;
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.pg-content {
  line-height: 160%;
}
.pg-content p {
  line-height: 160%;
  margin-bottom: 24px;
}
.pg-content ul {
  line-height: 200%;
  list-style: inside;
  margin-left: 24px;
  margin-bottom: 24px;
}
.pg-content table {
  border-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.pg-content td {
  padding: 24px;
}
.pg-content th {
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.02);
}
.pg-content img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg-content blockquote {
  padding: 24px 32px;
  background-color: #faead4;
  margin-bottom: 12px;
}
.pg-content blockquote p {
  margin-bottom: 0px;
  margin: 12px;
}
.pg-content a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #b85a76;
}

.post-thumbnail img {
  width: 100%;
  max-height: clamp(320px, 720px, 20vh);
  -o-object-fit: cover;
     object-fit: cover;
}
.post-thumbnail {
  margin-bottom: 32px;
}

.filler480 {
  width: 1em;
  height: 1em;
  font-size: 180px;
  background-color: rgba(0, 0, 0, 0.05);
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px 0 0 16px;
}
.filler480 svg {
  width: 100%;
  max-height: 24px;
  fill: rgba(0, 0, 0, 0.3137254902);
}

.go-up-btn {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 5rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.go-up-btn svg {
  width: 100%;
  max-height: 18px;
  fill: #fff;
}

.go-up-btn.upact {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*****/
/* --------- */
@media (max-width: 1280px) {
  /* --------- */
  /* --------- */
}
/* --------- */
@media (max-width: 1024px) {
  /* --------- */
  .header-wrapper {
    padding: 32px;
  }
  .logo-h1 a.main-logo svg {
    max-height: 48px;
  }
  .main-nav {
    gap: 32px;
  }
  .main-nav-menu {
    gap: 32px;
  }
  .main-nav-menu li a {
    font-size: 16px;
  }
  .sections-inner {
    padding: 128px 32px 64px 32px;
  }
  /* --------- */
}
/* --------- */
@media (max-width: 768px) {
  /* --------- */
  .nav-open {
    display: -ms-grid;
    display: grid;
  }
  .nav-close {
    display: block;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 48px 48px 18px 18px;
  }
  .nav-close svg {
    width: auto;
    height: 24px;
    fill: #000000;
  }
  /** PAGE**/
  .page-header-filler {
    height: 115px;
  }
  .main-header.header-fixed {
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    position: fixed;
  }
  .main-header.header-fixed .header-wrapper {
    padding: 16px 32px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .main-header.header-fixed .logo-h1 a.main-logo {
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .main-header.header-fixed .logo-h1 a.main-logo svg {
    width: 100%;
    max-height: 42px;
  }
  .main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #99bef7;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .main-nav.active {
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .main-nav {
    display: -ms-grid;
    display: grid;
    gap: 64px;
  }
  .main-nav-menu {
    display: -ms-grid;
    display: grid;
    gap: 36px;
  }
  .main-nav-menu li a {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 2px;
  }
  .main-nav-menu li a::after {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -4px;
    -webkit-filter: drop-shadow(0 0 8px #000);
            filter: drop-shadow(0 0 8px #000);
  }
  .main-nav-menu li a:hover {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3137254902);
  }
  .main-nav-menu li a:hover::after {
    width: 90%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .cta-nav a.nav-cta-btn {
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4rem;
  }
  .cta-nav a.nav-cta-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.6);
  }
  .about-us-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 64px;
  }
  .about-us-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
  }
  .about-us-image img {
    max-width: 100%;
  }
  .menus-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 32px 0;
  }
  .the-chef-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }
  .the-chef-content:last-child {
    margin-bottom: 0px;
  }
  .chef-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    gap: 32px;
  }
  .the-chef-content:nth-child(even) .chef-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
            order: 0;
}
.chef-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: cover;
}
  .otto-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .otto-info-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    gap: 32px;
  }
  .nl-item {
    max-height: 100%;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 12px rgba(153, 190, 247, 0.1));
            filter: drop-shadow(0 0 12px rgba(153, 190, 247, 0.1));
    border: 1px solid rgba(44, 94, 148, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nl-item .nl-image {
    height: 100%;
  }
  .nl-item .nl-image img {
    height: 256px;
    font-size: 128px;
  }
  .filler480 {
    height: 100%;
    font-size: 128px;
  }
  .filler480 svg {
    height: auto;
    width: 72px;
  }
  .nl-content {
    padding: 32px;
    gap: 12px;
  }
  .nl-arrow {
    display: none;
  }
  .info-footer-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-column .column-inner {
    max-width: 100%;
    padding: 32px;
    margin: 0;
    gap: 32px;
  }
  .footer-column.even-column .column-inner {
    max-width: 100%;
    margin: 0;
  }
  .fc--link {
    display: -ms-grid;
    display: grid;
  }
  .section-header {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .section-header h2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 400;
    font-family: "Noto Serif Display", serif;
    color: #000;
    line-height: 125%;
  }
  .section-header h2 span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #99BEF7;
    display: block;
    text-transform: uppercase;
  }
  .section-header img.sline {
    max-height: 6px;
  }
  .section-header p {
    color: #A9A298;
    max-width: 480px;
    text-align: center;
    line-height: 160%;
  }
  .section-header {
    margin: 0 0 32px 0;
  }
  /* --------- */
  /* --------- */
}
/* --------- */
@media (max-width: 480px) {
  /* --------- */
  .filler480 {
    display: none;
  }
  .nl-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .nl-item .nl-image {
    /*display: none;*/
    width: 100%;
    height: 100%;
  }
  .nl-item .nl-image img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    border-radius: 16px 16px 0 0;
  }
  .footer-column .column-inner {
    padding: 32px 24px;
  }
  .cb-info a {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    justify-items: start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: auto 8px 1fr;
    grid-template-columns: auto 1fr;
    line-height: 160%;
    gap: 8px;
    text-wrap: initial;
    opacity: 0.7;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 4rem;
    padding: 8px 16px;
  }
  .cb-info a span {
    border-bottom: 0px;
    font-size: 15px;
  }
  .cb-info a svg {
    width: 100%;
    max-height: 16px;
    fill: #000;
  }
  .cb-info a:hover {
    opacity: 1;
  }
  /* --------- */
}
/* --------- */
@media (max-width: 320px) {
  /* --------- */
  /* --------- */
}