/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
/* --- Theme variables (from Figma Thermochip) --- */

/* --- Forms --- */
@import url("css/forms.css");
/* --- Panels search component --- */
@import url("css/paneles-search.css");
/* --- Academia search shortcode --- */
@import url("css/academia-search.css");
/* --- Panels top slider --- */
@import url("css/paneles-top-slider.css");

/* --- Simulator hero component --- */
@import url("css/simulador-ambientes.css");
/* --- Panel finishes slider --- */
@import url("css/panel-finishes-slider.css");
/* --- Header user menu shortcode --- */
@import url("css/header-user-menu.css");

/* WPML dropdown fallback when BeTheme JS has not restructured the list yet */
.mfn-language-switcher-dropdown:not(.mfn-initialized) .wpml-ls ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.mfn-language-switcher-dropdown:not(.mfn-initialized) .wpml-ls ul li {
  display: flex !important;
}

#mfn-header-template {
  position: relative;
  z-index: 3;
  transition: box-shadow var(--animation-duration) var(--animation-easing), background-color var(--animation-duration) var(--animation-easing);
}

#mfn-header-template.is-sticky-active {
  z-index: 100;
  box-shadow: 0 0.75rem 1.5rem color-mix(in srgb, #000 14%, transparent);
  will-change: transform;
}

