/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

#site-header {
  background-color: transparent;
  box-shadow: none;
  height: 4.375rem;
  position: fixed; }
  #site-header .header-settings {
    align-items: center;
    height: 100%; }
    #site-header .header-settings .logo-bar {
      position: relative;
      height: 100%; }
      #site-header .header-settings .logo-bar .logo {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center; }
        #site-header .header-settings .logo-bar .logo a {
          display: contents; }
        #site-header .header-settings .logo-bar .logo svg {
          position: relative;
          height: 100%; }
    #site-header .header-settings .sub-menu-hero {
      background: var(--darker-gray);
      align-items: center;
      flex: 1;
      --dynamic-width: min(50vw, 40rem);
      min-width: 30rem;
      height: 7.5rem;
      max-width: var(--dynamic-width); }
      #site-header .header-settings .sub-menu-hero--mobile {
        display: none; }
      #site-header .header-settings .sub-menu-hero__image {
        height: 100%;
        width: 20rem;
        position: relative;
        display: flex; }

#hamburger-menu-button {
  display: none; }

.mobile-menu-socials {
  display: none; }

.search-button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--blue);
  font-size: 1rem;
  position: relative;
  top: -3px;
  display: flex;
  gap: .5em;
  font-weight: 700; }
  .search-button span {
    color: var(--blue); }

nav.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }

nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex; }
  nav ul li {
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 calc(var(--spacing-m) / 2);
    background: transparent; }
    nav ul li:hover {
      background: var(--dark-gray); }
    nav ul li a {
      transition: color .3s ease-in-out;
      font-size: 16px;
      display: inline-block;
      color: var(--white);
      line-height: 1; }
      nav ul li a:hover {
        text-decoration: none;
        color: var(--blue); }

nav .open-sub-menu {
  display: none; }

nav li.current-menu-item > a,
nav li.current_page_item > a,
nav li.current_page_ancestor > a,
nav .current-menu-ancestor > a {
  color: var(--light-blue); }

.header-settings .sub-menu {
  flex: 0 !important; }

.header-settings .menu-item-has-children .sub-menu-wrap {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  left: 0;
  padding: var(--spacing-m);
  background: var(--dark-gray);
  border-top: 4.375rem solid var(--black);
  top: 0;
  align-items: center;
  justify-content: space-between; }
  .header-settings .menu-item-has-children .sub-menu-wrap.active {
    opacity: 1;
    pointer-events: all; }
  .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu {
    display: flex;
    max-height: none;
    gap: var(--spacing-s);
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item {
      display: flex;
      align-items: center;
      background: var(--black);
      font-size: 1rem;
      height: 3.4375rem;
      min-width: 17.5625rem;
      max-width: 17.5625rem;
      white-space: nowrap;
      flex: 1;
      justify-content: center;
      border-radius: 6px;
      position: relative;
      overflow: hidden;
      transition: .3s background ease-in-out;
      cursor: pointer; }
      .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item > a::after {
        inset: 0;
        content: '';
        position: absolute;
        z-index: 1; }
      .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item > a:hover {
        color: white; }
      .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item:hover {
        background: var(--blue); }
        .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item:hover::after {
          opacity: 1; }
      .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item::after {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0;
        background: var(--blue-gradient);
        transition: .3s opacity ease-in-out; }
      .header-settings .menu-item-has-children .sub-menu-wrap .sub-menu .menu-item > a {
        z-index: 1; }

.header-settings .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

/*# sourceMappingURL=desktop-menu.css.map */
