<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLOR VARIABLES
============================================= */
/* GRADIENT LISTS
============================================= */
/* @FONT-FACE
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*BOX SHADOW
============================================= */
.navMobile {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 767px) {
  .submenu {
    display: none;
  }
  .top-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .nav-toggle {
    display: block;
    float: right;
    background: var(--rosso);
    padding: 10px;
  }
  header {
    display: none;
  }
  .logo {
    margin-left: 10px;
    width: 55px;
  }
  .logo img {
    margin-top: 5px;
  }
  .navMobile {
    display: block;
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    /*z-index: 9999;*/
    z-index: 10;
    border-bottom: 1px solid #E2E6EB;
  }
  .nav {
    display: none;
  }
  .menu {
    background: #fff;
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 110px);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .menu li {
    border-bottom: 1px solid #DADEE3;
    float: left;
    list-style: none;
    padding: 0 10px;
    width: calc(100% - 20px);
    display: flex;
    height: 10vh;
  }
  .menu li:last-child {
    border-bottom: none;
  }
  .menu li a {
    height: 100%;
    width: calc(100% - 75px);
    display: flex;
    align-items: center;
    color: var(--blu);
    font-family: "OpenSans-Bold", Arial, Helvetica, Clean, sans-serif;
  }
  .menu li a span {
    float: left;
  }
  .menu li .nextMenu {
    background: #636B73;
    margin: 0;
    font-size: 30px;
    line-height: 10vh;
    width: 75px;
    height: calc(100% - 1px);
    padding: 0;
    text-align: center;
    color: #fff;
    margin-top: 1px;
  }
  .menu li.backMenu a {
    color: var(--rosso);
    float: left;
  }
  .menu li.backMenu a span {
    float: left;
  }
  .menu li.backMenu a i {
    float: left;
    margin: 0 10px;
    font-size: 30px;
    color: var(--rosso);
    line-height: 27px;
  }
  .menu li .menuHover, .menu li:hover .menuHover {
    background: #fff;
    height: calc(100vh - 110px);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    left: 100%;
    right: 0;
    position: fixed;
    top: 0 !important;
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 900;
    transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(50%);
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
  .menu.step1 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 901;
  }
  .menu.step2 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 902;
  }
  .searchMobile {
    display: block;
  }
  /*

      #searchForm {
          position: absolute;
          width: 500px;
          height: 50px;
          background: #E2E6EB;
          right: 0;
          opacity: 0;
          pointer-events: none;
          transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          border-radius: 20px;

          top: 300px;
          z-index: 99999;
          left: -10px;
          width: 100vw;
      }

      #inSearchForm input {
          width: calc(100% - 90px);
      }

  */
  .searchMobile {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .menu {
    top: 130px;
  }
}

/*# sourceMappingURL=menuMobile.css.map */
</pre></body></html>