:root {
  color-scheme: light only;

  /* --- Colors --- */
  --color-primary: hsl(14 81% 51%);
  --color-primary-hex: #E84D1E;
  --color-primary-dark: hsl(14 81% 25%);
  --color-primary-dark-hex: #74260F;
  --color-primary-light: hsl(14 87% 78%);
  --color-primary-light-hex: #F3A68E;
  --color-primary-pale: hsl(14 88% 91%);
  --color-primary-pale-hex: #FADBD2;
  --color-neutral-1: hsl(0 0% 9%);
  --color-neutral-1-hex: #170803;
  --color-neutral-2: hsl(240 2% 25%);
  --color-neutral-2-hex: #1C1B1F;
  --color-neutral-3: hsl(0 0% 40%);
  --color-neutral-3-hex: #666666;
  --color-neutral-4: hsl(0 0% 50%);
  --color-neutral-4-hex: #7F7F7F;
  --color-neutral-5: hsl(0 0% 100%);
  --color-neutral-5-hex: #FFFFFF;
  --color-neutral-border: hsl(0 0% 90%);
  --color-neutral-border-hex: #E6E6E6;
  --color-neutral-bg: hsl(0 0% 96%);
  --color-neutral-bg-hex: #F5F5F5;
  --color-neutral-bg-alt: hsl(0 0% 94%);
  --color-neutral-bg-alt-hex: #F2F2F2;
  --color-grey-50: hsl(0 0% 31%);
  --color-grey-50-hex: #4C4C4C;
  --color-grey-mid: hsl(0 0% 80%);
  --color-grey-mid-hex: #CCCCCC;
  --color-grey-light: hsl(0 0% 90%);
  --color-grey-light-hex: #E5E5E5;
  --color-kraft: hsl(36 33% 95%);
  --color-kraft-hex: #F7F4EE;
  --color-kraft-alt: hsl(36 25% 93%);
  --color-kraft-alt-hex: #EEE8DC;
  --color-black: hsl(0 0% 0%);
  --color-black-hex: #000000;
  --color-subtle: hsla(17, 11%, 13%);
  --color-subtle-hex: #241f1d;

  /* --- Typography (from Figma Thermochip: px → rem, 16px base) --- */
  --font-family-base: "Albert Sans", system-ui, -apple-system, sans-serif;

  /* Body: exact Figma values */
  --text-body-sm: 0.75rem;
  /* 12px body/sm-regular */
  --text-body-sm-line: 1.333;
  --text-body-md: 0.875rem;
  /* 14px body/md-regular */
  --text-body-md-line: 1.714;
  --text-body-lg: 1rem;
  /* 16px body/lg-regular */
  --text-body-lg-line: 1.75;
  --text-body-xl: 1.25rem;
  /* 20px body/xl-regular */
  --text-body-xl-line: 1.6;
  --text-body-xxl: 1.5rem;
  /* 24px body/xxl-regular */
  --text-body-xxl-line: 1.667;

  /* Display / section title (DS/H1): 72px */
  --text-ds-h1: 4.5rem;
  --text-ds-h1-line: 1.111;

  /* Mobile first (Figma Mobile/H1, H2, D2, D3) */
  /* 40px Mobile/H1 */
  --text-h1: 2.5rem;
  --text-h1-line: 1.2;
  /* 36px Mobile/H2 */
  --text-h2: 2.25rem;
  --text-h2-line: 1.222;
  /* 48px Mobile/D3 / Desktop/H3 */
  --text-h3: 2rem;
  --text-h3-line: 1.167;
  /* 40px Desktop/H4 */
  --text-h4: 2.5rem;
  --text-h4-line: 1.2;
  /* 32px Desktop/H5 */
  --text-h5: 1.25rem;
  --text-h5-line: 1.25;
  /* 24px Mobile/H6 */
  --text-h6: 1.5rem;
  --text-h6-line: 1.333;
  /* 112px Desktop/D1 */
  --text-d1: 7rem;
  --text-d1-line: 1.071;
  /* 52px Mobile/D2 */
  --text-d2: 3.25rem;
  --text-d2-line: 1.154;
  /* 48px Mobile/D3 */
  --text-d3: 3rem;
  --text-d3-line: 1.167;

  /* Subheading (Brief): 32px */
  --text-subheading: 2rem;
  --text-subheading-line: 1.172;

  /* Animations */
  --animation-duration: 0.3s;
  --animation-easing: ease-in-out;

  --main-container: 1312px;

  --shadow: 0 0 1rem 1rem color-mix(in srgb, #000 4%, transparent), 0 0 .5rem .5rem color-mix(in srgb, var(--color-primary) 5%, transparent);
}

@media (width >=992px) {
  :root {
    /* Tablet: slight scale toward desktop */
    --text-h1: 2.75rem;
    --text-h2: 2.5rem;
    --text-d2: 3.5rem;
    --text-d3: 3.5rem;
  }
}

@media (width >=1200px) {
  :root {
    /* Desktop: exact Figma Desktop/ values */
    /* 64px Desktop/H1 */
    --text-h1: 4rem;
    --text-h1-line: 1.125;
    /* 56px Desktop/H2 */
    --text-h2: 3.5rem;
    --text-h2-line: 1.143;
    /* 48px Desktop/H3 */
    --text-h3: 3rem;
    --text-h3-line: 1.167;
    /* 40px Desktop/H4 */
    --text-h4: 2.5rem;
    --text-h4-line: 1.2;
    /* 32px Desktop/H5 */
    --text-h5: 2rem;
    --text-h5-line: 1.25;
    /* 24px Desktop/H6 */
    --text-h6: 1.5rem;
    --text-h6-line: 1.333;
    /* 112px Desktop/D1 */
    --text-d1: 7rem;
    --text-d1-line: 1.071;
    /* 96px Desktop/D2 */
    --text-d2: 6rem;
    --text-d2-line: 1.083;
    /* 80px Desktop/D3 */
    --text-d3: 5rem;
    --text-d3-line: 1.1;
  }
}

/* --- Typography utility classes (Tailwind-style, from Figma) --- */
.text-xs,
.text-sm {
  font-size: var(--text-body-sm);
  line-height: var(--text-body-sm-line);
}

.text-md,
.text-base {
  font-size: var(--text-body-md);
  line-height: var(--text-body-md-line);
}

.text-lg {
  font-size: var(--text-body-lg);
  line-height: var(--text-body-lg-line);
}

.text-xl {
  font-size: var(--text-body-xl);
  line-height: var(--text-body-xl-line);
}

.text-xxl {
  font-size: var(--text-body-xxl);
  line-height: var(--text-body-xxl-line);
}

.text-ds-h1 {
  font-size: var(--text-ds-h1);
  line-height: var(--text-ds-h1-line);
}

.text-subheading {
  font-size: var(--text-subheading);
  line-height: var(--text-subheading-line);
}

.text-h1 {
  font-size: var(--text-h1);
  line-height: var(--text-h1-line);
}

.text-h2 {
  font-size: var(--text-h2);
  line-height: var(--text-h2-line);
}

.text-h3 {
  font-size: var(--text-h3);
  line-height: var(--text-h3-line);
}

.text-h4 {
  font-size: var(--text-h4);
  line-height: var(--text-h4-line);
}

.text-h5 {
  font-size: var(--text-h5);
  line-height: var(--text-h5-line);
}

.text-h6 {
  font-size: var(--text-h6);
  line-height: var(--text-h6-line);
}

.text-d1 {
  font-size: var(--text-d1);
  line-height: var(--text-d1-line);
}

.text-d2 {
  font-size: var(--text-d2);
  line-height: var(--text-d2-line);
}

.text-d3 {
  font-size: var(--text-d3);
  line-height: var(--text-d3-line);
}

/* --- Color utility classes: text --- */
.text-primary {
  color: var(--color-primary);
}

.text-primary-dark {
  color: var(--color-primary-dark);
}

.text-primary-light {
  color: var(--color-primary-light);
}

.text-primary-pale {
  color: var(--color-primary-pale);
}

.text-neutral-1 {
  color: var(--color-neutral-1);
}

.text-neutral-2 {
  color: var(--color-neutral-2);
}

.text-neutral-3 {
  color: var(--color-neutral-3);
}

.text-neutral-4 {
  color: var(--color-neutral-4);
}

.text-neutral-5 {
  color: var(--color-neutral-5);
}

.text-neutral-border {
  color: var(--color-neutral-border);
}

.text-neutral-bg {
  color: var(--color-neutral-bg);
}

.text-neutral-bg-alt {
  color: var(--color-neutral-bg-alt);
}

.text-grey-50 {
  color: var(--color-grey-50);
}

.text-grey-mid {
  color: var(--color-grey-mid);
}

.text-grey-light {
  color: var(--color-grey-light);
}

.text-kraft {
  color: var(--color-kraft);
}

.text-kraft-alt {
  color: var(--color-kraft-alt);
}

.text-black {
  color: var(--color-black);
}

/* --- Color utility classes: background --- */
.bg-primary {
  background-color: var(--color-primary);
}

.bg-primary-dark {
  background-color: var(--color-primary-dark);
}

.bg-primary-light {
  background-color: var(--color-primary-light);
}

.bg-primary-pale {
  background-color: var(--color-primary-pale);
}

.bg-neutral-1 {
  background-color: var(--color-neutral-1);
}

.bg-neutral-2 {
  background-color: var(--color-neutral-2);
}

.bg-neutral-3 {
  background-color: var(--color-neutral-3);
}

.bg-neutral-4 {
  background-color: var(--color-neutral-4);
}

.bg-neutral-5 {
  background-color: var(--color-neutral-5);
}

.bg-neutral-border {
  background-color: var(--color-neutral-border);
}

.bg-neutral-bg {
  background-color: var(--color-neutral-bg);
}

.bg-neutral-bg-alt {
  background-color: var(--color-neutral-bg-alt);
}

.bg-grey-50 {
  background-color: var(--color-grey-50);
}

.bg-grey-mid {
  background-color: var(--color-grey-mid);
}

.bg-grey-light {
  background-color: var(--color-grey-light);
}

.bg-kraft {
  background-color: var(--color-kraft);
}

.bg-kraft-alt {
  background-color: var(--color-kraft-alt);
}

.bg-black {
  background-color: var(--color-black);
}

.validate_email_against_bot {
  display: none;
}

.hidden {
  display: none;
}

/*  --- GSAP ANIMATIONS --- */
.gsap-animate[data-animation-type="splitText"]:not([data-gsap-processed]),
.gsap-animate[data-animation-type="animateLetters"]:not([data-gsap-processed]),
.gsap-animate[data-animation-type="animateWords"]:not([data-gsap-processed]),
.gsap-animate[data-animation-type="animateLines"]:not([data-gsap-processed]) {
  visibility: hidden;
}

.gsap-animate[data-animation-type="fadeInUp"]:not([data-gsap-processed]),
.gsap-animate[data-animation-type="fadeInDown"]:not([data-gsap-processed]),
.gsap-animate[data-animation-type="fadeInLeft"]:not([data-gsap-processed]),
.gsap-animate[data-animation-type="fadeInRight"]:not([data-gsap-processed]) {
  opacity: 0;
}

.gsap-animate[data-animation-type="maskFromBottom"]:not([data-gsap-processed]) {
  clip-path: inset(100% 0 0 0);
}

.gsap-animate[data-animation-type="maskImage"]:not([data-gsap-processed]) {
  clip-path: inset(30% 0 0 0);
}

[class^="thermochipicons-"],
[class*=" thermochipicons-"] {
  &::before {
    color: currentColor !important;
  }
}

#Content {
  z-index: 2;
}

