h1, .heading-1 {
  font: 800 5.9375rem/6.25rem "roc-grotesk-wide";
}
@media screen and (max-width: 768px) {
  h1, .heading-1 {
    font: 800 2.625rem/3.25rem "roc-grotesk-wide";
  }
}

h2, .heading-2 {
  font: 400 2.25rem/2.75rem "roc-grotesk-wide";
}
@media screen and (max-width: 768px) {
  h2, .heading-2 {
    font: 400 1.5rem/2rem "roc-grotesk-wide";
  }
}

h3, .heading-3 {
  font: 400 1.125rem/1.625rem "Space Mono";
}
@media screen and (max-width: 768px) {
  h3, .heading-3 {
    font: 400 1rem/1.5rem "Space Mono";
  }
}

h4, .heading-4 {
  font: 400 1.25rem/1.2 "Space Mono";
}
@media screen and (max-width: 768px) {
  h4, .heading-4 {
    font: 400 1rem/1.4 "Space Mono";
  }
}

h5, .heading-5 {
  font: 400 1.25rem/1.2 "Space Mono";
}
@media screen and (max-width: 768px) {
  h5, .heading-5 {
    font: 400 0.9375rem/1.4 "Space Mono";
  }
}

h6, .heading-6 {
  font: 400 1rem/1.313rem "Space Mono";
}
@media screen and (max-width: 768px) {
  h6, .heading-6 {
    font: 400 0.875rem/1.25rem "Space Mono";
  }
}

p, address {
  font: 400 0.875rem/1.3125rem "Space Mono";
}
@media screen and (max-width: 768px) {
  p, address {
    font: 400 0.8125rem/1.25rem "Space Mono";
  }
}

:root {
  --vw: 1dvw;
  --computed-margin: max(35px, calc((var(--vw, 1vw) * 100 - 1140px) / 2));
  --computed-margin-1440: max(35px, calc((var(--vw, 1vw) * 100 - 1440px) / 2));
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto 0;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .container {
    flex-flow: column;
    max-width: 100%;
  }
}

body.no-scroll {
  overflow: hidden;
}