/* Buttons: common styles --- */
.button {
  --radius: 999px;
  --pd: 12px 36px;
  padding: var(--pd);
  border-radius: var(--radius);
  font-size: var(--text-body-lg);
  font-family: var(--font-family-base) !important;
  line-height: var(--text-body-lg-line);
  font-weight: 700 !important;
  transition: background-color 0.3s ease;
  color: #fff;
  background-color: var(--color-primary);
  display: inline-flex !important;
  align-items: center;

  &:hover {
    color: #fff;
  }

  &::before {
    background-color: var(--color-subtle);
  }


  @media (width >=992px) {
    font-size: var(--text-body-xl);
    line-height: var(--text-body-xl-line);
  }
}

.button-circle {
  aspect-ratio: 1/1;
  background-color: transparent !important;

  &::before {
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    scale: 0;
    transform-origin: center;
    transition: scale var(--animation-duration) var(--animation-easing) !important;
    background-color: var(--color-primary) !important;
    border-radius: 999px;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  &:hover {
    &::before {
      scale: 1;
    }
  }

  .button_label {
    display: none;
  }
}

.button-arrow {
  position: relative;

  &::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.4L7.10005 17.3C6.91672 17.4833 6.68338 17.575 6.40005 17.575C6.11672 17.575 5.88338 17.4833 5.70005 17.3C5.51672 17.1167 5.42505 16.8833 5.42505 16.6C5.42505 16.3167 5.51672 16.0833 5.70005 15.9L14.6 7H7.00005C6.71672 7 6.47922 6.90417 6.28755 6.7125C6.09588 6.52083 6.00005 6.28333 6.00005 6C6.00005 5.71667 6.09588 5.47917 6.28755 5.2875C6.47922 5.09583 6.71672 5 7.00005 5H17C17.2834 5 17.5209 5.09583 17.7125 5.2875C17.9042 5.47917 18 5.71667 18 6V16C18 16.2833 17.9042 16.5208 17.7125 16.7125C17.5209 16.9042 17.2834 17 17 17C16.7167 17 16.4792 16.9042 16.2875 16.7125C16.0959 16.5208 16 16.2833 16 16V8.4Z' fill='white'/%3E%3C/svg%3E");
    right: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  &.button-arrow--white {
    &::after {
      content: "";
      mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.4L7.10005 17.3C6.91672 17.4833 6.68338 17.575 6.40005 17.575C6.11672 17.575 5.88338 17.4833 5.70005 17.3C5.51672 17.1167 5.42505 16.8833 5.42505 16.6C5.42505 16.3167 5.51672 16.0833 5.70005 15.9L14.6 7H7.00005C6.71672 7 6.47922 6.90417 6.28755 6.7125C6.09588 6.52083 6.00005 6.28333 6.00005 6C6.00005 5.71667 6.09588 5.47917 6.28755 5.2875C6.47922 5.09583 6.71672 5 7.00005 5H17C17.2834 5 17.5209 5.09583 17.7125 5.2875C17.9042 5.47917 18 5.71667 18 6V16C18 16.2833 17.9042 16.5208 17.7125 16.7125C17.5209 16.9042 17.2834 17 17 17C16.7167 17 16.4792 16.9042 16.2875 16.7125C16.0959 16.5208 16 16.2833 16 16V8.4Z' fill='black'/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      background-color: var(--color-primary);
    }
  }
}

.button-simple {
  font-size: var(--text-body-md);
  line-height: var(--text-body-md-line);
  background-color: transparent;
  color: var(--color-primary);
  padding: 6px 12px;

  &:hover {
    background-color: color-mix(in srgb, var(--color-primary) 10%, transparent);
  }
}

/* --- Pill component styles --- */
.pill {
  background-color: var(--color-kraft);
  color: color-mix(in srgb, var(--color-subtle) 95%, transparent);
  font-size: var(--text-body-md);
  line-height: var(--text-body-md-line);
  padding: 0.25rem .75rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
}

/* --- Home animations --- */
#homeVideo {
  .pin-spacer {
    height: auto;
    width: auto;
  }
}

#video3D__section {
  position: relative;
}

#video3D__video-block,
#video3D__title-block,
#video3D__sistemas-block {
  --height: calc(100lvh - 8rem);
  --pd: 2rem;
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: var(--pd);
  height: var(--height);

  @media (width >=992px) {
    --height: 720px;
    --pd: 4.5rem;
  }
}

#video3D__video-block {
  --pd: 0;

  @media (width >=992px) {
    --pd: 4.5rem;
  }
}

/* --- GDPR --- */
body #cmplz-manage-consent .cmplz-manage-consent {
  background-image: url(imagenes/fondo-ajustes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: unset !important;
  left: 0px;
  font-size: 0px;
  color: var(--negro) !important;
  width: 140px;
  background-color: transparent !important;
  box-shadow: unset !important;
  bottom: -2px !important;
  padding: 0 !important;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
  content: "";
  background-image: url(imagenes/icono-ajustes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
  transform: translate(-50%, -54%);
  -webkit-transform: translate(-50%, -54%);
  -moz-transform: translate(-50%, -54%);
  -ms-transform: translate(-50%, -54%);
  -o-transform: translate(-50%, -54%);
}

/* Arregla padding al abrir popup deshabilitando scroll de la web */
html.mfn-popup-browser-scroll-disabled {
  padding-right: 0;
}


/*********************************\
            COPYRIGHT
\*********************************/
body #Footer .copyright a:hover {
  text-decoration: none;
}

body #Footer .footer_copy {
  border: 0;
  background: black;
  color: white;
}

body #Footer .footer_copy a {
  color: white;
}

body #Footer .footer_copy a:hover {
  color: var(--primary);
}

body #Footer .footer_copy .one {
  --mfn-column-gap-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}

body #Footer .footer_copy .mcb-column-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body #Footer .menu {
  list-style: none;
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

body #Footer .copyright .menu {
  gap: 0 10px;
  flex-direction: row;
}

body #Footer .menu li:after {
  content: none;
}

body #Footer .menu a {
  padding: 5px 0;
}

body #Footer .footer_copy .copyright {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .02em;
  float: none;
  text-align: left;
}

body #Footer .footer_copy .copyText {
  margin: 0 0 5px;
}

body #Footer .footer_copy .social {
  line-height: 0;
}

body #Footer .footer_copy .social li a {
  font-size: 22px;
  line-height: 1;
}

@media only screen and (max-width: 959px) {
  body .animate {
    animation-delay: 0ms !important;
  }

  body #Footer .footer_copy .mcb-column-inner {
    flex-direction: column;
  }

  body #Footer .copyright .menu {
    justify-content: center;
  }

  body #Footer .footer_copy .copyright {
    text-align: center;
  }

  body #Footer .footer_copy .social {
    margin-top: 15px;
  }
}


body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  line-height: 1.2;
}

footer {
  .social {
    --gap: 1.5rem;
    display: flex;
    gap: var(--gap);

    li {
      a {
        font-size: var(--text-body-xxl);
        line-height: 1;
        color: var(--color-neutral-5);
        transition: color 0.3s ease;
      }
    }
  }
}

#Subheader {
  padding: 0;
  background-color: var(--color-neutral-5);
  box-shadow: none;

  &::after {
    content: none;
  }

  .title {
    --py: 2.5rem;
    padding-top: var(--py);
    padding-bottom: var(--py);
    text-align: left !important;
    border-bottom: 1px solid var(--color-neutral-border);
    margin-bottom: var(--py);

    @media (width >=992px) {
      --py: 4.5rem;
    }
  }
}

#cmplz-document {
  --mb: 3rem;
  margin-bottom: var(--mb);

  @media (width >=992px) {
    --mb: 5rem;
  }
}