header#header {
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  position: sticky;
  top: 0;
  z-index: 100;
}
header#header .navigation {
  display: flex;
  flex-flow: row nowrap;
  padding: 12px 35px 19px;
}
header#header .navigation .left .image {
  --aspect-ratio: 1;
  max-height: 100px;
}
header#header .navigation .left, header#header .navigation .right {
  flex: 1;
  padding: 10px 0 0;
}
header#header .navigation .left-mobile, header#header .navigation .right-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  header#header .navigation .left {
    padding-top: 50px;
  }
}
header#header .navigation .right .navigation__container {
  justify-content: flex-end;
}
header#header .navigation .navigation__container {
  height: 100%;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 42px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header#header .navigation .navigation__container {
    align-items: start;
    gap: 30px;
  }
}
header#header .navigation .navigation__container ul {
  list-style: none;
}
header#header .navigation .navigation__link {
  text-transform: uppercase;
  font: 400 14px/17px "Space Mono";
}
header#header .navigation .navigation__link a {
  font-family: "Space Mono";
}
header#header .navigation .menu-item-type-is_separator {
  position: relative;
}
header#header .navigation .menu-item-type-is_separator.separator-horizontal {
  height: 1px;
  width: 100%;
}
header#header .navigation .menu-item-type-is_separator.separator-vertical {
  width: 1px;
  height: 100%;
}
header#header .navigation .menu-item-type-is_separator .navigation__separator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
header#header .navigation .menu-item-type-is_separator .navigation__separator.separator-primary {
  background: #BF181B;
}
header#header .navigation .menu-item-type-is_separator .navigation__separator.separator-black {
  background: #000;
}
header#header .navigation .menu-item-type-is_separator .navigation__separator.separator-secondary {
  background: #FFFCF2;
}
header#header .navigation .menu-item-type-is_title .navigation__title.title-primary {
  color: #BF181B;
}
header#header .navigation .menu-item-type-is_title .navigation__title.title-black {
  color: #000;
}
header#header .navigation .menu-item-type-is_title .navigation__title.title-secondary {
  color: #FFFCF2;
}
header#header .navigation .menu-item-type-is_link .navigation__link-with-icon {
  font-weight: 500;
}
header#header .navigation .menu-item-type-is_link_with_image a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 19px;
}
header#header .navigation .menu-item-type-is_link_with_image a img {
  max-width: 198px;
  aspect-ratio: 198/135;
}
header#header .navigation .navigation__container a:not(.navigation__separator), header#header .navigation .navigation__container span:not(.navigation__separator) {
  cursor: pointer;
}
header#header .navigation .navigation__container > .menu-item-has-children > span, header#header .navigation .navigation__container > .menu-item-has-children > a:not(.btn) {
  position: relative;
}
header#header .navigation .navigation__container > .menu-item-has-children > span:after, header#header .navigation .navigation__container > .menu-item-has-children > a:not(.btn):after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  transition: width 0.3s ease-in-out 0.2s;
  background: #BF181B;
}
header#header .navigation .navigation__container > .menu-item-has-children.menu-item-type-is_button ul {
  flex-flow: column wrap;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  header#header .navigation .navigation__container > .menu-item-has-children.menu-item-type-is_button ul {
    display: none;
  }
}
header#header .navigation .navigation__container > .menu-item-has-children.menu-item-type-is_lang:after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  height: 9px;
  width: 9px;
  background-image: url(/wp-content/themes/lesbonstech/assets/images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header#header .navigation .navigation__container > .menu-item-has-children.menu-item-type-is_lang ul {
  flex-direction: column;
  gap: 10px;
}
header#header .navigation .navigation__container > .menu-item-has-children.menu-item-type-is_lang ul [data-level="1"] a {
  text-transform: none;
}
header#header .navigation .navigation__container > .menu-item-has-children > ul {
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.5s ease-in-out 0s;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  flex-flow: row wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  header#header .navigation .navigation__container > .menu-item-has-children > ul {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header#header .navigation .navigation__container > .menu-item-has-children:hover > span:after, header#header .navigation .navigation__container > .menu-item-has-children:hover > a:not(.btn):after {
    transition: width 0.3s ease-in-out 0s;
    width: 100%;
  }
  header#header .navigation .navigation__container > .menu-item-has-children:hover > ul {
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  header#header .navigation .navigation__container > .menu-item-has-children:hover > ul {
    position: relative;
    top: 0;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  header#header .navigation .navigation__container > .menu-item-has-children.open > span:after, header#header .navigation .navigation__container > .menu-item-has-children.open > a:not(.btn):after {
    transition: width 0.3s ease-in-out 0s;
    width: 100%;
  }
  header#header .navigation .navigation__container > .menu-item-has-children.open > ul {
    position: relative;
    top: 0;
    gap: 30px;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header#header .navigation .navigation__container > .menu-item-has-children.open > ul {
    align-items: flex-start;
    gap: 20px;
  }
}
header#header .navigation .navigation__container > .menu-item-has-children .navigation__link-with-image .link-text {
  position: relative;
}
header#header .navigation .navigation__container > .menu-item-has-children .navigation__link-with-image .link-text:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  transition: width 0.3s ease-in-out 0s;
  background: #BF181B;
}
header#header .navigation .navigation__container > .menu-item-has-children .navigation__link-with-image:hover .link-text:after {
  transition: width 0.3s ease-in-out 0s;
  width: 100%;
}
header#header .navigation .navigation__container li[data-level="0"] > ul {
  text-transform: uppercase;
  min-width: 202px;
  background: #FFFFFF;
  padding: 32px 35px 21px 21px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  header#header .navigation .navigation__container li[data-level="0"] > ul {
    box-shadow: none;
  }
}
header#header .navigation .header-menu__sub-menu {
  display: flex;
  flex-flow: column nowrap;
}
header#header .navigation .header-menu__sub-menu li[data-level="1"] {
  display: flex;
  flex-flow: column;
}
header#header .navigation .header-menu__sub-menu li[data-level="1"] .navigation__link {
  text-transform: none;
  font: normal 14px/30px "Space Mono";
}
header#header .navigation .header-menu__sub-menu li[data-level="1"] span + .header-menu__sub-menu {
  margin-top: 10px;
}
header#header .navigation .header-menu__sub-menu li[data-level="1"] > ul {
  flex: 1;
}
header#header .navigation .header-menu__sub-menu .align-end {
  margin-top: auto;
}
header#header .navigation .menu-item-has-children:not(.menu-item-type-is_button)[data-level="0"]:not(.sub-menu-full-width) > ul {
  margin-left: -21px;
  margin-right: 21px;
}
@media screen and (max-width: 768px) {
  header#header .navigation .menu-item-has-children:not(.menu-item-type-is_button)[data-level="0"]:not(.sub-menu-full-width) > ul {
    margin-left: 0;
    margin-right: 0;
  }
}
header#header .navigation .menu-item-has-children:not(.menu-item-type-is_button)[data-level="0"].sub-menu-full-width > ul {
  width: 100%;
  left: 0;
  right: 0;
  padding-left: var(--computed-margin) !important;
  padding-right: var(--computed-margin) !important;
  justify-content: center;
  gap: 35px;
}
header#header .navigation .menu-item-has-children:not(.menu-item-type-is_button) .link-important {
  font-size: 16px;
  line-height: 22px;
}
header#header .navigation .menu-item-has-children.menu-item-type-is_button {
  position: relative;
}
header#header .navigation .menu-item-has-children.menu-item-type-is_button > ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 18px 13px !important;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
header#header .burger-menu-button {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 25px;
  height: 20px;
  min-height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  header#header .burger-menu-button {
    display: flex;
  }
}
header#header .burger-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: 1px;
}
header#header .burger-menu-button.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header#header .burger-menu-button.active span:nth-child(2) {
  opacity: 0;
}
header#header .burger-menu-button.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media screen and (max-width: 768px) {
  header#header.open {
    position: fixed;
    height: 100dvh;
    width: 100%;
  }
  header#header.open .navigation {
    overflow: auto;
    justify-content: start;
    flex-wrap: wrap;
    max-height: 100%;
  }
  header#header.open .navigation .left, header#header.open .navigation .right {
    display: block;
    flex: unset;
    width: 100%;
  }
  header#header.open .navigation .left ul, header#header.open .navigation .right ul {
    flex-direction: column;
  }
  header#header.open .navigation .left-mobile, header#header.open .navigation .right-mobile, header#header.open .navigation .center {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
  }
  header#header.open .navigation .bg-mobile {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9;
  }
  header#header .navigation > * {
    height: fit-content;
  }
  header#header .navigation .left, header#header .navigation .right {
    order: 2;
    display: none;
  }
  header#header .navigation .left-mobile, header#header .navigation .right-mobile {
    flex: 1;
    padding: 20px 0 0;
    display: flex;
    align-items: center;
  }
  header#header .navigation .right {
    padding-top: 30px;
  }
  header#header .navigation .menu-item-type-is_button[data-level="0"] .menu-item-type-is_separator {
    display: none;
  }
  header#header .navigation .menu-item-type-is_button[data-level="0"] > a.btn {
    position: relative;
    background: transparent;
    padding: 0 !important;
    color: #000;
    min-height: unset;
    font-weight: normal;
  }
  header#header .navigation .menu-item-type-is_button[data-level="0"] > a.btn:after {
    content: " ";
    transition: width 0.3s ease-in-out;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #a58778;
  }
  header#header .navigation .menu-item-type-is_button[data-level="0"].open > a.btn:after {
    width: 100%;
  }
  header#header .navigation .menu-item-type-is_button[data-level="0"] .link-primary {
    color: #000;
    font-weight: 500;
  }
}

footer {
  background-color: #BF181B;
}

.image {
  --_aspect-ratio: var(--aspect-ratio, auto);
  aspect-ratio: var(--_aspect-ratio);
}
.image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.image picture > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}