.page-template-aviso-legal,
.page-template-accesibilidad,
.cmplz-document {
  #Subheader {
    .container {
      max-width: 864px;
      margin: 0 auto;
    }
  }

  #Content {
    .section_wrapper {
      max-width: 864px;
      margin: 0 auto;

      .mcb-column-inner {
        margin: 0;

        p,
        ul,
        ol {
          &:last-child {
            --mb: 2.5rem;
            margin-bottom: var(--mb);
          }

          @media (width >=992px) {
            &:last-child {
              --mb: 5rem;
            }
          }
        }
      }

      h2 {
        --mt: 2rem;
        --mb: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: var(--mt);
        margin-bottom: var(--mb);
        padding: 0;

        &:first-of-type {
          --mt: 0;
        }

        @media (width >=992px) {
          --mt: 3rem;
          --mb: 1.5rem;
        }
      }

      h3 {
        --mt: 2rem;
        --mb: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: var(--mt);
        margin-bottom: var(--mb);
        padding: 0;

        &:first-of-type {
          --mt: 0;
        }

        @media (width >=992px) {
          --mt: 3rem;
          --mb: 1.5rem;
        }

      }

      ul,
      ol {
        margin-left: 2rem;
      }

      p {

        &+h2,
        &+h3 {
          margin-top: 2rem;
        }

        @media (width >=992px) {

          &+h2,
          &+h3 {
            margin-top: 3rem;
          }
        }
      }

      a {
        font-size: var(--text-body-lg);
        line-height: var(--text-body-lg-line);

        @media (width >=992px) {
          font-size: var(--text-body-xl);
          line-height: var(--text-body-xl-line);
        }
      }

      p,
      li {
        color: var(--color-neutral-1);
        font-size: var(--text-body-lg);
        line-height: var(--text-body-lg-line);

        @media (width >=992px) {
          font-size: var(--text-body-xl);
          line-height: var(--text-body-xl-line);
        }
      }
    }
  }
}

/* --- Component: Submenu --- */
.submenu {
  padding: 0rem 1rem;
  background-color: var(--color-kraft-alt);
  -webkit-overflow-scrolling: touch;
  width: 100%;

  .submenu__list {
    --gap: 1.5rem;
    display: flex;
    align-items: center;
    gap: var(--gap);
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
    white-space: nowrap;

    @media (width >=768px) {
      justify-content: center;
    }
  }

  .submenu__item {
    flex-shrink: 0;
  }

  .submenu__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0rem;
    font-size: var(--text-body-md);
    line-height: var(--text-body-md-line);
    color: color-mix(in srgb, var(--color-black) 70%, transparent);
    text-decoration: none;
    background-color: transparent;
    border-bottom: .15rem solid transparent;
    transition: color 0.2s ease, color 0.2s ease, border-color 0.2s ease;

    &:hover,
    &:focus-visible {
      color: var(--color-black);
      border-color: var(--color-black);
    }

    @media (width >=768px) {
      font-size: var(--text-body-lg);
      line-height: var(--text-body-lg-line);
    }
  }

  .submenu__item--current {
    .submenu__link {
      color: var(--color-black);
      border-color: color-mix(in srgb, var(--color-black) 20%, transparent);
      font-weight: 600;
    }
  }
}

/* --- Component: Project card --- */
.project-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 12;
  transition: box-shadow var(--animation-duration) var(--animation-easing);

  &:hover {
    box-shadow: 0 1rem 1rem 0 color-mix(in srgb, var(--color-neutral-1) 4%, transparent);
  }

  &.project-card--alternative {
    aspect-ratio: auto;

    &:hover {
      box-shadow: none;

      .project-card__img-wrap {
        &::before {
          opacity: .5;
        }
      }
    }

    .project-card__link {
      --gap: 1rem;
      display: flex;
      flex-direction: column;
      gap: var(--gap);
    }

    .project-card__img-wrap,
    .project-card__media {
      position: relative;
    }

    .project-card__img-wrap {
      aspect-ratio: 16 / 11;
      overflow: hidden;

      &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--color-neutral-1);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: opacity var(--animation-duration) var(--animation-easing);
      }
    }

    .project-card__title {
      color: var(--color-subtle);
    }

    .project-card__location {
      color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
    }
  }

  .project-card__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--color-neutral-5);
  }

  .project-card__media {
    position: absolute;
    inset: 0;
  }

  .project-card__img-wrap {
    position: absolute;
    inset: 0;
    transition: opacity 0.35s ease;

    .project-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }

  .project-card__arrow {
    --distance: 1rem;
    --size: 3rem;
    position: absolute;
    top: var(--distance);
    right: var(--distance);
    width: var(--size);
    height: var(--size);
    padding: 0;
    border-radius: 50%;
    background-color: var(--color-primary-hex);
    color: var(--color-neutral-5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--animation-duration) var(--animation-easing);
    z-index: 2;

    @media (hover: hover) {
      .project-card__link:hover & {
        opacity: 1;

        &::before {
          scale: 1;
        }
      }
    }

    @media (width >=992px) {
      --distance: 2.5rem;
      --size: 4rem;
    }

    svg {
      --size: 1.5rem;
      width: var(--size);
      height: var(--size);

      @media (width >=992px) {
        --size: 2rem;
      }
    }
  }

  .project-card__overlay {
    --pd: 1rem;
    --opacity: 20%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: var(--pd);
    height: 100%;
    background-color: color-mix(in srgb, var(--color-black) var(--opacity), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.25rem;
    transition: background-color var(--animation-duration) var(--animation-easing);

    @media (hover: hover) {
      .project-card__link:hover & {
        --opacity: 45%;
      }
    }

    @media (width >=992px) {
      --pd: 2.5rem 9rem 2.5rem 2.5rem;
    }
  }

  .project-card__location {
    font-size: var(--text-body-md);
    line-height: var(--text-body-md-line);

    @media (width >=992px) {
      font-size: var(--text-body-lg);
      line-height: var(--text-body-lg-line);
    }
  }

  .project-card__title {
    margin: 0;
    font-size: var(--text-h5);
    font-weight: 600;
    line-height: var(--text-h5-line);
    color: #fff;
  }
}

/* --- Component: Project slider --- */
.project-slider-section {
  .project-slider-section__header {
    --mb: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--mb);
  }

  .project-slider-section__header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .project-slider-section__title {
    margin: 0;
    font-size: var(--text-h4);
    line-height: var(--text-h4-line);
    font-weight: 600;

    @media (width >=992px) {
      font-size: var(--text-h5);
      line-height: var(--text-h5-line);
    }
  }

  .project-slider {
    position: relative;
  }

  .project-slider-section__arrows {
    display: none;
    right: 0;
    z-index: 10;
    gap: 0.5rem;

    @media (width >=992px) {
      display: flex;
    }
  }

  .project-slider-section__arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--color-neutral-5);
    color: var(--color-neutral-1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;

    &:hover:not(:disabled) {
      background-color: color-mix(in srgb, var(--color-neutral-1) 10%, transparent);
      color: var(--color-neutral-1);
    }

    &:disabled,
    &.glide__arrow--disabled {
      opacity: 0.4;
      cursor: not-allowed;
    }

    svg {
      --size: 1.5rem;
      width: var(--size);
      height: var(--size);
    }
  }
}

.project-slider {
  overflow: visible;

  .glide__track {
    overflow: visible;
    --px: 1rem;
    padding-left: var(--px);
    padding-right: var(--px);

    @media (width >=992px) {
      --px: 0;
    }
  }

  .glide__slides {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

/* --- Block link --- */
.block-link {
  aspect-ratio: 16/7;
  overflow: hidden;

  &:hover {
    .mcb-wrap-inner {
      filter: saturate(1);
    }

    .block-link__description {
      visibility: visible;
      opacity: 1;
      --mb: 0;
    }

    .button-circle {
      &::before {
        scale: 1;
      }
    }
  }

  .mcb-wrap-inner {
    filter: saturate(0.6);
  }

  .block-link__description {
    --mb: -6rem;
    margin-bottom: var(--mb);
    visibility: hidden;
    opacity: 0;
    transition: margin-bottom var(--animation-duration) var(--animation-easing), visibility var(--animation-duration) var(--animation-easing), opacity var(--animation-duration) var(--animation-easing);
  }
}

/* --- Blog: post description --- */
.post-desc {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* --- Blog: post footer links --- */
.post-footer .post-links {
  border-left-width: 0;
  border-left-style: none;
  border-left-color: transparent;
  border-image: none;
}

.post-footer .post-links .post-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 28px;
  font-weight: 700;

  &:hover {
    text-decoration: none;

    &::after {
      transform: translateX(4px);
    }
  }

  &::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.9969%208.4L6.09688%2019.3C5.91354%2019.4833%205.68021%2019.575%205.39688%2019.575C5.11354%2019.575%204.88021%2019.4833%204.69688%2019.3C4.51354%2019.1167%204.42188%2018.8833%204.42188%2018.6C4.42188%2018.3167%204.51354%2018.0833%204.69688%2017.9L15.5969%207H9.99688C9.71354%207%209.47604%206.90417%209.28438%206.7125C9.09271%206.52083%208.99688%206.28333%208.99688%206C8.99688%205.71667%209.09271%205.47917%209.28438%205.2875C9.47604%205.09583%209.71354%205%209.99688%205H17.9969C18.2802%205%2018.5177%205.09583%2018.7094%205.2875C18.901%205.47917%2018.9969%205.71667%2018.9969%206V14C18.9969%2014.2833%2018.901%2014.5208%2018.7094%2014.7125C18.5177%2014.9042%2018.2802%2015%2017.9969%2015C17.7135%2015%2017.476%2014.9042%2017.2844%2014.7125C17.0927%2014.5208%2016.9969%2014.2833%2016.9969%2014V8.4Z%22%20fill%3D%22%23E84D1E%22/%3E%3C/svg%3E");
    transition: transform var(--animation-duration) var(--animation-easing);
  }
}


.post .post-title .entry-title a {
  font-size: var(--text-body-xl);
  line-height: var(--text-body-xl-line);
  font-weight: 600;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Blog: post over-image category label --- */
.post-item .post-categories-over-image {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
}

.post-item .post-categories-over-image a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(36, 31, 29, 1);
  background-color: rgba(255, 255, 255, 1);
  width: fit-content;
  height: fit-content;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border-color: rgba(230, 230, 230, 1);
  border-image: none;
  border-radius: 999px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.post-item span.big {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Blog: date label override --- */
.blog_wrapper .post .date_label {
  position: static;
  left: auto;
  top: auto;
  font-size: 14px;
  color: rgba(36, 31, 29, 0.7);
  display: block;
  margin-bottom: 8px;
  background: none;
  background-color: unset;
  background-image: none;
  padding: 0;
}

/* --- Component: Filter controls & chips --- */
.filter-controls {
  --gap: 0rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap);

  @media (width >=992px) {
    --gap: 1.5rem;
  }
}

.filter-controls__top {
  --gap: 1.5rem;
  --pb: 1.5rem;
  padding-bottom: var(--pb);
  display: flex;
  flex-direction: column;
  gap: var(--gap);

  @media (width >=576px) {
    --gap: 4rem;
    flex-direction: row;
  }

  @media (width >=992px) {
    border-bottom: 1px solid var(--color-neutral-border);
  }
}


.filter-controls__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}

.filter-controls__field--text {
  --px: 1rem;
  padding-inline: var(--px);

  @media (width >=992px) {
    --px: 0;
  }
}

.filter-controls__input {
  width: 100% !important;
  border: var(--border) !important;
  padding: 0.6rem 1rem !important;
  font-size: var(--text-body-lg) !important;
  line-height: 2rem !important;
  background-color: var(--color-neutral-5) !important;
  border: 1px solid var(--color-neutral-border) !important;
  height: auto;
  margin: 0 !important;
  box-shadow: none !important;
  font-family: var(--font-family-base) !important;
}

.filter-controls__select:focus-visible,
.filter-controls__input:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 1px;
}

.chip-filter {
  --pb: 1.5rem;
  padding-bottom: var(--pb);

  @media (width >=992px) {
    --pb: 1.5rem;
  }
}

.chip-filter__label {
  font-weight: 600;
}

.chip-list {
  --gap: .75rem;
  --px: 1rem;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: var(--gap);
  padding-inline: var(--px);
  overflow: auto;
  scrollbar-width: none;

  @media (width >=992px) {
    --px: 0;
    --gap: 1rem;
  }
}

.filter-chip-list--category {
  --gap: 1rem;
  gap: var(--gap);

  @media (width >=992px) {
    --gap: 2rem;
  }
}

.filter-chip--category {
  font-size: var(--text-lg);
  line-height: var(--text-lg-line);
  color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
  border-bottom: 2px solid transparent;
  display: flex;
  background-color: transparent;
  padding-inline: 0;
  border-radius: 0;
  flex: none;

  &:hover {
    border-color: color-mix(in srgb, var(--color-subtle) 20%, transparent);
    background-color: transparent !important;
  }

  &.chip--active {
    color: var(--color-subtle);
    border-color: color-mix(in srgb, var(--color-subtle) 20%, transparent);
  }
}

.filter-chip--tag {
  border-radius: 8px;
  border: 1px solid var(--color-neutral-border);
  background-color: var(--color-neutral-5);
  color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
  padding: 0rem .5rem;
  font-size: var(--text-body-md);
  line-height: var(--text-body-md-line);
  cursor: pointer;
  transition: background-color var(--animation-duration) var(--animation-easing), border-color var(--animation-duration) var(--animation-easing), color var(--animation-duration) var(--animation-easing);
  flex: none;

  &:hover {
    border-color: color-mix(in srgb, var(--color-subtle) 90%, transparent);
  }

  &.chip--active,
  &.chip--active:hover {
    background-color: color-mix(in srgb, var(--color-subtle) 90%, transparent);
    border-color: color-mix(in srgb, var(--color-subtle) 90%, transparent);
    color: #fff;
  }
}

.panel-frame-plus-card {
  --mt: 2.5rem;
  --pd: 1.5rem;
  --mb: 2rem;
  background-color: #fff;
  margin-top: var(--mt);
  padding: var(--pd);
  margin-bottom: var(--mb);

  @media (width >=992px) {
    --pd: 2rem;
  }

  .panel-frame-plus-card__inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;

    @media (width >=992px) {
      gap: 1.5rem;
    }
  }

  .panel-frame-plus-card__media {
    --size: 4.5rem;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
  }

  .panel-frame-plus-card__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .panel-frame-plus-card__title {
    margin: 0;
    font-size: var(--text-body-xl);
    line-height: var(--text-body-xl-line);
    color: color-mix(in srgb, var(--color-subtle) 95%, transparent);
    font-weight: 700;
  }

  .panel-frame-plus-card__text {
    margin: 0.25rem 0 0;
    font-size: var(--text-body-lg);
    line-height: var(--text-body-lg-line);
    color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
  }
}

.panel-related-project-card {
  background-color: var(--color-kraft);
  overflow: hidden;

  .panel-related-project-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .panel-related-project-card__media {
    aspect-ratio: 16 / 9;
    background-color: var(--color-neutral-bg-alt);
  }

  .panel-related-project-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .panel-related-project-card__body {
    --py: 1.5rem 2.5rem;
    max-width: var(--main-container);
    margin: 0 auto;
    padding-block: var(--py);

    @media (width >=992px) {
      --py: 3rem 5rem;
    }
  }

  .panel-related-project-card__location {
    margin: 0;
    font-size: var(--text-body-lg);
    line-height: var(--text-body-lg-line);
    color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
  }

  .panel-related-project-card__title {
    margin: 0.25rem 0 0;
    font-size: var(--text-h5);
    line-height: var(--text-h5-line);
    color: color-mix(in srgb, var(--color-subtle) 95%, transparent);
    font-weight: 600;
  }
}

.panel-downloads-list {
  --gap: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap);

  @media (width >=992px) {
    --gap: 1.5rem;
  }
}

.panel-download-item {

  .panel-download-item__link {
    --pd: 1rem;
    display: flex;
    border: 1px solid var(--color-neutral-border);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: var(--pd);
    text-decoration: none;
    color: inherit;
    transition: border-color var(--animation-duration) var(--animation-easing), box-shadow var(--animation-duration) var(--animation-easing);

    @media (width >=992px) {
      --pd: 1.5rem;
    }

    &:hover {
      border-color: var(--color-primary);
      box-shadow: var(--shadow);
    }

    .panel-download-item__download-link {
      display: flex;
      align-items: center;
      width: 100%;

      &:hover {
        text-decoration: none;
      }
    }

    .panel-download-item__icon {
      margin-left: auto;

      &.panel-download-item__icon--lock {
        font-size: var(--text-body-xxl);
        color: color-mix(in srgb, var(--color-subtle) 40%, transparent);
      }
    }
  }

  .panel-download-item__title {
    margin: 0;
    font-size: var(--text-body-lg);
    line-height: var(--text-body-lg-line);
    color: color-mix(in srgb, var(--color-subtle) 95%, transparent);
    font-weight: 600;

    @media (width >=992px) {
      font-size: var(--text-body-xl);
      line-height: var(--text-body-xl-line);
    }
  }

  .panel-download-item__meta {
    --gap: .5rem;
    margin: 0.25rem 0 0;
    font-size: var(--text-body-sm);
    line-height: var(--text-body-sm-line);
    color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
    display: flex;
    flex-direction: column;
    gap: var(--gap);

    @media (width >=992px) {
      flex-direction: row;
    }

    .panel-download-item__meta-item {
      &:last-child {
        font-weight: 600;
      }
    }
  }

  .panel-download-item__icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-subtle);
    flex-shrink: 0;

    svg {
      width: 100%;
      height: 100%;
      display: block;
    }
  }
}

.panel-compatible-systems-grid__list {
  --cols: 2;
  --gap: 1rem;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: var(--gap);

  @media (width >=768px) {
    --cols: 3;
    --gap: 1.5rem;
  }

  @media (width >=1200px) {
    --cols: 4;
  }
}

.system-card {
  height: 100%;

  .system-card__link {
    --pd: 1.5rem 1rem;
    border: 1px solid color-mix(in srgb, var(--color-subtle) 10%, transparent);
    background-color: #fff;
    gap: 1rem;
    padding: var(--pd);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    height: 100%;
    transition: box-shadow var(--animation-duration) var(--animation-easing), border-color var(--animation-duration) var(--animation-easing);

    &:hover {
      box-shadow: var(--shadow);
      border-color: var(--color-primary);
    }
  }

  .system-card__media {
    aspect-ratio: 4 / 3;
    background-color: #fff;
    overflow: hidden;
  }

  .system-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .system-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .system-card__title {
    margin: 0;
    font-size: var(--text-body-lg);
    line-height: var(--text-body-lg-line);
    color: color-mix(in srgb, var(--color-subtle) 95%, transparent);
    text-transform: uppercase;
    font-weight: 600;

    @media (width >=992px) {
      font-size: var(--text-body-xl);
      line-height: var(--text-body-xl-line);
    }
  }

  .system-card__description {
    --mt: .5rem;
    --pt: 1rem;
    margin-top: var(--mt);
    padding-top: var(--pt);
    border-top: 1px solid color-mix(in srgb, var(--color-subtle) 10%, transparent);
    font-size: var(--text-body-md);
    line-height: var(--text-body-md-line);
    color: color-mix(in srgb, var(--color-subtle) 75%, transparent);
    display: none;

    @media (width >=992px) {
      display: block;
    }
  }
}

/* --- Custom styles for main post content --- */
#main-post-content {

  p,
  li {
    color: color-mix(in srgb, var(--color-subtle) 70%, transparent);
    font-size: var(--text-body-lg);
    line-height: var(--text-body-lg-line);

    @media (width >=992px) {
      font-size: var(--text-body-xl);
      line-height: var(--text-body-xl-line);
    }
  }

  .wp-block-image {
    --my: 1rem;
    margin-top: var(--my);
    margin-bottom: var(--my);

    @media (width >=992px) {
      --my: 3rem;
    }

    img {
      width: 100% !important;
    }
  }
}

/* --- Custom styles for academy youtube iframe --- */
.academy-youtube-iframe {
  --max-h: 80lvh;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  max-height: var(--max-h);
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* --- Custom styles for newsletter box --- */
.newsletter-box {
  .social {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;

    a {
      font-size: var(--text-body-xl);
      line-height: var(--text-body-xl-line);
    }
  }
}

/* --- Contact page  ---*/
.contact-social {
  ul {
    display: flex;
    gap: 1rem;
  }
}

/* --- Custom styles for addtoany list --- */
.addtoany_list a,
.widget .addtoany_list a {
  padding: 0 8px;
}

/* --- Custom styles for Ultimate member plugin --- */
.um-field.um-province-field--hidden {
  display: none;
}

.um-button:is(a, input) {
  --radius: 999px;
  --pd: 12px 36px;
  padding: var(--pd) !important;
  border-radius: var(--radius) !important;
  font-size: var(--text-body-md) !important;
  font-family: var(--font-family-base) !important;
  line-height: var(--text-body-md-line) !important;
  font-weight: 700 !important;
  transition: background-color 0.3s ease !important;
  color: #fff !important;
  background-color: var(--color-primary) !important;
  display: inline-flex !important;
  align-items: center !important;
  box-shadow: none !important;
  justify-content: center !important;

  &:hover {
    background-color: var(--color-black) !important;
    color: #fff !important;
  }

  &::before {
    background-color: var(--color-subtle) !important;
  }
}

a.um-alt {
  background-color: var(--color-neutral-5) !important;
  border: 1px solid var(--color-neutral-border) !important;
  color: var(--color-black) !important;

  &:hover {
    background-color: var(--color-neutral-1) !important;
    border-color: var(--color-neutral-1) !important;
    color: var(--color-neutral-5) !important;
  }
}

.mfn-header-tmpl .column_header_icon .search_wrapper {
  top: 120%;
}

.mfn-header-tmpl .column_header_icon .search_wrapper input[type=text] {
  padding-left: 3rem !important;
}

.fixed-nav {
  display: none !important;
}