/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 * home







 */


/* line 2, app/assets/stylesheets/resets.css.scss */
body {
  padding: 0;
  margin: 0;
}

/* line 3, app/assets/stylesheets/resets.css.scss */
ul, li, a, input, button, section, div, h1, h2, h3, h4, h5, h6, p, section {
  -webkit-decoration: none;
  -moz-decoration: none;
  -ms-decoration: none;
  border-radius: 0px;
  background: transparent;
  border: 0px;
  margin: 0;
  padding: 0;
  outline: none;
  color: #000;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}

/* line 9, app/assets/stylesheets/resets.css.scss */
em {
  font-style: italic;
}
/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
/* line 5, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -16px;
}

/* line 12, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class~="col"],
[class*="col-"],
[class*="col_"] {
  box-sizing: border-box;
  padding: 0 16px 16px;
  max-width: 100%;
}

/* line 18, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class~="col"],
[class*="col_"] {
  flex: 1 1 0%;
}

/* line 22, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="col-"] {
  flex: none;
}

/* line 27, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
/* line 38, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}

/* line 40, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-noGutter"] > [class~="col"],
[class*="grid-"][class*="-noGutter"] > [class*="col-"] {
  padding: 0;
}

/* line 46, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}

/* line 50, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-center"] {
  justify-content: center;
}

/* line 54, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}

/* line 60, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}

/* line 64, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-middle"] {
  align-items: center;
}

/* line 68, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}

/* line 73, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}

/* line 76, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-column"] {
  flex-direction: column;
}

/* line 78, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}

/* line 82, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}

/* line 87, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}

/* line 90, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}

/* line 95, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-equalHeight"] > [class~="col"], [class*="grid-"][class*="-equalHeight"] > [class*="col-"], [class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch;
}

/* line 97, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
  height: 100%;
}

/* line 102, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="grid-"][class*="-noBottom"] > [class~="col"], [class*="grid-"][class*="-noBottom"] > [class*="col-"], [class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0;
}

/* line 109, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="col-"][class*="-top"] {
  align-self: flex-start;
}

/* line 112, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="col-"][class*="-middle"] {
  align-self: center;
}

/* line 115, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}

/************************
    GRID BY NUMBER
*************************/
/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

/* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 1440px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-1"] > [class~="col"],
[class*="_xl-1"] > [class*="col-"],
[class*="_xl-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-2"] > [class~="col"],
[class*="_xl-2"] > [class*="col-"],
[class*="_xl-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-3"] > [class~="col"],
[class*="_xl-3"] > [class*="col-"],
[class*="_xl-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-4"] > [class~="col"],
[class*="_xl-4"] > [class*="col-"],
[class*="_xl-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-5"] > [class~="col"],
[class*="_xl-5"] > [class*="col-"],
[class*="_xl-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-6"] > [class~="col"],
[class*="_xl-6"] > [class*="col-"],
[class*="_xl-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-7"] > [class~="col"],
[class*="_xl-7"] > [class*="col-"],
[class*="_xl-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-8"] > [class~="col"],
[class*="_xl-8"] > [class*="col-"],
[class*="_xl-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-9"] > [class~="col"],
[class*="_xl-9"] > [class*="col-"],
[class*="_xl-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-10"] > [class~="col"],
[class*="_xl-10"] > [class*="col-"],
[class*="_xl-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-11"] > [class~="col"],
[class*="_xl-11"] > [class*="col-"],
[class*="_xl-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xl-12"] > [class~="col"],
[class*="_xl-12"] > [class*="col-"],
[class*="_xl-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 1280px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-1"] > [class~="col"],
[class*="_lg-1"] > [class*="col-"],
[class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-2"] > [class~="col"],
[class*="_lg-2"] > [class*="col-"],
[class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-3"] > [class~="col"],
[class*="_lg-3"] > [class*="col-"],
[class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-4"] > [class~="col"],
[class*="_lg-4"] > [class*="col-"],
[class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-5"] > [class~="col"],
[class*="_lg-5"] > [class*="col-"],
[class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-6"] > [class~="col"],
[class*="_lg-6"] > [class*="col-"],
[class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-7"] > [class~="col"],
[class*="_lg-7"] > [class*="col-"],
[class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-8"] > [class~="col"],
[class*="_lg-8"] > [class*="col-"],
[class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-9"] > [class~="col"],
[class*="_lg-9"] > [class*="col-"],
[class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-10"] > [class~="col"],
[class*="_lg-10"] > [class*="col-"],
[class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-11"] > [class~="col"],
[class*="_lg-11"] > [class*="col-"],
[class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_lg-12"] > [class~="col"],
[class*="_lg-12"] > [class*="col-"],
[class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 1180px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-1"] > [class~="col"],
[class*="_mlg-1"] > [class*="col-"],
[class*="_mlg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-2"] > [class~="col"],
[class*="_mlg-2"] > [class*="col-"],
[class*="_mlg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-3"] > [class~="col"],
[class*="_mlg-3"] > [class*="col-"],
[class*="_mlg-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-4"] > [class~="col"],
[class*="_mlg-4"] > [class*="col-"],
[class*="_mlg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-5"] > [class~="col"],
[class*="_mlg-5"] > [class*="col-"],
[class*="_mlg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-6"] > [class~="col"],
[class*="_mlg-6"] > [class*="col-"],
[class*="_mlg-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-7"] > [class~="col"],
[class*="_mlg-7"] > [class*="col-"],
[class*="_mlg-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-8"] > [class~="col"],
[class*="_mlg-8"] > [class*="col-"],
[class*="_mlg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-9"] > [class~="col"],
[class*="_mlg-9"] > [class*="col-"],
[class*="_mlg-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-10"] > [class~="col"],
[class*="_mlg-10"] > [class*="col-"],
[class*="_mlg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-11"] > [class~="col"],
[class*="_mlg-11"] > [class*="col-"],
[class*="_mlg-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_mlg-12"] > [class~="col"],
[class*="_mlg-12"] > [class*="col-"],
[class*="_mlg-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 1024px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-1"] > [class~="col"],
[class*="_md-1"] > [class*="col-"],
[class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-2"] > [class~="col"],
[class*="_md-2"] > [class*="col-"],
[class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-3"] > [class~="col"],
[class*="_md-3"] > [class*="col-"],
[class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-4"] > [class~="col"],
[class*="_md-4"] > [class*="col-"],
[class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-5"] > [class~="col"],
[class*="_md-5"] > [class*="col-"],
[class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-6"] > [class~="col"],
[class*="_md-6"] > [class*="col-"],
[class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-7"] > [class~="col"],
[class*="_md-7"] > [class*="col-"],
[class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-8"] > [class~="col"],
[class*="_md-8"] > [class*="col-"],
[class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-9"] > [class~="col"],
[class*="_md-9"] > [class*="col-"],
[class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-10"] > [class~="col"],
[class*="_md-10"] > [class*="col-"],
[class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-11"] > [class~="col"],
[class*="_md-11"] > [class*="col-"],
[class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_md-12"] > [class~="col"],
[class*="_md-12"] > [class*="col-"],
[class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 900px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-1"] > [class~="col"],
[class*="_msm-1"] > [class*="col-"],
[class*="_msm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-2"] > [class~="col"],
[class*="_msm-2"] > [class*="col-"],
[class*="_msm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-3"] > [class~="col"],
[class*="_msm-3"] > [class*="col-"],
[class*="_msm-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-4"] > [class~="col"],
[class*="_msm-4"] > [class*="col-"],
[class*="_msm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-5"] > [class~="col"],
[class*="_msm-5"] > [class*="col-"],
[class*="_msm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-6"] > [class~="col"],
[class*="_msm-6"] > [class*="col-"],
[class*="_msm-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-7"] > [class~="col"],
[class*="_msm-7"] > [class*="col-"],
[class*="_msm-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-8"] > [class~="col"],
[class*="_msm-8"] > [class*="col-"],
[class*="_msm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-9"] > [class~="col"],
[class*="_msm-9"] > [class*="col-"],
[class*="_msm-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-10"] > [class~="col"],
[class*="_msm-10"] > [class*="col-"],
[class*="_msm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-11"] > [class~="col"],
[class*="_msm-11"] > [class*="col-"],
[class*="_msm-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_msm-12"] > [class~="col"],
[class*="_msm-12"] > [class*="col-"],
[class*="_msm-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 772px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-1"] > [class~="col"],
[class*="_sm-1"] > [class*="col-"],
[class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-2"] > [class~="col"],
[class*="_sm-2"] > [class*="col-"],
[class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-3"] > [class~="col"],
[class*="_sm-3"] > [class*="col-"],
[class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-4"] > [class~="col"],
[class*="_sm-4"] > [class*="col-"],
[class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-5"] > [class~="col"],
[class*="_sm-5"] > [class*="col-"],
[class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-6"] > [class~="col"],
[class*="_sm-6"] > [class*="col-"],
[class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-7"] > [class~="col"],
[class*="_sm-7"] > [class*="col-"],
[class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-8"] > [class~="col"],
[class*="_sm-8"] > [class*="col-"],
[class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-9"] > [class~="col"],
[class*="_sm-9"] > [class*="col-"],
[class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-10"] > [class~="col"],
[class*="_sm-10"] > [class*="col-"],
[class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-11"] > [class~="col"],
[class*="_sm-11"] > [class*="col-"],
[class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_sm-12"] > [class~="col"],
[class*="_sm-12"] > [class*="col-"],
[class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 576px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-1"] > [class~="col"],
[class*="_xs-1"] > [class*="col-"],
[class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-2"] > [class~="col"],
[class*="_xs-2"] > [class*="col-"],
[class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-3"] > [class~="col"],
[class*="_xs-3"] > [class*="col-"],
[class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-4"] > [class~="col"],
[class*="_xs-4"] > [class*="col-"],
[class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-5"] > [class~="col"],
[class*="_xs-5"] > [class*="col-"],
[class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-6"] > [class~="col"],
[class*="_xs-6"] > [class*="col-"],
[class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-7"] > [class~="col"],
[class*="_xs-7"] > [class*="col-"],
[class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-8"] > [class~="col"],
[class*="_xs-8"] > [class*="col-"],
[class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-9"] > [class~="col"],
[class*="_xs-9"] > [class*="col-"],
[class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-10"] > [class~="col"],
[class*="_xs-10"] > [class*="col-"],
[class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-11"] > [class~="col"],
[class*="_xs-11"] > [class*="col-"],
[class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xs-12"] > [class~="col"],
[class*="_xs-12"] > [class*="col-"],
[class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 360px) {
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-1"] > [class~="col"],
[class*="_xxs-1"] > [class*="col-"],
[class*="_xxs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-2"] > [class~="col"],
[class*="_xxs-2"] > [class*="col-"],
[class*="_xxs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-3"] > [class~="col"],
[class*="_xxs-3"] > [class*="col-"],
[class*="_xxs-3"] > [class*="col_"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-4"] > [class~="col"],
[class*="_xxs-4"] > [class*="col-"],
[class*="_xxs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-5"] > [class~="col"],
[class*="_xxs-5"] > [class*="col-"],
[class*="_xxs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-6"] > [class~="col"],
[class*="_xxs-6"] > [class*="col-"],
[class*="_xxs-6"] > [class*="col_"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-7"] > [class~="col"],
[class*="_xxs-7"] > [class*="col-"],
[class*="_xxs-7"] > [class*="col_"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-8"] > [class~="col"],
[class*="_xxs-8"] > [class*="col-"],
[class*="_xxs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-9"] > [class~="col"],
[class*="_xxs-9"] > [class*="col-"],
[class*="_xxs-9"] > [class*="col_"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-10"] > [class~="col"],
[class*="_xxs-10"] > [class*="col-"],
[class*="_xxs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-11"] > [class~="col"],
[class*="_xxs-11"] > [class*="col-"],
[class*="_xxs-11"] > [class*="col_"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  /* line 15, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class*="_xxs-12"] > [class~="col"],
[class*="_xxs-12"] > [class*="col-"],
[class*="_xxs-12"] > [class*="col_"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

/************************
    COLS SIZES
*************************/
/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}

/* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}

/* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}

@media (max-width: 1440px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-1"],
[class*="grid-"] > [class*="_xl-1"],
[class*="grid_"] > [class*="_xl-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-2"],
[class*="grid-"] > [class*="_xl-2"],
[class*="grid_"] > [class*="_xl-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-3"],
[class*="grid-"] > [class*="_xl-3"],
[class*="grid_"] > [class*="_xl-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-4"],
[class*="grid-"] > [class*="_xl-4"],
[class*="grid_"] > [class*="_xl-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-5"],
[class*="grid-"] > [class*="_xl-5"],
[class*="grid_"] > [class*="_xl-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-6"],
[class*="grid-"] > [class*="_xl-6"],
[class*="grid_"] > [class*="_xl-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-7"],
[class*="grid-"] > [class*="_xl-7"],
[class*="grid_"] > [class*="_xl-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-8"],
[class*="grid-"] > [class*="_xl-8"],
[class*="grid_"] > [class*="_xl-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-9"],
[class*="grid-"] > [class*="_xl-9"],
[class*="grid_"] > [class*="_xl-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-10"],
[class*="grid-"] > [class*="_xl-10"],
[class*="grid_"] > [class*="_xl-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-11"],
[class*="grid-"] > [class*="_xl-11"],
[class*="grid_"] > [class*="_xl-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xl-12"],
[class*="grid-"] > [class*="_xl-12"],
[class*="grid_"] > [class*="_xl-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-0"],
[class*="grid-"] > [data-push-left*="_xl-0"],
[class*="grid_"] > [data-push-left*="_xl-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-1"],
[class*="grid-"] > [data-push-left*="_xl-1"],
[class*="grid_"] > [data-push-left*="_xl-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-2"],
[class*="grid-"] > [data-push-left*="_xl-2"],
[class*="grid_"] > [data-push-left*="_xl-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-3"],
[class*="grid-"] > [data-push-left*="_xl-3"],
[class*="grid_"] > [data-push-left*="_xl-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-4"],
[class*="grid-"] > [data-push-left*="_xl-4"],
[class*="grid_"] > [data-push-left*="_xl-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-5"],
[class*="grid-"] > [data-push-left*="_xl-5"],
[class*="grid_"] > [data-push-left*="_xl-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-6"],
[class*="grid-"] > [data-push-left*="_xl-6"],
[class*="grid_"] > [data-push-left*="_xl-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-7"],
[class*="grid-"] > [data-push-left*="_xl-7"],
[class*="grid_"] > [data-push-left*="_xl-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-8"],
[class*="grid-"] > [data-push-left*="_xl-8"],
[class*="grid_"] > [data-push-left*="_xl-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-9"],
[class*="grid-"] > [data-push-left*="_xl-9"],
[class*="grid_"] > [data-push-left*="_xl-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-10"],
[class*="grid-"] > [data-push-left*="_xl-10"],
[class*="grid_"] > [data-push-left*="_xl-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xl-11"],
[class*="grid-"] > [data-push-left*="_xl-11"],
[class*="grid_"] > [data-push-left*="_xl-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-0"],
[class*="grid-"] > [data-push-right*="_xl-0"],
[class*="grid_"] > [data-push-right*="_xl-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-1"],
[class*="grid-"] > [data-push-right*="_xl-1"],
[class*="grid_"] > [data-push-right*="_xl-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-2"],
[class*="grid-"] > [data-push-right*="_xl-2"],
[class*="grid_"] > [data-push-right*="_xl-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-3"],
[class*="grid-"] > [data-push-right*="_xl-3"],
[class*="grid_"] > [data-push-right*="_xl-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-4"],
[class*="grid-"] > [data-push-right*="_xl-4"],
[class*="grid_"] > [data-push-right*="_xl-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-5"],
[class*="grid-"] > [data-push-right*="_xl-5"],
[class*="grid_"] > [data-push-right*="_xl-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-6"],
[class*="grid-"] > [data-push-right*="_xl-6"],
[class*="grid_"] > [data-push-right*="_xl-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-7"],
[class*="grid-"] > [data-push-right*="_xl-7"],
[class*="grid_"] > [data-push-right*="_xl-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-8"],
[class*="grid-"] > [data-push-right*="_xl-8"],
[class*="grid_"] > [data-push-right*="_xl-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-9"],
[class*="grid-"] > [data-push-right*="_xl-9"],
[class*="grid_"] > [data-push-right*="_xl-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-10"],
[class*="grid-"] > [data-push-right*="_xl-10"],
[class*="grid_"] > [data-push-right*="_xl-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xl-11"],
[class*="grid-"] > [data-push-right*="_xl-11"],
[class*="grid_"] > [data-push-right*="_xl-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_xl-first"],
[class*="grid-"] [class*="_xl-first"],
[class*="grid_"] [class*="_xl-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_xl-last"],
[class*="grid-"] [class*="_xl-last"],
[class*="grid_"] [class*="_xl-last"] {
    order: 1;
  }
}

@media (max-width: 1280px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-1"],
[class*="grid-"] > [class*="_lg-1"],
[class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-2"],
[class*="grid-"] > [class*="_lg-2"],
[class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-3"],
[class*="grid-"] > [class*="_lg-3"],
[class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-4"],
[class*="grid-"] > [class*="_lg-4"],
[class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-5"],
[class*="grid-"] > [class*="_lg-5"],
[class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-6"],
[class*="grid-"] > [class*="_lg-6"],
[class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-7"],
[class*="grid-"] > [class*="_lg-7"],
[class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-8"],
[class*="grid-"] > [class*="_lg-8"],
[class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-9"],
[class*="grid-"] > [class*="_lg-9"],
[class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-10"],
[class*="grid-"] > [class*="_lg-10"],
[class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-11"],
[class*="grid-"] > [class*="_lg-11"],
[class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_lg-12"],
[class*="grid-"] > [class*="_lg-12"],
[class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-0"],
[class*="grid-"] > [data-push-left*="_lg-0"],
[class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-1"],
[class*="grid-"] > [data-push-left*="_lg-1"],
[class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-2"],
[class*="grid-"] > [data-push-left*="_lg-2"],
[class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-3"],
[class*="grid-"] > [data-push-left*="_lg-3"],
[class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-4"],
[class*="grid-"] > [data-push-left*="_lg-4"],
[class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-5"],
[class*="grid-"] > [data-push-left*="_lg-5"],
[class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-6"],
[class*="grid-"] > [data-push-left*="_lg-6"],
[class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-7"],
[class*="grid-"] > [data-push-left*="_lg-7"],
[class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-8"],
[class*="grid-"] > [data-push-left*="_lg-8"],
[class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-9"],
[class*="grid-"] > [data-push-left*="_lg-9"],
[class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-10"],
[class*="grid-"] > [data-push-left*="_lg-10"],
[class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_lg-11"],
[class*="grid-"] > [data-push-left*="_lg-11"],
[class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-0"],
[class*="grid-"] > [data-push-right*="_lg-0"],
[class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-1"],
[class*="grid-"] > [data-push-right*="_lg-1"],
[class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-2"],
[class*="grid-"] > [data-push-right*="_lg-2"],
[class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-3"],
[class*="grid-"] > [data-push-right*="_lg-3"],
[class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-4"],
[class*="grid-"] > [data-push-right*="_lg-4"],
[class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-5"],
[class*="grid-"] > [data-push-right*="_lg-5"],
[class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-6"],
[class*="grid-"] > [data-push-right*="_lg-6"],
[class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-7"],
[class*="grid-"] > [data-push-right*="_lg-7"],
[class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-8"],
[class*="grid-"] > [data-push-right*="_lg-8"],
[class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-9"],
[class*="grid-"] > [data-push-right*="_lg-9"],
[class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-10"],
[class*="grid-"] > [data-push-right*="_lg-10"],
[class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_lg-11"],
[class*="grid-"] > [data-push-right*="_lg-11"],
[class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_lg-first"],
[class*="grid-"] [class*="_lg-first"],
[class*="grid_"] [class*="_lg-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_lg-last"],
[class*="grid-"] [class*="_lg-last"],
[class*="grid_"] [class*="_lg-last"] {
    order: 1;
  }
}

@media (max-width: 1180px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-1"],
[class*="grid-"] > [class*="_mlg-1"],
[class*="grid_"] > [class*="_mlg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-2"],
[class*="grid-"] > [class*="_mlg-2"],
[class*="grid_"] > [class*="_mlg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-3"],
[class*="grid-"] > [class*="_mlg-3"],
[class*="grid_"] > [class*="_mlg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-4"],
[class*="grid-"] > [class*="_mlg-4"],
[class*="grid_"] > [class*="_mlg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-5"],
[class*="grid-"] > [class*="_mlg-5"],
[class*="grid_"] > [class*="_mlg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-6"],
[class*="grid-"] > [class*="_mlg-6"],
[class*="grid_"] > [class*="_mlg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-7"],
[class*="grid-"] > [class*="_mlg-7"],
[class*="grid_"] > [class*="_mlg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-8"],
[class*="grid-"] > [class*="_mlg-8"],
[class*="grid_"] > [class*="_mlg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-9"],
[class*="grid-"] > [class*="_mlg-9"],
[class*="grid_"] > [class*="_mlg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-10"],
[class*="grid-"] > [class*="_mlg-10"],
[class*="grid_"] > [class*="_mlg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-11"],
[class*="grid-"] > [class*="_mlg-11"],
[class*="grid_"] > [class*="_mlg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_mlg-12"],
[class*="grid-"] > [class*="_mlg-12"],
[class*="grid_"] > [class*="_mlg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-0"],
[class*="grid-"] > [data-push-left*="_mlg-0"],
[class*="grid_"] > [data-push-left*="_mlg-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-1"],
[class*="grid-"] > [data-push-left*="_mlg-1"],
[class*="grid_"] > [data-push-left*="_mlg-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-2"],
[class*="grid-"] > [data-push-left*="_mlg-2"],
[class*="grid_"] > [data-push-left*="_mlg-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-3"],
[class*="grid-"] > [data-push-left*="_mlg-3"],
[class*="grid_"] > [data-push-left*="_mlg-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-4"],
[class*="grid-"] > [data-push-left*="_mlg-4"],
[class*="grid_"] > [data-push-left*="_mlg-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-5"],
[class*="grid-"] > [data-push-left*="_mlg-5"],
[class*="grid_"] > [data-push-left*="_mlg-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-6"],
[class*="grid-"] > [data-push-left*="_mlg-6"],
[class*="grid_"] > [data-push-left*="_mlg-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-7"],
[class*="grid-"] > [data-push-left*="_mlg-7"],
[class*="grid_"] > [data-push-left*="_mlg-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-8"],
[class*="grid-"] > [data-push-left*="_mlg-8"],
[class*="grid_"] > [data-push-left*="_mlg-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-9"],
[class*="grid-"] > [data-push-left*="_mlg-9"],
[class*="grid_"] > [data-push-left*="_mlg-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-10"],
[class*="grid-"] > [data-push-left*="_mlg-10"],
[class*="grid_"] > [data-push-left*="_mlg-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_mlg-11"],
[class*="grid-"] > [data-push-left*="_mlg-11"],
[class*="grid_"] > [data-push-left*="_mlg-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-0"],
[class*="grid-"] > [data-push-right*="_mlg-0"],
[class*="grid_"] > [data-push-right*="_mlg-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-1"],
[class*="grid-"] > [data-push-right*="_mlg-1"],
[class*="grid_"] > [data-push-right*="_mlg-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-2"],
[class*="grid-"] > [data-push-right*="_mlg-2"],
[class*="grid_"] > [data-push-right*="_mlg-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-3"],
[class*="grid-"] > [data-push-right*="_mlg-3"],
[class*="grid_"] > [data-push-right*="_mlg-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-4"],
[class*="grid-"] > [data-push-right*="_mlg-4"],
[class*="grid_"] > [data-push-right*="_mlg-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-5"],
[class*="grid-"] > [data-push-right*="_mlg-5"],
[class*="grid_"] > [data-push-right*="_mlg-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-6"],
[class*="grid-"] > [data-push-right*="_mlg-6"],
[class*="grid_"] > [data-push-right*="_mlg-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-7"],
[class*="grid-"] > [data-push-right*="_mlg-7"],
[class*="grid_"] > [data-push-right*="_mlg-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-8"],
[class*="grid-"] > [data-push-right*="_mlg-8"],
[class*="grid_"] > [data-push-right*="_mlg-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-9"],
[class*="grid-"] > [data-push-right*="_mlg-9"],
[class*="grid_"] > [data-push-right*="_mlg-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-10"],
[class*="grid-"] > [data-push-right*="_mlg-10"],
[class*="grid_"] > [data-push-right*="_mlg-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_mlg-11"],
[class*="grid-"] > [data-push-right*="_mlg-11"],
[class*="grid_"] > [data-push-right*="_mlg-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_mlg-first"],
[class*="grid-"] [class*="_mlg-first"],
[class*="grid_"] [class*="_mlg-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_mlg-last"],
[class*="grid-"] [class*="_mlg-last"],
[class*="grid_"] [class*="_mlg-last"] {
    order: 1;
  }
}

@media (max-width: 1024px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-1"],
[class*="grid-"] > [class*="_md-1"],
[class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-2"],
[class*="grid-"] > [class*="_md-2"],
[class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-3"],
[class*="grid-"] > [class*="_md-3"],
[class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-4"],
[class*="grid-"] > [class*="_md-4"],
[class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-5"],
[class*="grid-"] > [class*="_md-5"],
[class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-6"],
[class*="grid-"] > [class*="_md-6"],
[class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-7"],
[class*="grid-"] > [class*="_md-7"],
[class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-8"],
[class*="grid-"] > [class*="_md-8"],
[class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-9"],
[class*="grid-"] > [class*="_md-9"],
[class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-10"],
[class*="grid-"] > [class*="_md-10"],
[class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-11"],
[class*="grid-"] > [class*="_md-11"],
[class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_md-12"],
[class*="grid-"] > [class*="_md-12"],
[class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-0"],
[class*="grid-"] > [data-push-left*="_md-0"],
[class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-1"],
[class*="grid-"] > [data-push-left*="_md-1"],
[class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-2"],
[class*="grid-"] > [data-push-left*="_md-2"],
[class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-3"],
[class*="grid-"] > [data-push-left*="_md-3"],
[class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-4"],
[class*="grid-"] > [data-push-left*="_md-4"],
[class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-5"],
[class*="grid-"] > [data-push-left*="_md-5"],
[class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-6"],
[class*="grid-"] > [data-push-left*="_md-6"],
[class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-7"],
[class*="grid-"] > [data-push-left*="_md-7"],
[class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-8"],
[class*="grid-"] > [data-push-left*="_md-8"],
[class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-9"],
[class*="grid-"] > [data-push-left*="_md-9"],
[class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-10"],
[class*="grid-"] > [data-push-left*="_md-10"],
[class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_md-11"],
[class*="grid-"] > [data-push-left*="_md-11"],
[class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-0"],
[class*="grid-"] > [data-push-right*="_md-0"],
[class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-1"],
[class*="grid-"] > [data-push-right*="_md-1"],
[class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-2"],
[class*="grid-"] > [data-push-right*="_md-2"],
[class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-3"],
[class*="grid-"] > [data-push-right*="_md-3"],
[class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-4"],
[class*="grid-"] > [data-push-right*="_md-4"],
[class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-5"],
[class*="grid-"] > [data-push-right*="_md-5"],
[class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-6"],
[class*="grid-"] > [data-push-right*="_md-6"],
[class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-7"],
[class*="grid-"] > [data-push-right*="_md-7"],
[class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-8"],
[class*="grid-"] > [data-push-right*="_md-8"],
[class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-9"],
[class*="grid-"] > [data-push-right*="_md-9"],
[class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-10"],
[class*="grid-"] > [data-push-right*="_md-10"],
[class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_md-11"],
[class*="grid-"] > [data-push-right*="_md-11"],
[class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_md-first"],
[class*="grid-"] [class*="_md-first"],
[class*="grid_"] [class*="_md-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_md-last"],
[class*="grid-"] [class*="_md-last"],
[class*="grid_"] [class*="_md-last"] {
    order: 1;
  }
}

@media (max-width: 900px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-1"],
[class*="grid-"] > [class*="_msm-1"],
[class*="grid_"] > [class*="_msm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-2"],
[class*="grid-"] > [class*="_msm-2"],
[class*="grid_"] > [class*="_msm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-3"],
[class*="grid-"] > [class*="_msm-3"],
[class*="grid_"] > [class*="_msm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-4"],
[class*="grid-"] > [class*="_msm-4"],
[class*="grid_"] > [class*="_msm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-5"],
[class*="grid-"] > [class*="_msm-5"],
[class*="grid_"] > [class*="_msm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-6"],
[class*="grid-"] > [class*="_msm-6"],
[class*="grid_"] > [class*="_msm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-7"],
[class*="grid-"] > [class*="_msm-7"],
[class*="grid_"] > [class*="_msm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-8"],
[class*="grid-"] > [class*="_msm-8"],
[class*="grid_"] > [class*="_msm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-9"],
[class*="grid-"] > [class*="_msm-9"],
[class*="grid_"] > [class*="_msm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-10"],
[class*="grid-"] > [class*="_msm-10"],
[class*="grid_"] > [class*="_msm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-11"],
[class*="grid-"] > [class*="_msm-11"],
[class*="grid_"] > [class*="_msm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_msm-12"],
[class*="grid-"] > [class*="_msm-12"],
[class*="grid_"] > [class*="_msm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-0"],
[class*="grid-"] > [data-push-left*="_msm-0"],
[class*="grid_"] > [data-push-left*="_msm-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-1"],
[class*="grid-"] > [data-push-left*="_msm-1"],
[class*="grid_"] > [data-push-left*="_msm-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-2"],
[class*="grid-"] > [data-push-left*="_msm-2"],
[class*="grid_"] > [data-push-left*="_msm-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-3"],
[class*="grid-"] > [data-push-left*="_msm-3"],
[class*="grid_"] > [data-push-left*="_msm-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-4"],
[class*="grid-"] > [data-push-left*="_msm-4"],
[class*="grid_"] > [data-push-left*="_msm-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-5"],
[class*="grid-"] > [data-push-left*="_msm-5"],
[class*="grid_"] > [data-push-left*="_msm-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-6"],
[class*="grid-"] > [data-push-left*="_msm-6"],
[class*="grid_"] > [data-push-left*="_msm-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-7"],
[class*="grid-"] > [data-push-left*="_msm-7"],
[class*="grid_"] > [data-push-left*="_msm-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-8"],
[class*="grid-"] > [data-push-left*="_msm-8"],
[class*="grid_"] > [data-push-left*="_msm-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-9"],
[class*="grid-"] > [data-push-left*="_msm-9"],
[class*="grid_"] > [data-push-left*="_msm-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-10"],
[class*="grid-"] > [data-push-left*="_msm-10"],
[class*="grid_"] > [data-push-left*="_msm-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_msm-11"],
[class*="grid-"] > [data-push-left*="_msm-11"],
[class*="grid_"] > [data-push-left*="_msm-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-0"],
[class*="grid-"] > [data-push-right*="_msm-0"],
[class*="grid_"] > [data-push-right*="_msm-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-1"],
[class*="grid-"] > [data-push-right*="_msm-1"],
[class*="grid_"] > [data-push-right*="_msm-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-2"],
[class*="grid-"] > [data-push-right*="_msm-2"],
[class*="grid_"] > [data-push-right*="_msm-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-3"],
[class*="grid-"] > [data-push-right*="_msm-3"],
[class*="grid_"] > [data-push-right*="_msm-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-4"],
[class*="grid-"] > [data-push-right*="_msm-4"],
[class*="grid_"] > [data-push-right*="_msm-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-5"],
[class*="grid-"] > [data-push-right*="_msm-5"],
[class*="grid_"] > [data-push-right*="_msm-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-6"],
[class*="grid-"] > [data-push-right*="_msm-6"],
[class*="grid_"] > [data-push-right*="_msm-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-7"],
[class*="grid-"] > [data-push-right*="_msm-7"],
[class*="grid_"] > [data-push-right*="_msm-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-8"],
[class*="grid-"] > [data-push-right*="_msm-8"],
[class*="grid_"] > [data-push-right*="_msm-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-9"],
[class*="grid-"] > [data-push-right*="_msm-9"],
[class*="grid_"] > [data-push-right*="_msm-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-10"],
[class*="grid-"] > [data-push-right*="_msm-10"],
[class*="grid_"] > [data-push-right*="_msm-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_msm-11"],
[class*="grid-"] > [data-push-right*="_msm-11"],
[class*="grid_"] > [data-push-right*="_msm-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_msm-first"],
[class*="grid-"] [class*="_msm-first"],
[class*="grid_"] [class*="_msm-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_msm-last"],
[class*="grid-"] [class*="_msm-last"],
[class*="grid_"] [class*="_msm-last"] {
    order: 1;
  }
}

@media (max-width: 772px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-1"],
[class*="grid-"] > [class*="_sm-1"],
[class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-2"],
[class*="grid-"] > [class*="_sm-2"],
[class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-3"],
[class*="grid-"] > [class*="_sm-3"],
[class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-4"],
[class*="grid-"] > [class*="_sm-4"],
[class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-5"],
[class*="grid-"] > [class*="_sm-5"],
[class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-6"],
[class*="grid-"] > [class*="_sm-6"],
[class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-7"],
[class*="grid-"] > [class*="_sm-7"],
[class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-8"],
[class*="grid-"] > [class*="_sm-8"],
[class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-9"],
[class*="grid-"] > [class*="_sm-9"],
[class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-10"],
[class*="grid-"] > [class*="_sm-10"],
[class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-11"],
[class*="grid-"] > [class*="_sm-11"],
[class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_sm-12"],
[class*="grid-"] > [class*="_sm-12"],
[class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-0"],
[class*="grid-"] > [data-push-left*="_sm-0"],
[class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-1"],
[class*="grid-"] > [data-push-left*="_sm-1"],
[class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-2"],
[class*="grid-"] > [data-push-left*="_sm-2"],
[class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-3"],
[class*="grid-"] > [data-push-left*="_sm-3"],
[class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-4"],
[class*="grid-"] > [data-push-left*="_sm-4"],
[class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-5"],
[class*="grid-"] > [data-push-left*="_sm-5"],
[class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-6"],
[class*="grid-"] > [data-push-left*="_sm-6"],
[class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-7"],
[class*="grid-"] > [data-push-left*="_sm-7"],
[class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-8"],
[class*="grid-"] > [data-push-left*="_sm-8"],
[class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-9"],
[class*="grid-"] > [data-push-left*="_sm-9"],
[class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-10"],
[class*="grid-"] > [data-push-left*="_sm-10"],
[class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_sm-11"],
[class*="grid-"] > [data-push-left*="_sm-11"],
[class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-0"],
[class*="grid-"] > [data-push-right*="_sm-0"],
[class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-1"],
[class*="grid-"] > [data-push-right*="_sm-1"],
[class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-2"],
[class*="grid-"] > [data-push-right*="_sm-2"],
[class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-3"],
[class*="grid-"] > [data-push-right*="_sm-3"],
[class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-4"],
[class*="grid-"] > [data-push-right*="_sm-4"],
[class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-5"],
[class*="grid-"] > [data-push-right*="_sm-5"],
[class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-6"],
[class*="grid-"] > [data-push-right*="_sm-6"],
[class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-7"],
[class*="grid-"] > [data-push-right*="_sm-7"],
[class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-8"],
[class*="grid-"] > [data-push-right*="_sm-8"],
[class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-9"],
[class*="grid-"] > [data-push-right*="_sm-9"],
[class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-10"],
[class*="grid-"] > [data-push-right*="_sm-10"],
[class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_sm-11"],
[class*="grid-"] > [data-push-right*="_sm-11"],
[class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_sm-first"],
[class*="grid-"] [class*="_sm-first"],
[class*="grid_"] [class*="_sm-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_sm-last"],
[class*="grid-"] [class*="_sm-last"],
[class*="grid_"] [class*="_sm-last"] {
    order: 1;
  }
}

@media (max-width: 576px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-1"],
[class*="grid-"] > [class*="_xs-1"],
[class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-2"],
[class*="grid-"] > [class*="_xs-2"],
[class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-3"],
[class*="grid-"] > [class*="_xs-3"],
[class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-4"],
[class*="grid-"] > [class*="_xs-4"],
[class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-5"],
[class*="grid-"] > [class*="_xs-5"],
[class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-6"],
[class*="grid-"] > [class*="_xs-6"],
[class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-7"],
[class*="grid-"] > [class*="_xs-7"],
[class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-8"],
[class*="grid-"] > [class*="_xs-8"],
[class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-9"],
[class*="grid-"] > [class*="_xs-9"],
[class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-10"],
[class*="grid-"] > [class*="_xs-10"],
[class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-11"],
[class*="grid-"] > [class*="_xs-11"],
[class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xs-12"],
[class*="grid-"] > [class*="_xs-12"],
[class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-0"],
[class*="grid-"] > [data-push-left*="_xs-0"],
[class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-1"],
[class*="grid-"] > [data-push-left*="_xs-1"],
[class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-2"],
[class*="grid-"] > [data-push-left*="_xs-2"],
[class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-3"],
[class*="grid-"] > [data-push-left*="_xs-3"],
[class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-4"],
[class*="grid-"] > [data-push-left*="_xs-4"],
[class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-5"],
[class*="grid-"] > [data-push-left*="_xs-5"],
[class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-6"],
[class*="grid-"] > [data-push-left*="_xs-6"],
[class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-7"],
[class*="grid-"] > [data-push-left*="_xs-7"],
[class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-8"],
[class*="grid-"] > [data-push-left*="_xs-8"],
[class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-9"],
[class*="grid-"] > [data-push-left*="_xs-9"],
[class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-10"],
[class*="grid-"] > [data-push-left*="_xs-10"],
[class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xs-11"],
[class*="grid-"] > [data-push-left*="_xs-11"],
[class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-0"],
[class*="grid-"] > [data-push-right*="_xs-0"],
[class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-1"],
[class*="grid-"] > [data-push-right*="_xs-1"],
[class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-2"],
[class*="grid-"] > [data-push-right*="_xs-2"],
[class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-3"],
[class*="grid-"] > [data-push-right*="_xs-3"],
[class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-4"],
[class*="grid-"] > [data-push-right*="_xs-4"],
[class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-5"],
[class*="grid-"] > [data-push-right*="_xs-5"],
[class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-6"],
[class*="grid-"] > [data-push-right*="_xs-6"],
[class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-7"],
[class*="grid-"] > [data-push-right*="_xs-7"],
[class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-8"],
[class*="grid-"] > [data-push-right*="_xs-8"],
[class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-9"],
[class*="grid-"] > [data-push-right*="_xs-9"],
[class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-10"],
[class*="grid-"] > [data-push-right*="_xs-10"],
[class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xs-11"],
[class*="grid-"] > [data-push-right*="_xs-11"],
[class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_xs-first"],
[class*="grid-"] [class*="_xs-first"],
[class*="grid_"] [class*="_xs-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_xs-last"],
[class*="grid-"] [class*="_xs-last"],
[class*="grid_"] [class*="_xs-last"] {
    order: 1;
  }
}

@media (max-width: 360px) {
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-1"],
[class*="grid-"] > [class*="_xxs-1"],
[class*="grid_"] > [class*="_xxs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-2"],
[class*="grid-"] > [class*="_xxs-2"],
[class*="grid_"] > [class*="_xxs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-3"],
[class*="grid-"] > [class*="_xxs-3"],
[class*="grid_"] > [class*="_xxs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-4"],
[class*="grid-"] > [class*="_xxs-4"],
[class*="grid_"] > [class*="_xxs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-5"],
[class*="grid-"] > [class*="_xxs-5"],
[class*="grid_"] > [class*="_xxs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-6"],
[class*="grid-"] > [class*="_xxs-6"],
[class*="grid_"] > [class*="_xxs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-7"],
[class*="grid-"] > [class*="_xxs-7"],
[class*="grid_"] > [class*="_xxs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-8"],
[class*="grid-"] > [class*="_xxs-8"],
[class*="grid_"] > [class*="_xxs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-9"],
[class*="grid-"] > [class*="_xxs-9"],
[class*="grid_"] > [class*="_xxs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-10"],
[class*="grid-"] > [class*="_xxs-10"],
[class*="grid_"] > [class*="_xxs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-11"],
[class*="grid-"] > [class*="_xxs-11"],
[class*="grid_"] > [class*="_xxs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 30, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [class*="_xxs-12"],
[class*="grid-"] > [class*="_xxs-12"],
[class*="grid_"] > [class*="_xxs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-0"],
[class*="grid-"] > [data-push-left*="_xxs-0"],
[class*="grid_"] > [data-push-left*="_xxs-0"] {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-1"],
[class*="grid-"] > [data-push-left*="_xxs-1"],
[class*="grid_"] > [data-push-left*="_xxs-1"] {
    margin-left: 8.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-2"],
[class*="grid-"] > [data-push-left*="_xxs-2"],
[class*="grid_"] > [data-push-left*="_xxs-2"] {
    margin-left: 16.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-3"],
[class*="grid-"] > [data-push-left*="_xxs-3"],
[class*="grid_"] > [data-push-left*="_xxs-3"] {
    margin-left: 25%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-4"],
[class*="grid-"] > [data-push-left*="_xxs-4"],
[class*="grid_"] > [data-push-left*="_xxs-4"] {
    margin-left: 33.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-5"],
[class*="grid-"] > [data-push-left*="_xxs-5"],
[class*="grid_"] > [data-push-left*="_xxs-5"] {
    margin-left: 41.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-6"],
[class*="grid-"] > [data-push-left*="_xxs-6"],
[class*="grid_"] > [data-push-left*="_xxs-6"] {
    margin-left: 50%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-7"],
[class*="grid-"] > [data-push-left*="_xxs-7"],
[class*="grid_"] > [data-push-left*="_xxs-7"] {
    margin-left: 58.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-8"],
[class*="grid-"] > [data-push-left*="_xxs-8"],
[class*="grid_"] > [data-push-left*="_xxs-8"] {
    margin-left: 66.6666666667%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-9"],
[class*="grid-"] > [data-push-left*="_xxs-9"],
[class*="grid_"] > [data-push-left*="_xxs-9"] {
    margin-left: 75%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-10"],
[class*="grid-"] > [data-push-left*="_xxs-10"],
[class*="grid_"] > [data-push-left*="_xxs-10"] {
    margin-left: 83.3333333333%;
  }
  /* line 53, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-left*="_xxs-11"],
[class*="grid-"] > [data-push-left*="_xxs-11"],
[class*="grid_"] > [data-push-left*="_xxs-11"] {
    margin-left: 91.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-0"],
[class*="grid-"] > [data-push-right*="_xxs-0"],
[class*="grid_"] > [data-push-right*="_xxs-0"] {
    margin-right: 0;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-1"],
[class*="grid-"] > [data-push-right*="_xxs-1"],
[class*="grid_"] > [data-push-right*="_xxs-1"] {
    margin-right: 8.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-2"],
[class*="grid-"] > [data-push-right*="_xxs-2"],
[class*="grid_"] > [data-push-right*="_xxs-2"] {
    margin-right: 16.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-3"],
[class*="grid-"] > [data-push-right*="_xxs-3"],
[class*="grid_"] > [data-push-right*="_xxs-3"] {
    margin-right: 25%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-4"],
[class*="grid-"] > [data-push-right*="_xxs-4"],
[class*="grid_"] > [data-push-right*="_xxs-4"] {
    margin-right: 33.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-5"],
[class*="grid-"] > [data-push-right*="_xxs-5"],
[class*="grid_"] > [data-push-right*="_xxs-5"] {
    margin-right: 41.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-6"],
[class*="grid-"] > [data-push-right*="_xxs-6"],
[class*="grid_"] > [data-push-right*="_xxs-6"] {
    margin-right: 50%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-7"],
[class*="grid-"] > [data-push-right*="_xxs-7"],
[class*="grid_"] > [data-push-right*="_xxs-7"] {
    margin-right: 58.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-8"],
[class*="grid-"] > [data-push-right*="_xxs-8"],
[class*="grid_"] > [data-push-right*="_xxs-8"] {
    margin-right: 66.6666666667%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-9"],
[class*="grid-"] > [data-push-right*="_xxs-9"],
[class*="grid_"] > [data-push-right*="_xxs-9"] {
    margin-right: 75%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-10"],
[class*="grid-"] > [data-push-right*="_xxs-10"],
[class*="grid_"] > [data-push-right*="_xxs-10"] {
    margin-right: 83.3333333333%;
  }
  /* line 59, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] > [data-push-right*="_xxs-11"],
[class*="grid-"] > [data-push-right*="_xxs-11"],
[class*="grid_"] > [data-push-right*="_xxs-11"] {
    margin-right: 91.6666666667%;
  }
  /* line 39, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_xxs-first"],
[class*="grid-"] [class*="_xxs-first"],
[class*="grid_"] [class*="_xxs-first"] {
    order: -1;
  }
  /* line 42, app/assets/stylesheets/admin/gridlex/gridlex-mixins.scss */
  [class~="grid"] [class*="_xxs-last"],
[class*="grid-"] [class*="_xxs-last"],
[class*="grid_"] [class*="_xxs-last"] {
    order: 1;
  }
}

/************************
    HIDING COLS
*************************/
@media (max-width: 1440px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="xl-hidden"] {
    display: none;
  }
}

@media (max-width: 1280px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="lg-hidden"] {
    display: none;
  }
}

@media (max-width: 1180px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="mlg-hidden"] {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="md-hidden"] {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="msm-hidden"] {
    display: none;
  }
}

@media (max-width: 772px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="sm-hidden"] {
    display: none;
  }
}

@media (max-width: 576px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="xs-hidden"] {
    display: none;
  }
}

@media (max-width: 360px) {
  /* line 158, app/assets/stylesheets/admin/gridlex/gridlex-classes.scss */
  [class*="xxs-hidden"] {
    display: none;
  }
}

/* line 11, app/assets/stylesheets/admin/gridlex.scss */
.col-break {
  flex-basis: 100%;
  height: 0;
  padding: 0;
}
/* line 6, app/assets/stylesheets/recap.css.scss */
body.recap {
  background-color: White !important;
}

/* line 10, app/assets/stylesheets/recap.css.scss */
#tipo_scheda {
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/recap.css.scss */
.scheda_opera {
  display: block;
  margin: auto;
  max-width: 800px;
  width: 100%;
  padding: 15px 0px;
}

/* line 19, app/assets/stylesheets/recap.css.scss */
.scheda_opera_head {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid black;
}

/* line 25, app/assets/stylesheets/recap.css.scss */
.scheda_opera_footer {
  width: 100%;
  margin-top: 40px;
  padding-top: 5px;
  border-top: 2px solid black;
}

/* line 31, app/assets/stylesheets/recap.css.scss */
.scheda_opera_contacts {
  padding-top: 5px;
  text-align: right;
  margin-top: 40px;
  line-height: 1.3;
}

/* line 37, app/assets/stylesheets/recap.css.scss */
.scheda_opera_contacts .overline {
  position: relative;
}

/* line 40, app/assets/stylesheets/recap.css.scss */
.scheda_opera_contacts .overline:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: black;
  top: -8px;
  right: 0;
}

/* line 50, app/assets/stylesheets/recap.css.scss */
.scheda_opera .align-right {
  text-align: right;
}

/* line 53, app/assets/stylesheets/recap.css.scss */
.scheda_opera textarea, .scheda_opera .print-content {
  border: none;
  font-family: inherit;
  font-size: 14px !important;
  width: 100%;
  height: 20px;
  margin-left: -2px;
}

/* line 61, app/assets/stylesheets/recap.css.scss */
.scheda_opera .print-content {
  display: none;
  min-height: 20px;
  height: unset;
  white-space: pre-wrap;
}

/* line 67, app/assets/stylesheets/recap.css.scss */
.scheda_opera .title {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
}

/* line 76, app/assets/stylesheets/recap.css.scss */
.scheda_opera .subtitle {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 15px;
}

/* line 84, app/assets/stylesheets/recap.css.scss */
.scheda_opera .signature {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 87, app/assets/stylesheets/recap.css.scss */
.scheda_opera p {
  color: black !important;
  font-size: 16px !important;
  line-height: unset !important;
}

/* line 91, app/assets/stylesheets/recap.css.scss */
.scheda_opera p.footer-recap {
  font-size: 1em !important;
  text-align: left;
  color: Black;
  font-size: 0.75em;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

/* line 102, app/assets/stylesheets/recap.css.scss */
.scheda_opera h1, .scheda_opera .h1 {
  font-size: 1.2em;
}

/* line 105, app/assets/stylesheets/recap.css.scss */
.scheda_opera h2, .scheda_opera .h2 {
  font-size: 1.0em;
}

/* line 109, app/assets/stylesheets/recap.css.scss */
.scheda_opera img {
  margin: 10px auto 10px 0;
  max-height: 200px;
  max-width: 100%;
  display: block;
}

/* line 114, app/assets/stylesheets/recap.css.scss */
.scheda_opera img.scheda-completa-image {
  max-width: 100%;
  max-height: 400px !important;
  margin-bottom: 40px;
}

/* line 120, app/assets/stylesheets/recap.css.scss */
.scheda_opera .fullwidth-image {
  margin: 0 auto;
}

/* line 126, app/assets/stylesheets/recap.css.scss */
.scheda_opera th {
  border-bottom: 1px solid grey;
  margin: 20px 0 10px 0;
  text-align: left;
  width: 100%;
}

/* line 132, app/assets/stylesheets/recap.css.scss */
.scheda_opera table {
  width: 100%;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

/* line 138, app/assets/stylesheets/recap.css.scss */
.scheda_opera tr {
  display: flex;
  font-size: 0.9em;
  margin-bottom: 4px;
}

/* line 142, app/assets/stylesheets/recap.css.scss */
.scheda_opera tr.images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 149, app/assets/stylesheets/recap.css.scss */
.scheda_opera td {
  padding: 8px;
  word-break: break-word;
  flex: 1;
  height: auto;
  box-sizing: border-box;
}

/* line 157, app/assets/stylesheets/recap.css.scss */
.scheda_opera td hr {
  border: 0px;
  padding-top: 40px;
  height: 1px;
  border-bottom: 1px solid Black;
}

/* line 163, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.sigs {
  width: 60%;
  padding: 0px 10px !important;
  text-align: left !important;
}

/* line 168, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.date {
  padding: 0px 10px;
}

/* line 171, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.linename {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}

/* line 176, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.archive-number {
  flex: none !important;
  width: 500px;
}

/* line 180, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.linename-desc {
  flex: none;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  width: 165px;
}

/* line 187, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.linename-year {
  flex: none;
  width: 60px;
}

/* line 191, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.linename-info {
  flex: none;
  width: 140px;
}

/* line 195, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.image {
  width: 23%;
  padding: 10px 5px;
}

/* line 199, app/assets/stylesheets/recap.css.scss */
.scheda_opera td.description-title {
  width: 110px;
  text-align: left;
  flex: none;
}

/* line 204, app/assets/stylesheets/recap.css.scss */
.scheda_opera td input {
  width: 100%;
  height: 30px;
  border: 1px solid white;
  padding: 10px 5px 5px 5px;
  box-sizing: border-box;
  font-family: RectaRegular;
  font-size: 1.0em;
}

/* line 213, app/assets/stylesheets/recap.css.scss */
.scheda_opera td textarea {
  resize: none;
  min-height: 30px;
  width: 100%;
  min-height: 30px;
  border: 1px solid white;
  box-sizing: border-box;
  font-family: RectaRegular;
  font-size: 1em !important;
}

/* line 227, app/assets/stylesheets/recap.css.scss */
.scheda_opera .printme {
  background-color: #333;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 20px;
  color: White;
}

@media print {
  /* line 227, app/assets/stylesheets/recap.css.scss */
  .scheda_opera .printme {
    /* All your print styles go here */
    display: none;
  }
}

/* line 241, app/assets/stylesheets/recap.css.scss */
.scheda-opera .text-narrazione-container {
  position: relative;
}

/* line 243, app/assets/stylesheets/recap.css.scss */
.scheda-opera .text-narrazione-container .title {
  border-bottom: none !important;
}

/* line 246, app/assets/stylesheets/recap.css.scss */
.scheda-opera .text-narrazione-container .chapter_images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 251, app/assets/stylesheets/recap.css.scss */
.scheda-opera .text-narrazione-container .chapter_images_item {
  padding: 8px;
  width: calc(25% - 16px);
}

/* line 254, app/assets/stylesheets/recap.css.scss */
.scheda-opera .text-narrazione-container .chapter_images_item img {
  height: unset;
  max-height: unset;
  margin: unset;
  page-break-inside: avoid;
}

/* line 260, app/assets/stylesheets/recap.css.scss */
.scheda-opera .text-narrazione-container .chapter_images_item .h6 {
  margin-top: 8px;
}

@page {
  size: A4;
  margin: 1cm;
}

/* line 330, app/assets/stylesheets/recap.css.scss */
.sheet-images-container {
  display: block;
}

/* line 335, app/assets/stylesheets/recap.css.scss */
.sheet-images-container td {
  width: 33.3% !important;
  padding: 10px 10px 20px 10px;
  position: relative;
}

/* line 340, app/assets/stylesheets/recap.css.scss */
.sheet-images-container td .sheet-image {
  display: block;
  max-width: 100%;
  max-height: 80%;
}

/* line 344, app/assets/stylesheets/recap.css.scss */
.sheet-images-container td .sheet-image-dida {
  display: block;
  text-align: center;
  width: 100%;
}

/* line 352, app/assets/stylesheets/recap.css.scss */
textarea {
  resize: none !important;
}

/* line 357, app/assets/stylesheets/recap.css.scss */
table.elenco tr {
  margin: 0 0 5px 0;
}

/* line 362, app/assets/stylesheets/recap.css.scss */
.lista-opere_item {
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
}

/* line 366, app/assets/stylesheets/recap.css.scss */
.lista-opere_item_title {
  width: 100%;
  border-bottom: 1px solid black;
}

/* line 370, app/assets/stylesheets/recap.css.scss */
.lista-opere_item_contents {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}

/* line 374, app/assets/stylesheets/recap.css.scss */
.lista-opere_item_contents_image {
  width: 20%;
  padding: 20px;
}

/* line 377, app/assets/stylesheets/recap.css.scss */
.lista-opere_item_contents_image img {
  width: 100%;
}

/* line 381, app/assets/stylesheets/recap.css.scss */
.lista-opere_item_contents_info {
  width: 80%;
  padding: 20px;
  display: flex;
  flex-flow: wrap;
}

/* line 386, app/assets/stylesheets/recap.css.scss */
.lista-opere_item_contents_info li {
  width: calc(50% - 5px);
  text-align: left;
  margin: 5px 0;
  padding-right: 5px;
}
/* @import must be at top of file, otherwise CSS will not work */
@import url(//hello.myfonts.net/count/2e4026);
@font-face {
  font-family: 'PlantinMTStd-Regular';
  src: url(/webfonts/Plantin/2E4026_0_0.eot);
  src: url(/webfonts/Plantin/2E4026_0_0.eot?#iefix) format("embedded-opentype"), url(/webfonts/Plantin/2E4026_0_0.woff2) format("woff2"), url(/webfonts/Plantin/2E4026_0_0.woff) format("woff"), url(/webfonts/Plantin/2E4026_0_0.ttf) format("truetype");
}

@font-face {
  font-family: RectaRegular;
  src: url(/webfonts/Recta/Recta-RegularWeb.eot);
  src: url(/webfonts/Recta/Recta-RegularWeb.woff) format("woff");
}
/*
| - - - - - - - - - - - - - - - - - - - - - - - - -
| @ This is the master css that contains all stylesheets
| @ Every controller, have its stylesheet in the same file
| - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
/*
============================
 @ Project: Maria Morganti
 @ Author : Giuseppe Salvo
 @ Module : Main SCSS
============================
*/
/* line 18, app/assets/stylesheets/home/index.css.scss */
.h1 {
  font-size: 112px;
}

/* line 19, app/assets/stylesheets/home/index.css.scss */
.h2 {
  font-size: 72px;
}

/* line 20, app/assets/stylesheets/home/index.css.scss */
.h3 {
  font-size: 56px;
}

/* line 21, app/assets/stylesheets/home/index.css.scss */
.h4 {
  font-size: 32px;
}

/* line 22, app/assets/stylesheets/home/index.css.scss */
.h5, .h5, p {
  font-size: 28px !important;
  line-height: 120% !important;
  color: #fff;
}

/* line 23, app/assets/stylesheets/home/index.css.scss */
.h6 {
  font-size: 16px;
}

/* line 25, app/assets/stylesheets/home/index.css.scss */
.h1, .h2, .h3, .h4, .h6 {
  line-height: 100%;
}

/* line 29, app/assets/stylesheets/home/index.css.scss */
body {
  background: #f2f2f0;
  color: #fff;
  font-family: RectaRegular;
}

/* line 33, app/assets/stylesheets/home/index.css.scss */
body.home.index-page {
  color: #fff;
}

/* line 39, app/assets/stylesheets/home/index.css.scss */
.web-title, .first-block_title_text {
  font-size: 12vw;
  font-family: "PlantinMTStd-Regular";
  text-align: center;
  color: #fff;
}

@media (max-width: 550px) {
  /* line 39, app/assets/stylesheets/home/index.css.scss */
  .web-title, .first-block_title_text {
    font-size: 14vw;
  }
}

/* line 47, app/assets/stylesheets/home/index.css.scss */
.web-title a, .first-block_title_text a {
  color: white;
}

/* line 48, app/assets/stylesheets/home/index.css.scss */
.web-title strong, .first-block_title_text strong {
  font-weight: bold;
}

/* line 51, app/assets/stylesheets/home/index.css.scss */
.web-title {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 62, app/assets/stylesheets/home/index.css.scss */
.c-white {
  color: white;
}

/* line 65, app/assets/stylesheets/home/index.css.scss */
.noborder {
  border: 0px !important;
}

/*
=========================
 @Home
=========================
*/
/* line 75, app/assets/stylesheets/home/index.css.scss */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/home/index.css.scss */
.background img {
  width: 100%;
  height: 100%;
}

/* line 84, app/assets/stylesheets/home/index.css.scss */
.section {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100svh;
  padding-bottom: 84px;
}

/* line 90, app/assets/stylesheets/home/index.css.scss */
.section.home .container-screen {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/home/index.css.scss */
.first-block {
  padding-bottom: 0;
}

/* line 99, app/assets/stylesheets/home/index.css.scss */
.first-block_title {
  margin: calc(50% - 22vw - 84px) auto 100px;
}

/* line 101, app/assets/stylesheets/home/index.css.scss */
.first-block_title_text {
  width: 75%;
  text-transform: lowercase;
  margin: 0 auto;
}

/* line 107, app/assets/stylesheets/home/index.css.scss */
.first-block_title_links {
  text-transform: lowercase;
  color: #fff;
  margin: 50px auto;
  text-align: center;
  display: none;
}

/* line 112, app/assets/stylesheets/home/index.css.scss */
.first-block_title_links a {
  color: inherit;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

/* line 113, app/assets/stylesheets/home/index.css.scss */
.first-block_title_links a:hover {
  opacity: 0.4;
}

/* line 119, app/assets/stylesheets/home/index.css.scss */
.first-block_text {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 550px) {
  /* line 119, app/assets/stylesheets/home/index.css.scss */
  .first-block_text {
    width: calc(100% - 20px);
  }
  /* line 125, app/assets/stylesheets/home/index.css.scss */
  .first-block_text .h5, .first-block_text p, .first-block_text em {
    font-size: 20px !important;
  }
}

/* line 127, app/assets/stylesheets/home/index.css.scss */
.first-block_text a {
  color: white;
}

/* line 128, app/assets/stylesheets/home/index.css.scss */
.first-block_text strong {
  font-weight: bold;
}

/* line 132, app/assets/stylesheets/home/index.css.scss */
.second-block {
  background: #D5D5D2;
  padding: 200px 0 0;
  text-align: left;
  width: 100vw;
  height: unset;
}

/* line 139, app/assets/stylesheets/home/index.css.scss */
.second-block_text {
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 550px) {
  /* line 139, app/assets/stylesheets/home/index.css.scss */
  .second-block_text {
    width: calc(100% - 30px);
  }
  /* line 144, app/assets/stylesheets/home/index.css.scss */
  .second-block_text .h5, .second-block_text p, .second-block_text em {
    font-size: 20px !important;
  }
}

/* line 147, app/assets/stylesheets/home/index.css.scss */
.second-block .title {
  font-size: 60px;
  color: #fff;
  font-family: "PlantinMTStd-Regular";
  margin-bottom: 64px;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* line 167, app/assets/stylesheets/home/index.css.scss */
.section-photo {
  background: #D5D5D2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 100vh;
  height: unset;
}

/* line 175, app/assets/stylesheets/home/index.css.scss */
.section-photo .title {
  font-size: 60px;
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  font-family: "PlantinMTStd-Regular";
  display: inline-block;
  margin-bottom: 64px;
}

/* line 182, app/assets/stylesheets/home/index.css.scss */
.section-photo_left, .section-photo_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D5D5D2;
}

/* line 188, app/assets/stylesheets/home/index.css.scss */
.section-photo_left_inner, .section-photo_right_inner {
  height: 100%;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 198, app/assets/stylesheets/home/index.css.scss */
.section-photo_left {
  position: sticky;
  top: 0px;
  height: 100vh;
}

/* line 202, app/assets/stylesheets/home/index.css.scss */
.section-photo_left_inner {
  width: 50%;
}

/* line 205, app/assets/stylesheets/home/index.css.scss */
.section-photo_left_inner img {
  width: 100%;
}

/* line 206, app/assets/stylesheets/home/index.css.scss */
.section-photo_left_inner .dida {
  margin-top: 10px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-style: italic;
}

@media (max-width: 575px) {
  /* line 206, app/assets/stylesheets/home/index.css.scss */
  .section-photo_left_inner .dida {
    font-size: 16px;
  }
}

/* line 219, app/assets/stylesheets/home/index.css.scss */
.section-photo_left_inner .title {
  display: none;
  margin-top: 80px;
  font-size: 45px;
  text-align: center;
}

@media (max-width: 575px) {
  /* line 219, app/assets/stylesheets/home/index.css.scss */
  .section-photo_left_inner .title {
    display: block;
  }
}

/* line 230, app/assets/stylesheets/home/index.css.scss */
.section-photo_right {
  padding: 40px 0px;
}

/* line 232, app/assets/stylesheets/home/index.css.scss */
.section-photo_right_inner {
  width: 60%;
}

@media (max-width: 575px) {
  /* line 235, app/assets/stylesheets/home/index.css.scss */
  .section-photo_right_inner .title {
    display: none;
  }
}

/* line 240, app/assets/stylesheets/home/index.css.scss */
.section-photo_right_inner p, .section-photo_right_inner .text {
  text-align: left;
  color: #fff !important;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left !important;
}

/* line 246, app/assets/stylesheets/home/index.css.scss */
.section-photo_right_inner p span, .section-photo_right_inner .text span {
  color: #fff !important;
}

@media (max-width: 550px) {
  /* line 251, app/assets/stylesheets/home/index.css.scss */
  .section-photo_right_inner .h5, .section-photo_right_inner p, .section-photo_right_inner em, .section-photo_right_inner .text {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 257, app/assets/stylesheets/home/index.css.scss */
  .section-photo .section-photo {
    min-height: unset;
  }
  /* line 259, app/assets/stylesheets/home/index.css.scss */
  .section-photo .section-photo_left, .section-photo .section-photo_right {
    width: 100%;
    position: relative;
    height: unset;
  }
  /* line 263, app/assets/stylesheets/home/index.css.scss */
  .section-photo .section-photo_left_inner, .section-photo .section-photo_right_inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

/* line 275, app/assets/stylesheets/home/index.css.scss */
.text-center {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  text-align: center;
  overflow: hidden;
}

/* line 281, app/assets/stylesheets/home/index.css.scss */
.text-center .h1 {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "PlantinMTStd-Regular";
  color: #fff;
  line-height: 91%;
}

/* line 290, app/assets/stylesheets/home/index.css.scss */
.text-center .links-anchor {
  margin-top: 50px;
  font-family: RectaRegular;
  font-size: 28px;
  color: #fff;
}

/* line 295, app/assets/stylesheets/home/index.css.scss */
.text-center .links-anchor a {
  color: #fff;
}

/* line 300, app/assets/stylesheets/home/index.css.scss */
.text-center.mega-title {
  display: table;
}

/* line 304, app/assets/stylesheets/home/index.css.scss */
.text-description {
  position: relative;
  width: 82%;
  margin: 24px auto;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

/* line 312, app/assets/stylesheets/home/index.css.scss */
.lowercase {
  text-transform: lowercase !important;
}

/* line 316, app/assets/stylesheets/home/index.css.scss */
.links-anchor a {
  transition: all 0.4s ease;
}

/* line 317, app/assets/stylesheets/home/index.css.scss */
.links-anchor a:hover {
  opacity: 0.4;
}

/* line 321, app/assets/stylesheets/home/index.css.scss */
.links-anchor.h5 {
  font-family: RectaRegular;
}

/* line 326, app/assets/stylesheets/home/index.css.scss */
.paper-rel {
  position: relative;
}

/* line 331, app/assets/stylesheets/home/index.css.scss */
.right-paper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #f2f2f0;
}

@media (max-width: 960px) {
  /* line 331, app/assets/stylesheets/home/index.css.scss */
  .right-paper {
    position: relative;
    margin-top: 128px;
    width: 100%;
    transform: none;
    z-index: 8;
  }
}

@media (max-width: 450px) {
  /* line 331, app/assets/stylesheets/home/index.css.scss */
  .right-paper {
    height: 200px !important;
  }
}

/* line 346, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  height: 360px;
  margin: auto;
}

@media (min-width: 1280px) {
  /* line 346, app/assets/stylesheets/home/index.css.scss */
  .right-paper .slider {
    width: 33vw;
    height: 80vh;
  }
}

@media (max-width: 960px) {
  /* line 346, app/assets/stylesheets/home/index.css.scss */
  .right-paper .slider {
    width: 60%;
    left: 20%;
    margin: 0;
    top: 160px;
    height: calc( 100% - 240px);
  }
}

/* line 357, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 365, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider .dida, .right-paper .slider p {
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: center;
}

/* line 373, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  z-index: 4;
  opacity: 1;
  cursor: pointer;
}

/* line 378, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider .arrow:hover {
  opacity: 0.3;
}

/* line 383, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider .arrow-next {
  right: calc( -100% - 24px);
  transform: translateX(100%);
}

/* line 387, app/assets/stylesheets/home/index.css.scss */
.right-paper .slider .arrow-prev {
  left: calc( -100% - 24px);
  transform: scaleX(-1) translateX(100%);
}

/* line 394, app/assets/stylesheets/home/index.css.scss */
.right-paper .photo, .right-paper .photo img {
  transition: all 0.3s ease;
}

/* line 398, app/assets/stylesheets/home/index.css.scss */
.right-paper.full {
  width: 100% !important;
  transform: translateX(0) !important;
}

/* line 401, app/assets/stylesheets/home/index.css.scss */
.right-paper.full .photo {
  height: 85%;
}

/* line 403, app/assets/stylesheets/home/index.css.scss */
.right-paper.full .photo img.item-viewed {
  max-height: calc(100% - 20px);
}

@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(15px);
  }
}

/* line 423, app/assets/stylesheets/home/index.css.scss */
.scroll-hint {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  width: 212px;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

/* line 429, app/assets/stylesheets/home/index.css.scss */
.scroll-hint p {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 48px;
  font-size: 32px !important;
}

/* line 434, app/assets/stylesheets/home/index.css.scss */
.scroll-hint img {
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  animation: scrollArrow 1.8s ease infinite alternate;
}

/* line 442, app/assets/stylesheets/home/index.css.scss */
.back-button-archive {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 42px;
  height: 32px;
  margin: auto 0;
  opacity: 1;
  z-index: 100000;
  cursor: pointer;
}

/* line 450, app/assets/stylesheets/home/index.css.scss */
.back-button-archive:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  /* line 442, app/assets/stylesheets/home/index.css.scss */
  .back-button-archive {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 960px) {
  /* line 5, app/assets/stylesheets/home/index-responsive.css.scss */
  .btn-menu-container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 960px) and (max-width: 900px) and (orientation: landscape) {
  /* line 5, app/assets/stylesheets/home/index-responsive.css.scss */
  .btn-menu-container {
    width: 100%;
    background-color: transparent;
    position: absolute !important;
    left: 0;
    top: 0;
  }
}

@media (max-width: 960px) {
  /* line 21, app/assets/stylesheets/home/index-responsive.css.scss */
  .container-screen {
    width: 100%;
    left: 0;
  }
  /* line 26, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo .photo-center {
    display: none;
  }
  /* line 29, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo .text-container {
    margin-top: 72px;
    left: 10%;
    width: 80%;
    text-align: center;
  }
  /* line 34, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo .text-container .photo-in-text {
    display: block;
    width: auto;
  }
  /* line 43, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 110px;
  }
  /* line 48, app/assets/stylesheets/home/index-responsive.css.scss */
  .btn-menu-container {
    width: 100vw;
  }
  /* line 50, app/assets/stylesheets/home/index-responsive.css.scss */
  .btn-menu-container h4 {
    font-size: 32px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 61, app/assets/stylesheets/home/index-responsive.css.scss */
  .photo-in-text {
    margin-bottom: 50px;
  }
}

@media (max-width: 3000px) {
  /* line 64, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 250px;
  }
  /* line 65, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 200px !important;
  }
}

@media (max-width: 2000px) {
  /* line 68, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 180px;
  }
  /* line 69, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 160px !important;
  }
}

@media (max-width: 1400px) {
  /* line 72, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 140px;
  }
  /* line 73, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 120px !important;
  }
}

@media (max-width: 1280px) {
  /* line 76, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 140px;
  }
  /* line 77, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 120px !important;
  }
}

@media (max-width: 1024px) {
  /* line 80, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 130px;
  }
  /* line 81, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 112px !important;
  }
}

@media (max-width: 900px) {
  /* line 84, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 110px;
  }
  /* line 85, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 100px !important;
  }
}

@media (max-width: 750px) {
  /* line 89, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 97px;
  }
  /* line 90, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 90px !important;
  }
}

@media (max-width: 650px) {
  /* line 93, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 80px;
  }
  /* line 94, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 70px !important;
  }
}

@media (max-width: 550px) {
  /* line 99, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 73px;
  }
  /* line 100, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 60px !important;
  }
  /* line 102, app/assets/stylesheets/home/index-responsive.css.scss */
  .section p {
    line-height: 120%;
    width: 95%;
  }
  /* line 104, app/assets/stylesheets/home/index-responsive.css.scss */
  .photo-in-text {
    height: unset !important;
  }
  /* line 108, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo .text-container {
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 480px) {
  /* line 117, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 55px;
  }
  /* line 118, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .links-anchor {
    display: none;
  }
  /* line 120, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 50px !important;
  }
  /* line 121, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo {
    padding-top: 20px;
  }
  /* line 124, app/assets/stylesheets/home/index-responsive.css.scss */
  .container-screen .text-description, .container-screen p {
    font-size: 18px;
  }
  /* line 127, app/assets/stylesheets/home/index-responsive.css.scss */
  .container-screen {
    width: 90%;
    left: 5%;
  }
  /* line 131, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo .text-container .title {
    font-size: 42px;
  }
  /* line 134, app/assets/stylesheets/home/index-responsive.css.scss */
  .section-photo .text-container p, .section-photo .text-container .text {
    font-size: 20px;
  }
  /* line 137, app/assets/stylesheets/home/index-responsive.css.scss */
  .scroll-hint p {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  /* line 142, app/assets/stylesheets/home/index-responsive.css.scss */
  .text-center .h1 {
    font-size: 46px;
  }
  /* line 143, app/assets/stylesheets/home/index-responsive.css.scss */
  .h1.first-title {
    font-size: 38px !important;
  }
}

/*
=========================
 @Menu
=========================
*/
/* line 18, app/assets/stylesheets/menu.css.scss */
.link-disabled {
  pointer-events: none !important;
}

/* line 21, app/assets/stylesheets/menu.css.scss */
a.link, .link {
  transition: all 0.4s ease;
}

/* line 22, app/assets/stylesheets/menu.css.scss */
a.link:hover, .link:hover {
  opacity: 0.4;
}

/* line 24, app/assets/stylesheets/menu.css.scss */
.home-btn-container, .home-info-link {
  position: fixed !important;
  width: 48vw;
  text-align: center;
  z-index: 2000;
  cursor: pointer;
  transition: all 0.4s ease;
}

/* line 31, app/assets/stylesheets/menu.css.scss */
.home-btn-container .h4, .home-info-link .h4 {
  color: #fff;
  text-transform: lowercase;
}

/* line 35, app/assets/stylesheets/menu.css.scss */
.home-btn-container .crumbs, .home-info-link .crumbs {
  position: relative;
  top: 0;
  margin: 8px auto;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 43, app/assets/stylesheets/menu.css.scss */
.home-btn-container.top-left, .home-info-link.top-left {
  top: 32px;
  left: 0;
}

/* line 44, app/assets/stylesheets/menu.css.scss */
.home-btn-container.top-right, .home-info-link.top-right {
  top: 32px;
  right: 0;
}

/* line 45, app/assets/stylesheets/menu.css.scss */
.home-btn-container.bottom-left, .home-info-link.bottom-left {
  bottom: 32px;
  left: 0;
}

/* line 46, app/assets/stylesheets/menu.css.scss */
.home-btn-container.bottom-right, .home-info-link.bottom-right {
  bottom: 32px;
  right: 0;
}

/* line 50, app/assets/stylesheets/menu.css.scss */
.home-btn-container img {
  height: 32px;
}

/* line 53, app/assets/stylesheets/menu.css.scss */
.home-btn-container .h4 {
  transition: opacity 0.4s ease;
}

/* line 56, app/assets/stylesheets/menu.css.scss */
.home-btn-container:hover .h4 {
  opacity: 0.4;
}

/* line 59, app/assets/stylesheets/menu.css.scss */
.home-info-link:hover {
  opacity: 0.4;
}

/* line 62, app/assets/stylesheets/menu.css.scss */
.home-info-link {
  z-index: 100;
}

/* line 66, app/assets/stylesheets/menu.css.scss */
.home-hamburger {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
  transition: opacity 0.4s ease;
  z-index: 1010;
}

/* line 75, app/assets/stylesheets/menu.css.scss */
.home-hamburger img {
  height: 100%;
  width: 100%;
}

/* line 79, app/assets/stylesheets/menu.css.scss */
.home-hamburger:hover {
  opacity: 0.4;
}

/* line 83, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  z-index: 1020;
}

/* line 94, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile .close-menu-mobile {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  z-index: 1030;
}

/* line 101, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile .close-menu-mobile img {
  height: 100%;
  width: 100%;
}

/* line 106, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile ul.home-menu-mobile_list {
  font-size: 32px;
  margin-bottom: 20px;
}

/* line 109, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile ul.home-menu-mobile_list li {
  display: block;
  width: 200px;
  margin: 0 auto 5px;
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile .language-switch a, .home-menu-mobile .language-switch div {
  color: #000;
  font-size: 24px;
}

/* line 118, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile .language-switch span {
  opacity: 0.4;
}

/* line 119, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile .language-switch span.current {
  opacity: 1;
}

/* line 120, app/assets/stylesheets/menu.css.scss */
.home-menu-mobile .language-switch:hover {
  opacity: 0.3;
}

/* line 126, app/assets/stylesheets/menu.css.scss */
.menu-btn-lang {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2000;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* line 134, app/assets/stylesheets/menu.css.scss */
.menu-btn-lang span {
  opacity: 0.4;
}

/* line 135, app/assets/stylesheets/menu.css.scss */
.menu-btn-lang span.current {
  opacity: 1;
}

/* line 136, app/assets/stylesheets/menu.css.scss */
.menu-btn-lang:hover {
  opacity: 0.3;
}

/* line 139, app/assets/stylesheets/menu.css.scss */
.menu-btn-top {
  top: 0;
  padding-top: 32px;
  width: 100%;
  text-align: center;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  /* line 139, app/assets/stylesheets/menu.css.scss */
  .menu-btn-top {
    padding-top: 32px;
  }
}

@media (max-width: 360px) {
  /* line 146, app/assets/stylesheets/menu.css.scss */
  .menu-btn-top h4 {
    font-size: 26px;
    padding-top: 3px;
  }
}

/* line 148, app/assets/stylesheets/menu.css.scss */
.menu-btn-top:hover {
  opacity: 0.3;
}

/* line 154, app/assets/stylesheets/menu.css.scss */
.btn-menu img {
  vertical-align: sub;
}

/* line 157, app/assets/stylesheets/menu.css.scss */
.btn-menu-link {
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/menu.css.scss */
.menu-btn-others {
  position: fixed;
  bottom: 65px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
}

/* line 173, app/assets/stylesheets/menu.css.scss */
.menu-btn-others .js-open-menu {
  padding: 0 25px;
  width: 50%;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  transition: opacity 0.4s ease;
}

/* line 181, app/assets/stylesheets/menu.css.scss */
.menu-btn-others .js-open-menu:hover {
  opacity: 0.4;
}

@media (max-width: 450px) {
  /* line 187, app/assets/stylesheets/menu.css.scss */
  .menu-btn-others {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 191, app/assets/stylesheets/menu.css.scss */
  .menu-btn-others .js-open-menu {
    width: 80%;
  }
  /* line 194, app/assets/stylesheets/menu.css.scss */
  .menu-btn-others .js-open-menu:first-child {
    margin-bottom: 5px;
  }
}

/* line 209, app/assets/stylesheets/menu.css.scss */
.narrazione .crumbs {
  position: absolute;
  top: 60px;
  margin: 8px auto;
  width: 100%;
  text-align: center;
}

/* line 214, app/assets/stylesheets/menu.css.scss */
.narrazione .crumbs a.link {
  transition: all 0.4s ease;
}

/* line 215, app/assets/stylesheets/menu.css.scss */
.narrazione .crumbs a.link:hover {
  opacity: 0.3;
}

/* line 217, app/assets/stylesheets/menu.css.scss */
.left-paper .crumbs {
  position: absolute;
  top: 60px;
  margin: 8px auto;
  width: 100%;
  text-align: center;
}

/* line 222, app/assets/stylesheets/menu.css.scss */
.left-paper .crumbs a.link {
  transition: all 0.4s ease;
}

/* line 223, app/assets/stylesheets/menu.css.scss */
.left-paper .crumbs a.link:hover {
  opacity: 0.3;
}

/* line 284, app/assets/stylesheets/menu.css.scss */
.right-paper {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  min-height: 100%;
  background: #fff;
  z-index: 2000;
  transform: translateX(-100%);
}

@media (max-width: 960px) {
  /* line 284, app/assets/stylesheets/menu.css.scss */
  .right-paper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

/* line 297, app/assets/stylesheets/menu.css.scss */
.right-paper.cover-narrazione {
  z-index: 1010;
  transform: translateX(100%) !important;
  position: fixed;
  height: 100%;
  overflow: hidden;
}

/* line 303, app/assets/stylesheets/menu.css.scss */
.right-paper.cover-narrazione img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 314, app/assets/stylesheets/menu.css.scss */
.left-paper {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 2000;
  transform: translateX(-100%);
}

@media (max-width: 960px) {
  /* line 314, app/assets/stylesheets/menu.css.scss */
  .left-paper {
    width: 100%;
  }
}

/* line 324, app/assets/stylesheets/menu.css.scss */
.left-paper .back-menu-btn {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 42px;
  height: auto;
  cursor: pointer;
  z-index: 2001;
  transition: opacity 0.3s ease;
}

/* line 330, app/assets/stylesheets/menu.css.scss */
.left-paper .back-menu-btn img {
  width: 100%;
  height: auto;
}

/* line 333, app/assets/stylesheets/menu.css.scss */
.left-paper .back-menu-btn:hover {
  opacity: 0.3;
}

/* line 337, app/assets/stylesheets/menu.css.scss */
.left-paper .home-menu-btn {
  position: absolute;
  top: 30px;
  right: 32px;
  width: 38px;
  height: auto;
  cursor: pointer;
  z-index: 2001;
  transition: opacity 0.3s ease;
}

/* line 343, app/assets/stylesheets/menu.css.scss */
.left-paper .home-menu-btn img {
  width: 100%;
  height: auto;
}

/* line 346, app/assets/stylesheets/menu.css.scss */
.left-paper .home-menu-btn:hover {
  opacity: 0.3;
}

@media (max-width: 550px) {
  /* line 351, app/assets/stylesheets/menu.css.scss */
  .left-paper .back-menu-btn {
    left: 12px;
  }
  /* line 352, app/assets/stylesheets/menu.css.scss */
  .left-paper .home-menu-btn {
    right: 12px;
    top: 4px;
  }
}

/* line 355, app/assets/stylesheets/menu.css.scss */
.left-paper .btn-menu-container {
  position: absolute;
}

/* line 357, app/assets/stylesheets/menu.css.scss */
.left-paper .btn-menu-container h4 {
  color: #000 !important;
}

/* line 360, app/assets/stylesheets/menu.css.scss */
.left-paper ul {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  top: 112px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc( 100vh - 164px);
}

@media (max-width: 550px) {
  /* line 360, app/assets/stylesheets/menu.css.scss */
  .left-paper ul {
    max-height: calc( 100vh - 180px);
  }
}

/* line 375, app/assets/stylesheets/menu.css.scss */
.left-paper ul.menu-list {
  top: calc(50% - 14px);
  transform: translateY(-50%);
  overflow: hidden;
  display: none;
}

@media (max-width: 960px) {
  /* line 375, app/assets/stylesheets/menu.css.scss */
  .left-paper ul.menu-list {
    top: 50%;
  }
}

/* line 385, app/assets/stylesheets/menu.css.scss */
.left-paper ul li {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 389, app/assets/stylesheets/menu.css.scss */
.left-paper ul li a {
  font-size: 7vw;
  font-family: "PlantinMTStd-Regular";
  line-height: 100%;
  transition: opacity 0.3s ease;
}

/* line 394, app/assets/stylesheets/menu.css.scss */
.left-paper ul li a:hover {
  opacity: 0.3;
}

@media (max-width: 960px) {
  /* line 389, app/assets/stylesheets/menu.css.scss */
  .left-paper ul li a {
    font-size: 14vw;
  }
}

/* line 402, app/assets/stylesheets/menu.css.scss */
.left-paper ul li.after-line {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 405, app/assets/stylesheets/menu.css.scss */
.left-paper ul li.after-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 1px;
  background-color: black;
}

/* line 416, app/assets/stylesheets/menu.css.scss */
.left-paper ul.menu-list_small li a {
  font-size: 3vw;
}

@media screen and (max-width: 575px) {
  /* line 416, app/assets/stylesheets/menu.css.scss */
  .left-paper ul.menu-list_small li a {
    font-size: 9vw;
  }
}

/* line 425, app/assets/stylesheets/menu.css.scss */
.left-paper .list-indice li {
  text-align: left;
  margin: 12px 0 12px 6%;
  padding-right: 4%;
}

/* line 430, app/assets/stylesheets/menu.css.scss */
.left-paper .list-indice li a {
  font-family: RectaRegular;
  font-size: 32px;
  float: left;
  line-height: 120%;
}

/* line 436, app/assets/stylesheets/menu.css.scss */
.left-paper .list-indice li a span {
  text-indent: 0px;
}

@media (max-width: 1024px) {
  /* line 430, app/assets/stylesheets/menu.css.scss */
  .left-paper .list-indice li a {
    font-size: 27px;
    overflow: hidden;
  }
}

@media (max-width: 350px) {
  /* line 430, app/assets/stylesheets/menu.css.scss */
  .left-paper .list-indice li a {
    font-size: 24px;
  }
}

/* line 450, app/assets/stylesheets/menu.css.scss */
.left-paper .list-indice li:last-child {
  margin-bottom: 120px !important;
}

@media (max-width: 550px) {
  /* line 455, app/assets/stylesheets/menu.css.scss */
  .left-paper .list-indice {
    top: 100px;
  }
  /* line 457, app/assets/stylesheets/menu.css.scss */
  .left-paper .list-indice li {
    margin: 6px 6px;
    font-size: 13px;
  }
}

/* line 465, app/assets/stylesheets/menu.css.scss */
.paper-beige {
  background: #f2f2f0;
}

/* line 470, app/assets/stylesheets/menu.css.scss */
.left-paper.paper-beige .list-indice li {
  overflow: hidden;
}

/* line 476, app/assets/stylesheets/menu.css.scss */
.left-paper.left-narrazione .list-indice li {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 483, app/assets/stylesheets/menu.css.scss */
.btn-lang .h4 {
  color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.3s ease;
}

/* line 486, app/assets/stylesheets/menu.css.scss */
.btn-lang .h4 span.current, .btn-lang .h4 span:hover {
  color: #fff;
}

/* line 490, app/assets/stylesheets/menu.css.scss */
.btn-lang_black .h4 span.current, .btn-lang_black .h4 span:hover {
  color: #000;
}

/* line 495, app/assets/stylesheets/menu.css.scss */
.menu .btn-lang .h4 {
  transition: opacity 0.3s ease;
}

/* line 496, app/assets/stylesheets/menu.css.scss */
.menu .btn-lang .h4 span {
  color: rgba(0, 0, 0, 0.4) !important;
  transition: color 0.5s ease;
}

/* line 501, app/assets/stylesheets/menu.css.scss */
.menu .btn-lang .h4 span.current, .menu .btn-lang .h4 span:hover {
  color: #000 !important;
}

/* line 507, app/assets/stylesheets/menu.css.scss */
.last-yeld .btn-menu {
  display: none;
}

/* line 512, app/assets/stylesheets/menu.css.scss */
.left-narrazione {
  background: #f2f2f0;
}

/* line 521, app/assets/stylesheets/menu.css.scss */
.left-paper-opened {
  transform: translateX(0%);
  position: relative;
  z-index: 10;
}

/* line 530, app/assets/stylesheets/menu.css.scss */
.nested-right {
  position: relative;
}

@media (max-width: 960px) {
  /* line 530, app/assets/stylesheets/menu.css.scss */
  .nested-right {
    height: auto !important;
  }
}

/* line 538, app/assets/stylesheets/menu.css.scss */
.nested-left {
  position: fixed;
  z-index: 1000;
}

@media (max-width: 960px) {
  /* line 538, app/assets/stylesheets/menu.css.scss */
  .nested-left {
    display: none;
  }
}

/* line 545, app/assets/stylesheets/menu.css.scss */
.left-index-opened {
  transform: translateX(0%);
}

/* line 552, app/assets/stylesheets/menu.css.scss */
.right-paper-opened {
  transform: translateX(100%);
  height: 100vh;
}

@media (max-width: 960px) {
  /* line 552, app/assets/stylesheets/menu.css.scss */
  .right-paper-opened {
    position: relative;
    width: 100%;
    height: 100vh;
    transform: none;
    z-index: 8;
  }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  /* line 552, app/assets/stylesheets/menu.css.scss */
  .right-paper-opened {
    margin-top: 95px;
  }
}

@media (max-width: 550px) {
  /* line 552, app/assets/stylesheets/menu.css.scss */
  .right-paper-opened {
    min-height: 400px !important;
  }
}

/* line 570, app/assets/stylesheets/menu.css.scss */
.right-nested-opened {
  position: relative;
  display: block;
}

/* line 574, app/assets/stylesheets/menu.css.scss */
.title-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  font-size: 32px;
  z-index: 10000000;
  text-align: center;
  font-family: RectaRegular;
  padding: 32px 0;
  background: #fff;
}

@media (max-width: 960px) {
  /* line 574, app/assets/stylesheets/menu.css.scss */
  .title-right {
    display: none;
  }
}

/* line 588, app/assets/stylesheets/menu.css.scss */
.nested-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #f2f2f0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 595, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto;
  padding: 120px 0 32px 0;
  margin: 0 0 64px 0;
  background: #fff;
}

/* line 601, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 66%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 130%;
}

/* line 608, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container p {
  color: #000;
}

/* line 611, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container h3 {
  position: relative;
  display: block;
  margin-top: 72px;
  font-family: "PlantinMTStd-Regular";
  font-size: 24px;
  text-align: center;
}

/* line 617, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container h3:before, .nested-list li.text-nested .container h3:after {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  content: "~";
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
}

/* line 626, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .title {
  font-size: 64px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

/* line 631, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .title:before, .nested-list li.text-nested .container .title:after {
  display: none;
}

/* line 633, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .align-center {
  text-align: center !important;
}

/* line 636, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .align-left {
  text-align: left !important;
}

/* line 640, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .cit, .nested-list li.text-nested .container em {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: "PlantinMTStd-Regular";
  font-size: 24px;
  margin-top: 72px;
}

/* line 646, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .info-cit, .nested-list li.text-nested .container h5 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: "PlantinMTStd-Regular";
  font-size: 16px;
  margin-top: 38px;
}

/* line 652, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container .text, .nested-list li.text-nested .container p {
  font-size: 24px;
  margin-top: 72px;
  text-align: left;
  line-height: 130%;
  color: #000;
}

/* line 659, app/assets/stylesheets/menu.css.scss */
.nested-list li.text-nested .container hr {
  position: relative;
  top: 0;
  left: -34%;
  width: 168%;
  height: 48px;
  background: #f2f2f0;
  border: 0;
  -webkit-appearance: none;
  margin: 32px 0;
}

/* line 671, app/assets/stylesheets/menu.css.scss */
.chapter-title-index {
  margin-left: 90px;
}

@media (max-width: 1024px) {
  /* line 671, app/assets/stylesheets/menu.css.scss */
  .chapter-title-index {
    margin-left: 70px;
  }
}

@media (max-width: 550px) {
  /* line 671, app/assets/stylesheets/menu.css.scss */
  .chapter-title-index {
    margin-left: 65px;
  }
}

/* line 680, app/assets/stylesheets/menu.css.scss */
.chapter-title-index-2 {
  margin-left: 120px;
}

@media (max-width: 1280px) {
  /* line 680, app/assets/stylesheets/menu.css.scss */
  .chapter-title-index-2 {
    margin-left: 120px;
  }
}

@media (max-width: 1024px) {
  /* line 680, app/assets/stylesheets/menu.css.scss */
  .chapter-title-index-2 {
    margin-left: 100px;
  }
}

@media (max-width: 550px) {
  /* line 680, app/assets/stylesheets/menu.css.scss */
  .chapter-title-index-2 {
    margin-left: 90px;
  }
}

/* line 692, app/assets/stylesheets/menu.css.scss */
.chapter-number-index, .chapter-number-index-2 {
  position: absolute;
  left: 0px;
}

@media (max-width: 550px) {
  /* line 697, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-top h4 {
    font-size: 26px !important;
  }
  /* line 701, app/assets/stylesheets/menu.css.scss */
  .home-btn-container {
    display: none !important;
  }
  /* line 708, app/assets/stylesheets/menu.css.scss */
  .home-btn-container .h4,
.menu-btn-top .h4,
.menu-btn-others .h4,
.menu-btn-lang .h4 {
    font-size: 26px !important;
  }
  /* line 713, app/assets/stylesheets/menu.css.scss */
  .menu-btn-top {
    padding-top: 10px;
  }
  /* line 716, app/assets/stylesheets/menu.css.scss */
  .left-paper .back-menu-btn {
    top: 8px;
  }
  /* line 719, app/assets/stylesheets/menu.css.scss */
  .menu-btn-lang {
    bottom: 10px;
  }
  /* line 722, app/assets/stylesheets/menu.css.scss */
  .menu-btn-others {
    bottom: 40px;
  }
  /* line 726, app/assets/stylesheets/menu.css.scss */
  .home-hamburger {
    display: block;
  }
}

@media (max-width: 350px) {
  /* line 736, app/assets/stylesheets/menu.css.scss */
  .home-btn-container .h4,
.menu-btn-top .h4,
.menu-btn-others .h4,
.menu-btn-lang .h4 {
    font-size: 24px !important;
  }
}

/* line 11, app/assets/stylesheets/master.css.scss */
.cockard {
  position: fixed;
  width: 70px;
  color: white;
  top: 0;
  right: 40px;
  z-index: 100000;
}

/* line 18, app/assets/stylesheets/master.css.scss */
.cockard_text {
  position: absolute;
  top: 25px;
  left: 0;
  text-align: center;
  width: 100%;
}

/* line 25, app/assets/stylesheets/master.css.scss */
.cockard img {
  width: 100%;
  filter: drop-shadow(2px 1px 3px #222);
}

/* line 31, app/assets/stylesheets/master.css.scss */
.bold {
  font-weight: bold !important;
}

/* line 34, app/assets/stylesheets/master.css.scss */
.italic {
  font-style: italic !important;
}

/* line 39, app/assets/stylesheets/master.css.scss */
::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
/* line 48, app/assets/stylesheets/master.css.scss */
body {
  display: none;
  min-height: 100vh;
}

/* line 50, app/assets/stylesheets/master.css.scss */
.yield.archive-background {
  background: #f2f2f0 !important;
}

/* line 53, app/assets/stylesheets/master.css.scss */
.transform-none {
  transform: none !important;
}

/* line 57, app/assets/stylesheets/master.css.scss */
.block-scroll {
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/master.css.scss */
.menu {
  color: #000;
}

/* line 66, app/assets/stylesheets/master.css.scss */
.opere.single-page > .btn-menu-container,
.esposizioni.single-page > .btn-menu-container,
.documenti.single-page > .btn-menu-container,
.documenti.singleTesti-page > .btn-menu-container,
.testi.single-page > .btn-menu-container {
  display: none;
}

/* line 73, app/assets/stylesheets/master.css.scss */
.opere.index-page > .btn-menu-container,
.esposizioni.index-page > .btn-menu-container,
.documenti.index-page > .btn-menu-container,
.documenti.indexTesti-page > .btn-menu-container,
.testi.index-page > .btn-menu-container {
  display: none;
}

/* line 3, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header,
.documenti .archive-header,
.esposizioni .archive-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f2f2f0;
}

/* line 9, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_main, .opere .archive-header_controls,
.documenti .archive-header_main,
.documenti .archive-header_controls,
.esposizioni .archive-header_main,
.esposizioni .archive-header_controls {
  transition: all 0.3s ease;
  height: 96px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* line 16, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_main_left, .opere .archive-header_main_right, .opere .archive-header_controls_left, .opere .archive-header_controls_right,
.documenti .archive-header_main_left,
.documenti .archive-header_main_right,
.documenti .archive-header_controls_left,
.documenti .archive-header_controls_right,
.esposizioni .archive-header_main_left,
.esposizioni .archive-header_main_right,
.esposizioni .archive-header_controls_left,
.esposizioni .archive-header_controls_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 23, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_main_right, .opere .archive-header_controls_right,
.documenti .archive-header_main_right,
.documenti .archive-header_controls_right,
.esposizioni .archive-header_main_right,
.esposizioni .archive-header_controls_right {
  background: white;
}

/* line 28, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_controls,
.documenti .archive-header_controls,
.esposizioni .archive-header_controls {
  height: 48px;
}

/* line 31, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_controls_left_inner, .opere .archive-header_controls_right_inner,
.documenti .archive-header_controls_left_inner,
.documenti .archive-header_controls_right_inner,
.esposizioni .archive-header_controls_left_inner,
.esposizioni .archive-header_controls_right_inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
}

/* line 38, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_controls_left_inner span, .opere .archive-header_controls_right_inner span,
.documenti .archive-header_controls_left_inner span,
.documenti .archive-header_controls_right_inner span,
.esposizioni .archive-header_controls_left_inner span,
.esposizioni .archive-header_controls_right_inner span {
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_controls_left .arrow, .opere .archive-header_controls_right .arrow,
.documenti .archive-header_controls_left .arrow,
.documenti .archive-header_controls_right .arrow,
.esposizioni .archive-header_controls_left .arrow,
.esposizioni .archive-header_controls_right .arrow {
  position: relative;
  margin: 0 8px;
}

/* line 43, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_controls_left .arrow-mirror, .opere .archive-header_controls_right .arrow-mirror,
.documenti .archive-header_controls_left .arrow-mirror,
.documenti .archive-header_controls_right .arrow-mirror,
.esposizioni .archive-header_controls_left .arrow-mirror,
.esposizioni .archive-header_controls_right .arrow-mirror {
  transform: scaleX(-1);
}

/* line 47, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header_controls_right,
.documenti .archive-header_controls_right,
.esposizioni .archive-header_controls_right {
  text-align: right;
  direction: rtl;
}

/* line 52, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header .back-button-archive,
.documenti .archive-header .back-button-archive,
.esposizioni .archive-header .back-button-archive {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  opacity: 1;
  z-index: 100000;
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/archive/header.css.scss */
.opere .archive-header .back-button-archive:hover,
.documenti .archive-header .back-button-archive:hover,
.esposizioni .archive-header .back-button-archive:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header .back-button-archive,
.documenti .archive-header .back-button-archive,
.esposizioni .archive-header .back-button-archive {
    width: 20px;
    height: 20px;
  }
}

/* line 67, app/assets/stylesheets/archive/header.css.scss */
.opere.index-page .archive-header_main_right,
.documenti.index-page .archive-header_main_right,
.esposizioni.index-page .archive-header_main_right {
  background: #f2f2f0;
  border-left: 1px solid #000;
}

@media (max-width: 480px) {
  /* line 75, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header_main,
.documenti .archive-header_main,
.esposizioni .archive-header_main {
    height: 64px;
  }
  /* line 77, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header_main_right,
.documenti .archive-header_main_right,
.esposizioni .archive-header_main_right {
    display: none;
  }
  /* line 80, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header_main_left,
.documenti .archive-header_main_left,
.esposizioni .archive-header_main_left {
    width: 100%;
  }
  /* line 85, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header_controls_right, .opere .archive-header_controls_left,
.documenti .archive-header_controls_right,
.documenti .archive-header_controls_left,
.esposizioni .archive-header_controls_right,
.esposizioni .archive-header_controls_left {
    background: #f2f2f0;
  }
  /* line 87, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header_controls_right_inner, .opere .archive-header_controls_left_inner,
.documenti .archive-header_controls_right_inner,
.documenti .archive-header_controls_left_inner,
.esposizioni .archive-header_controls_right_inner,
.esposizioni .archive-header_controls_left_inner {
    padding: 0 0px;
  }
  /* line 89, app/assets/stylesheets/archive/header.css.scss */
  .opere .archive-header_controls_right_inner span, .opere .archive-header_controls_left_inner span,
.documenti .archive-header_controls_right_inner span,
.documenti .archive-header_controls_left_inner span,
.esposizioni .archive-header_controls_right_inner span,
.esposizioni .archive-header_controls_left_inner span {
    display: none;
  }
}

/* line 85, app/assets/stylesheets/master.css.scss */
.opere.index-page,
.documenti.index-page,
.esposizioni.index-page {
  /*
=========================
 @Archivio
=========================
*/
  /*
=========================
 @Archivio
=========================
*/
  /* Default custom select styles */
  /* Options */
  /* Optgroup and optgroup label */
}

/* line 20, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h1,
.documenti.index-page .h1,
.esposizioni.index-page .h1 {
  font-size: 112px;
}

/* line 21, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h2,
.documenti.index-page .h2,
.esposizioni.index-page .h2 {
  font-size: 72px;
}

/* line 22, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h3,
.documenti.index-page .h3,
.esposizioni.index-page .h3 {
  font-size: 56px;
}

/* line 23, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h4,
.documenti.index-page .h4,
.esposizioni.index-page .h4 {
  font-size: 32px;
}

/* line 24, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h5,
.documenti.index-page .h5,
.esposizioni.index-page .h5 {
  font-size: 24px;
}

/* line 25, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h6,
.documenti.index-page .h6,
.esposizioni.index-page .h6 {
  font-size: 16px;
}

/* line 27, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .h1, .opere.index-page .h2, .opere.index-page .h3, .opere.index-page .h4, .opere.index-page .h5, .opere.index-page .h6,
.documenti.index-page .h1,
.documenti.index-page .h2,
.documenti.index-page .h3,
.documenti.index-page .h4,
.documenti.index-page .h5,
.documenti.index-page .h6,
.esposizioni.index-page .h1,
.esposizioni.index-page .h2,
.esposizioni.index-page .h3,
.esposizioni.index-page .h4,
.esposizioni.index-page .h5,
.esposizioni.index-page .h6 {
  line-height: 100%;
}

/* line 31, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page body,
.documenti.index-page body,
.esposizioni.index-page body {
  background: #f2f2f0;
  color: #fff;
  font-family: RectaRegular;
}

/* line 37, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .noborder,
.documenti.index-page .noborder,
.esposizioni.index-page .noborder {
  border: 0px !important;
}

/* line 43, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .btn-menu-container .h4,
.documenti.index-page .btn-menu-container .h4,
.esposizioni.index-page .btn-menu-container .h4 {
  color: #000 !important;
}

/* line 55, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .header,
.documenti.index-page .header,
.esposizioni.index-page .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  border-bottom: 1px solid #000;
  z-index: 999;
  background: #f2f2f0;
}

/* line 61, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .header .right, .opere.index-page .header .left,
.documenti.index-page .header .right,
.documenti.index-page .header .left,
.esposizioni.index-page .header .right,
.esposizioni.index-page .header .left {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: table;
}

/* line 65, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .header .right .text, .opere.index-page .header .right a, .opere.index-page .header .left .text, .opere.index-page .header .left a,
.documenti.index-page .header .right .text,
.documenti.index-page .header .right a,
.documenti.index-page .header .left .text,
.documenti.index-page .header .left a,
.esposizioni.index-page .header .right .text,
.esposizioni.index-page .header .right a,
.esposizioni.index-page .header .left .text,
.esposizioni.index-page .header .left a {
  position: absolute;
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  text-transform: lowercase;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* line 77, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .header .left,
.documenti.index-page .header .left,
.esposizioni.index-page .header .left {
  left: 0;
  border-right: 1px solid #000;
}

/* line 78, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .header .right,
.documenti.index-page .header .right,
.esposizioni.index-page .header .right {
  right: 0;
}

/* line 81, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .pagination,
.documenti.index-page .pagination,
.esposizioni.index-page .pagination {
  display: none;
}

/* line 89, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header,
.documenti.index-page .info-header,
.esposizioni.index-page .info-header {
  position: fixed;
  top: 96px;
  right: calc(4% - 4px);
  display: block;
  width: calc( 100% - 33% + 4px);
  height: 144px;
  border-bottom: 1px solid #000;
  background: #f2f2f0;
  z-index: 3;
}

/* line 99, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list,
.documenti.index-page .info-header ul.info-list,
.esposizioni.index-page .info-header ul.info-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  text-transform: lowercase;
}

/* line 108, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li.css-open-message-popup,
.documenti.index-page .info-header ul.info-list li.css-open-message-popup,
.esposizioni.index-page .info-header ul.info-list li.css-open-message-popup {
  position: relative;
}

/* line 112, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li.year,
.documenti.index-page .info-header ul.info-list li.year,
.esposizioni.index-page .info-header ul.info-list li.year {
  width: 100px;
  flex: unset;
}

/* line 118, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li,
.documenti.index-page .info-header ul.info-list li,
.esposizioni.index-page .info-header ul.info-list li {
  flex: 1;
  margin-right: 3%;
  position: relative;
  overflow: visible;
}

/* line 123, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li a, .opere.index-page .info-header ul.info-list li span,
.documenti.index-page .info-header ul.info-list li a,
.documenti.index-page .info-header ul.info-list li span,
.esposizioni.index-page .info-header ul.info-list li a,
.esposizioni.index-page .info-header ul.info-list li span {
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li a.order-asc:after, .opere.index-page .info-header ul.info-list li a.order-desc:after,
.documenti.index-page .info-header ul.info-list li a.order-asc:after,
.documenti.index-page .info-header ul.info-list li a.order-desc:after,
.esposizioni.index-page .info-header ul.info-list li a.order-asc:after,
.esposizioni.index-page .info-header ul.info-list li a.order-desc:after {
  content: "";
  background-image: url(/assets/arrow-search-dc02690a2e6d0a30ff5f437a3391c391358bf274182f5610ce086ddfa74c9dc5.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 14px;
  float: right;
  margin-left: 0px;
}

/* line 144, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li a.order-asc:after,
.documenti.index-page .info-header ul.info-list li a.order-asc:after,
.esposizioni.index-page .info-header ul.info-list li a.order-asc:after {
  transform: rotate(90deg);
}

/* line 147, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list li a.order-desc:after,
.documenti.index-page .info-header ul.info-list li a.order-desc:after,
.esposizioni.index-page .info-header ul.info-list li a.order-desc:after {
  transform: rotate(-90deg);
}

/* line 152, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list.exhibitions li, .opere.index-page .info-header ul.info-list.documents li,
.documenti.index-page .info-header ul.info-list.exhibitions li,
.documenti.index-page .info-header ul.info-list.documents li,
.esposizioni.index-page .info-header ul.info-list.exhibitions li,
.esposizioni.index-page .info-header ul.info-list.documents li {
  width: 15.5%;
  margin-right: 2.3%;
}

/* line 156, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .info-header ul.info-list.exhibitions li.year, .opere.index-page .info-header ul.info-list.documents li.year,
.documenti.index-page .info-header ul.info-list.exhibitions li.year,
.documenti.index-page .info-header ul.info-list.documents li.year,
.esposizioni.index-page .info-header ul.info-list.exhibitions li.year,
.esposizioni.index-page .info-header ul.info-list.documents li.year {
  width: 6%;
  min-width: 100px;
  margin-right: 0;
  text-align: right;
}

/* line 168, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .view-selector-mobile,
.documenti.index-page .view-selector-mobile,
.esposizioni.index-page .view-selector-mobile {
  justify-content: center;
  align-items: center;
  padding: 80px 0 0;
  display: none;
}

/* line 173, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .view-selector-mobile_title,
.documenti.index-page .view-selector-mobile_title,
.esposizioni.index-page .view-selector-mobile_title {
  margin-right: 8px;
  padding-bottom: 6px;
  font-weight: lighter;
  border-bottom: 1px solid #000;
}

/* line 179, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .view-selector-mobile_item,
.documenti.index-page .view-selector-mobile_item,
.esposizioni.index-page .view-selector-mobile_item {
  height: 30px;
  margin: 0 8px;
  padding: 3px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 184, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .view-selector-mobile_item img,
.documenti.index-page .view-selector-mobile_item img,
.esposizioni.index-page .view-selector-mobile_item img {
  height: 100%;
}

/* line 188, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .view-selector-mobile_item.is-active, .opere.index-page .view-selector-mobile_item:hover,
.documenti.index-page .view-selector-mobile_item.is-active,
.documenti.index-page .view-selector-mobile_item:hover,
.esposizioni.index-page .view-selector-mobile_item.is-active,
.esposizioni.index-page .view-selector-mobile_item:hover {
  border: 1px solid black;
}

/* line 193, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar,
.documenti.index-page .search-bar,
.esposizioni.index-page .search-bar {
  position: fixed;
  top: 96px;
  left: 0;
  width: 25%;
  height: calc( 100% - 152px);
  padding-bottom: 56px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #000;
  background: #f2f2f0;
  z-index: 3;
}

/* line 203, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header,
.documenti.index-page .search-bar .search-header,
.esposizioni.index-page .search-bar .search-header {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #f2f2f0;
  padding: 60px 0 0;
}

/* line 210, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header_title,
.documenti.index-page .search-bar .search-header_title,
.esposizioni.index-page .search-bar .search-header_title {
  display: inline-block;
  padding-bottom: 6px;
  font-weight: lighter;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

/* line 217, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .results-count,
.documenti.index-page .search-bar .search-header .results-count,
.esposizioni.index-page .search-bar .search-header .results-count {
  font-size: 12px;
  text-align: left;
  width: 80%;
  margin: 0 auto 30px;
  padding: 4px;
}

/* line 226, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .results-count div,
.documenti.index-page .search-bar .search-header .results-count div,
.esposizioni.index-page .search-bar .search-header .results-count div {
  white-space: nowrap;
}

/* line 230, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .message-popup,
.documenti.index-page .search-bar .search-header .message-popup,
.esposizioni.index-page .search-bar .search-header .message-popup {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}

/* line 236, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .view-selector,
.documenti.index-page .search-bar .search-header .view-selector,
.esposizioni.index-page .search-bar .search-header .view-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/* line 241, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .view-selector_item,
.documenti.index-page .search-bar .search-header .view-selector_item,
.esposizioni.index-page .search-bar .search-header .view-selector_item {
  height: 30px;
  margin: 0 8px;
  padding: 3px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 246, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .view-selector_item img,
.documenti.index-page .search-bar .search-header .view-selector_item img,
.esposizioni.index-page .search-bar .search-header .view-selector_item img {
  height: 100%;
}

/* line 250, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header .view-selector_item.is-active, .opere.index-page .search-bar .search-header .view-selector_item:hover,
.documenti.index-page .search-bar .search-header .view-selector_item.is-active,
.documenti.index-page .search-bar .search-header .view-selector_item:hover,
.esposizioni.index-page .search-bar .search-header .view-selector_item.is-active,
.esposizioni.index-page .search-bar .search-header .view-selector_item:hover {
  border: 1px solid black;
}

/* line 256, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-header-fixed,
.documenti.index-page .search-bar .search-header-fixed,
.esposizioni.index-page .search-bar .search-header-fixed {
  position: fixed;
  width: 25%;
  z-index: 3;
  top: 96px;
  left: 0;
}

/* line 259, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises,
.documenti.index-page .search-bar .list-choises,
.esposizioni.index-page .search-bar .list-choises {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
  border-top: 1px solid #000;
}

/* line 263, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li.opened,
.documenti.index-page .search-bar .list-choises li.opened,
.esposizioni.index-page .search-bar .list-choises li.opened {
  z-index: 1000;
}

/* line 266, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li,
.documenti.index-page .search-bar .list-choises li,
.esposizioni.index-page .search-bar .list-choises li {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  overflow: visible;
  border-bottom: 1px solid #000;
  transition: all 0.4s ease;
}

/* line 271, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li.selected,
.documenti.index-page .search-bar .list-choises li.selected,
.esposizioni.index-page .search-bar .list-choises li.selected {
  background: #ffd6d6 !important;
}

/* line 274, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .h4,
.documenti.index-page .search-bar .list-choises li .h4,
.esposizioni.index-page .search-bar .list-choises li .h4 {
  font-size: 32px;
  padding: 14px 0 9px;
  text-align: center;
  white-space: nowrap;
}

/* line 278, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .h4.text-small,
.documenti.index-page .search-bar .list-choises li .h4.text-small,
.esposizioni.index-page .search-bar .list-choises li .h4.text-small {
  font-size: 18px;
  padding: 22px 0;
}

/* line 284, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text,
.documenti.index-page .search-bar .list-choises li .input-text,
.esposizioni.index-page .search-bar .list-choises li .input-text {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 57px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 100;
  display: none;
}

/* line 292, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text input,
.documenti.index-page .search-bar .list-choises li .input-text input,
.esposizioni.index-page .search-bar .list-choises li .input-text input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 12px;
  color: #000;
  height: 32px;
  padding: 12px 0;
  font-size: 18px;
}

/* line 302, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text-split input,
.documenti.index-page .search-bar .list-choises li .input-text-split input,
.esposizioni.index-page .search-bar .list-choises li .input-text-split input {
  position: relative;
  width: calc( 50% - 1px);
  border-right: 1px solid #000;
  float: left;
}

/* line 307, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text-split input:last-child,
.documenti.index-page .search-bar .list-choises li .input-text-split input:last-child,
.esposizioni.index-page .search-bar .list-choises li .input-text-split input:last-child {
  border: 0px;
}

/* line 313, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises .cs-placeholder,
.documenti.index-page .search-bar .list-choises .cs-placeholder,
.esposizioni.index-page .search-bar .list-choises .cs-placeholder {
  transition: all 0.4s ease;
}

/* line 314, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises .cs-placeholder:hover,
.documenti.index-page .search-bar .list-choises .cs-placeholder:hover,
.esposizioni.index-page .search-bar .list-choises .cs-placeholder:hover {
  opacity: 0.4;
}

/* line 315, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text-button,
.documenti.index-page .search-bar .list-choises li .input-text-button,
.esposizioni.index-page .search-bar .list-choises li .input-text-button {
  transition: all 0.4s ease;
  cursor: pointer;
}

/* line 316, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text-button:hover,
.documenti.index-page .search-bar .list-choises li .input-text-button:hover,
.esposizioni.index-page .search-bar .list-choises li .input-text-button:hover {
  opacity: 0.4;
}

/* line 317, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li .input-text.opened + .message-popup,
.documenti.index-page .search-bar .list-choises li .input-text.opened + .message-popup,
.esposizioni.index-page .search-bar .list-choises li .input-text.opened + .message-popup {
  display: none;
}

/* line 320, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li.css-open-message-popup:hover,
.documenti.index-page .search-bar .list-choises li.css-open-message-popup:hover,
.esposizioni.index-page .search-bar .list-choises li.css-open-message-popup:hover {
  z-index: 2000;
}

/* line 323, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li.css-open-message-popup:hover .message-popup,
.documenti.index-page .search-bar .list-choises li.css-open-message-popup:hover .message-popup,
.esposizioni.index-page .search-bar .list-choises li.css-open-message-popup:hover .message-popup {
  display: block;
}

/* line 326, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .list-choises li.css-open-message-popup.opened .message-popup,
.documenti.index-page .search-bar .list-choises li.css-open-message-popup.opened .message-popup,
.esposizioni.index-page .search-bar .list-choises li.css-open-message-popup.opened .message-popup {
  display: none;
}

/* line 333, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button, .opere.index-page .search-bar .search-button, .opere.index-page .search-bar .checkbox-button,
.documenti.index-page .search-bar button,
.documenti.index-page .search-bar .search-button,
.documenti.index-page .search-bar .checkbox-button,
.esposizioni.index-page .search-bar button,
.esposizioni.index-page .search-bar .search-button,
.esposizioni.index-page .search-bar .checkbox-button {
  position: relative;
  display: block;
  width: 80%;
  height: 56px;
  margin: 56px auto 0;
  background: #fff;
  font-size: 16px;
  font-family: RectaRegular;
  text-align: left;
  text-indent: 16px;
  text-transform: lowercase;
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button img, .opere.index-page .search-bar .search-button img, .opere.index-page .search-bar .checkbox-button img,
.documenti.index-page .search-bar button img,
.documenti.index-page .search-bar .search-button img,
.documenti.index-page .search-bar .checkbox-button img,
.esposizioni.index-page .search-bar button img,
.esposizioni.index-page .search-bar .search-button img,
.esposizioni.index-page .search-bar .checkbox-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 16px;
  width: 16px;
  height: 16px;
}

/* line 347, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button input[type='checkbox'], .opere.index-page .search-bar .search-button input[type='checkbox'], .opere.index-page .search-bar .checkbox-button input[type='checkbox'],
.documenti.index-page .search-bar button input[type='checkbox'],
.documenti.index-page .search-bar .search-button input[type='checkbox'],
.documenti.index-page .search-bar .checkbox-button input[type='checkbox'],
.esposizioni.index-page .search-bar button input[type='checkbox'],
.esposizioni.index-page .search-bar .search-button input[type='checkbox'],
.esposizioni.index-page .search-bar .checkbox-button input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 349, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button input[type='checkbox']:checked + label.checkbox-button_label, .opere.index-page .search-bar .search-button input[type='checkbox']:checked + label.checkbox-button_label, .opere.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label,
.documenti.index-page .search-bar button input[type='checkbox']:checked + label.checkbox-button_label,
.documenti.index-page .search-bar .search-button input[type='checkbox']:checked + label.checkbox-button_label,
.documenti.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label,
.esposizioni.index-page .search-bar button input[type='checkbox']:checked + label.checkbox-button_label,
.esposizioni.index-page .search-bar .search-button input[type='checkbox']:checked + label.checkbox-button_label,
.esposizioni.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label {
  background: #ffd6d6 !important;
}

/* line 353, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button label.checkbox-button_label, .opere.index-page .search-bar .search-button label.checkbox-button_label, .opere.index-page .search-bar .checkbox-button label.checkbox-button_label,
.documenti.index-page .search-bar button label.checkbox-button_label,
.documenti.index-page .search-bar .search-button label.checkbox-button_label,
.documenti.index-page .search-bar .checkbox-button label.checkbox-button_label,
.esposizioni.index-page .search-bar button label.checkbox-button_label,
.esposizioni.index-page .search-bar .search-button label.checkbox-button_label,
.esposizioni.index-page .search-bar .checkbox-button label.checkbox-button_label {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 16px;
  background: #fff;
  transition: background 0.4s ease;
  position: relative;
  cursor: pointer;
}

/* line 364, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button label.checkbox-button_label span, .opere.index-page .search-bar .search-button label.checkbox-button_label span, .opere.index-page .search-bar .checkbox-button label.checkbox-button_label span,
.documenti.index-page .search-bar button label.checkbox-button_label span,
.documenti.index-page .search-bar .search-button label.checkbox-button_label span,
.documenti.index-page .search-bar .checkbox-button label.checkbox-button_label span,
.esposizioni.index-page .search-bar button label.checkbox-button_label span,
.esposizioni.index-page .search-bar .search-button label.checkbox-button_label span,
.esposizioni.index-page .search-bar .checkbox-button label.checkbox-button_label span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 370, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button label.checkbox-button_label:after, .opere.index-page .search-bar .search-button label.checkbox-button_label:after, .opere.index-page .search-bar .checkbox-button label.checkbox-button_label:after,
.documenti.index-page .search-bar button label.checkbox-button_label:after,
.documenti.index-page .search-bar .search-button label.checkbox-button_label:after,
.documenti.index-page .search-bar .checkbox-button label.checkbox-button_label:after,
.esposizioni.index-page .search-bar button label.checkbox-button_label:after,
.esposizioni.index-page .search-bar .search-button label.checkbox-button_label:after,
.esposizioni.index-page .search-bar .checkbox-button label.checkbox-button_label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 1px;
  transition: all 0.4s ease;
}

/* line 381, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button input[type='checkbox']:checked + label.checkbox-button_label:after, .opere.index-page .search-bar .search-button input[type='checkbox']:checked + label.checkbox-button_label:after, .opere.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label:after,
.documenti.index-page .search-bar button input[type='checkbox']:checked + label.checkbox-button_label:after,
.documenti.index-page .search-bar .search-button input[type='checkbox']:checked + label.checkbox-button_label:after,
.documenti.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label:after,
.esposizioni.index-page .search-bar button input[type='checkbox']:checked + label.checkbox-button_label:after,
.esposizioni.index-page .search-bar .search-button input[type='checkbox']:checked + label.checkbox-button_label:after,
.esposizioni.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label:after {
  top: calc(50% - 13px);
  right: 25px;
  width: 8px;
  height: 14px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 399, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-button input,
.documenti.index-page .search-bar .search-button input,
.esposizioni.index-page .search-bar .search-button input {
  font-size: 14px;
}

/* line 402, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar .search-button,
.opere.index-page .search-bar .checkbox-button,
.documenti.index-page .search-bar .search-button,
.documenti.index-page .search-bar .checkbox-button,
.esposizioni.index-page .search-bar .search-button,
.esposizioni.index-page .search-bar .checkbox-button {
  margin-top: 20px;
}

/* line 406, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar a.search-button,
.documenti.index-page .search-bar a.search-button,
.esposizioni.index-page .search-bar a.search-button {
  padding-top: 20px;
  height: 36px;
}

/* line 410, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .search-bar button.alert, .opere.index-page .search-bar .alert,
.documenti.index-page .search-bar button.alert,
.documenti.index-page .search-bar .alert,
.esposizioni.index-page .search-bar button.alert,
.esposizioni.index-page .search-bar .alert {
  margin-top: 0px;
  background: #ffd6d6;
}

/* line 418, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container.error,
.documenti.index-page .archive-container.error,
.esposizioni.index-page .archive-container.error {
  top: 168px;
  text-align: center;
  font-size: 32px;
}

/* line 424, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container,
.documenti.index-page .archive-container,
.esposizioni.index-page .archive-container {
  position: relative;
  display: block;
  width: calc( 100% - 33%);
  left: 29%;
  padding-top: 246px;
  top: 0;
  height: auto;
  z-index: 2;
}

/* line 437, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list,
.documenti.index-page .archive-container ul.works-list,
.esposizioni.index-page .archive-container ul.works-list {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}

/* line 440, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a,
.documenti.index-page .archive-container ul.works-list li a,
.esposizioni.index-page .archive-container ul.works-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding-left: 4px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  flex-wrap: nowrap;
}

/* line 450, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a .sect,
.documenti.index-page .archive-container ul.works-list li a .sect,
.esposizioni.index-page .archive-container ul.works-list li a .sect {
  position: relative;
  flex: 1;
  margin-right: 3%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  flex-direction: column;
  transition: all 0.4s ease;
}

/* line 461, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a .sect .photo,
.documenti.index-page .archive-container ul.works-list li a .sect .photo,
.esposizioni.index-page .archive-container ul.works-list li a .sect .photo {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  margin: auto 0;
}

/* line 466, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a .sect .photo img,
.documenti.index-page .archive-container ul.works-list li a .sect .photo img,
.esposizioni.index-page .archive-container ul.works-list li a .sect .photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto 0;
}

/* line 473, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a .sect .center,
.documenti.index-page .archive-container ul.works-list li a .sect .center,
.esposizioni.index-page .archive-container ul.works-list li a .sect .center {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  flex-direction: column;
}

/* line 481, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a .sect .center h6,
.documenti.index-page .archive-container ul.works-list li a .sect .center h6,
.esposizioni.index-page .archive-container ul.works-list li a .sect .center h6 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* line 481, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .archive-container ul.works-list li a .sect .center h6,
.documenti.index-page .archive-container ul.works-list li a .sect .center h6,
.esposizioni.index-page .archive-container ul.works-list li a .sect .center h6 {
    font-size: 14px;
  }
}

/* line 489, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a .sect.year,
.documenti.index-page .archive-container ul.works-list li a .sect.year,
.esposizioni.index-page .archive-container ul.works-list li a .sect.year {
  width: 100px;
  flex: unset;
}

/* line 496, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list.exhibitions .year, .opere.index-page .archive-container ul.works-list.documents .year,
.documenti.index-page .archive-container ul.works-list.exhibitions .year,
.documenti.index-page .archive-container ul.works-list.documents .year,
.esposizioni.index-page .archive-container ul.works-list.exhibitions .year,
.esposizioni.index-page .archive-container ul.works-list.documents .year {
  width: 6%;
}

/* line 504, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a:hover,
.documenti.index-page .archive-container ul.works-list li a:hover,
.esposizioni.index-page .archive-container ul.works-list li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}

/* line 507, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list li a:hover .sect,
.documenti.index-page .archive-container ul.works-list li a:hover .sect,
.esposizioni.index-page .archive-container ul.works-list li a:hover .sect {
  opacity: 0.4;
}

/* line 512, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list.exhibitions li .sect, .opere.index-page .archive-container ul.works-list.documents li .sect,
.documenti.index-page .archive-container ul.works-list.exhibitions li .sect,
.documenti.index-page .archive-container ul.works-list.documents li .sect,
.esposizioni.index-page .archive-container ul.works-list.exhibitions li .sect,
.esposizioni.index-page .archive-container ul.works-list.documents li .sect {
  margin-right: 2.3%;
  width: 15.5%;
}

/* line 516, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container ul.works-list.exhibitions li .sect.year, .opere.index-page .archive-container ul.works-list.documents li .sect.year,
.documenti.index-page .archive-container ul.works-list.exhibitions li .sect.year,
.documenti.index-page .archive-container ul.works-list.documents li .sect.year,
.esposizioni.index-page .archive-container ul.works-list.exhibitions li .sect.year,
.esposizioni.index-page .archive-container ul.works-list.documents li .sect.year {
  width: 100px;
  min-width: 30px;
  margin-right: 0;
  text-align: left;
}

/* line 525, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination,
.documenti.index-page .archive-container .pagination,
.esposizioni.index-page .archive-container .pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 164px;
  font-size: 16px;
}

/* line 529, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .prev-page, .opere.index-page .archive-container .pagination .next-page,
.documenti.index-page .archive-container .pagination .prev-page,
.documenti.index-page .archive-container .pagination .next-page,
.esposizioni.index-page .archive-container .pagination .prev-page,
.esposizioni.index-page .archive-container .pagination .next-page {
  position: absolute;
  display: block;
  top: 74px;
}

/* line 532, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .prev-page img, .opere.index-page .archive-container .pagination .next-page img,
.documenti.index-page .archive-container .pagination .prev-page img,
.documenti.index-page .archive-container .pagination .next-page img,
.esposizioni.index-page .archive-container .pagination .prev-page img,
.esposizioni.index-page .archive-container .pagination .next-page img {
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

/* line 537, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .prev-page .mirror, .opere.index-page .archive-container .pagination .next-page .mirror,
.documenti.index-page .archive-container .pagination .prev-page .mirror,
.documenti.index-page .archive-container .pagination .next-page .mirror,
.esposizioni.index-page .archive-container .pagination .prev-page .mirror,
.esposizioni.index-page .archive-container .pagination .next-page .mirror {
  transform: rotate(180deg);
}

/* line 539, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .prev-page,
.documenti.index-page .archive-container .pagination .prev-page,
.esposizioni.index-page .archive-container .pagination .prev-page {
  left: 0;
}

/* line 540, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .next-page,
.documenti.index-page .archive-container .pagination .next-page,
.esposizioni.index-page .archive-container .pagination .next-page {
  right: 0;
}

/* line 542, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .pages,
.documenti.index-page .archive-container .pagination .pages,
.esposizioni.index-page .archive-container .pagination .pages {
  position: absolute;
  display: block;
  top: 78px;
  right: 0;
  left: 0;
  width: auto;
  text-align: center;
}

/* line 547, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .pages .page, .opere.index-page .archive-container .pagination .pages .separator,
.documenti.index-page .archive-container .pagination .pages .page,
.documenti.index-page .archive-container .pagination .pages .separator,
.esposizioni.index-page .archive-container .pagination .pages .page,
.esposizioni.index-page .archive-container .pagination .pages .separator {
  position: relative;
  display: inline-block;
}

/* line 550, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .pages .current-page,
.documenti.index-page .archive-container .pagination .pages .current-page,
.esposizioni.index-page .archive-container .pagination .pages .current-page {
  font-size: 24px;
}

/* line 554, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container .pagination .previous_page.disabled,
.documenti.index-page .archive-container .pagination .previous_page.disabled,
.esposizioni.index-page .archive-container .pagination .previous_page.disabled {
  opacity: 0;
}

/* line 563, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .to-scroll-div,
.documenti.index-page .to-scroll-div,
.esposizioni.index-page .to-scroll-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #000;
  z-index: 3;
  transform: translateX(-120px);
}

/* line 573, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page div.cs-select,
.documenti.index-page div.cs-select,
.esposizioni.index-page div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 590, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page div.cs-select:focus,
.documenti.index-page div.cs-select:focus,
.esposizioni.index-page div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

/* line 598, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select select,
.documenti.index-page .cs-select select,
.esposizioni.index-page .cs-select select {
  display: none;
}

/* line 602, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select span,
.documenti.index-page .cs-select span,
.esposizioni.index-page .cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  font-weight: lighter;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 615, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select > span::after,
.opere.index-page .cs-select .cs-selected span::after,
.documenti.index-page .cs-select > span::after,
.documenti.index-page .cs-select .cs-selected span::after,
.esposizioni.index-page .cs-select > span::after,
.esposizioni.index-page .cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 626, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select.cs-active > span::after,
.documenti.index-page .cs-select.cs-active > span::after,
.esposizioni.index-page .cs-select.cs-active > span::after {
  transform: translateY(-50%) rotate(180deg);
}

/* line 631, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page div.cs-active,
.documenti.index-page div.cs-active,
.esposizioni.index-page div.cs-active {
  z-index: 200;
}

/* line 636, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select .cs-options,
.documenti.index-page .cs-select .cs-options,
.esposizioni.index-page .cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
  display: none;
}

/* line 645, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select.cs-active .cs-options,
.documenti.index-page .cs-select.cs-active .cs-options,
.esposizioni.index-page .cs-select.cs-active .cs-options {
  visibility: visible;
  display: block;
}

/* line 650, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select ul,
.documenti.index-page .cs-select ul,
.esposizioni.index-page .cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 657, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select ul span,
.documenti.index-page .cs-select ul span,
.esposizioni.index-page .cs-select ul span {
  padding: 1em;
}

/* line 661, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select ul li.cs-focus span,
.documenti.index-page .cs-select ul li.cs-focus span,
.esposizioni.index-page .cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* line 666, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select li.cs-optgroup ul,
.documenti.index-page .cs-select li.cs-optgroup ul,
.esposizioni.index-page .cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

/* line 670, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-select li.cs-optgroup > span,
.documenti.index-page .cs-select li.cs-optgroup > span,
.esposizioni.index-page .cs-select li.cs-optgroup > span {
  cursor: default;
}

/* line 674, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page div.cs-skin-border,
.documenti.index-page div.cs-skin-border,
.esposizioni.index-page div.cs-skin-border {
  background: transparent;
  font-size: 32px;
  text-transform: lowercase;
  font-weight: 700;
  max-width: 600px;
}

@media screen and (max-width: 30em) {
  /* line 682, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page div.cs-skin-border,
.documenti.index-page div.cs-skin-border,
.esposizioni.index-page div.cs-skin-border {
    font-size: 1em;
  }
}

/* line 685, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-skin-border > span,
.documenti.index-page .cs-skin-border > span,
.esposizioni.index-page .cs-skin-border > span {
  border-color: inherit;
  transition: background 0.2s, border-color 0.2s;
}

/* line 691, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-skin-border.cs-active > span,
.documenti.index-page .cs-skin-border.cs-active > span,
.esposizioni.index-page .cs-skin-border.cs-active > span {
  border-color: #000;
  color: #000;
}

/* line 696, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-skin-border .cs-options,
.documenti.index-page .cs-skin-border .cs-options,
.esposizioni.index-page .cs-skin-border .cs-options {
  color: #000;
  font-size: 18px;
  text-transform: lowercase;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

/* line 704, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-skin-border.cs-active .cs-options,
.documenti.index-page .cs-skin-border.cs-active .cs-options,
.esposizioni.index-page .cs-skin-border.cs-active .cs-options {
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 100;
  margin-top: 1px;
}

/* line 712, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-skin-border ul span,
.documenti.index-page .cs-skin-border ul span,
.esposizioni.index-page .cs-skin-border ul span {
  padding: 1em 2em;
  -webkit-backface-visibility: hidden;
}

/* line 717, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .cs-skin-border .cs-options li span:hover,
.opere.index-page .cs-skin-border li.cs-focus span,
.documenti.index-page .cs-skin-border .cs-options li span:hover,
.documenti.index-page .cs-skin-border li.cs-focus span,
.esposizioni.index-page .cs-skin-border .cs-options li span:hover,
.esposizioni.index-page .cs-skin-border li.cs-focus span {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #000;
  z-index: 100;
}

/* line 725, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .filter_archive,
.documenti.index-page .filter_archive,
.esposizioni.index-page .filter_archive {
  cursor: pointer;
}

@media (max-width: 1024px) {
  /* line 730, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .search-button,
.documenti.index-page .search-bar .search-button,
.esposizioni.index-page .search-bar .search-button {
    text-indent: 5px;
  }
  /* line 732, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .search-button img,
.documenti.index-page .search-bar .search-button img,
.esposizioni.index-page .search-bar .search-button img {
    right: 6px;
  }
  /* line 735, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .checkbox-button,
.documenti.index-page .search-bar .checkbox-button,
.esposizioni.index-page .search-bar .checkbox-button {
    text-indent: 5px !important;
  }
  /* line 738, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .checkbox-button label.checkbox-button_label:after,
.documenti.index-page .search-bar .checkbox-button label.checkbox-button_label:after,
.esposizioni.index-page .search-bar .checkbox-button label.checkbox-button_label:after {
    right: 5px;
  }
  /* line 742, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label:after,
.documenti.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label:after,
.esposizioni.index-page .search-bar .checkbox-button input[type='checkbox']:checked + label.checkbox-button_label:after {
    right: 15px;
  }
}

@media (max-width: 880px) {
  /* line 749, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .checkbox-button_label:after,
.documenti.index-page .checkbox-button_label:after,
.esposizioni.index-page .checkbox-button_label:after {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 754, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .view-selector-mobile,
.documenti.index-page .view-selector-mobile,
.esposizioni.index-page .view-selector-mobile {
    display: flex;
    padding: 120px 0 0;
  }
  /* line 758, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .search-button,
.documenti.index-page .search-bar .search-button,
.esposizioni.index-page .search-bar .search-button {
    text-align: center;
  }
  /* line 760, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .search-button img,
.documenti.index-page .search-bar .search-button img,
.esposizioni.index-page .search-bar .search-button img {
    display: none;
  }
  /* line 765, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .checkbox-button_label,
.documenti.index-page .checkbox-button_label,
.esposizioni.index-page .checkbox-button_label {
    text-align: center;
    text-indent: 0px;
  }
  /* line 770, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .checkbox-button_label:after,
.documenti.index-page .checkbox-button_label:after,
.esposizioni.index-page .checkbox-button_label:after {
    display: none;
  }
}

@media (max-width: 568px) {
  /* line 778, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar .list-choises li .h4,
.documenti.index-page .search-bar .list-choises li .h4,
.esposizioni.index-page .search-bar .list-choises li .h4 {
    font-size: 24px;
    padding: 16px 0;
  }
  /* line 783, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page div.cs-skin-border,
.documenti.index-page div.cs-skin-border,
.esposizioni.index-page div.cs-skin-border {
    font-size: 24px;
  }
  /* line 787, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .cs-select span,
.documenti.index-page .cs-select span,
.esposizioni.index-page .cs-select span {
    padding: 16px 0;
  }
  /* line 791, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .cs-skin-border ul span,
.documenti.index-page .cs-skin-border ul span,
.esposizioni.index-page .cs-skin-border ul span {
    padding: 1em 0;
  }
}

/* line 796, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .current,
.documenti.index-page .current,
.esposizioni.index-page .current {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

/* line 802, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .gap,
.documenti.index-page .gap,
.esposizioni.index-page .gap {
  display: none !important;
}

/* line 805, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .pagination_links a,
.documenti.index-page .pagination_links a,
.esposizioni.index-page .pagination_links a {
  display: none;
}

/* line 808, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .next_page, .opere.index-page .previous_page,
.documenti.index-page .next_page,
.documenti.index-page .previous_page,
.esposizioni.index-page .next_page,
.esposizioni.index-page .previous_page {
  display: inline-block !important;
  color: #3343A0;
}

/* line 812, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .pagination_links,
.documenti.index-page .pagination_links,
.esposizioni.index-page .pagination_links {
  text-align: center;
}

/* line 815, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .previous_page.disabled, .opere.index-page .next_page.disabled,
.documenti.index-page .previous_page.disabled,
.documenti.index-page .next_page.disabled,
.esposizioni.index-page .previous_page.disabled,
.esposizioni.index-page .next_page.disabled {
  display: none !important;
}

/* line 818, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .pagination_links a,
.documenti.index-page .pagination_links a,
.esposizioni.index-page .pagination_links a {
  text-decoration: none;
}

/* line 821, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .pagination_links a:hover,
.documenti.index-page .pagination_links a:hover,
.esposizioni.index-page .pagination_links a:hover {
  text-decoration: underline;
}

/* line 824, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .pagination_links span,
.documenti.index-page .pagination_links span,
.esposizioni.index-page .pagination_links span {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}

/* line 831, app/assets/stylesheets/archive/index.css.scss */
.opere.index-page .archive-container.archive-hidden, .opere.index-page .info-header.archive-hidden,
.documenti.index-page .archive-container.archive-hidden,
.documenti.index-page .info-header.archive-hidden,
.esposizioni.index-page .archive-container.archive-hidden,
.esposizioni.index-page .info-header.archive-hidden {
  top: -10px;
  opacity: 0;
  display: none;
}

@media (max-width: 550px) {
  /* line 839, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .header,
.documenti.index-page .header,
.esposizioni.index-page .header {
    height: 50px;
  }
  /* line 841, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .header .left .link, .opere.index-page .header .right .link,
.documenti.index-page .header .left .link,
.documenti.index-page .header .right .link,
.esposizioni.index-page .header .left .link,
.esposizioni.index-page .header .right .link {
    font-size: 25px;
  }
  /* line 843, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .header .left .link .h4, .opere.index-page .header .right .link .h4,
.documenti.index-page .header .left .link .h4,
.documenti.index-page .header .right .link .h4,
.esposizioni.index-page .header .left .link .h4,
.esposizioni.index-page .header .right .link .h4 {
    font-size: 25px;
  }
  /* line 844, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .header .left .link img, .opere.index-page .header .right .link img,
.documenti.index-page .header .left .link img,
.documenti.index-page .header .right .link img,
.esposizioni.index-page .header .left .link img,
.esposizioni.index-page .header .right .link img {
    height: 25px;
  }
  /* line 849, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .info-header,
.documenti.index-page .info-header,
.esposizioni.index-page .info-header {
    height: 41px;
    top: 0;
    position: relative;
    left: 0;
    width: calc(100% - 20px);
    padding: 20px 10px 0;
  }
  /* line 857, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .info-header ul.info-list li.year,
.documenti.index-page .info-header ul.info-list li.year,
.esposizioni.index-page .info-header ul.info-list li.year {
    width: 50px !important;
    flex: unset;
    margin-right: 0;
  }
  /* line 864, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .archive-container,
.documenti.index-page .archive-container,
.esposizioni.index-page .archive-container {
    top: 0px;
    left: 0;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  /* line 870, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .archive-container ul.works-list li a,
.documenti.index-page .archive-container ul.works-list li a,
.esposizioni.index-page .archive-container ul.works-list li a {
    padding: 0;
  }
  /* line 871, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .archive-container ul.works-list li a .sect.year,
.documenti.index-page .archive-container ul.works-list li a .sect.year,
.esposizioni.index-page .archive-container ul.works-list li a .sect.year {
    width: 50px !important;
    flex: unset;
    margin-right: 0;
  }
  /* line 879, app/assets/stylesheets/archive/index.css.scss */
  .opere.index-page .search-bar,
.documenti.index-page .search-bar,
.esposizioni.index-page .search-bar {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index,
.documenti.index-page #images-index,
.esposizioni.index-page #images-index {
  width: calc(75% - 2px);
  min-height: calc(100vh - 97px);
  overflow: scroll;
  z-index: 998;
  position: absolute;
  top: 97px;
  left: 100vw;
  transition: left 0.4s ease;
  background: #f2f2f0;
  display: none;
}

/* line 13, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index.is-active,
.documenti.index-page #images-index.is-active,
.esposizioni.index-page #images-index.is-active {
  left: calc(25% + 1px);
}

/* line 16, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .link-back-archive,
.documenti.index-page #images-index .link-back-archive,
.esposizioni.index-page #images-index .link-back-archive {
  position: absolute;
  top: 60px;
  left: 50px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  cursor: pointer;
  transition: opacity 0.4s ease;
}

/* line 22, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .link-back-archive img,
.documenti.index-page #images-index .link-back-archive img,
.esposizioni.index-page #images-index .link-back-archive img {
  transform: rotate(180deg);
}

/* line 26, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .link-back-archive:hover,
.documenti.index-page #images-index .link-back-archive:hover,
.esposizioni.index-page #images-index .link-back-archive:hover {
  opacity: 0.4;
}

/* line 30, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container,
.documenti.index-page #images-index .images-index_container,
.esposizioni.index-page #images-index .images-index_container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 4%;
}

/* line 37, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container_item,
.documenti.index-page #images-index .images-index_container_item,
.esposizioni.index-page #images-index .images-index_container_item {
  height: 150px;
  width: auto;
  max-width: 40%;
  overflow: hidden;
  margin: 0 5px 10px;
  position: relative;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container_item img,
.documenti.index-page #images-index .images-index_container_item img,
.esposizioni.index-page #images-index .images-index_container_item img {
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 51, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container_item_info-hover,
.documenti.index-page #images-index .images-index_container_item_info-hover,
.esposizioni.index-page #images-index .images-index_container_item_info-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  color: color(white);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: opacity 0.4s ease;
  font-size: 12px;
}

/* line 64, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container_item_info-hover div,
.documenti.index-page #images-index .images-index_container_item_info-hover div,
.esposizioni.index-page #images-index .images-index_container_item_info-hover div {
  width: 100%;
  color: #f2f2f0;
}

@media (hover: hover) {
  /* line 69, app/assets/stylesheets/archive/images_index.css.scss */
  .opere.index-page #images-index .images-index_container_item:hover .images-index_container_item_info-hover,
.documenti.index-page #images-index .images-index_container_item:hover .images-index_container_item_info-hover,
.esposizioni.index-page #images-index .images-index_container_item:hover .images-index_container_item_info-hover {
    opacity: 1;
  }
}

/* line 73, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container_item_info-text,
.documenti.index-page #images-index .images-index_container_item_info-text,
.esposizioni.index-page #images-index .images-index_container_item_info-text {
  padding: 5px;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 79, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page #images-index .images-index_container_item.hover-active .images-index_container_item_info-hover,
.documenti.index-page #images-index .images-index_container_item.hover-active .images-index_container_item_info-hover,
.esposizioni.index-page #images-index .images-index_container_item.hover-active .images-index_container_item_info-hover {
  opacity: 1;
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/archive/images_index.css.scss */
  .opere.index-page #images-index .images-index_container,
.documenti.index-page #images-index .images-index_container,
.esposizioni.index-page #images-index .images-index_container {
    margin-top: 80px;
  }
  /* line 88, app/assets/stylesheets/archive/images_index.css.scss */
  .opere.index-page #images-index .link-back-archive,
.documenti.index-page #images-index .link-back-archive,
.esposizioni.index-page #images-index .link-back-archive {
    top: 30px;
    left: 25px;
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/archive/images_index.css.scss */
  .opere.index-page #images-index,
.documenti.index-page #images-index,
.esposizioni.index-page #images-index {
    top: 125px;
    width: 100%;
  }
  /* line 95, app/assets/stylesheets/archive/images_index.css.scss */
  .opere.index-page #images-index .images-index_container,
.documenti.index-page #images-index .images-index_container,
.esposizioni.index-page #images-index .images-index_container {
    padding-left: 0;
  }
  /* line 98, app/assets/stylesheets/archive/images_index.css.scss */
  .opere.index-page #images-index .link-back-archive,
.documenti.index-page #images-index .link-back-archive,
.esposizioni.index-page #images-index .link-back-archive {
    left: 10px;
  }
}

/* line 104, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page .images-index-active,
.documenti.index-page .images-index-active,
.esposizioni.index-page .images-index-active {
  display: block !important;
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0) !important;
}

/* line 107, app/assets/stylesheets/archive/images_index.css.scss */
.opere.index-page .images-index-active .images-index_container_item,
.documenti.index-page .images-index-active .images-index_container_item,
.esposizioni.index-page .images-index-active .images-index_container_item {
  top: auto;
  opacity: 1 !important;
}

/* line 1, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider,
.documenti.single-page .photo-slider,
.esposizioni.single-page .photo-slider {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 8, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item,
.documenti.single-page .photo-slider_item,
.esposizioni.single-page .photo-slider_item {
  width: 100%;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_info,
.documenti.single-page .photo-slider_item_info,
.esposizioni.single-page .photo-slider_item_info {
  position: relative;
}

/* line 19, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_info_title,
.documenti.single-page .photo-slider_item_info_title,
.esposizioni.single-page .photo-slider_item_info_title {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

/* line 25, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_info .message-popup,
.documenti.single-page .photo-slider_item_info .message-popup,
.esposizioni.single-page .photo-slider_item_info .message-popup {
  position: absolute;
  width: 300px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 31, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_info .message-popup p,
.documenti.single-page .photo-slider_item_info .message-popup p,
.esposizioni.single-page .photo-slider_item_info .message-popup p {
  color: inherit;
  font-size: inherit !important;
  margin: 0 !important;
}

/* line 38, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner,
.documenti.single-page .photo-slider_item_inner,
.esposizioni.single-page .photo-slider_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 16px);
  max-width: calc(100% - 112px);
  max-height: 100%;
  width: 100%;
  flex-direction: column;
}

/* line 48, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner img,
.documenti.single-page .photo-slider_item_inner img,
.esposizioni.single-page .photo-slider_item_inner img {
  max-height: calc(100% - 200px);
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 57, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida,
.documenti.single-page .photo-slider_item_inner_dida,
.esposizioni.single-page .photo-slider_item_inner_dida {
  margin-top: 12px;
  width: 100%;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: italic;
  flex-wrap: wrap;
}

/* line 66, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida_txt, .opere.single-page .photo-slider_item_inner_dida_ph,
.documenti.single-page .photo-slider_item_inner_dida_txt,
.documenti.single-page .photo-slider_item_inner_dida_ph,
.esposizioni.single-page .photo-slider_item_inner_dida_txt,
.esposizioni.single-page .photo-slider_item_inner_dida_ph {
  text-align: center;
  width: 100%;
  margin: 0;
}

/* line 71, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida_txt,
.documenti.single-page .photo-slider_item_inner_dida_txt,
.esposizioni.single-page .photo-slider_item_inner_dida_txt {
  order: 1;
}

/* line 73, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida_txt p,
.documenti.single-page .photo-slider_item_inner_dida_txt p,
.esposizioni.single-page .photo-slider_item_inner_dida_txt p {
  color: inherit;
  font-size: inherit !important;
}

/* line 78, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida_ph,
.documenti.single-page .photo-slider_item_inner_dida_ph,
.esposizioni.single-page .photo-slider_item_inner_dida_ph {
  order: 0;
}

/* line 81, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida.dida-centered,
.documenti.single-page .photo-slider_item_inner_dida.dida-centered,
.esposizioni.single-page .photo-slider_item_inner_dida.dida-centered {
  justify-content: center;
  text-align: center;
}

/* line 85, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_ph, .opere.single-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_txt,
.documenti.single-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_ph,
.documenti.single-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_txt,
.esposizioni.single-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_ph,
.esposizioni.single-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_txt {
  margin: 0;
}

/* line 91, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner.video-content,
.documenti.single-page .photo-slider_item_inner.video-content,
.esposizioni.single-page .photo-slider_item_inner.video-content {
  width: 100%;
}

/* line 93, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner.video-content div,
.documenti.single-page .photo-slider_item_inner.video-content div,
.esposizioni.single-page .photo-slider_item_inner.video-content div {
  width: 100%;
}

/* line 94, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner.video-content iframe,
.documenti.single-page .photo-slider_item_inner.video-content iframe,
.esposizioni.single-page .photo-slider_item_inner.video-content iframe {
  width: 100%;
}

/* line 97, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider_item_inner.video-content p,
.documenti.single-page .photo-slider_item_inner.video-content p,
.esposizioni.single-page .photo-slider_item_inner.video-content p {
  display: none;
}

/* line 104, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .photo-slider_item:not(.slick-slide),
.documenti.single-page .photo-slider .photo-slider_item:not(.slick-slide),
.esposizioni.single-page .photo-slider .photo-slider_item:not(.slick-slide) {
  height: 100%;
}

/* line 107, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .slick-list,
.documenti.single-page .photo-slider .slick-list,
.esposizioni.single-page .photo-slider .slick-list {
  height: 100%;
}

/* line 110, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .slick-track,
.documenti.single-page .photo-slider .slick-track,
.esposizioni.single-page .photo-slider .slick-track {
  display: flex;
  height: 100%;
}

/* line 114, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .slick-track .slick-slide,
.documenti.single-page .photo-slider .slick-track .slick-slide,
.esposizioni.single-page .photo-slider .slick-track .slick-slide {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* line 120, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .arrow,
.documenti.single-page .photo-slider .arrow,
.esposizioni.single-page .photo-slider .arrow {
  position: absolute;
  top: 50%;
  height: 23px;
  z-index: 2000;
}

/* line 125, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .arrow.arrow-next,
.documenti.single-page .photo-slider .arrow.arrow-next,
.esposizioni.single-page .photo-slider .arrow.arrow-next {
  right: 10px;
  transform: translate(0, -50%);
}

/* line 129, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page .photo-slider .arrow.arrow-prev,
.documenti.single-page .photo-slider .arrow.arrow-prev,
.esposizioni.single-page .photo-slider .arrow.arrow-prev {
  left: 10px;
  transform: translate(0, -50%) scale(-1);
}

/* line 136, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right,
.documenti.single-page.fs-right,
.esposizioni.single-page.fs-right {
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item,
.documenti.single-page.fs-right .photo-slider_item,
.esposizioni.single-page.fs-right .photo-slider_item {
  max-height: 100vh;
  padding: 0 20px;
}

/* line 141, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner,
.documenti.single-page.fs-right .photo-slider_item_inner,
.esposizioni.single-page.fs-right .photo-slider_item_inner {
  position: relative;
  max-height: 100%;
  max-width: calc(100% - 100px);
  height: unset;
  width: unset;
}

/* line 147, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner img,
.documenti.single-page.fs-right .photo-slider_item_inner img,
.esposizioni.single-page.fs-right .photo-slider_item_inner img {
  -o-object-fit: unset;
     object-fit: unset;
  max-height: 100%;
}

/* line 152, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 16px 16px;
  width: calc(100% - 32px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 78%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  align-items: flex-end;
}

/* line 162, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph {
  width: 50%;
}

/* line 166, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt {
  order: 0;
  text-align: left;
}

/* line 170, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph {
  order: 1;
  text-align: right;
}

/* line 174, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div, .opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div em,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div em,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div em {
  color: white !important;
}

/* line 178, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-centered.dida-inside,
.documenti.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-centered.dida-inside,
.esposizioni.single-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-centered.dida-inside {
  justify-content: space-between;
}

/* line 186, app/assets/stylesheets/archive/images_gallery.css.scss */
.opere.single-page.fs-right .photo-slider_item_inner:hover .photo-slider_item_inner_dida,
.documenti.single-page.fs-right .photo-slider_item_inner:hover .photo-slider_item_inner_dida,
.esposizioni.single-page.fs-right .photo-slider_item_inner:hover .photo-slider_item_inner_dida {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  /* line 194, app/assets/stylesheets/archive/images_gallery.css.scss */
  .opere.single-page .photo-slider_item_inner img,
.documenti.single-page .photo-slider_item_inner img,
.esposizioni.single-page .photo-slider_item_inner img {
    max-height: calc(100% - 90px);
  }
}

/* line 1, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents,
.documenti.single-page .contents,
.esposizioni.single-page .contents {
  margin-top: 146px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
}

/* line 7, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left, .opere.single-page .contents_right,
.documenti.single-page .contents_left,
.documenti.single-page .contents_right,
.esposizioni.single-page .contents_left,
.esposizioni.single-page .contents_right {
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
}

/* line 12, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_right,
.documenti.single-page .contents_right,
.esposizioni.single-page .contents_right {
  background-color: white;
  position: sticky;
  top: 146px;
  height: calc(100vh - 146px);
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner, .opere.single-page .contents_right_inner,
.documenti.single-page .contents_left_inner,
.documenti.single-page .contents_right_inner,
.esposizioni.single-page .contents_left_inner,
.esposizioni.single-page .contents_right_inner {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 5%;
  width: 95%;
  height: auto;
  overflow: hidden;
  padding-top: 54px;
  padding-bottom: 128px;
}

@media (max-width: 1100px) {
  /* line 21, app/assets/stylesheets/archive/single.css.scss */
  .opere.single-page .contents_left_inner, .opere.single-page .contents_right_inner,
.documenti.single-page .contents_left_inner,
.documenti.single-page .contents_right_inner,
.esposizioni.single-page .contents_left_inner,
.esposizioni.single-page .contents_right_inner {
    width: calc(100% - 40px);
    left: 20px;
  }
}

/* line 47, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .label, .opere.single-page .contents_right_inner .label,
.documenti.single-page .contents_left_inner .label,
.documenti.single-page .contents_right_inner .label,
.esposizioni.single-page .contents_left_inner .label,
.esposizioni.single-page .contents_right_inner .label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .label span, .opere.single-page .contents_left_inner .label p, .opere.single-page .contents_right_inner .label span, .opere.single-page .contents_right_inner .label p,
.documenti.single-page .contents_left_inner .label span,
.documenti.single-page .contents_left_inner .label p,
.documenti.single-page .contents_right_inner .label span,
.documenti.single-page .contents_right_inner .label p,
.esposizioni.single-page .contents_left_inner .label span,
.esposizioni.single-page .contents_left_inner .label p,
.esposizioni.single-page .contents_right_inner .label span,
.esposizioni.single-page .contents_right_inner .label p {
  margin: 0 !important;
  font-size: 10px !important;
  padding: 0 !important;
}

/* line 51, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .h1.title, .opere.single-page .contents_right_inner .h1.title,
.documenti.single-page .contents_left_inner .h1.title,
.documenti.single-page .contents_right_inner .h1.title,
.esposizioni.single-page .contents_left_inner .h1.title,
.esposizioni.single-page .contents_right_inner .h1.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 32px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .h1.title span, .opere.single-page .contents_left_inner .h1.title p, .opere.single-page .contents_right_inner .h1.title span, .opere.single-page .contents_right_inner .h1.title p,
.documenti.single-page .contents_left_inner .h1.title span,
.documenti.single-page .contents_left_inner .h1.title p,
.documenti.single-page .contents_right_inner .h1.title span,
.documenti.single-page .contents_right_inner .h1.title p,
.esposizioni.single-page .contents_left_inner .h1.title span,
.esposizioni.single-page .contents_left_inner .h1.title p,
.esposizioni.single-page .contents_right_inner .h1.title span,
.esposizioni.single-page .contents_right_inner .h1.title p {
  margin: 0 !important;
  font-size: 32px !important;
  padding: 0 !important;
}

/* line 54, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .subtitle, .opere.single-page .contents_right_inner .subtitle,
.documenti.single-page .contents_left_inner .subtitle,
.documenti.single-page .contents_right_inner .subtitle,
.esposizioni.single-page .contents_left_inner .subtitle,
.esposizioni.single-page .contents_right_inner .subtitle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 56px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .subtitle span, .opere.single-page .contents_left_inner .subtitle p, .opere.single-page .contents_right_inner .subtitle span, .opere.single-page .contents_right_inner .subtitle p,
.documenti.single-page .contents_left_inner .subtitle span,
.documenti.single-page .contents_left_inner .subtitle p,
.documenti.single-page .contents_right_inner .subtitle span,
.documenti.single-page .contents_right_inner .subtitle p,
.esposizioni.single-page .contents_left_inner .subtitle span,
.esposizioni.single-page .contents_left_inner .subtitle p,
.esposizioni.single-page .contents_right_inner .subtitle span,
.esposizioni.single-page .contents_right_inner .subtitle p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 58, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .text-left, .opere.single-page .contents_right_inner .text-left,
.documenti.single-page .contents_left_inner .text-left,
.documenti.single-page .contents_right_inner .text-left,
.esposizioni.single-page .contents_left_inner .text-left,
.esposizioni.single-page .contents_right_inner .text-left {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 60%;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .text-left ul, .opere.single-page .contents_right_inner .text-left ul,
.documenti.single-page .contents_left_inner .text-left ul,
.documenti.single-page .contents_right_inner .text-left ul,
.esposizioni.single-page .contents_left_inner .text-left ul,
.esposizioni.single-page .contents_right_inner .text-left ul {
  position: relative;
  top: -24px;
}

/* line 66, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .text-left ul li, .opere.single-page .contents_right_inner .text-left ul li,
.documenti.single-page .contents_left_inner .text-left ul li,
.documenti.single-page .contents_right_inner .text-left ul li,
.esposizioni.single-page .contents_left_inner .text-left ul li,
.esposizioni.single-page .contents_right_inner .text-left ul li {
  margin: 6px 0;
}

/* line 71, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .h4.title, .opere.single-page .contents_right_inner .h4.title,
.documenti.single-page .contents_left_inner .h4.title,
.documenti.single-page .contents_right_inner .h4.title,
.esposizioni.single-page .contents_left_inner .h4.title,
.esposizioni.single-page .contents_right_inner .h4.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 24px !important;
  padding-bottom: 4px !important;
  line-height: 24px;
  border-bottom: 1px solid #000;
  display: inline;
  margin-bottom: 250px !important;
  margin-top: 25px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .h4.title span, .opere.single-page .contents_left_inner .h4.title p, .opere.single-page .contents_right_inner .h4.title span, .opere.single-page .contents_right_inner .h4.title p,
.documenti.single-page .contents_left_inner .h4.title span,
.documenti.single-page .contents_left_inner .h4.title p,
.documenti.single-page .contents_right_inner .h4.title span,
.documenti.single-page .contents_right_inner .h4.title p,
.esposizioni.single-page .contents_left_inner .h4.title span,
.esposizioni.single-page .contents_left_inner .h4.title p,
.esposizioni.single-page .contents_right_inner .h4.title span,
.esposizioni.single-page .contents_right_inner .h4.title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 82, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner p.text, .opere.single-page .contents_left_inner p, .opere.single-page .contents_left_inner .single-page-block_text p, .opere.single-page .contents_right_inner p.text, .opere.single-page .contents_right_inner p, .opere.single-page .contents_right_inner .single-page-block_text p,
.documenti.single-page .contents_left_inner p.text,
.documenti.single-page .contents_left_inner p,
.documenti.single-page .contents_left_inner .single-page-block_text p,
.documenti.single-page .contents_right_inner p.text,
.documenti.single-page .contents_right_inner p,
.documenti.single-page .contents_right_inner .single-page-block_text p,
.esposizioni.single-page .contents_left_inner p.text,
.esposizioni.single-page .contents_left_inner p,
.esposizioni.single-page .contents_left_inner .single-page-block_text p,
.esposizioni.single-page .contents_right_inner p.text,
.esposizioni.single-page .contents_right_inner p,
.esposizioni.single-page .contents_right_inner .single-page-block_text p {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  font-size: 16px !important;
  display: block;
  color: #000;
  text-align: left;
  letter-spacing: 0px;
  line-height: 120%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner p.text span, .opere.single-page .contents_left_inner p.text p, .opere.single-page .contents_left_inner p span, .opere.single-page .contents_left_inner p p, .opere.single-page .contents_left_inner .single-page-block_text p span, .opere.single-page .contents_left_inner .single-page-block_text p p, .opere.single-page .contents_right_inner p.text span, .opere.single-page .contents_right_inner p.text p, .opere.single-page .contents_right_inner p span, .opere.single-page .contents_right_inner p p, .opere.single-page .contents_right_inner .single-page-block_text p span, .opere.single-page .contents_right_inner .single-page-block_text p p,
.documenti.single-page .contents_left_inner p.text span,
.documenti.single-page .contents_left_inner p.text p,
.documenti.single-page .contents_left_inner p span,
.documenti.single-page .contents_left_inner p p,
.documenti.single-page .contents_left_inner .single-page-block_text p span,
.documenti.single-page .contents_left_inner .single-page-block_text p p,
.documenti.single-page .contents_right_inner p.text span,
.documenti.single-page .contents_right_inner p.text p,
.documenti.single-page .contents_right_inner p span,
.documenti.single-page .contents_right_inner p p,
.documenti.single-page .contents_right_inner .single-page-block_text p span,
.documenti.single-page .contents_right_inner .single-page-block_text p p,
.esposizioni.single-page .contents_left_inner p.text span,
.esposizioni.single-page .contents_left_inner p.text p,
.esposizioni.single-page .contents_left_inner p span,
.esposizioni.single-page .contents_left_inner p p,
.esposizioni.single-page .contents_left_inner .single-page-block_text p span,
.esposizioni.single-page .contents_left_inner .single-page-block_text p p,
.esposizioni.single-page .contents_right_inner p.text span,
.esposizioni.single-page .contents_right_inner p.text p,
.esposizioni.single-page .contents_right_inner p span,
.esposizioni.single-page .contents_right_inner p p,
.esposizioni.single-page .contents_right_inner .single-page-block_text p span,
.esposizioni.single-page .contents_right_inner .single-page-block_text p p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 94, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .info, .opere.single-page .contents_right_inner .info,
.documenti.single-page .contents_left_inner .info,
.documenti.single-page .contents_right_inner .info,
.esposizioni.single-page .contents_left_inner .info,
.esposizioni.single-page .contents_right_inner .info {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  margin-top: 0px;
  display: block;
}

/* line 102, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .text-left .label, .opere.single-page .contents_left_inner .text-right .label, .opere.single-page .contents_right_inner .text-left .label, .opere.single-page .contents_right_inner .text-right .label,
.documenti.single-page .contents_left_inner .text-left .label,
.documenti.single-page .contents_left_inner .text-right .label,
.documenti.single-page .contents_right_inner .text-left .label,
.documenti.single-page .contents_right_inner .text-right .label,
.esposizioni.single-page .contents_left_inner .text-left .label,
.esposizioni.single-page .contents_left_inner .text-right .label,
.esposizioni.single-page .contents_right_inner .text-left .label,
.esposizioni.single-page .contents_right_inner .text-right .label {
  margin-top: 32px;
  margin-bottom: 10px;
}

/* line 107, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .text-left ul, .opere.single-page .contents_left_inner .text-right ul, .opere.single-page .contents_right_inner .text-left ul, .opere.single-page .contents_right_inner .text-right ul,
.documenti.single-page .contents_left_inner .text-left ul,
.documenti.single-page .contents_left_inner .text-right ul,
.documenti.single-page .contents_right_inner .text-left ul,
.documenti.single-page .contents_right_inner .text-right ul,
.esposizioni.single-page .contents_left_inner .text-left ul,
.esposizioni.single-page .contents_left_inner .text-right ul,
.esposizioni.single-page .contents_right_inner .text-left ul,
.esposizioni.single-page .contents_right_inner .text-right ul {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 32px 0;
}

/* line 114, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .text-right, .opere.single-page .contents_right_inner .text-right,
.documenti.single-page .contents_left_inner .text-right,
.documenti.single-page .contents_right_inner .text-right,
.esposizioni.single-page .contents_left_inner .text-right,
.esposizioni.single-page .contents_right_inner .text-right {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 30%;
  margin-left: 4.5%;
  font-size: 16px;
}

/* line 121, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items, .opere.single-page .contents_right_inner ul.list-related-items,
.documenti.single-page .contents_left_inner ul.list-related-items,
.documenti.single-page .contents_right_inner ul.list-related-items,
.esposizioni.single-page .contents_left_inner ul.list-related-items,
.esposizioni.single-page .contents_right_inner ul.list-related-items {
  margin: 0 !important;
}

/* line 123, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items li, .opere.single-page .contents_right_inner ul.list-related-items li,
.documenti.single-page .contents_left_inner ul.list-related-items li,
.documenti.single-page .contents_right_inner ul.list-related-items li,
.esposizioni.single-page .contents_left_inner ul.list-related-items li,
.esposizioni.single-page .contents_right_inner ul.list-related-items li {
  margin: 0 0 10px;
}

/* line 125, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items li .first-line, .opere.single-page .contents_left_inner ul.list-related-items li .third-line, .opere.single-page .contents_right_inner ul.list-related-items li .first-line, .opere.single-page .contents_right_inner ul.list-related-items li .third-line,
.documenti.single-page .contents_left_inner ul.list-related-items li .first-line,
.documenti.single-page .contents_left_inner ul.list-related-items li .third-line,
.documenti.single-page .contents_right_inner ul.list-related-items li .first-line,
.documenti.single-page .contents_right_inner ul.list-related-items li .third-line,
.esposizioni.single-page .contents_left_inner ul.list-related-items li .first-line,
.esposizioni.single-page .contents_left_inner ul.list-related-items li .third-line,
.esposizioni.single-page .contents_right_inner ul.list-related-items li .first-line,
.esposizioni.single-page .contents_right_inner ul.list-related-items li .third-line {
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* line 131, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items li .second-line, .opere.single-page .contents_right_inner ul.list-related-items li .second-line,
.documenti.single-page .contents_left_inner ul.list-related-items li .second-line,
.documenti.single-page .contents_right_inner ul.list-related-items li .second-line,
.esposizioni.single-page .contents_left_inner ul.list-related-items li .second-line,
.esposizioni.single-page .contents_right_inner ul.list-related-items li .second-line {
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
}

/* line 136, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items li .third-line, .opere.single-page .contents_right_inner ul.list-related-items li .third-line,
.documenti.single-page .contents_left_inner ul.list-related-items li .third-line,
.documenti.single-page .contents_right_inner ul.list-related-items li .third-line,
.esposizioni.single-page .contents_left_inner ul.list-related-items li .third-line,
.esposizioni.single-page .contents_right_inner ul.list-related-items li .third-line {
  text-transform: unset;
}

/* line 139, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items li a, .opere.single-page .contents_right_inner ul.list-related-items li a,
.documenti.single-page .contents_left_inner ul.list-related-items li a,
.documenti.single-page .contents_right_inner ul.list-related-items li a,
.esposizioni.single-page .contents_left_inner ul.list-related-items li a,
.esposizioni.single-page .contents_right_inner ul.list-related-items li a {
  transition: opacity 0.3s ease;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner ul.list-related-items li a:hover, .opere.single-page .contents_right_inner ul.list-related-items li a:hover,
.documenti.single-page .contents_left_inner ul.list-related-items li a:hover,
.documenti.single-page .contents_right_inner ul.list-related-items li a:hover,
.esposizioni.single-page .contents_left_inner ul.list-related-items li a:hover,
.esposizioni.single-page .contents_right_inner ul.list-related-items li a:hover {
  opacity: 0.4;
}

/* line 144, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .single-page-block, .opere.single-page .contents_right_inner .single-page-block,
.documenti.single-page .contents_left_inner .single-page-block,
.documenti.single-page .contents_right_inner .single-page-block,
.esposizioni.single-page .contents_left_inner .single-page-block,
.esposizioni.single-page .contents_right_inner .single-page-block {
  margin-bottom: 30px;
}

/* line 145, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .single-page-block em, .opere.single-page .contents_right_inner .single-page-block em,
.documenti.single-page .contents_left_inner .single-page-block em,
.documenti.single-page .contents_right_inner .single-page-block em,
.esposizioni.single-page .contents_left_inner .single-page-block em,
.esposizioni.single-page .contents_right_inner .single-page-block em {
  color: black;
}

/* line 147, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .single-page-block_title, .opere.single-page .contents_right_inner .single-page-block_title,
.documenti.single-page .contents_left_inner .single-page-block_title,
.documenti.single-page .contents_right_inner .single-page-block_title,
.esposizioni.single-page .contents_left_inner .single-page-block_title,
.esposizioni.single-page .contents_right_inner .single-page-block_title {
  display: inline-block;
  width: unset !important;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .single-page-block_title span, .opere.single-page .contents_left_inner .single-page-block_title p, .opere.single-page .contents_right_inner .single-page-block_title span, .opere.single-page .contents_right_inner .single-page-block_title p,
.documenti.single-page .contents_left_inner .single-page-block_title span,
.documenti.single-page .contents_left_inner .single-page-block_title p,
.documenti.single-page .contents_right_inner .single-page-block_title span,
.documenti.single-page .contents_right_inner .single-page-block_title p,
.esposizioni.single-page .contents_left_inner .single-page-block_title span,
.esposizioni.single-page .contents_left_inner .single-page-block_title p,
.esposizioni.single-page .contents_right_inner .single-page-block_title span,
.esposizioni.single-page .contents_right_inner .single-page-block_title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 155, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .contents_left_inner .single-page-block_text, .opere.single-page .contents_right_inner .single-page-block_text,
.documenti.single-page .contents_left_inner .single-page-block_text,
.documenti.single-page .contents_right_inner .single-page-block_text,
.esposizioni.single-page .contents_left_inner .single-page-block_text,
.esposizioni.single-page .contents_right_inner .single-page-block_text {
  line-height: 120%;
}

/* line 166, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .language-switch,
.documenti.single-page .language-switch,
.esposizioni.single-page .language-switch {
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.4s ease;
}

/* line 171, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .language-switch span,
.documenti.single-page .language-switch span,
.esposizioni.single-page .language-switch span {
  opacity: 0.4;
}

/* line 172, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .language-switch span.current,
.documenti.single-page .language-switch span.current,
.esposizioni.single-page .language-switch span.current {
  opacity: 1;
}

/* line 176, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .fullscreen-button,
.documenti.single-page .fullscreen-button,
.esposizioni.single-page .fullscreen-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

/* line 182, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .fullscreen-button img,
.documenti.single-page .fullscreen-button img,
.esposizioni.single-page .fullscreen-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 176, app/assets/stylesheets/archive/single.css.scss */
  .opere.single-page .fullscreen-button,
.documenti.single-page .fullscreen-button,
.esposizioni.single-page .fullscreen-button {
    display: none;
  }
}

/* line 190, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page .fullscreen-button:hover,
.opere.single-page .language-switch:hover,
.documenti.single-page .fullscreen-button:hover,
.documenti.single-page .language-switch:hover,
.esposizioni.single-page .fullscreen-button:hover,
.esposizioni.single-page .language-switch:hover {
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-right .archive-header_main, .opere.single-page.fs-right .archive-header_controls, .opere.single-page.fs-left .archive-header_main, .opere.single-page.fs-left .archive-header_controls,
.documenti.single-page.fs-right .archive-header_main,
.documenti.single-page.fs-right .archive-header_controls,
.documenti.single-page.fs-left .archive-header_main,
.documenti.single-page.fs-left .archive-header_controls,
.esposizioni.single-page.fs-right .archive-header_main,
.esposizioni.single-page.fs-right .archive-header_controls,
.esposizioni.single-page.fs-left .archive-header_main,
.esposizioni.single-page.fs-left .archive-header_controls {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 209, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-left .contents,
.documenti.single-page.fs-left .contents,
.esposizioni.single-page.fs-left .contents {
  margin-top: 0;
}

/* line 211, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-left .contents_right,
.documenti.single-page.fs-left .contents_right,
.esposizioni.single-page.fs-left .contents_right {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 217, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-left .contents_left,
.documenti.single-page.fs-left .contents_left,
.esposizioni.single-page.fs-left .contents_left {
  width: 100%;
}

/* line 225, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-right .contents,
.documenti.single-page.fs-right .contents,
.esposizioni.single-page.fs-right .contents {
  margin-top: 0;
}

/* line 228, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-right .contents_left,
.documenti.single-page.fs-right .contents_left,
.esposizioni.single-page.fs-right .contents_left {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 234, app/assets/stylesheets/archive/single.css.scss */
.opere.single-page.fs-right .contents_right,
.documenti.single-page.fs-right .contents_right,
.esposizioni.single-page.fs-right .contents_right {
  width: 100%;
  top: 0;
  height: 100vh;
  padding: 0;
}

@media screen and (max-width: 575px) {
  /* line 247, app/assets/stylesheets/archive/single.css.scss */
  .opere.single-page .contents,
.documenti.single-page .contents,
.esposizioni.single-page .contents {
    margin-top: 114px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 251, app/assets/stylesheets/archive/single.css.scss */
  .opere.single-page .contents_right, .opere.single-page .contents_left,
.documenti.single-page .contents_right,
.documenti.single-page .contents_left,
.esposizioni.single-page .contents_right,
.esposizioni.single-page .contents_left {
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/archive/single.css.scss */
  .opere.single-page .contents_right,
.documenti.single-page .contents_right,
.esposizioni.single-page .contents_right {
    height: 70vh;
    position: relative;
    top: 0;
  }
}

/* line 96, app/assets/stylesheets/master.css.scss */
.custom_page-page {
  background: #f2f2f0 !important;
}

/* line 3, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f2f2f0;
}

/* line 9, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_main, .custom_page-page .archive-header_controls {
  transition: all 0.3s ease;
  height: 96px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* line 16, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_main_left, .custom_page-page .archive-header_main_right, .custom_page-page .archive-header_controls_left, .custom_page-page .archive-header_controls_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 23, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_main_right, .custom_page-page .archive-header_controls_right {
  background: white;
}

/* line 28, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_controls {
  height: 48px;
}

/* line 31, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_controls_left_inner, .custom_page-page .archive-header_controls_right_inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
}

/* line 38, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_controls_left_inner span, .custom_page-page .archive-header_controls_right_inner span {
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_controls_left .arrow, .custom_page-page .archive-header_controls_right .arrow {
  position: relative;
  margin: 0 8px;
}

/* line 43, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_controls_left .arrow-mirror, .custom_page-page .archive-header_controls_right .arrow-mirror {
  transform: scaleX(-1);
}

/* line 47, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header_controls_right {
  text-align: right;
  direction: rtl;
}

/* line 52, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header .back-button-archive {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  opacity: 1;
  z-index: 100000;
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page .archive-header .back-button-archive:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header .back-button-archive {
    width: 20px;
    height: 20px;
  }
}

/* line 67, app/assets/stylesheets/archive/header.css.scss */
.custom_page-page.index-page .archive-header_main_right {
  background: #f2f2f0;
  border-left: 1px solid #000;
}

@media (max-width: 480px) {
  /* line 75, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header_main {
    height: 64px;
  }
  /* line 77, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header_main_right {
    display: none;
  }
  /* line 80, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header_main_left {
    width: 100%;
  }
  /* line 85, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header_controls_right, .custom_page-page .archive-header_controls_left {
    background: #f2f2f0;
  }
  /* line 87, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header_controls_right_inner, .custom_page-page .archive-header_controls_left_inner {
    padding: 0 0px;
  }
  /* line 89, app/assets/stylesheets/archive/header.css.scss */
  .custom_page-page .archive-header_controls_right_inner span, .custom_page-page .archive-header_controls_left_inner span {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents {
  margin-top: 146px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
}

/* line 7, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left, .custom_page-page .contents_right {
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
}

/* line 12, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_right {
  background-color: white;
  position: sticky;
  top: 146px;
  height: calc(100vh - 146px);
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner, .custom_page-page .contents_right_inner {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 5%;
  width: 95%;
  height: auto;
  overflow: hidden;
  padding-top: 54px;
  padding-bottom: 128px;
}

@media (max-width: 1100px) {
  /* line 21, app/assets/stylesheets/archive/single.css.scss */
  .custom_page-page .contents_left_inner, .custom_page-page .contents_right_inner {
    width: calc(100% - 40px);
    left: 20px;
  }
}

/* line 47, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .label, .custom_page-page .contents_right_inner .label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .label span, .custom_page-page .contents_left_inner .label p, .custom_page-page .contents_right_inner .label span, .custom_page-page .contents_right_inner .label p {
  margin: 0 !important;
  font-size: 10px !important;
  padding: 0 !important;
}

/* line 51, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .h1.title, .custom_page-page .contents_right_inner .h1.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 32px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .h1.title span, .custom_page-page .contents_left_inner .h1.title p, .custom_page-page .contents_right_inner .h1.title span, .custom_page-page .contents_right_inner .h1.title p {
  margin: 0 !important;
  font-size: 32px !important;
  padding: 0 !important;
}

/* line 54, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .subtitle, .custom_page-page .contents_right_inner .subtitle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 56px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .subtitle span, .custom_page-page .contents_left_inner .subtitle p, .custom_page-page .contents_right_inner .subtitle span, .custom_page-page .contents_right_inner .subtitle p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 58, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .text-left, .custom_page-page .contents_right_inner .text-left {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 60%;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .text-left ul, .custom_page-page .contents_right_inner .text-left ul {
  position: relative;
  top: -24px;
}

/* line 66, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .text-left ul li, .custom_page-page .contents_right_inner .text-left ul li {
  margin: 6px 0;
}

/* line 71, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .h4.title, .custom_page-page .contents_right_inner .h4.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 24px !important;
  padding-bottom: 4px !important;
  line-height: 24px;
  border-bottom: 1px solid #000;
  display: inline;
  margin-bottom: 250px !important;
  margin-top: 25px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .h4.title span, .custom_page-page .contents_left_inner .h4.title p, .custom_page-page .contents_right_inner .h4.title span, .custom_page-page .contents_right_inner .h4.title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 82, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner p.text, .custom_page-page .contents_left_inner p, .custom_page-page .contents_left_inner .single-page-block_text p, .custom_page-page .contents_right_inner p.text, .custom_page-page .contents_right_inner p, .custom_page-page .contents_right_inner .single-page-block_text p {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  font-size: 16px !important;
  display: block;
  color: #000;
  text-align: left;
  letter-spacing: 0px;
  line-height: 120%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner p.text span, .custom_page-page .contents_left_inner p.text p, .custom_page-page .contents_left_inner p span, .custom_page-page .contents_left_inner p p, .custom_page-page .contents_left_inner .single-page-block_text p span, .custom_page-page .contents_left_inner .single-page-block_text p p, .custom_page-page .contents_right_inner p.text span, .custom_page-page .contents_right_inner p.text p, .custom_page-page .contents_right_inner p span, .custom_page-page .contents_right_inner p p, .custom_page-page .contents_right_inner .single-page-block_text p span, .custom_page-page .contents_right_inner .single-page-block_text p p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 94, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .info, .custom_page-page .contents_right_inner .info {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  margin-top: 0px;
  display: block;
}

/* line 102, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .text-left .label, .custom_page-page .contents_left_inner .text-right .label, .custom_page-page .contents_right_inner .text-left .label, .custom_page-page .contents_right_inner .text-right .label {
  margin-top: 32px;
  margin-bottom: 10px;
}

/* line 107, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .text-left ul, .custom_page-page .contents_left_inner .text-right ul, .custom_page-page .contents_right_inner .text-left ul, .custom_page-page .contents_right_inner .text-right ul {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 32px 0;
}

/* line 114, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .text-right, .custom_page-page .contents_right_inner .text-right {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 30%;
  margin-left: 4.5%;
  font-size: 16px;
}

/* line 121, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items, .custom_page-page .contents_right_inner ul.list-related-items {
  margin: 0 !important;
}

/* line 123, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items li, .custom_page-page .contents_right_inner ul.list-related-items li {
  margin: 0 0 10px;
}

/* line 125, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items li .first-line, .custom_page-page .contents_left_inner ul.list-related-items li .third-line, .custom_page-page .contents_right_inner ul.list-related-items li .first-line, .custom_page-page .contents_right_inner ul.list-related-items li .third-line {
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* line 131, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items li .second-line, .custom_page-page .contents_right_inner ul.list-related-items li .second-line {
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
}

/* line 136, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items li .third-line, .custom_page-page .contents_right_inner ul.list-related-items li .third-line {
  text-transform: unset;
}

/* line 139, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items li a, .custom_page-page .contents_right_inner ul.list-related-items li a {
  transition: opacity 0.3s ease;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner ul.list-related-items li a:hover, .custom_page-page .contents_right_inner ul.list-related-items li a:hover {
  opacity: 0.4;
}

/* line 144, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .single-page-block, .custom_page-page .contents_right_inner .single-page-block {
  margin-bottom: 30px;
}

/* line 145, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .single-page-block em, .custom_page-page .contents_right_inner .single-page-block em {
  color: black;
}

/* line 147, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .single-page-block_title, .custom_page-page .contents_right_inner .single-page-block_title {
  display: inline-block;
  width: unset !important;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .single-page-block_title span, .custom_page-page .contents_left_inner .single-page-block_title p, .custom_page-page .contents_right_inner .single-page-block_title span, .custom_page-page .contents_right_inner .single-page-block_title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 155, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .contents_left_inner .single-page-block_text, .custom_page-page .contents_right_inner .single-page-block_text {
  line-height: 120%;
}

/* line 166, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .language-switch {
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.4s ease;
}

/* line 171, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .language-switch span {
  opacity: 0.4;
}

/* line 172, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .language-switch span.current {
  opacity: 1;
}

/* line 176, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .fullscreen-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

/* line 182, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .fullscreen-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 176, app/assets/stylesheets/archive/single.css.scss */
  .custom_page-page .fullscreen-button {
    display: none;
  }
}

/* line 190, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page .fullscreen-button:hover,
.custom_page-page .language-switch:hover {
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-right .archive-header_main, .custom_page-page.fs-right .archive-header_controls, .custom_page-page.fs-left .archive-header_main, .custom_page-page.fs-left .archive-header_controls {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 209, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-left .contents {
  margin-top: 0;
}

/* line 211, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-left .contents_right {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 217, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-left .contents_left {
  width: 100%;
}

/* line 225, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-right .contents {
  margin-top: 0;
}

/* line 228, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-right .contents_left {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 234, app/assets/stylesheets/archive/single.css.scss */
.custom_page-page.fs-right .contents_right {
  width: 100%;
  top: 0;
  height: 100vh;
  padding: 0;
}

@media screen and (max-width: 575px) {
  /* line 247, app/assets/stylesheets/archive/single.css.scss */
  .custom_page-page .contents {
    margin-top: 114px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 251, app/assets/stylesheets/archive/single.css.scss */
  .custom_page-page .contents_right, .custom_page-page .contents_left {
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/archive/single.css.scss */
  .custom_page-page .contents_right {
    height: 70vh;
    position: relative;
    top: 0;
  }
}

/* line 1, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 8, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item {
  width: 100%;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_info {
  position: relative;
}

/* line 19, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_info_title {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

/* line 25, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_info .message-popup {
  position: absolute;
  width: 300px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 31, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_info .message-popup p {
  color: inherit;
  font-size: inherit !important;
  margin: 0 !important;
}

/* line 38, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 16px);
  max-width: calc(100% - 112px);
  max-height: 100%;
  width: 100%;
  flex-direction: column;
}

/* line 48, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner img {
  max-height: calc(100% - 200px);
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 57, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida {
  margin-top: 12px;
  width: 100%;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: italic;
  flex-wrap: wrap;
}

/* line 66, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida_txt, .custom_page-page .photo-slider_item_inner_dida_ph {
  text-align: center;
  width: 100%;
  margin: 0;
}

/* line 71, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida_txt {
  order: 1;
}

/* line 73, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida_txt p {
  color: inherit;
  font-size: inherit !important;
}

/* line 78, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida_ph {
  order: 0;
}

/* line 81, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida.dida-centered {
  justify-content: center;
  text-align: center;
}

/* line 85, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_ph, .custom_page-page .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_txt {
  margin: 0;
}

/* line 91, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner.video-content {
  width: 100%;
}

/* line 93, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner.video-content div {
  width: 100%;
}

/* line 94, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner.video-content iframe {
  width: 100%;
}

/* line 97, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider_item_inner.video-content p {
  display: none;
}

/* line 104, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .photo-slider_item:not(.slick-slide) {
  height: 100%;
}

/* line 107, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .slick-list {
  height: 100%;
}

/* line 110, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .slick-track {
  display: flex;
  height: 100%;
}

/* line 114, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .slick-track .slick-slide {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* line 120, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .arrow {
  position: absolute;
  top: 50%;
  height: 23px;
  z-index: 2000;
}

/* line 125, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .arrow.arrow-next {
  right: 10px;
  transform: translate(0, -50%);
}

/* line 129, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page .photo-slider .arrow.arrow-prev {
  left: 10px;
  transform: translate(0, -50%) scale(-1);
}

/* line 136, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right {
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item {
  max-height: 100vh;
  padding: 0 20px;
}

/* line 141, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner {
  position: relative;
  max-height: 100%;
  max-width: calc(100% - 100px);
  height: unset;
  width: unset;
}

/* line 147, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner img {
  -o-object-fit: unset;
     object-fit: unset;
  max-height: 100%;
}

/* line 152, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 16px 16px;
  width: calc(100% - 32px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 78%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  align-items: flex-end;
}

/* line 162, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph {
  width: 50%;
}

/* line 166, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt {
  order: 0;
  text-align: left;
}

/* line 170, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph {
  order: 1;
  text-align: right;
}

/* line 174, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div, .custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div em {
  color: white !important;
}

/* line 178, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:not(.video-content) .dida-centered.dida-inside {
  justify-content: space-between;
}

/* line 186, app/assets/stylesheets/archive/images_gallery.css.scss */
.custom_page-page.fs-right .photo-slider_item_inner:hover .photo-slider_item_inner_dida {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  /* line 194, app/assets/stylesheets/archive/images_gallery.css.scss */
  .custom_page-page .photo-slider_item_inner img {
    max-height: calc(100% - 90px);
  }
}

/* line 2, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page .contents {
  margin-top: 96px;
}

/* line 5, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page .contents_right {
  top: 90px !important;
  min-height: calc(100vh - 96px);
}

/* line 10, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page .contents_left_inner .single-page-block_text p {
  line-height: 1.2 !important;
}

/* line 16, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page .colophon-page .contents_right_inner .single-page-block_text p {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* line 22, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page h1 {
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  /* line 22, app/assets/stylesheets/pages/custom_pages.css.scss */
  .custom_page-page h1 {
    font-size: 40px;
  }
}

/* line 30, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page h3 {
  font-size: 22px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 20px 0 10px;
}

/* line 36, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page p {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}

/* line 42, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page .single-page-block_text {
  padding-right: 5%;
}

/* line 46, app/assets/stylesheets/pages/custom_pages.css.scss */
.custom_page-page .custom_page-page .archive-header_main_right, .custom_page-page .custom_page-page .archive-header_controls_right {
  backgrund: unset;
}

@media screen and (max-width: 575px) {
  /* line 52, app/assets/stylesheets/pages/custom_pages.css.scss */
  .custom_page-page .contents {
    margin-top: 64px;
  }
  /* line 55, app/assets/stylesheets/pages/custom_pages.css.scss */
  .custom_page-page .contents_right {
    top: 0px !important;
    min-height: calc(100vh - 64px);
  }
}

/* line 108, app/assets/stylesheets/master.css.scss */
.narrazione, .narrative {
  /*
=========================
 @Menu
=========================
*/
}

@media (max-width: 960px) {
  /* line 5, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .btn-menu-container, .narrative .btn-menu-container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 960px) and (max-width: 900px) and (orientation: landscape) {
  /* line 5, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .btn-menu-container, .narrative .btn-menu-container {
    width: 100%;
    background-color: transparent;
    position: absolute !important;
    left: 0;
    top: 0;
  }
}

@media (max-width: 960px) {
  /* line 21, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .container-screen, .narrative .container-screen {
    width: 100%;
    left: 0;
  }
  /* line 26, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo .photo-center, .narrative .section-photo .photo-center {
    display: none;
  }
  /* line 29, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo .text-container, .narrative .section-photo .text-container {
    margin-top: 72px;
    left: 10%;
    width: 80%;
    text-align: center;
  }
  /* line 34, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo .text-container .photo-in-text, .narrative .section-photo .text-container .photo-in-text {
    display: block;
    width: auto;
  }
  /* line 43, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 110px;
  }
  /* line 48, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .btn-menu-container, .narrative .btn-menu-container {
    width: 100vw;
  }
  /* line 50, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .btn-menu-container h4, .narrative .btn-menu-container h4 {
    font-size: 32px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 61, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .photo-in-text, .narrative .photo-in-text {
    margin-bottom: 50px;
  }
}

@media (max-width: 3000px) {
  /* line 64, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 250px;
  }
  /* line 65, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 200px !important;
  }
}

@media (max-width: 2000px) {
  /* line 68, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 180px;
  }
  /* line 69, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 160px !important;
  }
}

@media (max-width: 1400px) {
  /* line 72, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 140px;
  }
  /* line 73, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 120px !important;
  }
}

@media (max-width: 1280px) {
  /* line 76, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 140px;
  }
  /* line 77, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 120px !important;
  }
}

@media (max-width: 1024px) {
  /* line 80, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 130px;
  }
  /* line 81, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 112px !important;
  }
}

@media (max-width: 900px) {
  /* line 84, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 110px;
  }
  /* line 85, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 100px !important;
  }
}

@media (max-width: 750px) {
  /* line 89, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 97px;
  }
  /* line 90, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 90px !important;
  }
}

@media (max-width: 650px) {
  /* line 93, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 80px;
  }
  /* line 94, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 70px !important;
  }
}

@media (max-width: 550px) {
  /* line 99, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 73px;
  }
  /* line 100, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 60px !important;
  }
  /* line 102, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section p, .narrative .section p {
    line-height: 120%;
    width: 95%;
  }
  /* line 104, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .photo-in-text, .narrative .photo-in-text {
    height: unset !important;
  }
  /* line 108, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo .text-container, .narrative .section-photo .text-container {
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 480px) {
  /* line 117, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 55px;
  }
  /* line 118, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .links-anchor, .narrative .text-center .links-anchor {
    display: none;
  }
  /* line 120, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 50px !important;
  }
  /* line 121, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo, .narrative .section-photo {
    padding-top: 20px;
  }
  /* line 124, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .container-screen .text-description, .narrazione .container-screen p, .narrative .container-screen .text-description, .narrative .container-screen p {
    font-size: 18px;
  }
  /* line 127, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .container-screen, .narrative .container-screen {
    width: 90%;
    left: 5%;
  }
  /* line 131, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo .text-container .title, .narrative .section-photo .text-container .title {
    font-size: 42px;
  }
  /* line 134, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .section-photo .text-container p, .narrazione .section-photo .text-container .text, .narrative .section-photo .text-container p, .narrative .section-photo .text-container .text {
    font-size: 20px;
  }
  /* line 137, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .scroll-hint p, .narrative .scroll-hint p {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  /* line 142, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .text-center .h1, .narrative .text-center .h1 {
    font-size: 46px;
  }
  /* line 143, app/assets/stylesheets/home/index-responsive.css.scss */
  .narrazione .h1.first-title, .narrative .h1.first-title {
    font-size: 38px !important;
  }
}

/* line 18, app/assets/stylesheets/menu.css.scss */
.narrazione .link-disabled, .narrative .link-disabled {
  pointer-events: none !important;
}

/* line 21, app/assets/stylesheets/menu.css.scss */
.narrazione a.link, .narrazione .link, .narrative a.link, .narrative .link {
  transition: all 0.4s ease;
}

/* line 22, app/assets/stylesheets/menu.css.scss */
.narrazione a.link:hover, .narrazione .link:hover, .narrative a.link:hover, .narrative .link:hover {
  opacity: 0.4;
}

/* line 24, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container, .narrazione .home-info-link, .narrative .home-btn-container, .narrative .home-info-link {
  position: fixed !important;
  width: 48vw;
  text-align: center;
  z-index: 2000;
  cursor: pointer;
  transition: all 0.4s ease;
}

/* line 31, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container .h4, .narrazione .home-info-link .h4, .narrative .home-btn-container .h4, .narrative .home-info-link .h4 {
  color: #fff;
  text-transform: lowercase;
}

/* line 35, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container .crumbs, .narrazione .home-info-link .crumbs, .narrative .home-btn-container .crumbs, .narrative .home-info-link .crumbs {
  position: relative;
  top: 0;
  margin: 8px auto;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 43, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container.top-left, .narrazione .home-info-link.top-left, .narrative .home-btn-container.top-left, .narrative .home-info-link.top-left {
  top: 32px;
  left: 0;
}

/* line 44, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container.top-right, .narrazione .home-info-link.top-right, .narrative .home-btn-container.top-right, .narrative .home-info-link.top-right {
  top: 32px;
  right: 0;
}

/* line 45, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container.bottom-left, .narrazione .home-info-link.bottom-left, .narrative .home-btn-container.bottom-left, .narrative .home-info-link.bottom-left {
  bottom: 32px;
  left: 0;
}

/* line 46, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container.bottom-right, .narrazione .home-info-link.bottom-right, .narrative .home-btn-container.bottom-right, .narrative .home-info-link.bottom-right {
  bottom: 32px;
  right: 0;
}

/* line 50, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container img, .narrative .home-btn-container img {
  height: 32px;
}

/* line 53, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container .h4, .narrative .home-btn-container .h4 {
  transition: opacity 0.4s ease;
}

/* line 56, app/assets/stylesheets/menu.css.scss */
.narrazione .home-btn-container:hover .h4, .narrative .home-btn-container:hover .h4 {
  opacity: 0.4;
}

/* line 59, app/assets/stylesheets/menu.css.scss */
.narrazione .home-info-link:hover, .narrative .home-info-link:hover {
  opacity: 0.4;
}

/* line 62, app/assets/stylesheets/menu.css.scss */
.narrazione .home-info-link, .narrative .home-info-link {
  z-index: 100;
}

/* line 66, app/assets/stylesheets/menu.css.scss */
.narrazione .home-hamburger, .narrative .home-hamburger {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
  transition: opacity 0.4s ease;
  z-index: 1010;
}

/* line 75, app/assets/stylesheets/menu.css.scss */
.narrazione .home-hamburger img, .narrative .home-hamburger img {
  height: 100%;
  width: 100%;
}

/* line 79, app/assets/stylesheets/menu.css.scss */
.narrazione .home-hamburger:hover, .narrative .home-hamburger:hover {
  opacity: 0.4;
}

/* line 83, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile, .narrative .home-menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  z-index: 1020;
}

/* line 94, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile .close-menu-mobile, .narrative .home-menu-mobile .close-menu-mobile {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  z-index: 1030;
}

/* line 101, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile .close-menu-mobile img, .narrative .home-menu-mobile .close-menu-mobile img {
  height: 100%;
  width: 100%;
}

/* line 106, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile ul.home-menu-mobile_list, .narrative .home-menu-mobile ul.home-menu-mobile_list {
  font-size: 32px;
  margin-bottom: 20px;
}

/* line 109, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile ul.home-menu-mobile_list li, .narrative .home-menu-mobile ul.home-menu-mobile_list li {
  display: block;
  width: 200px;
  margin: 0 auto 5px;
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile .language-switch a, .narrazione .home-menu-mobile .language-switch div, .narrative .home-menu-mobile .language-switch a, .narrative .home-menu-mobile .language-switch div {
  color: #000;
  font-size: 24px;
}

/* line 118, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile .language-switch span, .narrative .home-menu-mobile .language-switch span {
  opacity: 0.4;
}

/* line 119, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile .language-switch span.current, .narrative .home-menu-mobile .language-switch span.current {
  opacity: 1;
}

/* line 120, app/assets/stylesheets/menu.css.scss */
.narrazione .home-menu-mobile .language-switch:hover, .narrative .home-menu-mobile .language-switch:hover {
  opacity: 0.3;
}

/* line 126, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-lang, .narrative .menu-btn-lang {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2000;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* line 134, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-lang span, .narrative .menu-btn-lang span {
  opacity: 0.4;
}

/* line 135, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-lang span.current, .narrative .menu-btn-lang span.current {
  opacity: 1;
}

/* line 136, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-lang:hover, .narrative .menu-btn-lang:hover {
  opacity: 0.3;
}

/* line 139, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-top, .narrative .menu-btn-top {
  top: 0;
  padding-top: 32px;
  width: 100%;
  text-align: center;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  /* line 139, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-top, .narrative .menu-btn-top {
    padding-top: 32px;
  }
}

@media (max-width: 360px) {
  /* line 146, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-top h4, .narrative .menu-btn-top h4 {
    font-size: 26px;
    padding-top: 3px;
  }
}

/* line 148, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-top:hover, .narrative .menu-btn-top:hover {
  opacity: 0.3;
}

/* line 154, app/assets/stylesheets/menu.css.scss */
.narrazione .btn-menu img, .narrative .btn-menu img {
  vertical-align: sub;
}

/* line 157, app/assets/stylesheets/menu.css.scss */
.narrazione .btn-menu-link, .narrative .btn-menu-link {
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-others, .narrative .menu-btn-others {
  position: fixed;
  bottom: 65px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
}

/* line 173, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-others .js-open-menu, .narrative .menu-btn-others .js-open-menu {
  padding: 0 25px;
  width: 50%;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  transition: opacity 0.4s ease;
}

/* line 181, app/assets/stylesheets/menu.css.scss */
.narrazione .menu-btn-others .js-open-menu:hover, .narrative .menu-btn-others .js-open-menu:hover {
  opacity: 0.4;
}

@media (max-width: 450px) {
  /* line 187, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-others, .narrative .menu-btn-others {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 191, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-others .js-open-menu, .narrative .menu-btn-others .js-open-menu {
    width: 80%;
  }
  /* line 194, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-others .js-open-menu:first-child, .narrative .menu-btn-others .js-open-menu:first-child {
    margin-bottom: 5px;
  }
}

/* line 209, app/assets/stylesheets/menu.css.scss */
.narrazione .narrazione .crumbs, .narrative .narrazione .crumbs {
  position: absolute;
  top: 60px;
  margin: 8px auto;
  width: 100%;
  text-align: center;
}

/* line 214, app/assets/stylesheets/menu.css.scss */
.narrazione .narrazione .crumbs a.link, .narrative .narrazione .crumbs a.link {
  transition: all 0.4s ease;
}

/* line 215, app/assets/stylesheets/menu.css.scss */
.narrazione .narrazione .crumbs a.link:hover, .narrative .narrazione .crumbs a.link:hover {
  opacity: 0.3;
}

/* line 217, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .crumbs, .narrative .left-paper .crumbs {
  position: absolute;
  top: 60px;
  margin: 8px auto;
  width: 100%;
  text-align: center;
}

/* line 222, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .crumbs a.link, .narrative .left-paper .crumbs a.link {
  transition: all 0.4s ease;
}

/* line 223, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .crumbs a.link:hover, .narrative .left-paper .crumbs a.link:hover {
  opacity: 0.3;
}

/* line 284, app/assets/stylesheets/menu.css.scss */
.narrazione .right-paper, .narrative .right-paper {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  min-height: 100%;
  background: #fff;
  z-index: 2000;
  transform: translateX(-100%);
}

@media (max-width: 960px) {
  /* line 284, app/assets/stylesheets/menu.css.scss */
  .narrazione .right-paper, .narrative .right-paper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

/* line 297, app/assets/stylesheets/menu.css.scss */
.narrazione .right-paper.cover-narrazione, .narrative .right-paper.cover-narrazione {
  z-index: 1010;
  transform: translateX(100%) !important;
  position: fixed;
  height: 100%;
  overflow: hidden;
}

/* line 303, app/assets/stylesheets/menu.css.scss */
.narrazione .right-paper.cover-narrazione img, .narrative .right-paper.cover-narrazione img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 314, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper, .narrative .left-paper {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 2000;
  transform: translateX(-100%);
}

@media (max-width: 960px) {
  /* line 314, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper, .narrative .left-paper {
    width: 100%;
  }
}

/* line 324, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .back-menu-btn, .narrative .left-paper .back-menu-btn {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 42px;
  height: auto;
  cursor: pointer;
  z-index: 2001;
  transition: opacity 0.3s ease;
}

/* line 330, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .back-menu-btn img, .narrative .left-paper .back-menu-btn img {
  width: 100%;
  height: auto;
}

/* line 333, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .back-menu-btn:hover, .narrative .left-paper .back-menu-btn:hover {
  opacity: 0.3;
}

/* line 337, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .home-menu-btn, .narrative .left-paper .home-menu-btn {
  position: absolute;
  top: 30px;
  right: 32px;
  width: 38px;
  height: auto;
  cursor: pointer;
  z-index: 2001;
  transition: opacity 0.3s ease;
}

/* line 343, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .home-menu-btn img, .narrative .left-paper .home-menu-btn img {
  width: 100%;
  height: auto;
}

/* line 346, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .home-menu-btn:hover, .narrative .left-paper .home-menu-btn:hover {
  opacity: 0.3;
}

@media (max-width: 550px) {
  /* line 351, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .back-menu-btn, .narrative .left-paper .back-menu-btn {
    left: 12px;
  }
  /* line 352, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .home-menu-btn, .narrative .left-paper .home-menu-btn {
    right: 12px;
    top: 4px;
  }
}

/* line 355, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .btn-menu-container, .narrative .left-paper .btn-menu-container {
  position: absolute;
}

/* line 357, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .btn-menu-container h4, .narrative .left-paper .btn-menu-container h4 {
  color: #000 !important;
}

/* line 360, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul, .narrative .left-paper ul {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  top: 112px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc( 100vh - 164px);
}

@media (max-width: 550px) {
  /* line 360, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper ul, .narrative .left-paper ul {
    max-height: calc( 100vh - 180px);
  }
}

/* line 375, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul.menu-list, .narrative .left-paper ul.menu-list {
  top: calc(50% - 14px);
  transform: translateY(-50%);
  overflow: hidden;
  display: none;
}

@media (max-width: 960px) {
  /* line 375, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper ul.menu-list, .narrative .left-paper ul.menu-list {
    top: 50%;
  }
}

/* line 385, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul li, .narrative .left-paper ul li {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 389, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul li a, .narrative .left-paper ul li a {
  font-size: 7vw;
  font-family: "PlantinMTStd-Regular";
  line-height: 100%;
  transition: opacity 0.3s ease;
}

/* line 394, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul li a:hover, .narrative .left-paper ul li a:hover {
  opacity: 0.3;
}

@media (max-width: 960px) {
  /* line 389, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper ul li a, .narrative .left-paper ul li a {
    font-size: 14vw;
  }
}

/* line 402, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul li.after-line, .narrative .left-paper ul li.after-line {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 405, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul li.after-line:after, .narrative .left-paper ul li.after-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 1px;
  background-color: black;
}

/* line 416, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper ul.menu-list_small li a, .narrative .left-paper ul.menu-list_small li a {
  font-size: 3vw;
}

@media screen and (max-width: 575px) {
  /* line 416, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper ul.menu-list_small li a, .narrative .left-paper ul.menu-list_small li a {
    font-size: 9vw;
  }
}

/* line 425, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .list-indice li, .narrative .left-paper .list-indice li {
  text-align: left;
  margin: 12px 0 12px 6%;
  padding-right: 4%;
}

/* line 430, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .list-indice li a, .narrative .left-paper .list-indice li a {
  font-family: RectaRegular;
  font-size: 32px;
  float: left;
  line-height: 120%;
}

/* line 436, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .list-indice li a span, .narrative .left-paper .list-indice li a span {
  text-indent: 0px;
}

@media (max-width: 1024px) {
  /* line 430, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .list-indice li a, .narrative .left-paper .list-indice li a {
    font-size: 27px;
    overflow: hidden;
  }
}

@media (max-width: 350px) {
  /* line 430, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .list-indice li a, .narrative .left-paper .list-indice li a {
    font-size: 24px;
  }
}

/* line 450, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper .list-indice li:last-child, .narrative .left-paper .list-indice li:last-child {
  margin-bottom: 120px !important;
}

@media (max-width: 550px) {
  /* line 455, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .list-indice, .narrative .left-paper .list-indice {
    top: 100px;
  }
  /* line 457, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .list-indice li, .narrative .left-paper .list-indice li {
    margin: 6px 6px;
    font-size: 13px;
  }
}

/* line 465, app/assets/stylesheets/menu.css.scss */
.narrazione .paper-beige, .narrative .paper-beige {
  background: #f2f2f0;
}

/* line 470, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper.paper-beige .list-indice li, .narrative .left-paper.paper-beige .list-indice li {
  overflow: hidden;
}

/* line 476, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper.left-narrazione .list-indice li, .narrative .left-paper.left-narrazione .list-indice li {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 483, app/assets/stylesheets/menu.css.scss */
.narrazione .btn-lang .h4, .narrative .btn-lang .h4 {
  color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.3s ease;
}

/* line 486, app/assets/stylesheets/menu.css.scss */
.narrazione .btn-lang .h4 span.current, .narrazione .btn-lang .h4 span:hover, .narrative .btn-lang .h4 span.current, .narrative .btn-lang .h4 span:hover {
  color: #fff;
}

/* line 490, app/assets/stylesheets/menu.css.scss */
.narrazione .btn-lang_black .h4 span.current, .narrazione .btn-lang_black .h4 span:hover, .narrative .btn-lang_black .h4 span.current, .narrative .btn-lang_black .h4 span:hover {
  color: #000;
}

/* line 495, app/assets/stylesheets/menu.css.scss */
.narrazione .menu .btn-lang .h4, .narrative .menu .btn-lang .h4 {
  transition: opacity 0.3s ease;
}

/* line 496, app/assets/stylesheets/menu.css.scss */
.narrazione .menu .btn-lang .h4 span, .narrative .menu .btn-lang .h4 span {
  color: rgba(0, 0, 0, 0.4) !important;
  transition: color 0.5s ease;
}

/* line 501, app/assets/stylesheets/menu.css.scss */
.narrazione .menu .btn-lang .h4 span.current, .narrazione .menu .btn-lang .h4 span:hover, .narrative .menu .btn-lang .h4 span.current, .narrative .menu .btn-lang .h4 span:hover {
  color: #000 !important;
}

/* line 507, app/assets/stylesheets/menu.css.scss */
.narrazione .last-yeld .btn-menu, .narrative .last-yeld .btn-menu {
  display: none;
}

/* line 512, app/assets/stylesheets/menu.css.scss */
.narrazione .left-narrazione, .narrative .left-narrazione {
  background: #f2f2f0;
}

/* line 521, app/assets/stylesheets/menu.css.scss */
.narrazione .left-paper-opened, .narrative .left-paper-opened {
  transform: translateX(0%);
  position: relative;
  z-index: 10;
}

/* line 530, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-right, .narrative .nested-right {
  position: relative;
}

@media (max-width: 960px) {
  /* line 530, app/assets/stylesheets/menu.css.scss */
  .narrazione .nested-right, .narrative .nested-right {
    height: auto !important;
  }
}

/* line 538, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-left, .narrative .nested-left {
  position: fixed;
  z-index: 1000;
}

@media (max-width: 960px) {
  /* line 538, app/assets/stylesheets/menu.css.scss */
  .narrazione .nested-left, .narrative .nested-left {
    display: none;
  }
}

/* line 545, app/assets/stylesheets/menu.css.scss */
.narrazione .left-index-opened, .narrative .left-index-opened {
  transform: translateX(0%);
}

/* line 552, app/assets/stylesheets/menu.css.scss */
.narrazione .right-paper-opened, .narrative .right-paper-opened {
  transform: translateX(100%);
  height: 100vh;
}

@media (max-width: 960px) {
  /* line 552, app/assets/stylesheets/menu.css.scss */
  .narrazione .right-paper-opened, .narrative .right-paper-opened {
    position: relative;
    width: 100%;
    height: 100vh;
    transform: none;
    z-index: 8;
  }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  /* line 552, app/assets/stylesheets/menu.css.scss */
  .narrazione .right-paper-opened, .narrative .right-paper-opened {
    margin-top: 95px;
  }
}

@media (max-width: 550px) {
  /* line 552, app/assets/stylesheets/menu.css.scss */
  .narrazione .right-paper-opened, .narrative .right-paper-opened {
    min-height: 400px !important;
  }
}

/* line 570, app/assets/stylesheets/menu.css.scss */
.narrazione .right-nested-opened, .narrative .right-nested-opened {
  position: relative;
  display: block;
}

/* line 574, app/assets/stylesheets/menu.css.scss */
.narrazione .title-right, .narrative .title-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  font-size: 32px;
  z-index: 10000000;
  text-align: center;
  font-family: RectaRegular;
  padding: 32px 0;
  background: #fff;
}

@media (max-width: 960px) {
  /* line 574, app/assets/stylesheets/menu.css.scss */
  .narrazione .title-right, .narrative .title-right {
    display: none;
  }
}

/* line 588, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list, .narrative .nested-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #f2f2f0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 595, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested, .narrative .nested-list li.text-nested {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto;
  padding: 120px 0 32px 0;
  margin: 0 0 64px 0;
  background: #fff;
}

/* line 601, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container, .narrative .nested-list li.text-nested .container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 66%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 130%;
}

/* line 608, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container p, .narrative .nested-list li.text-nested .container p {
  color: #000;
}

/* line 611, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container h3, .narrative .nested-list li.text-nested .container h3 {
  position: relative;
  display: block;
  margin-top: 72px;
  font-family: "PlantinMTStd-Regular";
  font-size: 24px;
  text-align: center;
}

/* line 617, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container h3:before, .narrazione .nested-list li.text-nested .container h3:after, .narrative .nested-list li.text-nested .container h3:before, .narrative .nested-list li.text-nested .container h3:after {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  content: "~";
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
}

/* line 626, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .title, .narrative .nested-list li.text-nested .container .title {
  font-size: 64px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

/* line 631, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .title:before, .narrazione .nested-list li.text-nested .container .title:after, .narrative .nested-list li.text-nested .container .title:before, .narrative .nested-list li.text-nested .container .title:after {
  display: none;
}

/* line 633, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .align-center, .narrative .nested-list li.text-nested .container .align-center {
  text-align: center !important;
}

/* line 636, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .align-left, .narrative .nested-list li.text-nested .container .align-left {
  text-align: left !important;
}

/* line 640, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .cit, .narrazione .nested-list li.text-nested .container em, .narrative .nested-list li.text-nested .container .cit, .narrative .nested-list li.text-nested .container em {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: "PlantinMTStd-Regular";
  font-size: 24px;
  margin-top: 72px;
}

/* line 646, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .info-cit, .narrazione .nested-list li.text-nested .container h5, .narrative .nested-list li.text-nested .container .info-cit, .narrative .nested-list li.text-nested .container h5 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: "PlantinMTStd-Regular";
  font-size: 16px;
  margin-top: 38px;
}

/* line 652, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container .text, .narrazione .nested-list li.text-nested .container p, .narrative .nested-list li.text-nested .container .text, .narrative .nested-list li.text-nested .container p {
  font-size: 24px;
  margin-top: 72px;
  text-align: left;
  line-height: 130%;
  color: #000;
}

/* line 659, app/assets/stylesheets/menu.css.scss */
.narrazione .nested-list li.text-nested .container hr, .narrative .nested-list li.text-nested .container hr {
  position: relative;
  top: 0;
  left: -34%;
  width: 168%;
  height: 48px;
  background: #f2f2f0;
  border: 0;
  -webkit-appearance: none;
  margin: 32px 0;
}

/* line 671, app/assets/stylesheets/menu.css.scss */
.narrazione .chapter-title-index, .narrative .chapter-title-index {
  margin-left: 90px;
}

@media (max-width: 1024px) {
  /* line 671, app/assets/stylesheets/menu.css.scss */
  .narrazione .chapter-title-index, .narrative .chapter-title-index {
    margin-left: 70px;
  }
}

@media (max-width: 550px) {
  /* line 671, app/assets/stylesheets/menu.css.scss */
  .narrazione .chapter-title-index, .narrative .chapter-title-index {
    margin-left: 65px;
  }
}

/* line 680, app/assets/stylesheets/menu.css.scss */
.narrazione .chapter-title-index-2, .narrative .chapter-title-index-2 {
  margin-left: 120px;
}

@media (max-width: 1280px) {
  /* line 680, app/assets/stylesheets/menu.css.scss */
  .narrazione .chapter-title-index-2, .narrative .chapter-title-index-2 {
    margin-left: 120px;
  }
}

@media (max-width: 1024px) {
  /* line 680, app/assets/stylesheets/menu.css.scss */
  .narrazione .chapter-title-index-2, .narrative .chapter-title-index-2 {
    margin-left: 100px;
  }
}

@media (max-width: 550px) {
  /* line 680, app/assets/stylesheets/menu.css.scss */
  .narrazione .chapter-title-index-2, .narrative .chapter-title-index-2 {
    margin-left: 90px;
  }
}

/* line 692, app/assets/stylesheets/menu.css.scss */
.narrazione .chapter-number-index, .narrazione .chapter-number-index-2, .narrative .chapter-number-index, .narrative .chapter-number-index-2 {
  position: absolute;
  left: 0px;
}

@media (max-width: 550px) {
  /* line 697, app/assets/stylesheets/menu.css.scss */
  .narrazione .narrazione .menu-btn-top h4, .narrative .narrazione .menu-btn-top h4 {
    font-size: 26px !important;
  }
  /* line 701, app/assets/stylesheets/menu.css.scss */
  .narrazione .home-btn-container, .narrative .home-btn-container {
    display: none !important;
  }
  /* line 708, app/assets/stylesheets/menu.css.scss */
  .narrazione .home-btn-container .h4,
.narrazione .menu-btn-top .h4,
.narrazione .menu-btn-others .h4,
.narrazione .menu-btn-lang .h4, .narrative .home-btn-container .h4,
.narrative .menu-btn-top .h4,
.narrative .menu-btn-others .h4,
.narrative .menu-btn-lang .h4 {
    font-size: 26px !important;
  }
  /* line 713, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-top, .narrative .menu-btn-top {
    padding-top: 10px;
  }
  /* line 716, app/assets/stylesheets/menu.css.scss */
  .narrazione .left-paper .back-menu-btn, .narrative .left-paper .back-menu-btn {
    top: 8px;
  }
  /* line 719, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-lang, .narrative .menu-btn-lang {
    bottom: 10px;
  }
  /* line 722, app/assets/stylesheets/menu.css.scss */
  .narrazione .menu-btn-others, .narrative .menu-btn-others {
    bottom: 40px;
  }
  /* line 726, app/assets/stylesheets/menu.css.scss */
  .narrazione .home-hamburger, .narrative .home-hamburger {
    display: block;
  }
}

@media (max-width: 350px) {
  /* line 736, app/assets/stylesheets/menu.css.scss */
  .narrazione .home-btn-container .h4,
.narrazione .menu-btn-top .h4,
.narrazione .menu-btn-others .h4,
.narrazione .menu-btn-lang .h4, .narrative .home-btn-container .h4,
.narrative .menu-btn-top .h4,
.narrative .menu-btn-others .h4,
.narrative .menu-btn-lang .h4 {
    font-size: 24px !important;
  }
}

/* line 1, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider, .narrative .photo-slider {
  width: 100%;
  position: relative;
  height: 100%;
}

/* line 8, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item, .narrative .photo-slider_item {
  width: 100%;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_info, .narrative .photo-slider_item_info {
  position: relative;
}

/* line 19, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_info_title, .narrative .photo-slider_item_info_title {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}

/* line 25, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_info .message-popup, .narrative .photo-slider_item_info .message-popup {
  position: absolute;
  width: 300px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 31, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_info .message-popup p, .narrative .photo-slider_item_info .message-popup p {
  color: inherit;
  font-size: inherit !important;
  margin: 0 !important;
}

/* line 38, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner, .narrative .photo-slider_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 16px);
  max-width: calc(100% - 112px);
  max-height: 100%;
  width: 100%;
  flex-direction: column;
}

/* line 48, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner img, .narrative .photo-slider_item_inner img {
  max-height: calc(100% - 200px);
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 57, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida, .narrative .photo-slider_item_inner_dida {
  margin-top: 12px;
  width: 100%;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: italic;
  flex-wrap: wrap;
}

/* line 66, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida_txt, .narrazione .photo-slider_item_inner_dida_ph, .narrative .photo-slider_item_inner_dida_txt, .narrative .photo-slider_item_inner_dida_ph {
  text-align: center;
  width: 100%;
  margin: 0;
}

/* line 71, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida_txt, .narrative .photo-slider_item_inner_dida_txt {
  order: 1;
}

/* line 73, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida_txt p, .narrative .photo-slider_item_inner_dida_txt p {
  color: inherit;
  font-size: inherit !important;
}

/* line 78, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida_ph, .narrative .photo-slider_item_inner_dida_ph {
  order: 0;
}

/* line 81, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida.dida-centered, .narrative .photo-slider_item_inner_dida.dida-centered {
  justify-content: center;
  text-align: center;
}

/* line 85, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_ph, .narrazione .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_txt, .narrative .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_ph, .narrative .photo-slider_item_inner_dida.dida-centered .photo-slider_inner_item_dida_txt {
  margin: 0;
}

/* line 91, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner.video-content, .narrative .photo-slider_item_inner.video-content {
  width: 100%;
}

/* line 93, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner.video-content div, .narrative .photo-slider_item_inner.video-content div {
  width: 100%;
}

/* line 94, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner.video-content iframe, .narrative .photo-slider_item_inner.video-content iframe {
  width: 100%;
}

/* line 97, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider_item_inner.video-content p, .narrative .photo-slider_item_inner.video-content p {
  display: none;
}

/* line 104, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .photo-slider_item:not(.slick-slide), .narrative .photo-slider .photo-slider_item:not(.slick-slide) {
  height: 100%;
}

/* line 107, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .slick-list, .narrative .photo-slider .slick-list {
  height: 100%;
}

/* line 110, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .slick-track, .narrative .photo-slider .slick-track {
  display: flex;
  height: 100%;
}

/* line 114, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .slick-track .slick-slide, .narrative .photo-slider .slick-track .slick-slide {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* line 120, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .arrow, .narrative .photo-slider .arrow {
  position: absolute;
  top: 50%;
  height: 23px;
  z-index: 2000;
}

/* line 125, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .arrow.arrow-next, .narrative .photo-slider .arrow.arrow-next {
  right: 10px;
  transform: translate(0, -50%);
}

/* line 129, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione .photo-slider .arrow.arrow-prev, .narrative .photo-slider .arrow.arrow-prev {
  left: 10px;
  transform: translate(0, -50%) scale(-1);
}

/* line 136, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right, .narrative.fs-right {
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item, .narrative.fs-right .photo-slider_item {
  max-height: 100vh;
  padding: 0 20px;
}

/* line 141, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner, .narrative.fs-right .photo-slider_item_inner {
  position: relative;
  max-height: 100%;
  max-width: calc(100% - 100px);
  height: unset;
  width: unset;
}

/* line 147, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner img, .narrative.fs-right .photo-slider_item_inner img {
  -o-object-fit: unset;
     object-fit: unset;
  max-height: 100%;
}

/* line 152, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 16px 16px;
  width: calc(100% - 32px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 78%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
  align-items: flex-end;
}

/* line 162, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt,
.narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph {
  width: 50%;
}

/* line 166, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_txt {
  order: 0;
  text-align: left;
}

/* line 170, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside .photo-slider_item_inner_dida_ph {
  order: 1;
  text-align: right;
}

/* line 174, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div, .narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div em, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-inside div em {
  color: white !important;
}

/* line 178, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:not(.video-content) .dida-centered.dida-inside, .narrative.fs-right .photo-slider_item_inner:not(.video-content) .dida-centered.dida-inside {
  justify-content: space-between;
}

/* line 186, app/assets/stylesheets/archive/images_gallery.css.scss */
.narrazione.fs-right .photo-slider_item_inner:hover .photo-slider_item_inner_dida, .narrative.fs-right .photo-slider_item_inner:hover .photo-slider_item_inner_dida {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  /* line 194, app/assets/stylesheets/archive/images_gallery.css.scss */
  .narrazione .photo-slider_item_inner img, .narrative .photo-slider_item_inner img {
    max-height: calc(100% - 90px);
  }
}

/* line 1, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents, .narrative .contents {
  margin-top: 146px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
}

/* line 7, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left, .narrazione .contents_right, .narrative .contents_left, .narrative .contents_right {
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
}

/* line 12, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_right, .narrative .contents_right {
  background-color: white;
  position: sticky;
  top: 146px;
  height: calc(100vh - 146px);
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner, .narrazione .contents_right_inner, .narrative .contents_left_inner, .narrative .contents_right_inner {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 5%;
  width: 95%;
  height: auto;
  overflow: hidden;
  padding-top: 54px;
  padding-bottom: 128px;
}

@media (max-width: 1100px) {
  /* line 21, app/assets/stylesheets/archive/single.css.scss */
  .narrazione .contents_left_inner, .narrazione .contents_right_inner, .narrative .contents_left_inner, .narrative .contents_right_inner {
    width: calc(100% - 40px);
    left: 20px;
  }
}

/* line 47, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .label, .narrazione .contents_right_inner .label, .narrative .contents_left_inner .label, .narrative .contents_right_inner .label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .label span, .narrazione .contents_left_inner .label p, .narrazione .contents_right_inner .label span, .narrazione .contents_right_inner .label p, .narrative .contents_left_inner .label span, .narrative .contents_left_inner .label p, .narrative .contents_right_inner .label span, .narrative .contents_right_inner .label p {
  margin: 0 !important;
  font-size: 10px !important;
  padding: 0 !important;
}

/* line 51, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .h1.title, .narrazione .contents_right_inner .h1.title, .narrative .contents_left_inner .h1.title, .narrative .contents_right_inner .h1.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 32px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .h1.title span, .narrazione .contents_left_inner .h1.title p, .narrazione .contents_right_inner .h1.title span, .narrazione .contents_right_inner .h1.title p, .narrative .contents_left_inner .h1.title span, .narrative .contents_left_inner .h1.title p, .narrative .contents_right_inner .h1.title span, .narrative .contents_right_inner .h1.title p {
  margin: 0 !important;
  font-size: 32px !important;
  padding: 0 !important;
}

/* line 54, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .subtitle, .narrazione .contents_right_inner .subtitle, .narrative .contents_left_inner .subtitle, .narrative .contents_right_inner .subtitle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 56px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .subtitle span, .narrazione .contents_left_inner .subtitle p, .narrazione .contents_right_inner .subtitle span, .narrazione .contents_right_inner .subtitle p, .narrative .contents_left_inner .subtitle span, .narrative .contents_left_inner .subtitle p, .narrative .contents_right_inner .subtitle span, .narrative .contents_right_inner .subtitle p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 58, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .text-left, .narrazione .contents_right_inner .text-left, .narrative .contents_left_inner .text-left, .narrative .contents_right_inner .text-left {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 60%;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .text-left ul, .narrazione .contents_right_inner .text-left ul, .narrative .contents_left_inner .text-left ul, .narrative .contents_right_inner .text-left ul {
  position: relative;
  top: -24px;
}

/* line 66, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .text-left ul li, .narrazione .contents_right_inner .text-left ul li, .narrative .contents_left_inner .text-left ul li, .narrative .contents_right_inner .text-left ul li {
  margin: 6px 0;
}

/* line 71, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .h4.title, .narrazione .contents_right_inner .h4.title, .narrative .contents_left_inner .h4.title, .narrative .contents_right_inner .h4.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 24px !important;
  padding-bottom: 4px !important;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  display: inline;
  margin-bottom: 250px !important;
  margin-top: 25px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .h4.title span, .narrazione .contents_left_inner .h4.title p, .narrazione .contents_right_inner .h4.title span, .narrazione .contents_right_inner .h4.title p, .narrative .contents_left_inner .h4.title span, .narrative .contents_left_inner .h4.title p, .narrative .contents_right_inner .h4.title span, .narrative .contents_right_inner .h4.title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 82, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner p.text, .narrazione .contents_left_inner p, .narrazione .contents_left_inner .single-page-block_text p, .narrazione .contents_right_inner p.text, .narrazione .contents_right_inner p, .narrazione .contents_right_inner .single-page-block_text p, .narrative .contents_left_inner p.text, .narrative .contents_left_inner p, .narrative .contents_left_inner .single-page-block_text p, .narrative .contents_right_inner p.text, .narrative .contents_right_inner p, .narrative .contents_right_inner .single-page-block_text p {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  font-size: 16px !important;
  display: block;
  color: #000;
  text-align: left;
  letter-spacing: 0px;
  line-height: 120%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner p.text span, .narrazione .contents_left_inner p.text p, .narrazione .contents_left_inner p span, .narrazione .contents_left_inner p p, .narrazione .contents_left_inner .single-page-block_text p span, .narrazione .contents_left_inner .single-page-block_text p p, .narrazione .contents_right_inner p.text span, .narrazione .contents_right_inner p.text p, .narrazione .contents_right_inner p span, .narrazione .contents_right_inner p p, .narrazione .contents_right_inner .single-page-block_text p span, .narrazione .contents_right_inner .single-page-block_text p p, .narrative .contents_left_inner p.text span, .narrative .contents_left_inner p.text p, .narrative .contents_left_inner p span, .narrative .contents_left_inner p p, .narrative .contents_left_inner .single-page-block_text p span, .narrative .contents_left_inner .single-page-block_text p p, .narrative .contents_right_inner p.text span, .narrative .contents_right_inner p.text p, .narrative .contents_right_inner p span, .narrative .contents_right_inner p p, .narrative .contents_right_inner .single-page-block_text p span, .narrative .contents_right_inner .single-page-block_text p p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 94, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .info, .narrazione .contents_right_inner .info, .narrative .contents_left_inner .info, .narrative .contents_right_inner .info {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  margin-top: 0px;
  display: block;
}

/* line 102, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .text-left .label, .narrazione .contents_left_inner .text-right .label, .narrazione .contents_right_inner .text-left .label, .narrazione .contents_right_inner .text-right .label, .narrative .contents_left_inner .text-left .label, .narrative .contents_left_inner .text-right .label, .narrative .contents_right_inner .text-left .label, .narrative .contents_right_inner .text-right .label {
  margin-top: 32px;
  margin-bottom: 10px;
}

/* line 107, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .text-left ul, .narrazione .contents_left_inner .text-right ul, .narrazione .contents_right_inner .text-left ul, .narrazione .contents_right_inner .text-right ul, .narrative .contents_left_inner .text-left ul, .narrative .contents_left_inner .text-right ul, .narrative .contents_right_inner .text-left ul, .narrative .contents_right_inner .text-right ul {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 32px 0;
}

/* line 114, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .text-right, .narrazione .contents_right_inner .text-right, .narrative .contents_left_inner .text-right, .narrative .contents_right_inner .text-right {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 30%;
  margin-left: 4.5%;
  font-size: 16px;
}

/* line 121, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items, .narrazione .contents_right_inner ul.list-related-items, .narrative .contents_left_inner ul.list-related-items, .narrative .contents_right_inner ul.list-related-items {
  margin: 0 !important;
}

/* line 123, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items li, .narrazione .contents_right_inner ul.list-related-items li, .narrative .contents_left_inner ul.list-related-items li, .narrative .contents_right_inner ul.list-related-items li {
  margin: 0 0 10px;
}

/* line 125, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items li .first-line, .narrazione .contents_left_inner ul.list-related-items li .third-line, .narrazione .contents_right_inner ul.list-related-items li .first-line, .narrazione .contents_right_inner ul.list-related-items li .third-line, .narrative .contents_left_inner ul.list-related-items li .first-line, .narrative .contents_left_inner ul.list-related-items li .third-line, .narrative .contents_right_inner ul.list-related-items li .first-line, .narrative .contents_right_inner ul.list-related-items li .third-line {
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* line 131, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items li .second-line, .narrazione .contents_right_inner ul.list-related-items li .second-line, .narrative .contents_left_inner ul.list-related-items li .second-line, .narrative .contents_right_inner ul.list-related-items li .second-line {
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
}

/* line 136, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items li .third-line, .narrazione .contents_right_inner ul.list-related-items li .third-line, .narrative .contents_left_inner ul.list-related-items li .third-line, .narrative .contents_right_inner ul.list-related-items li .third-line {
  text-transform: unset;
}

/* line 139, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items li a, .narrazione .contents_right_inner ul.list-related-items li a, .narrative .contents_left_inner ul.list-related-items li a, .narrative .contents_right_inner ul.list-related-items li a {
  transition: opacity 0.3s ease;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner ul.list-related-items li a:hover, .narrazione .contents_right_inner ul.list-related-items li a:hover, .narrative .contents_left_inner ul.list-related-items li a:hover, .narrative .contents_right_inner ul.list-related-items li a:hover {
  opacity: 0.4;
}

/* line 144, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .single-page-block, .narrazione .contents_right_inner .single-page-block, .narrative .contents_left_inner .single-page-block, .narrative .contents_right_inner .single-page-block {
  margin-bottom: 30px;
}

/* line 145, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .single-page-block em, .narrazione .contents_right_inner .single-page-block em, .narrative .contents_left_inner .single-page-block em, .narrative .contents_right_inner .single-page-block em {
  color: black;
}

/* line 147, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .single-page-block_title, .narrazione .contents_right_inner .single-page-block_title, .narrative .contents_left_inner .single-page-block_title, .narrative .contents_right_inner .single-page-block_title {
  display: inline-block;
  width: unset !important;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .single-page-block_title span, .narrazione .contents_left_inner .single-page-block_title p, .narrazione .contents_right_inner .single-page-block_title span, .narrazione .contents_right_inner .single-page-block_title p, .narrative .contents_left_inner .single-page-block_title span, .narrative .contents_left_inner .single-page-block_title p, .narrative .contents_right_inner .single-page-block_title span, .narrative .contents_right_inner .single-page-block_title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 155, app/assets/stylesheets/archive/single.css.scss */
.narrazione .contents_left_inner .single-page-block_text, .narrazione .contents_right_inner .single-page-block_text, .narrative .contents_left_inner .single-page-block_text, .narrative .contents_right_inner .single-page-block_text {
  line-height: 120%;
}

/* line 166, app/assets/stylesheets/archive/single.css.scss */
.narrazione .language-switch, .narrative .language-switch {
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.4s ease;
}

/* line 171, app/assets/stylesheets/archive/single.css.scss */
.narrazione .language-switch span, .narrative .language-switch span {
  opacity: 0.4;
}

/* line 172, app/assets/stylesheets/archive/single.css.scss */
.narrazione .language-switch span.current, .narrative .language-switch span.current {
  opacity: 1;
}

/* line 176, app/assets/stylesheets/archive/single.css.scss */
.narrazione .fullscreen-button, .narrative .fullscreen-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

/* line 182, app/assets/stylesheets/archive/single.css.scss */
.narrazione .fullscreen-button img, .narrative .fullscreen-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 176, app/assets/stylesheets/archive/single.css.scss */
  .narrazione .fullscreen-button, .narrative .fullscreen-button {
    display: none;
  }
}

/* line 190, app/assets/stylesheets/archive/single.css.scss */
.narrazione .fullscreen-button:hover,
.narrazione .language-switch:hover, .narrative .fullscreen-button:hover,
.narrative .language-switch:hover {
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-right .archive-header_main, .narrazione.fs-right .archive-header_controls, .narrazione.fs-left .archive-header_main, .narrazione.fs-left .archive-header_controls, .narrative.fs-right .archive-header_main, .narrative.fs-right .archive-header_controls, .narrative.fs-left .archive-header_main, .narrative.fs-left .archive-header_controls {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 209, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-left .contents, .narrative.fs-left .contents {
  margin-top: 0;
}

/* line 211, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-left .contents_right, .narrative.fs-left .contents_right {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 217, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-left .contents_left, .narrative.fs-left .contents_left {
  width: 100%;
}

/* line 225, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-right .contents, .narrative.fs-right .contents {
  margin-top: 0;
}

/* line 228, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-right .contents_left, .narrative.fs-right .contents_left {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 234, app/assets/stylesheets/archive/single.css.scss */
.narrazione.fs-right .contents_right, .narrative.fs-right .contents_right {
  width: 100%;
  top: 0;
  height: 100vh;
  padding: 0;
}

@media screen and (max-width: 575px) {
  /* line 247, app/assets/stylesheets/archive/single.css.scss */
  .narrazione .contents, .narrative .contents {
    margin-top: 114px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 251, app/assets/stylesheets/archive/single.css.scss */
  .narrazione .contents_right, .narrazione .contents_left, .narrative .contents_right, .narrative .contents_left {
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/archive/single.css.scss */
  .narrazione .contents_right, .narrative .contents_right {
    height: 70vh;
    position: relative;
    top: 0;
  }
}

/* line 1, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h1, .narrative h1 {
  font-size: 56px;
}

@media (max-width: 450px) {
  /* line 1, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione h1, .narrative h1 {
    font-size: 48px;
  }
}

/* line 2, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h2, .narrative h2 {
  font-size: 56px;
}

@media (max-width: 450px) {
  /* line 2, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione h2, .narrative h2 {
    font-size: 44px;
  }
}

/* line 3, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h3, .narrative h3 {
  font-size: 23px;
}

@media (max-width: 450px) {
  /* line 3, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione h3, .narrative h3 {
    font-size: 23px;
  }
}

/* line 4, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h4, .narrative h4 {
  font-size: 32px;
}

@media (max-width: 450px) {
  /* line 4, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione h4, .narrative h4 {
    font-size: 32px;
  }
}

/* line 5, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h5, .narrative h5 {
  font-size: 24px;
}

/* line 6, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h6, .narrative h6 {
  font-size: 16px;
}

/* line 8, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h1, .narrazione h2, .narrazione h3, .narrazione h4, .narrazione h5, .narrazione h6, .narrative h1, .narrative h2, .narrative h3, .narrative h4, .narrative h5, .narrative h6 {
  line-height: 100%;
}

@media (max-width: 340px) {
  /* line 12, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione body.narrazione.section-page, .narrative body.narrazione.section-page {
    min-width: 330px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 18, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .back-button-archive, .narrative .back-button-archive {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 42px;
  height: 32px;
  margin: 0;
  opacity: 1;
  z-index: 100000;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .back-button-archive:hover, .narrative .back-button-archive:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .back-button-archive, .narrative .back-button-archive {
    width: 20px;
    height: 20px;
  }
}

/* line 31, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .fullscreen-button, .narrative .fullscreen-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .fullscreen-button img, .narrative .fullscreen-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .fullscreen-button, .narrative .fullscreen-button {
    display: none;
  }
}

/* line 44, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h3.title, .narrative h3.title {
  font-size: 59px !important;
  margin-bottom: 0px !important;
}

/* line 48, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione h5.number, .narrative h5.number {
  font-size: 16px !important;
}

/* line 52, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione.section-page .btn-menu h4, .narrative.section-page .btn-menu h4 {
  color: #000;
}

/* line 53, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione.section-page h3, .narrative.section-page h3 {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}

/* line 55, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione.section-page em.cit, .narrative.section-page em.cit {
  margin-top: 60px;
  color: #000;
}

/* line 56, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione.section-page h5.info-cit, .narrative.section-page h5.info-cit {
  margin-top: 35px;
  margin-bottom: 20px;
}

/* line 58, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione.section-page p, .narrative.section-page p {
  text-align: left;
}

/* line 62, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .narrazione h3.title, .narrative .narrazione h3.title {
  margin-bottom: 80px;
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents, .narrative .contents {
  margin-top: 0;
}

/* line 70, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents .contents_right, .narrative .contents .contents_right {
  overflow: hidden;
  min-height: 100vh;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 575px) {
  /* line 70, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .contents .contents_right, .narrative .contents .contents_right {
    z-index: 0;
  }
}

/* line 79, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents .photo-slider, .narrative .contents .photo-slider {
  min-height: 100vh;
  height: 100vh;
}

@media screen and (max-width: 960px) {
  /* line 79, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .contents .photo-slider, .narrative .contents .photo-slider {
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    margin-top: 100px;
  }
}

/* line 87, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents .photo-slider_item, .narrative .contents .photo-slider_item {
  min-height: 100vh;
}

@media screen and (max-width: 960px) {
  /* line 87, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .contents .photo-slider_item, .narrative .contents .photo-slider_item {
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
  }
}

/* line 94, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents .photo-slider_item_inner_dida, .narrative .contents .photo-slider_item_inner_dida {
  font-style: unset;
}

/* line 96, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents .photo-slider_item_inner_dida_ph, .narrative .contents .photo-slider_item_inner_dida_ph {
  font-style: italic;
}

@media screen and (max-width: 960px) {
  /* line 93, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .contents .photo-slider_item_inner, .narrative .contents .photo-slider_item_inner {
    height: calc(100vh - 116px);
  }
}

/* line 107, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents p, .narrative .contents p {
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}

/* line 111, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents h3, .narrative .contents h3 {
  margin-bottom: 72px;
}

/* line 112, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents ul.list-indice, .narrative .contents ul.list-indice {
  max-height: calc(100vh - 248px);
  padding-bottom: 84px;
}

/* line 116, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .contents div em, .narrative .contents div em {
  color: black !important;
}

@media (max-width: 550px) {
  /* line 119, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container .title, .narrative .text-narrazione-container .title {
    font-size: 40px !important;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  /* line 122, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .hide-mobile, .narrative .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  /* line 126, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .hide-mobile-vertical, .narrative .hide-mobile-vertical {
    display: none;
  }
}

/* line 131, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .head-text-narrazione, .narrative .head-text-narrazione {
  position: fixed !important;
  display: block;
  left: 0;
  top: 0;
  width: 50%;
  height: 100px;
  background-color: #f2f2f0;
  z-index: 999;
}

/* line 140, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .head-text-narrazione .btn-menu h4, .narrative .head-text-narrazione .btn-menu h4 {
  color: #000;
}

/* line 141, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .head-text-narrazione .crumbs, .narrative .head-text-narrazione .crumbs {
  text-align: center;
}

@media (max-width: 960px) {
  /* line 131, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .head-text-narrazione, .narrative .head-text-narrazione {
    z-index: 1001;
    width: 100%;
  }
}

/* line 148, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container, .narrative .text-narrazione-container {
  text-align: center;
  width: 100%;
  margin: 148px auto 0;
  font-size: 24px;
  line-height: 130%;
  transition: all 0.3s ease;
}

/* line 156, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container_body, .narrative .text-narrazione-container_body {
  width: 420px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* line 160, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container_body p, .narrative .text-narrazione-container_body p {
  font-size: 24px !important;
  line-height: 130% !important;
}

/* line 165, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .fullscreen-button, .narrative .text-narrazione-container .fullscreen-button {
  position: absolute !important;
  top: 100px !important;
}

/* line 169, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container a, .narrative .text-narrazione-container a {
  transition: all 0.4s ease;
}

/* line 170, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container a:hover, .narrative .text-narrazione-container a:hover {
  opacity: 0.4;
}

@media (min-width: 1281px) {
  /* line 172, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container_body, .narrative .text-narrazione-container_body {
    width: 60%;
  }
}

@media (max-width: 960px) {
  /* line 177, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container_body, .narrative .text-narrazione-container_body {
    width: 90%;
  }
  /* line 180, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container .fullscreen-button, .narrative .text-narrazione-container .fullscreen-button {
    display: none !important;
  }
}

@media (max-width: 550px) {
  /* line 148, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container, .narrative .text-narrazione-container {
    margin-top: 24px;
  }
  /* line 185, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container_body, .narrative .text-narrazione-container_body {
    width: 90%;
  }
}

/* line 191, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .number, .narrative .text-narrazione-container .number {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  font-family: RectaRegular;
}

/* line 200, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container h3, .narrative .text-narrazione-container h3 {
  position: relative;
  display: block;
  margin-top: 72px;
  font-family: "PlantinMTStd-Regular";
  font-size: 24px;
}

/* line 205, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container h3:before, .narrazione .text-narrazione-container h3:after, .narrative .text-narrazione-container h3:before, .narrative .text-narrazione-container h3:after {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  content: "~";
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
}

/* line 213, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .title, .narrative .text-narrazione-container .title {
  font-size: 64px;
  margin-top: 24px;
  text-align: center;
}

/* line 217, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .title:before, .narrazione .text-narrazione-container .title:after, .narrative .text-narrazione-container .title:before, .narrative .text-narrazione-container .title:after {
  display: none;
}

@media (max-width: 960px) {
  /* line 213, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container .title, .narrative .text-narrazione-container .title {
    font-size: 32px;
  }
}

/* line 223, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .align-center, .narrative .text-narrazione-container .align-center {
  text-align: center !important;
}

/* line 226, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .align-left, .narrative .text-narrazione-container .align-left {
  text-align: left !important;
}

/* line 229, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container em,
.narrazione .text-narrazione-container .cit em, .narrative .text-narrazione-container em,
.narrative .text-narrazione-container .cit em {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
  font-family: "PlantinMTStd-Regular";
  font-style: italic;
  font-size: 24px;
  margin-top: 72px;
  text-align: center;
  color: black;
}

/* line 239, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .info-cit, .narrazione .text-narrazione-container .h5, .narrative .text-narrazione-container .info-cit, .narrative .text-narrazione-container .h5 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: "PlantinMTStd-Regular";
  font-size: 16px;
  margin-top: 38px;
}

/* line 245, app/assets/stylesheets/pages/narrazione.css.scss */
.narrazione .text-narrazione-container .text, .narrazione .text-narrazione-container p, .narrative .text-narrazione-container .text, .narrative .text-narrazione-container p {
  font-size: 24px;
  margin-top: 72px;
  text-align: center;
  line-height: 130%;
  color: #000;
}

@media (max-width: 960px) {
  /* line 245, app/assets/stylesheets/pages/narrazione.css.scss */
  .narrazione .text-narrazione-container .text, .narrazione .text-narrazione-container p, .narrative .text-narrazione-container .text, .narrative .text-narrazione-container p {
    font-size: 20px;
  }
}

/* line 1, app/assets/stylesheets/print/art_items_story.css.scss */
.art_items_story .art-items-list {
  width: 1000mm;
  height: 735mm;
  background: url(/assets/melma_hi_res_100-1934c8c3ea2debfaaffd7b27e7567cb9676bf7d99b5ce3fe2f68e1f1d1a78eca.jpg);
  background-size: cover;
  position: relative;
}

/* line 11, app/assets/stylesheets/print/art_items_story.css.scss */
.art_items_story .art-items-list_container {
  padding: 2% 2% 0 2%;
  width: 96%;
  position: relative;
  word-break: break-all;
  font-size: 120px;
}

/* line 18, app/assets/stylesheets/print/art_items_story.css.scss */
.art_items_story .art-items-list_container_item {
  display: inline;
  color: #EEEEEE;
}

/* line 23, app/assets/stylesheets/print/art_items_story.css.scss */
.art_items_story .art-items-list .bullet {
  font-size: 56px;
  vertical-align: middle;
  color: #F6303A;
}

/* line 28, app/assets/stylesheets/print/art_items_story.css.scss */
.art_items_story .art-items-list .year {
  color: #F6303A;
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/print/art_items_story.css.scss */
.art_items_story .melma {
  color: #534248;
}

@page {
  /* line 134, app/assets/stylesheets/master.css.scss */
  .art_items_story {
    size: 1470mm 2000mm !important;
    margin: 100mm;
  }
}

@media print {
  /* line 45, app/assets/stylesheets/print/art_items_story.css.scss */
  .art_items_story .art-items-list {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    font-size: 32px;
    width: 96vw;
    margin: 1% auto;
  }
  /* line 52, app/assets/stylesheets/print/art_items_story.css.scss */
  .art_items_story .art-items-list_container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 61, app/assets/stylesheets/print/art_items_story.css.scss */
  .art_items_story html, .art_items_story body {
    height: 3000mm;
    width: 3900mm;
  }
}

/* line 1, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story,
.self_portrait_story_en .self-portrait-story {
  background: url(/assets/melma_hi_res_100-1934c8c3ea2debfaaffd7b27e7567cb9676bf7d99b5ce3fe2f68e1f1d1a78eca.jpg);
  background-size: cover;
  color: #EEEEEE;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

/* line 8, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container,
.self_portrait_story_en .self-portrait-story_container {
  margin: 100px 100px 100px;
  width: calc(100% - 200px);
  position: relative;
}

/* line 12, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .first-level,
.self_portrait_story_it .self-portrait-story_container .second-level,
.self_portrait_story_it .self-portrait-story_container .third-level,
.self_portrait_story_en .self-portrait-story_container .first-level,
.self_portrait_story_en .self-portrait-story_container .second-level,
.self_portrait_story_en .self-portrait-story_container .third-level {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 18, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .first-level_item,
.self_portrait_story_it .self-portrait-story_container .second-level_item,
.self_portrait_story_it .self-portrait-story_container .third-level_item,
.self_portrait_story_en .self-portrait-story_container .first-level_item,
.self_portrait_story_en .self-portrait-story_container .second-level_item,
.self_portrait_story_en .self-portrait-story_container .third-level_item {
  text-align: center;
  position: relative;
}

/* line 27, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .first-level_item .scheme-block:after,
.self_portrait_story_en .self-portrait-story_container .first-level_item .scheme-block:after {
  height: 140px;
}

/* line 28, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .first-level_item .scheme-block:before,
.self_portrait_story_en .self-portrait-story_container .first-level_item .scheme-block:before {
  top: calc(100% + 140px);
  left: 71px;
  width: calc(100% - 200px);
}

/* line 37, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .second-level,
.self_portrait_story_en .self-portrait-story_container .second-level {
  margin: 200px 0px 0;
}

/* line 40, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .second-level_item,
.self_portrait_story_en .self-portrait-story_container .second-level_item {
  margin: 0 10px;
}

/* line 43, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .second-level_item .scheme-block:after,
.self_portrait_story_en .self-portrait-story_container .second-level_item .scheme-block:after {
  height: 60px;
}

/* line 44, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .second-level_item .scheme-block:before,
.self_portrait_story_en .self-portrait-story_container .second-level_item .scheme-block:before {
  top: calc(100% + 60px);
  left: 30px;
  width: calc(100% - 58px);
}

/* line 53, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .third-level,
.self_portrait_story_en .self-portrait-story_container .third-level {
  margin: 100px 5px 0;
  justify-content: space-around;
}

/* line 56, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .third-level_item,
.self_portrait_story_en .self-portrait-story_container .third-level_item {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  text-align: left;
  min-height: 400px;
  margin: 0 5px;
  text-transform: lowercase;
}

/* line 63, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .third-level_item .text-block:before,
.self_portrait_story_en .self-portrait-story_container .third-level_item .text-block:before {
  height: 40px;
  top: -40px;
}

/* line 68, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .third-level_item:before, .self_portrait_story_it .self-portrait-story_container .third-level_item:after,
.self_portrait_story_en .self-portrait-story_container .third-level_item:before,
.self_portrait_story_en .self-portrait-story_container .third-level_item:after {
  display: none;
}

/* line 72, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .scheme-block,
.self_portrait_story_en .self-portrait-story_container .scheme-block {
  width: 100%;
  position: relative;
}

/* line 75, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .scheme-block:after,
.self_portrait_story_en .self-portrait-story_container .scheme-block:after {
  content: '';
  background: #F6303A;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 30px;
}

/* line 84, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .scheme-block:before,
.self_portrait_story_en .self-portrait-story_container .scheme-block:before {
  content: '';
  background: #F6303A;
  position: absolute;
  top: calc(100% + 30px);
  left: 30px;
  width: calc(100% - 58px);
  height: 2px;
}

/* line 95, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .scheme-block.no-next:after, .self_portrait_story_it .self-portrait-story_container .scheme-block.no-next:before,
.self_portrait_story_en .self-portrait-story_container .scheme-block.no-next:after,
.self_portrait_story_en .self-portrait-story_container .scheme-block.no-next:before {
  display: none;
}

/* line 97, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .text-block,
.self_portrait_story_en .self-portrait-story_container .text-block {
  display: inline-block;
  background: rgba(213, 213, 210, 0.3);
  color: white;
  border-radius: 2px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: relative;
  border-radius: 3px;
}

/* line 106, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .text-block.super-bigger,
.self_portrait_story_en .self-portrait-story_container .text-block.super-bigger {
  padding: 0 50px;
  max-width: 300px;
  height: 100px;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'PlantinMTStd-Regular';
  text-transform: uppercase;
}

/* line 119, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .text-block.bigger,
.self_portrait_story_en .self-portrait-story_container .text-block.bigger {
  padding: 20px;
  max-width: 120px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 127, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .text-block:before,
.self_portrait_story_en .self-portrait-story_container .text-block:before {
  content: '';
  background: #F6303A;
  position: absolute;
  top: -60px;
  left: 50%;
  width: 2px;
  height: 60px;
}

/* line 138, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .text-block.no-prev:before,
.self_portrait_story_en .self-portrait-story_container .text-block.no-prev:before {
  display: none;
}

/* line 148, app/assets/stylesheets/print/self_portrait_story.scss */
.self_portrait_story_it .self-portrait-story_container .date-story,
.self_portrait_story_en .self-portrait-story_container .date-story {
  position: absolute;
  bottom: -90px;
  right: -90px;
  color: white;
}

@media print {
  /* line 158, app/assets/stylesheets/print/self_portrait_story.scss */
  .self_portrait_story_it html,
.self_portrait_story_en html {
    -webkit-print-color-adjust: exact;
  }
  /* line 161, app/assets/stylesheets/print/self_portrait_story.scss */
  .self_portrait_story_it .text-block,
.self_portrait_story_en .text-block {
    -webkit-filter: drop-shadow(0px 0px 0px transparent);
  }
}

/* line 1, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full,
.self_portrait_full_en .self-portrait-full {
  background: url(/assets/melma_hi_res_100-1934c8c3ea2debfaaffd7b27e7567cb9676bf7d99b5ce3fe2f68e1f1d1a78eca.jpg);
  background-size: cover;
  padding: 2vw;
}

/* line 6, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full_title,
.self_portrait_full_en .self-portrait-full_title {
  font-size: 40px;
  font-family: "PlantinMTStd-Regular";
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-bottom: 2vw;
}

/* line 14, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full_container,
.self_portrait_full_en .self-portrait-full_container {
  word-break: break-all;
  -moz-column-count: 8;
       column-count: 8;
  -moz-column-gap: 3px;
       column-gap: 3px;
  font-size: 3px;
}

/* line 21, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full_item,
.self_portrait_full_en .self-portrait-full_item {
  color: #EEEEEE;
  margin-bottom: 3px;
}

/* line 25, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full .bullet,
.self_portrait_full_en .self-portrait-full .bullet {
  font-size: 3px;
  color: #F6303A;
}

/* line 30, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full .year,
.self_portrait_full_en .self-portrait-full .year {
  color: #F6303A;
}

/* line 34, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full .title,
.self_portrait_full_en .self-portrait-full .title {
  color: #F6303A;
  text-transform: uppercase;
}

/* line 39, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full.white-version,
.self_portrait_full_en .self-portrait-full.white-version {
  background-image: none !important;
  background-color: white;
}

/* line 42, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full.white-version .self-portrait-full_title,
.self_portrait_full_en .self-portrait-full.white-version .self-portrait-full_title {
  color: black;
}

/* line 45, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .self-portrait-full.white-version .self-portrait-full_item,
.self_portrait_full_en .self-portrait-full.white-version .self-portrait-full_item {
  color: black;
}

/* line 51, app/assets/stylesheets/print/self_portrait_full.scss */
.self_portrait_full_it .print-instructions,
.self_portrait_full_en .print-instructions {
  font-size: 15px;
}

@media print {
  /* line 55, app/assets/stylesheets/print/self_portrait_full.scss */
  .self_portrait_full_it .print-instructions,
.self_portrait_full_en .print-instructions {
    display: none;
  }
  /* line 59, app/assets/stylesheets/print/self_portrait_full.scss */
  .self_portrait_full_it .self-portrait-full,
.self_portrait_full_en .self-portrait-full {
    font-size: 10px;
    width: 100vw;
    page-break-after: always;
  }
  /* line 70, app/assets/stylesheets/print/self_portrait_full.scss */
  .self_portrait_full_it .self-portrait-full_container,
.self_portrait_full_en .self-portrait-full_container {
    width: calc(100% - 4vw);
  }
  @page {
    /* line 141, app/assets/stylesheets/master.css.scss */
    .self_portrait_full_it,
.self_portrait_full_en {
      size: 3000mm auto !important;
      width: 3000mm;
      height: 100%;
      margin: 100mm;
    }
  }
}

/* line 3, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header, .news-page .archive-header, .curriculum-page .archive-header, .colophon-page .archive-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f2f2f0;
}

/* line 9, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_main, .biografia-page .archive-header_controls, .news-page .archive-header_main, .news-page .archive-header_controls, .curriculum-page .archive-header_main, .curriculum-page .archive-header_controls, .colophon-page .archive-header_main, .colophon-page .archive-header_controls {
  transition: all 0.3s ease;
  height: 96px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* line 16, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_main_left, .biografia-page .archive-header_main_right, .biografia-page .archive-header_controls_left, .biografia-page .archive-header_controls_right, .news-page .archive-header_main_left, .news-page .archive-header_main_right, .news-page .archive-header_controls_left, .news-page .archive-header_controls_right, .curriculum-page .archive-header_main_left, .curriculum-page .archive-header_main_right, .curriculum-page .archive-header_controls_left, .curriculum-page .archive-header_controls_right, .colophon-page .archive-header_main_left, .colophon-page .archive-header_main_right, .colophon-page .archive-header_controls_left, .colophon-page .archive-header_controls_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 23, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_main_right, .biografia-page .archive-header_controls_right, .news-page .archive-header_main_right, .news-page .archive-header_controls_right, .curriculum-page .archive-header_main_right, .curriculum-page .archive-header_controls_right, .colophon-page .archive-header_main_right, .colophon-page .archive-header_controls_right {
  background: white;
}

/* line 28, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_controls, .news-page .archive-header_controls, .curriculum-page .archive-header_controls, .colophon-page .archive-header_controls {
  height: 48px;
}

/* line 31, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_controls_left_inner, .biografia-page .archive-header_controls_right_inner, .news-page .archive-header_controls_left_inner, .news-page .archive-header_controls_right_inner, .curriculum-page .archive-header_controls_left_inner, .curriculum-page .archive-header_controls_right_inner, .colophon-page .archive-header_controls_left_inner, .colophon-page .archive-header_controls_right_inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
}

/* line 38, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_controls_left_inner span, .biografia-page .archive-header_controls_right_inner span, .news-page .archive-header_controls_left_inner span, .news-page .archive-header_controls_right_inner span, .curriculum-page .archive-header_controls_left_inner span, .curriculum-page .archive-header_controls_right_inner span, .colophon-page .archive-header_controls_left_inner span, .colophon-page .archive-header_controls_right_inner span {
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_controls_left .arrow, .biografia-page .archive-header_controls_right .arrow, .news-page .archive-header_controls_left .arrow, .news-page .archive-header_controls_right .arrow, .curriculum-page .archive-header_controls_left .arrow, .curriculum-page .archive-header_controls_right .arrow, .colophon-page .archive-header_controls_left .arrow, .colophon-page .archive-header_controls_right .arrow {
  position: relative;
  margin: 0 8px;
}

/* line 43, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_controls_left .arrow-mirror, .biografia-page .archive-header_controls_right .arrow-mirror, .news-page .archive-header_controls_left .arrow-mirror, .news-page .archive-header_controls_right .arrow-mirror, .curriculum-page .archive-header_controls_left .arrow-mirror, .curriculum-page .archive-header_controls_right .arrow-mirror, .colophon-page .archive-header_controls_left .arrow-mirror, .colophon-page .archive-header_controls_right .arrow-mirror {
  transform: scaleX(-1);
}

/* line 47, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header_controls_right, .news-page .archive-header_controls_right, .curriculum-page .archive-header_controls_right, .colophon-page .archive-header_controls_right {
  text-align: right;
  direction: rtl;
}

/* line 52, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header .back-button-archive, .news-page .archive-header .back-button-archive, .curriculum-page .archive-header .back-button-archive, .colophon-page .archive-header .back-button-archive {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  opacity: 1;
  z-index: 100000;
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/archive/header.css.scss */
.biografia-page .archive-header .back-button-archive:hover, .news-page .archive-header .back-button-archive:hover, .curriculum-page .archive-header .back-button-archive:hover, .colophon-page .archive-header .back-button-archive:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  /* line 52, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header .back-button-archive, .news-page .archive-header .back-button-archive, .curriculum-page .archive-header .back-button-archive, .colophon-page .archive-header .back-button-archive {
    width: 20px;
    height: 20px;
  }
}

/* line 67, app/assets/stylesheets/archive/header.css.scss */
.biografia-page.index-page .archive-header_main_right, .news-page.index-page .archive-header_main_right, .curriculum-page.index-page .archive-header_main_right, .colophon-page.index-page .archive-header_main_right {
  background: #f2f2f0;
  border-left: 1px solid #000;
}

@media (max-width: 480px) {
  /* line 75, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header_main, .news-page .archive-header_main, .curriculum-page .archive-header_main, .colophon-page .archive-header_main {
    height: 64px;
  }
  /* line 77, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header_main_right, .news-page .archive-header_main_right, .curriculum-page .archive-header_main_right, .colophon-page .archive-header_main_right {
    display: none;
  }
  /* line 80, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header_main_left, .news-page .archive-header_main_left, .curriculum-page .archive-header_main_left, .colophon-page .archive-header_main_left {
    width: 100%;
  }
  /* line 85, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header_controls_right, .biografia-page .archive-header_controls_left, .news-page .archive-header_controls_right, .news-page .archive-header_controls_left, .curriculum-page .archive-header_controls_right, .curriculum-page .archive-header_controls_left, .colophon-page .archive-header_controls_right, .colophon-page .archive-header_controls_left {
    background: #f2f2f0;
  }
  /* line 87, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header_controls_right_inner, .biografia-page .archive-header_controls_left_inner, .news-page .archive-header_controls_right_inner, .news-page .archive-header_controls_left_inner, .curriculum-page .archive-header_controls_right_inner, .curriculum-page .archive-header_controls_left_inner, .colophon-page .archive-header_controls_right_inner, .colophon-page .archive-header_controls_left_inner {
    padding: 0 0px;
  }
  /* line 89, app/assets/stylesheets/archive/header.css.scss */
  .biografia-page .archive-header_controls_right_inner span, .biografia-page .archive-header_controls_left_inner span, .news-page .archive-header_controls_right_inner span, .news-page .archive-header_controls_left_inner span, .curriculum-page .archive-header_controls_right_inner span, .curriculum-page .archive-header_controls_left_inner span, .colophon-page .archive-header_controls_right_inner span, .colophon-page .archive-header_controls_left_inner span {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents, .news-page .contents, .curriculum-page .contents, .colophon-page .contents {
  margin-top: 146px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
}

/* line 7, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left, .biografia-page .contents_right, .news-page .contents_left, .news-page .contents_right, .curriculum-page .contents_left, .curriculum-page .contents_right, .colophon-page .contents_left, .colophon-page .contents_right {
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
}

/* line 12, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_right, .news-page .contents_right, .curriculum-page .contents_right, .colophon-page .contents_right {
  background-color: white;
  position: sticky;
  top: 146px;
  height: calc(100vh - 146px);
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner, .biografia-page .contents_right_inner, .news-page .contents_left_inner, .news-page .contents_right_inner, .curriculum-page .contents_left_inner, .curriculum-page .contents_right_inner, .colophon-page .contents_left_inner, .colophon-page .contents_right_inner {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 5%;
  width: 95%;
  height: auto;
  overflow: hidden;
  padding-top: 54px;
  padding-bottom: 128px;
}

@media (max-width: 1100px) {
  /* line 21, app/assets/stylesheets/archive/single.css.scss */
  .biografia-page .contents_left_inner, .biografia-page .contents_right_inner, .news-page .contents_left_inner, .news-page .contents_right_inner, .curriculum-page .contents_left_inner, .curriculum-page .contents_right_inner, .colophon-page .contents_left_inner, .colophon-page .contents_right_inner {
    width: calc(100% - 40px);
    left: 20px;
  }
}

/* line 47, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .label, .biografia-page .contents_right_inner .label, .news-page .contents_left_inner .label, .news-page .contents_right_inner .label, .curriculum-page .contents_left_inner .label, .curriculum-page .contents_right_inner .label, .colophon-page .contents_left_inner .label, .colophon-page .contents_right_inner .label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .label span, .biografia-page .contents_left_inner .label p, .biografia-page .contents_right_inner .label span, .biografia-page .contents_right_inner .label p, .news-page .contents_left_inner .label span, .news-page .contents_left_inner .label p, .news-page .contents_right_inner .label span, .news-page .contents_right_inner .label p, .curriculum-page .contents_left_inner .label span, .curriculum-page .contents_left_inner .label p, .curriculum-page .contents_right_inner .label span, .curriculum-page .contents_right_inner .label p, .colophon-page .contents_left_inner .label span, .colophon-page .contents_left_inner .label p, .colophon-page .contents_right_inner .label span, .colophon-page .contents_right_inner .label p {
  margin: 0 !important;
  font-size: 10px !important;
  padding: 0 !important;
}

/* line 51, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .h1.title, .biografia-page .contents_right_inner .h1.title, .news-page .contents_left_inner .h1.title, .news-page .contents_right_inner .h1.title, .curriculum-page .contents_left_inner .h1.title, .curriculum-page .contents_right_inner .h1.title, .colophon-page .contents_left_inner .h1.title, .colophon-page .contents_right_inner .h1.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 32px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .h1.title span, .biografia-page .contents_left_inner .h1.title p, .biografia-page .contents_right_inner .h1.title span, .biografia-page .contents_right_inner .h1.title p, .news-page .contents_left_inner .h1.title span, .news-page .contents_left_inner .h1.title p, .news-page .contents_right_inner .h1.title span, .news-page .contents_right_inner .h1.title p, .curriculum-page .contents_left_inner .h1.title span, .curriculum-page .contents_left_inner .h1.title p, .curriculum-page .contents_right_inner .h1.title span, .curriculum-page .contents_right_inner .h1.title p, .colophon-page .contents_left_inner .h1.title span, .colophon-page .contents_left_inner .h1.title p, .colophon-page .contents_right_inner .h1.title span, .colophon-page .contents_right_inner .h1.title p {
  margin: 0 !important;
  font-size: 32px !important;
  padding: 0 !important;
}

/* line 54, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .subtitle, .biografia-page .contents_right_inner .subtitle, .news-page .contents_left_inner .subtitle, .news-page .contents_right_inner .subtitle, .curriculum-page .contents_left_inner .subtitle, .curriculum-page .contents_right_inner .subtitle, .colophon-page .contents_left_inner .subtitle, .colophon-page .contents_right_inner .subtitle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 56px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .subtitle span, .biografia-page .contents_left_inner .subtitle p, .biografia-page .contents_right_inner .subtitle span, .biografia-page .contents_right_inner .subtitle p, .news-page .contents_left_inner .subtitle span, .news-page .contents_left_inner .subtitle p, .news-page .contents_right_inner .subtitle span, .news-page .contents_right_inner .subtitle p, .curriculum-page .contents_left_inner .subtitle span, .curriculum-page .contents_left_inner .subtitle p, .curriculum-page .contents_right_inner .subtitle span, .curriculum-page .contents_right_inner .subtitle p, .colophon-page .contents_left_inner .subtitle span, .colophon-page .contents_left_inner .subtitle p, .colophon-page .contents_right_inner .subtitle span, .colophon-page .contents_right_inner .subtitle p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 58, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .text-left, .biografia-page .contents_right_inner .text-left, .news-page .contents_left_inner .text-left, .news-page .contents_right_inner .text-left, .curriculum-page .contents_left_inner .text-left, .curriculum-page .contents_right_inner .text-left, .colophon-page .contents_left_inner .text-left, .colophon-page .contents_right_inner .text-left {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 60%;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .text-left ul, .biografia-page .contents_right_inner .text-left ul, .news-page .contents_left_inner .text-left ul, .news-page .contents_right_inner .text-left ul, .curriculum-page .contents_left_inner .text-left ul, .curriculum-page .contents_right_inner .text-left ul, .colophon-page .contents_left_inner .text-left ul, .colophon-page .contents_right_inner .text-left ul {
  position: relative;
  top: -24px;
}

/* line 66, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .text-left ul li, .biografia-page .contents_right_inner .text-left ul li, .news-page .contents_left_inner .text-left ul li, .news-page .contents_right_inner .text-left ul li, .curriculum-page .contents_left_inner .text-left ul li, .curriculum-page .contents_right_inner .text-left ul li, .colophon-page .contents_left_inner .text-left ul li, .colophon-page .contents_right_inner .text-left ul li {
  margin: 6px 0;
}

/* line 71, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .h4.title, .biografia-page .contents_right_inner .h4.title, .news-page .contents_left_inner .h4.title, .news-page .contents_right_inner .h4.title, .curriculum-page .contents_left_inner .h4.title, .curriculum-page .contents_right_inner .h4.title, .colophon-page .contents_left_inner .h4.title, .colophon-page .contents_right_inner .h4.title {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 24px !important;
  padding-bottom: 4px !important;
  line-height: 24px;
  border-bottom: 1px solid #000;
  display: inline;
  margin-bottom: 250px !important;
  margin-top: 25px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .h4.title span, .biografia-page .contents_left_inner .h4.title p, .biografia-page .contents_right_inner .h4.title span, .biografia-page .contents_right_inner .h4.title p, .news-page .contents_left_inner .h4.title span, .news-page .contents_left_inner .h4.title p, .news-page .contents_right_inner .h4.title span, .news-page .contents_right_inner .h4.title p, .curriculum-page .contents_left_inner .h4.title span, .curriculum-page .contents_left_inner .h4.title p, .curriculum-page .contents_right_inner .h4.title span, .curriculum-page .contents_right_inner .h4.title p, .colophon-page .contents_left_inner .h4.title span, .colophon-page .contents_left_inner .h4.title p, .colophon-page .contents_right_inner .h4.title span, .colophon-page .contents_right_inner .h4.title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 82, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner p.text, .biografia-page .contents_left_inner p, .biografia-page .contents_left_inner .single-page-block_text p, .biografia-page .contents_right_inner p.text, .biografia-page .contents_right_inner p, .biografia-page .contents_right_inner .single-page-block_text p, .news-page .contents_left_inner p.text, .news-page .contents_left_inner p, .news-page .contents_left_inner .single-page-block_text p, .news-page .contents_right_inner p.text, .news-page .contents_right_inner p, .news-page .contents_right_inner .single-page-block_text p, .curriculum-page .contents_left_inner p.text, .curriculum-page .contents_left_inner p, .curriculum-page .contents_left_inner .single-page-block_text p, .curriculum-page .contents_right_inner p.text, .curriculum-page .contents_right_inner p, .curriculum-page .contents_right_inner .single-page-block_text p, .colophon-page .contents_left_inner p.text, .colophon-page .contents_left_inner p, .colophon-page .contents_left_inner .single-page-block_text p, .colophon-page .contents_right_inner p.text, .colophon-page .contents_right_inner p, .colophon-page .contents_right_inner .single-page-block_text p {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  font-size: 16px !important;
  display: block;
  color: #000;
  text-align: left;
  letter-spacing: 0px;
  line-height: 120%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner p.text span, .biografia-page .contents_left_inner p.text p, .biografia-page .contents_left_inner p span, .biografia-page .contents_left_inner p p, .biografia-page .contents_left_inner .single-page-block_text p span, .biografia-page .contents_left_inner .single-page-block_text p p, .biografia-page .contents_right_inner p.text span, .biografia-page .contents_right_inner p.text p, .biografia-page .contents_right_inner p span, .biografia-page .contents_right_inner p p, .biografia-page .contents_right_inner .single-page-block_text p span, .biografia-page .contents_right_inner .single-page-block_text p p, .news-page .contents_left_inner p.text span, .news-page .contents_left_inner p.text p, .news-page .contents_left_inner p span, .news-page .contents_left_inner p p, .news-page .contents_left_inner .single-page-block_text p span, .news-page .contents_left_inner .single-page-block_text p p, .news-page .contents_right_inner p.text span, .news-page .contents_right_inner p.text p, .news-page .contents_right_inner p span, .news-page .contents_right_inner p p, .news-page .contents_right_inner .single-page-block_text p span, .news-page .contents_right_inner .single-page-block_text p p, .curriculum-page .contents_left_inner p.text span, .curriculum-page .contents_left_inner p.text p, .curriculum-page .contents_left_inner p span, .curriculum-page .contents_left_inner p p, .curriculum-page .contents_left_inner .single-page-block_text p span, .curriculum-page .contents_left_inner .single-page-block_text p p, .curriculum-page .contents_right_inner p.text span, .curriculum-page .contents_right_inner p.text p, .curriculum-page .contents_right_inner p span, .curriculum-page .contents_right_inner p p, .curriculum-page .contents_right_inner .single-page-block_text p span, .curriculum-page .contents_right_inner .single-page-block_text p p, .colophon-page .contents_left_inner p.text span, .colophon-page .contents_left_inner p.text p, .colophon-page .contents_left_inner p span, .colophon-page .contents_left_inner p p, .colophon-page .contents_left_inner .single-page-block_text p span, .colophon-page .contents_left_inner .single-page-block_text p p, .colophon-page .contents_right_inner p.text span, .colophon-page .contents_right_inner p.text p, .colophon-page .contents_right_inner p span, .colophon-page .contents_right_inner p p, .colophon-page .contents_right_inner .single-page-block_text p span, .colophon-page .contents_right_inner .single-page-block_text p p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 94, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .info, .biografia-page .contents_right_inner .info, .news-page .contents_left_inner .info, .news-page .contents_right_inner .info, .curriculum-page .contents_left_inner .info, .curriculum-page .contents_right_inner .info, .colophon-page .contents_left_inner .info, .colophon-page .contents_right_inner .info {
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  margin-top: 0px;
  display: block;
}

/* line 102, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .text-left .label, .biografia-page .contents_left_inner .text-right .label, .biografia-page .contents_right_inner .text-left .label, .biografia-page .contents_right_inner .text-right .label, .news-page .contents_left_inner .text-left .label, .news-page .contents_left_inner .text-right .label, .news-page .contents_right_inner .text-left .label, .news-page .contents_right_inner .text-right .label, .curriculum-page .contents_left_inner .text-left .label, .curriculum-page .contents_left_inner .text-right .label, .curriculum-page .contents_right_inner .text-left .label, .curriculum-page .contents_right_inner .text-right .label, .colophon-page .contents_left_inner .text-left .label, .colophon-page .contents_left_inner .text-right .label, .colophon-page .contents_right_inner .text-left .label, .colophon-page .contents_right_inner .text-right .label {
  margin-top: 32px;
  margin-bottom: 10px;
}

/* line 107, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .text-left ul, .biografia-page .contents_left_inner .text-right ul, .biografia-page .contents_right_inner .text-left ul, .biografia-page .contents_right_inner .text-right ul, .news-page .contents_left_inner .text-left ul, .news-page .contents_left_inner .text-right ul, .news-page .contents_right_inner .text-left ul, .news-page .contents_right_inner .text-right ul, .curriculum-page .contents_left_inner .text-left ul, .curriculum-page .contents_left_inner .text-right ul, .curriculum-page .contents_right_inner .text-left ul, .curriculum-page .contents_right_inner .text-right ul, .colophon-page .contents_left_inner .text-left ul, .colophon-page .contents_left_inner .text-right ul, .colophon-page .contents_right_inner .text-left ul, .colophon-page .contents_right_inner .text-right ul {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 32px 0;
}

/* line 114, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .text-right, .biografia-page .contents_right_inner .text-right, .news-page .contents_left_inner .text-right, .news-page .contents_right_inner .text-right, .curriculum-page .contents_left_inner .text-right, .curriculum-page .contents_right_inner .text-right, .colophon-page .contents_left_inner .text-right, .colophon-page .contents_right_inner .text-right {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 30%;
  margin-left: 4.5%;
  font-size: 16px;
}

/* line 121, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items, .biografia-page .contents_right_inner ul.list-related-items, .news-page .contents_left_inner ul.list-related-items, .news-page .contents_right_inner ul.list-related-items, .curriculum-page .contents_left_inner ul.list-related-items, .curriculum-page .contents_right_inner ul.list-related-items, .colophon-page .contents_left_inner ul.list-related-items, .colophon-page .contents_right_inner ul.list-related-items {
  margin: 0 !important;
}

/* line 123, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items li, .biografia-page .contents_right_inner ul.list-related-items li, .news-page .contents_left_inner ul.list-related-items li, .news-page .contents_right_inner ul.list-related-items li, .curriculum-page .contents_left_inner ul.list-related-items li, .curriculum-page .contents_right_inner ul.list-related-items li, .colophon-page .contents_left_inner ul.list-related-items li, .colophon-page .contents_right_inner ul.list-related-items li {
  margin: 0 0 10px;
}

/* line 125, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items li .first-line, .biografia-page .contents_left_inner ul.list-related-items li .third-line, .biografia-page .contents_right_inner ul.list-related-items li .first-line, .biografia-page .contents_right_inner ul.list-related-items li .third-line, .news-page .contents_left_inner ul.list-related-items li .first-line, .news-page .contents_left_inner ul.list-related-items li .third-line, .news-page .contents_right_inner ul.list-related-items li .first-line, .news-page .contents_right_inner ul.list-related-items li .third-line, .curriculum-page .contents_left_inner ul.list-related-items li .first-line, .curriculum-page .contents_left_inner ul.list-related-items li .third-line, .curriculum-page .contents_right_inner ul.list-related-items li .first-line, .curriculum-page .contents_right_inner ul.list-related-items li .third-line, .colophon-page .contents_left_inner ul.list-related-items li .first-line, .colophon-page .contents_left_inner ul.list-related-items li .third-line, .colophon-page .contents_right_inner ul.list-related-items li .first-line, .colophon-page .contents_right_inner ul.list-related-items li .third-line {
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* line 131, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items li .second-line, .biografia-page .contents_right_inner ul.list-related-items li .second-line, .news-page .contents_left_inner ul.list-related-items li .second-line, .news-page .contents_right_inner ul.list-related-items li .second-line, .curriculum-page .contents_left_inner ul.list-related-items li .second-line, .curriculum-page .contents_right_inner ul.list-related-items li .second-line, .colophon-page .contents_left_inner ul.list-related-items li .second-line, .colophon-page .contents_right_inner ul.list-related-items li .second-line {
  font-size: 16px;
  line-height: 18px;
  margin-top: 4px;
}

/* line 136, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items li .third-line, .biografia-page .contents_right_inner ul.list-related-items li .third-line, .news-page .contents_left_inner ul.list-related-items li .third-line, .news-page .contents_right_inner ul.list-related-items li .third-line, .curriculum-page .contents_left_inner ul.list-related-items li .third-line, .curriculum-page .contents_right_inner ul.list-related-items li .third-line, .colophon-page .contents_left_inner ul.list-related-items li .third-line, .colophon-page .contents_right_inner ul.list-related-items li .third-line {
  text-transform: unset;
}

/* line 139, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items li a, .biografia-page .contents_right_inner ul.list-related-items li a, .news-page .contents_left_inner ul.list-related-items li a, .news-page .contents_right_inner ul.list-related-items li a, .curriculum-page .contents_left_inner ul.list-related-items li a, .curriculum-page .contents_right_inner ul.list-related-items li a, .colophon-page .contents_left_inner ul.list-related-items li a, .colophon-page .contents_right_inner ul.list-related-items li a {
  transition: opacity 0.3s ease;
  display: inline-block;
}

/* line 140, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner ul.list-related-items li a:hover, .biografia-page .contents_right_inner ul.list-related-items li a:hover, .news-page .contents_left_inner ul.list-related-items li a:hover, .news-page .contents_right_inner ul.list-related-items li a:hover, .curriculum-page .contents_left_inner ul.list-related-items li a:hover, .curriculum-page .contents_right_inner ul.list-related-items li a:hover, .colophon-page .contents_left_inner ul.list-related-items li a:hover, .colophon-page .contents_right_inner ul.list-related-items li a:hover {
  opacity: 0.4;
}

/* line 144, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .single-page-block, .biografia-page .contents_right_inner .single-page-block, .news-page .contents_left_inner .single-page-block, .news-page .contents_right_inner .single-page-block, .curriculum-page .contents_left_inner .single-page-block, .curriculum-page .contents_right_inner .single-page-block, .colophon-page .contents_left_inner .single-page-block, .colophon-page .contents_right_inner .single-page-block {
  margin-bottom: 30px;
}

/* line 145, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .single-page-block em, .biografia-page .contents_right_inner .single-page-block em, .news-page .contents_left_inner .single-page-block em, .news-page .contents_right_inner .single-page-block em, .curriculum-page .contents_left_inner .single-page-block em, .curriculum-page .contents_right_inner .single-page-block em, .colophon-page .contents_left_inner .single-page-block em, .colophon-page .contents_right_inner .single-page-block em {
  color: black;
}

/* line 147, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .single-page-block_title, .biografia-page .contents_right_inner .single-page-block_title, .news-page .contents_left_inner .single-page-block_title, .news-page .contents_right_inner .single-page-block_title, .curriculum-page .contents_left_inner .single-page-block_title, .curriculum-page .contents_right_inner .single-page-block_title, .colophon-page .contents_left_inner .single-page-block_title, .colophon-page .contents_right_inner .single-page-block_title {
  display: inline-block;
  width: unset !important;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left !important;
  margin-bottom: 18px !important;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* line 41, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .single-page-block_title span, .biografia-page .contents_left_inner .single-page-block_title p, .biografia-page .contents_right_inner .single-page-block_title span, .biografia-page .contents_right_inner .single-page-block_title p, .news-page .contents_left_inner .single-page-block_title span, .news-page .contents_left_inner .single-page-block_title p, .news-page .contents_right_inner .single-page-block_title span, .news-page .contents_right_inner .single-page-block_title p, .curriculum-page .contents_left_inner .single-page-block_title span, .curriculum-page .contents_left_inner .single-page-block_title p, .curriculum-page .contents_right_inner .single-page-block_title span, .curriculum-page .contents_right_inner .single-page-block_title p, .colophon-page .contents_left_inner .single-page-block_title span, .colophon-page .contents_left_inner .single-page-block_title p, .colophon-page .contents_right_inner .single-page-block_title span, .colophon-page .contents_right_inner .single-page-block_title p {
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* line 155, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .contents_left_inner .single-page-block_text, .biografia-page .contents_right_inner .single-page-block_text, .news-page .contents_left_inner .single-page-block_text, .news-page .contents_right_inner .single-page-block_text, .curriculum-page .contents_left_inner .single-page-block_text, .curriculum-page .contents_right_inner .single-page-block_text, .colophon-page .contents_left_inner .single-page-block_text, .colophon-page .contents_right_inner .single-page-block_text {
  line-height: 120%;
}

/* line 166, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .language-switch, .news-page .language-switch, .curriculum-page .language-switch, .colophon-page .language-switch {
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.4s ease;
}

/* line 171, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .language-switch span, .news-page .language-switch span, .curriculum-page .language-switch span, .colophon-page .language-switch span {
  opacity: 0.4;
}

/* line 172, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .language-switch span.current, .news-page .language-switch span.current, .curriculum-page .language-switch span.current, .colophon-page .language-switch span.current {
  opacity: 1;
}

/* line 176, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .fullscreen-button, .news-page .fullscreen-button, .curriculum-page .fullscreen-button, .colophon-page .fullscreen-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

/* line 182, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .fullscreen-button img, .news-page .fullscreen-button img, .curriculum-page .fullscreen-button img, .colophon-page .fullscreen-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 176, app/assets/stylesheets/archive/single.css.scss */
  .biografia-page .fullscreen-button, .news-page .fullscreen-button, .curriculum-page .fullscreen-button, .colophon-page .fullscreen-button {
    display: none;
  }
}

/* line 190, app/assets/stylesheets/archive/single.css.scss */
.biografia-page .fullscreen-button:hover,
.biografia-page .language-switch:hover, .news-page .fullscreen-button:hover,
.news-page .language-switch:hover, .curriculum-page .fullscreen-button:hover,
.curriculum-page .language-switch:hover, .colophon-page .fullscreen-button:hover,
.colophon-page .language-switch:hover {
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-right .archive-header_main, .biografia-page.fs-right .archive-header_controls, .biografia-page.fs-left .archive-header_main, .biografia-page.fs-left .archive-header_controls, .news-page.fs-right .archive-header_main, .news-page.fs-right .archive-header_controls, .news-page.fs-left .archive-header_main, .news-page.fs-left .archive-header_controls, .curriculum-page.fs-right .archive-header_main, .curriculum-page.fs-right .archive-header_controls, .curriculum-page.fs-left .archive-header_main, .curriculum-page.fs-left .archive-header_controls, .colophon-page.fs-right .archive-header_main, .colophon-page.fs-right .archive-header_controls, .colophon-page.fs-left .archive-header_main, .colophon-page.fs-left .archive-header_controls {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 209, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-left .contents, .news-page.fs-left .contents, .curriculum-page.fs-left .contents, .colophon-page.fs-left .contents {
  margin-top: 0;
}

/* line 211, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-left .contents_right, .news-page.fs-left .contents_right, .curriculum-page.fs-left .contents_right, .colophon-page.fs-left .contents_right {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 217, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-left .contents_left, .news-page.fs-left .contents_left, .curriculum-page.fs-left .contents_left, .colophon-page.fs-left .contents_left {
  width: 100%;
}

/* line 225, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-right .contents, .news-page.fs-right .contents, .curriculum-page.fs-right .contents, .colophon-page.fs-right .contents {
  margin-top: 0;
}

/* line 228, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-right .contents_left, .news-page.fs-right .contents_left, .curriculum-page.fs-right .contents_left, .colophon-page.fs-right .contents_left {
  overflow: hidden;
  width: 0;
  opacity: 0;
  height: 100vh;
}

/* line 234, app/assets/stylesheets/archive/single.css.scss */
.biografia-page.fs-right .contents_right, .news-page.fs-right .contents_right, .curriculum-page.fs-right .contents_right, .colophon-page.fs-right .contents_right {
  width: 100%;
  top: 0;
  height: 100vh;
  padding: 0;
}

@media screen and (max-width: 575px) {
  /* line 247, app/assets/stylesheets/archive/single.css.scss */
  .biografia-page .contents, .news-page .contents, .curriculum-page .contents, .colophon-page .contents {
    margin-top: 114px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  /* line 251, app/assets/stylesheets/archive/single.css.scss */
  .biografia-page .contents_right, .biografia-page .contents_left, .news-page .contents_right, .news-page .contents_left, .curriculum-page .contents_right, .curriculum-page .contents_left, .colophon-page .contents_right, .colophon-page .contents_left {
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/archive/single.css.scss */
  .biografia-page .contents_right, .news-page .contents_right, .curriculum-page .contents_right, .colophon-page .contents_right {
    height: 70vh;
    position: relative;
    top: 0;
  }
}

/* line 2, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page .contents, .news-page .contents, .curriculum-page .contents, .colophon-page .contents {
  margin-top: 96px;
}

/* line 5, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page .contents_right, .news-page .contents_right, .curriculum-page .contents_right, .colophon-page .contents_right {
  top: 90px !important;
  min-height: calc(100vh - 96px);
}

/* line 10, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page .contents_left_inner .single-page-block_text p, .news-page .contents_left_inner .single-page-block_text p, .curriculum-page .contents_left_inner .single-page-block_text p, .colophon-page .contents_left_inner .single-page-block_text p {
  line-height: 1.2 !important;
}

/* line 16, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page .colophon-page .contents_right_inner .single-page-block_text p, .news-page .colophon-page .contents_right_inner .single-page-block_text p, .curriculum-page .colophon-page .contents_right_inner .single-page-block_text p, .colophon-page .colophon-page .contents_right_inner .single-page-block_text p {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* line 22, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page h1, .news-page h1, .curriculum-page h1, .colophon-page h1 {
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  /* line 22, app/assets/stylesheets/pages/custom_pages.css.scss */
  .biografia-page h1, .news-page h1, .curriculum-page h1, .colophon-page h1 {
    font-size: 40px;
  }
}

/* line 30, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page h3, .news-page h3, .curriculum-page h3, .colophon-page h3 {
  font-size: 22px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 20px 0 10px;
}

/* line 36, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page p, .news-page p, .curriculum-page p, .colophon-page p {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}

/* line 42, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page .single-page-block_text, .news-page .single-page-block_text, .curriculum-page .single-page-block_text, .colophon-page .single-page-block_text {
  padding-right: 5%;
}

/* line 46, app/assets/stylesheets/pages/custom_pages.css.scss */
.biografia-page .custom_page-page .archive-header_main_right, .biografia-page .custom_page-page .archive-header_controls_right, .news-page .custom_page-page .archive-header_main_right, .news-page .custom_page-page .archive-header_controls_right, .curriculum-page .custom_page-page .archive-header_main_right, .curriculum-page .custom_page-page .archive-header_controls_right, .colophon-page .custom_page-page .archive-header_main_right, .colophon-page .custom_page-page .archive-header_controls_right {
  backgrund: unset;
}

@media screen and (max-width: 575px) {
  /* line 52, app/assets/stylesheets/pages/custom_pages.css.scss */
  .biografia-page .contents, .news-page .contents, .curriculum-page .contents, .colophon-page .contents {
    margin-top: 64px;
  }
  /* line 55, app/assets/stylesheets/pages/custom_pages.css.scss */
  .biografia-page .contents_right, .news-page .contents_right, .curriculum-page .contents_right, .colophon-page .contents_right {
    top: 0px !important;
    min-height: calc(100vh - 64px);
  }
}

/* line 1, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents, .news-page .contents, .curriculum-page .contents, .colophon-page .contents {
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row;
}

/* line 5, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_left, .news-page .contents_left, .curriculum-page .contents_left, .colophon-page .contents_left {
  text-align: center;
  display: flex;
  align-items: center;
}

/* line 9, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_left h1, .news-page .contents_left h1, .curriculum-page .contents_left h1, .colophon-page .contents_left h1 {
  margin-bottom: 50px;
  font-size: 50px;
}

/* line 13, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_left .single-page-block_text, .biografia-page .contents_left .single-page-block_text p, .news-page .contents_left .single-page-block_text, .news-page .contents_left .single-page-block_text p, .curriculum-page .contents_left .single-page-block_text, .curriculum-page .contents_left .single-page-block_text p, .colophon-page .contents_left .single-page-block_text, .colophon-page .contents_left .single-page-block_text p {
  text-align: center !important;
  font-size: 25px !important;
}

/* line 18, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_right, .news-page .contents_right, .curriculum-page .contents_right, .colophon-page .contents_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 22, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_right .sticky-image, .news-page .contents_right .sticky-image, .curriculum-page .contents_right .sticky-image, .colophon-page .contents_right .sticky-image {
  max-width: 95%;
}

/* line 24, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_right .sticky-image img, .news-page .contents_right .sticky-image img, .curriculum-page .contents_right .sticky-image img, .colophon-page .contents_right .sticky-image img {
  width: 100%;
}

/* line 27, app/assets/stylesheets/pages/bio.css.scss */
.biografia-page .contents_right .sticky-image .dida, .news-page .contents_right .sticky-image .dida, .curriculum-page .contents_right .sticky-image .dida, .colophon-page .contents_right .sticky-image .dida {
  text-align: center;
  margin: 10px auto 0;
  width: 200px;
  font-style: italic;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  /* line 40, app/assets/stylesheets/pages/bio.css.scss */
  .biografia-page .contents, .news-page .contents, .curriculum-page .contents, .colophon-page .contents {
    width: 100vw;
    overflow: hidden;
  }
  /* line 43, app/assets/stylesheets/pages/bio.css.scss */
  .biografia-page .contents_left, .news-page .contents_left, .curriculum-page .contents_left, .colophon-page .contents_left {
    width: 100vw;
    overflow: hidden;
  }
  /* line 47, app/assets/stylesheets/pages/bio.css.scss */
  .biografia-page .contents_right, .news-page .contents_right, .curriculum-page .contents_right, .colophon-page .contents_right {
    width: 100vw;
    overflow: hidden;
    min-height: 0;
    background-color: transparent;
  }
  /* line 52, app/assets/stylesheets/pages/bio.css.scss */
  .biografia-page .contents_right .sticky-image, .news-page .contents_right .sticky-image, .curriculum-page .contents_right .sticky-image, .colophon-page .contents_right .sticky-image {
    width: 100%;
  }
  /* line 55, app/assets/stylesheets/pages/bio.css.scss */
  .biografia-page .contents_right .sticky-image img, .news-page .contents_right .sticky-image img, .curriculum-page .contents_right .sticky-image img, .colophon-page .contents_right .sticky-image img {
    width: 100%;
    display: block;
  }
}

/* line 1, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents, .colophon-page .contents {
  align-items: flex-start;
}

/* line 3, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents_left, .curriculum-page .contents_right, .colophon-page .contents_left, .colophon-page .contents_right {
  position: relative;
  top: 0 !important;
  height: calc(100vh - 96px);
}

/* line 7, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents_left .js-index-anchor, .curriculum-page .contents_right .js-index-anchor, .colophon-page .contents_left .js-index-anchor, .colophon-page .contents_right .js-index-anchor {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents_left_inner, .curriculum-page .contents_right_inner, .colophon-page .contents_left_inner, .colophon-page .contents_right_inner {
  height: 100%;
  overflow: scroll;
  padding-bottom: 0;
}

/* line 15, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents_left .single-page-block_text, .curriculum-page .contents_right .single-page-block_text, .colophon-page .contents_left .single-page-block_text, .colophon-page .contents_right .single-page-block_text {
  text-align: left !important;
}

/* line 17, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents_left .single-page-block_text p, .curriculum-page .contents_right .single-page-block_text p, .colophon-page .contents_left .single-page-block_text p, .colophon-page .contents_right .single-page-block_text p {
  font-size: 16px !important;
  text-align: left !important;
  line-height: 30px;
}

/* line 25, app/assets/stylesheets/pages/curriculum.css.scss */
.curriculum-page .contents_right .single-page-block_text, .colophon-page .contents_right .single-page-block_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  /* line 32, app/assets/stylesheets/pages/curriculum.css.scss */
  .curriculum-page .contents_left, .curriculum-page .contents_right, .colophon-page .contents_left, .colophon-page .contents_right {
    height: unset;
    padding: 0 40px 0 0;
  }
  /* line 36, app/assets/stylesheets/pages/curriculum.css.scss */
  .curriculum-page .contents_left_inner, .curriculum-page .contents_right_inner, .colophon-page .contents_left_inner, .colophon-page .contents_right_inner {
    height: unset !important;
    overflow: auto;
  }
  /* line 40, app/assets/stylesheets/pages/curriculum.css.scss */
  .curriculum-page .contents_right, .colophon-page .contents_right {
    background-color: white;
  }
  /* line 43, app/assets/stylesheets/pages/curriculum.css.scss */
  .curriculum-page .contents_right_inner, .colophon-page .contents_right_inner {
    left: 0px;
  }
}

/* line 158, app/assets/stylesheets/master.css.scss */
.contatti-page {
  background: #d5d5d2;
}

/* line 10, app/assets/stylesheets/pages.css.scss */
.contatti-page h1, .contatti-page .h1 {
  font-size: 112px;
}

/* line 11, app/assets/stylesheets/pages.css.scss */
.contatti-page h2, .contatti-page .h2 {
  font-size: 72px;
}

/* line 12, app/assets/stylesheets/pages.css.scss */
.contatti-page h3, .contatti-page .h3 {
  font-size: 56px;
}

/* line 13, app/assets/stylesheets/pages.css.scss */
.contatti-page h4, .contatti-page .h4 {
  font-size: 32px;
}

/* line 14, app/assets/stylesheets/pages.css.scss */
.contatti-page h5, .contatti-page .h5 {
  font-size: 24px;
}

/* line 15, app/assets/stylesheets/pages.css.scss */
.contatti-page h6, .contatti-page .h6 {
  font-size: 16px;
}

/* line 18, app/assets/stylesheets/pages.css.scss */
.contatti-page h1, .contatti-page h2, .contatti-page h3, .contatti-page h4, .contatti-page h5, .contatti-page h6, .contatti-page p {
  line-height: 110%;
}

/* line 22, app/assets/stylesheets/pages.css.scss */
.contatti-page strong {
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages {
  background: #d5d5d2 !important;
  color: #fff;
}

/* line 30, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages p, .contatti-page .pages .h5 {
  font-size: 24px !important;
}

/* line 31, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  border-bottom: 1px solid white;
  z-index: 999;
  background: #d5d5d2;
}

/* line 37, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .header .right, .contatti-page .pages .header .left {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: table;
}

/* line 42, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .header .right .text, .contatti-page .pages .header .right a, .contatti-page .pages .header .right .link, .contatti-page .pages .header .left .text, .contatti-page .pages .header .left a, .contatti-page .pages .header .left .link {
  position: absolute;
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  text-transform: lowercase;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: white;
}

/* line 54, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .header .right .text, .contatti-page .pages .header .left .text {
  cursor: default;
}

/* line 58, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .header .left {
  left: 0;
  border-right: 1px solid white;
}

/* line 59, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .header .right {
  right: 0;
}

/* line 61, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .home-btn-container {
  z-index: 100;
}

/* line 67, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_container {
  width: 1280px;
  display: block;
  margin: 0 auto;
  position: relative;
  min-height: calc(100vh - 50px);
}

/* line 75, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_small-container {
  display: block;
  text-align: left;
  min-height: unset;
  width: 800px;
  margin: 20vh auto 24px;
}

/* line 82, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_three-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 20vh auto 24px;
}

/* line 88, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_three-columns_section {
  flex: 1;
  padding: 0 5% 0 6%;
  text-align: left;
}

/* line 92, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_three-columns_section .pages_section_text {
  text-align: left;
  width: 100%;
}

/* line 93, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_three-columns_section .pages_section_text h1, .contatti-page .pages_three-columns_section .pages_section_text h2, .contatti-page .pages_three-columns_section .pages_section_text h3, .contatti-page .pages_three-columns_section .pages_section_text h4, .contatti-page .pages_three-columns_section .pages_section_text h5, .contatti-page .pages_three-columns_section .pages_section_text h6, .contatti-page .pages_three-columns_section .pages_section_text p, .contatti-page .pages_three-columns_section .pages_section_text a, .contatti-page .pages_three-columns_section .pages_section_text div, .contatti-page .pages_three-columns_section .pages_section_text span {
  color: white !important;
}

/* line 98, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_three-columns_section .pages_section_text p {
  text-align: left;
  width: 100%;
  font-size: 20px;
  margin-top: 0;
}

/* line 99, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_three-columns_section .pages_section_text strong {
  font-weight: bold;
}

/* line 104, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_section {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 80px;
}

/* line 112, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_section_title {
  margin-bottom: 30px;
}

/* line 115, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_section_text {
  color: white;
}

/* line 117, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_section_text h1, .contatti-page .pages_section_text h2, .contatti-page .pages_section_text h3, .contatti-page .pages_section_text h4, .contatti-page .pages_section_text h5, .contatti-page .pages_section_text h6, .contatti-page .pages_section_text p, .contatti-page .pages_section_text a, .contatti-page .pages_section_text div, .contatti-page .pages_section_text span {
  color: white !important;
}

/* line 122, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_section_text a, .contatti-page .pages_section a {
  color: #fff;
  transition: opacity 0.3s ease;
}

/* line 123, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_section_text a:hover, .contatti-page .pages_section a:hover {
  opacity: 0.4;
}

/* line 127, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_main-title {
  color: #999999;
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-family: RectaRegular;
  z-index: 100;
  font-size: 32px;
  text-align: center;
}

/* line 138, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_title, .contatti-page .pages_section_title {
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  font-family: "PlantinMTStd-Regular";
  display: inline-block;
  line-height: 100%;
}

/* line 145, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_title {
  margin-bottom: 50px;
}

/* line 148, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_list_download {
  margin: 10px 0;
  text-align: left;
  font-size: inherit;
}

/* line 152, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_list_download li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 5px;
}

/* line 157, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages_list_download li:before {
  content: ' ';
  background: url(/assets/icon-download-7571e4f6edf141d362cbc08bbc49c1ac05af16dae46593b3088d98d4d6a1ecc0.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}

/* line 166, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section.section-photo {
  min-height: 100vh;
  padding-bottom: 0;
}

/* line 170, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo {
  background: #D5D5D2;
}

/* line 172, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .pages_title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 179, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .photo-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}

/* line 185, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .photo {
  position: absolute;
  top: 0;
  left: 9%;
  bottom: 0;
  width: 32%;
  height: 60%;
  margin: auto 0;
  max-height: 600px;
}

/* line 190, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .photo img {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-height: 80%;
  max-width: 100%;
  margin: auto;
}

/* line 196, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .photo_dida {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  color: white;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

/* line 207, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .text-container {
  position: relative;
  top: 0;
  left: 59%;
  width: 32%;
  height: auto;
  text-align: center;
  display: block;
  color: #000;
}

/* line 213, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .text-container p {
  top: unset;
}

/* line 217, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .text-container .photo-in-text {
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  margin-top: 64px;
  display: none;
}

/* line 222, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .text-container .photo-in-text img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 228, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .section-photo .text-container .photo-in-text_dida {
  position: relative;
  margin-top: 20px;
  color: white;
}

/* line 238, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .contacts-container {
  display: block;
  text-align: center;
  min-height: unset;
  width: 800px;
  position: absolute;
  top: calc(50% + 96px);
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 249, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .language-switch a, .contatti-page .pages .language-switch div {
  color: white;
}

/* line 250, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .language-switch span {
  opacity: 0.4;
}

/* line 251, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .language-switch span.current {
  opacity: 1;
}

/* line 252, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .language-switch:hover {
  opacity: 0.3;
}

/* line 256, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages.contatti-page .language-switch {
  bottom: 52px;
}

/* line 261, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .back-to-index {
  margin-top: 20px;
  display: block;
}

/* line 264, app/assets/stylesheets/pages.css.scss */
.contatti-page .pages .back-to-index img {
  transform: rotate(90deg);
  height: 10px;
  display: inline-block;
}

@media (max-width: 1280px) {
  /* line 283, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_container {
    width: calc(100vw - 40px);
  }
}

@media (max-width: 1024px) {
  /* line 289, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .pages_title {
    font-size: 60px;
  }
}

@media (max-width: 960px) {
  /* line 295, app/assets/stylesheets/pages.css.scss */
  .contatti-page .section-photo {
    margin-top: 80px;
    min-height: unset !important;
  }
  /* line 299, app/assets/stylesheets/pages.css.scss */
  .contatti-page .section {
    min-height: unset !important;
  }
  /* line 302, app/assets/stylesheets/pages.css.scss */
  .contatti-page .photo-in-text {
    display: block;
    width: auto;
  }
  /* line 305, app/assets/stylesheets/pages.css.scss */
  .contatti-page .photo-in-text img {
    margin: 0 auto;
    max-width: 50% !important;
  }
  /* line 309, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .pages_title {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 314, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .text-container {
    width: 100%;
    left: 0%;
  }
  /* line 318, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .text-container .pages_section_title {
    font-size: 34px;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 323, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .text-container .pages_section_text {
    margin: 50px auto;
    max-width: 70%;
  }
  /* line 327, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .text-container .photo-in-text {
    display: block;
    margin: 0;
    height: auto;
    width: auto;
    margin-bottom: 20px;
  }
  /* line 335, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .language-switch {
    display: none !important;
  }
}

@media (max-width: 850px) {
  /* line 341, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_small-container {
    width: calc(100vw - 60px);
  }
  /* line 344, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .contacts-container {
    width: calc(100vw - 60px);
  }
  /* line 347, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_three-columns {
    flex-wrap: wrap;
    margin: 20vh 40px 24px;
  }
  /* line 350, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_three-columns_section {
    padding: 0;
    width: calc(100% - 20px);
    overflow: unset;
    flex: none;
    margin: 0 10px 50px;
  }
}

@media (max-width: 550px) {
  /* line 361, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_container {
    width: calc(100vw - 20px);
  }
  /* line 364, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_small-container {
    width: calc(100vw - 20px);
  }
  /* line 367, app/assets/stylesheets/pages.css.scss */
  .contatti-page .home-btn-container.top-left.visible {
    display: none !important;
  }
  /* line 370, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .home-btn-container.top-right.visible {
    top: 10px;
    padding: 0px 0 0 0;
    left: 0%;
    transform: none;
    width: 50%;
  }
  /* line 377, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_main-title {
    top: 10px;
    right: 0%;
    transform: translateX(0%);
    width: 50%;
  }
  /* line 382, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages_three-columns {
    flex-wrap: wrap;
    margin: 20vh 0px 24px;
  }
  /* line 386, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .header {
    height: 50px;
  }
  /* line 388, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .header .left .link, .contatti-page .pages .header .right .text {
    font-size: 25px;
  }
  /* line 390, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .header .left .link .h4, .contatti-page .pages .header .right .text .h4 {
    font-size: 25px;
  }
  /* line 391, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .header .left .link img, .contatti-page .pages .header .right .text img {
    height: 25px;
  }
  /* line 396, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .contacts-container {
    min-height: calc(100vh - 102px);
    top: calc(50% + 60px);
  }
  /* line 400, app/assets/stylesheets/pages.css.scss */
  .contatti-page .contatti-page .pages_section {
    margin-bottom: 0;
  }
  /* line 403, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo {
    margin-top: 0px;
  }
  /* line 407, app/assets/stylesheets/pages.css.scss */
  .contatti-page .photo-in-text img {
    margin: 0 auto;
    max-width: 70% !important;
  }
  /* line 412, app/assets/stylesheets/pages.css.scss */
  .contatti-page .pages .section-photo .text-container .pages_section_text {
    margin: 50px auto;
    max-width: 90%;
  }
}

@media (max-width: 350px) {
  /* line 420, app/assets/stylesheets/pages.css.scss */
  .contatti-page .contatti-page .footer {
    position: relative;
  }
}

/* line 10, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h1 {
  font-size: 112px;
}

/* line 11, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h2 {
  font-size: 72px;
}

/* line 12, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h3 {
  font-size: 56px;
}

/* line 13, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h4 {
  font-size: 32px;
}

/* line 14, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h5 {
  font-size: 24px;
}

/* line 15, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h6 {
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page h1, .contatti-page h2, .contatti-page h3, .contatti-page h4, .contatti-page h5, .contatti-page h6 {
  line-height: 100%;
}

/* line 21, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page body {
  background: #d5d5d2 !important;
  color: #fff;
  font-family: RectaRegular;
}

/* line 26, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .title {
  color: #fff;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  font-family: "PlantinMTStd-Regular";
  display: inline-block;
  margin-bottom: 10px;
}

/* line 34, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .title.page-title {
  margin-bottom: 40px;
}

/* line 39, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .contacts-container {
  display: block;
  text-align: center;
  min-height: unset;
  width: 800px;
}

/* line 44, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .contacts-container a {
  color: white;
}

@media (max-width: 850px) {
  /* line 39, app/assets/stylesheets/pages/contatti.css.scss */
  .contatti-page .contacts-container {
    width: calc(100vw - 60px);
  }
}

/* line 50, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .section {
  margin-bottom: 80px;
  min-height: unset;
  padding-bottom: 0;
}

/* line 54, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .section .text-description {
  text-align: left;
  width: 100%;
}

/* line 57, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .section .text-description p {
  font-size: unset;
}

/* line 60, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .section .text-description a {
  color: #fff;
}

/* line 66, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .list.download {
  margin: 10px 0;
  text-align: left;
}

/* line 69, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .list.download li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 5px;
}

/* line 74, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .list.download li h6 {
  color: #fff !important;
}

/* line 78, app/assets/stylesheets/pages/contatti.css.scss */
.contatti-page .list.download li:before {
  content: ' ';
  background: url(/assets/icon-download-7571e4f6edf141d362cbc08bbc49c1ac05af16dae46593b3088d98d4d6a1ecc0.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 165, app/assets/stylesheets/master.css.scss */
.contatti-page .header-pages {
  display: flex;
  width: 100vw;
  border-bottom: 1px solid white;
  position: fixed;
  left: 0;
  top: 0;
  background: #d5d5d2;
  z-index: 10;
}

/* line 173, app/assets/stylesheets/master.css.scss */
.contatti-page .header-pages .left, .contatti-page .header-pages .right {
  width: 50%;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 179, app/assets/stylesheets/master.css.scss */
.contatti-page .header-pages .left .btn-menu, .contatti-page .header-pages .right .btn-menu {
  color: white !important;
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/master.css.scss */
.contatti-page .header-pages .left {
  border-right: 1px solid white;
}

/* line 190, app/assets/stylesheets/master.css.scss */
.visit {
  background-color: black !important;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

/* line 2, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page button.next-arrow {
  opacity: 1;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  animation: arrowOscillation 4s ease infinite;
  transition: opacity 0.5s ease;
}

/* line 3, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page button.next-arrow img {
  width: 50px;
  height: 50px;
  transform: rotate(270deg);
}

/* line 14, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page button.next-arrow.hidden {
  display: none;
}

@media (max-width: 550px) {
  /* line 2, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page button.next-arrow {
    transform: translateY(-50%) translateX(5px);
  }
  /* line 18, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page button.next-arrow img {
    width: 25px;
    height: 25px;
  }
}

@keyframes arrowOscillation {
  0% {
    right: 0px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0px;
  }
}

/* line 31, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page button.next-arrow:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 36, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page a.close-visit {
  opacity: 0.3;
  z-index: 100;
  position: fixed;
  top: 20px;
  right: 10px;
  transition: all 0.5s ease;
}

/* line 37, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page a.close-visit img {
  width: 50px;
  height: 50px;
}

@media (max-width: 550px) {
  /* line 36, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page a.close-visit {
    top: 10px;
  }
  /* line 48, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page a.close-visit img {
    width: 25px;
    height: 25px;
  }
}

/* line 54, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page a.close-visit:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.2);
}

/* line 60, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .mouse-move {
  opacity: 0.3;
  z-index: 100;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
}

/* line 61, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .mouse-move img {
  width: 70px;
}

/* line 69, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .mouse-move.visible {
  display: block;
}

@media (max-width: 550px) {
  /* line 69, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .mouse-move.visible {
    display: none !important;
  }
}

/* line 79, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
}

/* line 83, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

/* line 93, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.autoslide {
  left: 0vw;
  opacity: 0;
}

/* line 96, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.autoslide img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

/* line 106, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .gif img {
  height: 50% !important;
}

/* line 111, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.scroll-x img {
  width: auto;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 121, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.flicker img {
  width: 110vw;
  height: auto;
}

/* line 126, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.scroll-blur, .visit.visit-page .image.ghost-1, .visit.visit-page .image.ghost-2, .visit.visit-page .image.ghost-3 {
  min-width: 110vw;
  min-height: 110vh;
  position: fixed;
  top: 0;
  left: 100vw;
  overflow: hidden;
}

/* line 130, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.scroll-blur img, .visit.visit-page .image.ghost-1 img, .visit.visit-page .image.ghost-2 img, .visit.visit-page .image.ghost-3 img {
  width: 110vw;
  height: auto;
  position: relative;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -10%);
}

/* line 136, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.ghost-1, .visit.visit-page .image.ghost-2, .visit.visit-page .image.ghost-3 {
  left: 0vw;
  opacity: 0;
  z-index: 50;
}

/* line 142, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.scale-out {
  min-width: 110vw;
  min-height: 110vh;
  margin: -5vh -5vw;
}

/* line 147, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.zoomout-center {
  min-width: 140vw;
  min-height: 140vh;
  margin: -20vh -20vw;
}

/* line 153, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .background-animation {
  height: 18vw;
  width: 18vw;
  border-radius: 9vw;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: transparent;
  background-clip: border-box;
  z-index: 10;
}

/* line 169, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image.autoscroll-y img {
  width: 50%;
  height: auto;
}

/* line 175, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .zoomin-right {
  transform-origin: 80% 50%;
}

/* line 179, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .hint-scroll {
  z-index: 3;
  position: fixed;
  left: 50%;
  animation: arrowFlicker 4s ease infinite;
  display: none;
}

/* line 185, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .hint-scroll img {
  width: 50px;
  height: 50px;
}

/* line 188, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .hint-scroll.up {
  top: 10px;
  transform: translateX(-50%) rotate(180deg);
}

/* line 192, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .hint-scroll.down {
  bottom: 10px;
  transform: translateX(-50%);
}

/* line 196, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .hint-scroll.visible {
  display: block;
}

@keyframes arrowFlicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

/* line 212, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .animated-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  font-size: 50px;
}

/* line 217, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .animated-center a {
  transition: all 0.4s ease;
}

/* line 218, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .animated-center a:hover {
  opacity: 0.4;
}

/* line 224, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .image-number {
  color: white;
  position: relative;
  top: 100px;
  left: 20px;
  font-size: 35px;
  z-index: 5000;
}

@media screen and (max-width: 798px) {
  /* line 234, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .image.scroll-blur img, .visit.visit-page .image.ghost-1 img, .visit.visit-page .image.ghost-2 img, .visit.visit-page .image.ghost-3 img {
    transform: translate(-50%, 1%);
  }
}

@media screen and (max-width: 550px) {
  /* line 239, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .animated-center {
    font-size: 28px !important;
  }
  /* line 243, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .image img {
    width: 100%;
    height: auto;
  }
  /* line 250, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .image.ghost-1 img, .visit.visit-page .image.ghost-2 img, .visit.visit-page .image.ghost-3 img {
    top: 50%;
    transform: translate(-55%, -60%);
  }
  /* line 256, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .image.scroll-blur img {
    top: 50%;
    transform: translate(-55%, -60%);
  }
  /* line 261, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .image.autoslide {
    left: 0vw;
    opacity: 0;
  }
  /* line 264, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .image.autoslide img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin: auto;
  }
}

/* line 275, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .visit-text {
  display: none;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: 65%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 1000000;
  background-color: black;
  color: white;
  overflow: scroll !important;
  padding: 50px 20px;
}

/* line 286, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .visit-text.visible {
  display: block;
}

/* line 289, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .visit-text p {
  font-size: 22px !important;
}

/* line 290, app/assets/stylesheets/visit/visit.scss */
.visit.visit-page .visit-text .h5 {
  color: white;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  font-size: 60px !important;
  font-family: 'PlantinMTStd-Regular';
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  /* line 275, app/assets/stylesheets/visit/visit.scss */
  .visit.visit-page .visit-text {
    width: auto;
  }
}

/* line 197, app/assets/stylesheets/master.css.scss */
.visible {
  display: block !important;
}

/* line 201, app/assets/stylesheets/master.css.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 205, app/assets/stylesheets/master.css.scss */
.rotate-90 {
  transform: rotate(90deg);
}

/* line 206, app/assets/stylesheets/master.css.scss */
.rotate-180 {
  transform: rotate(180deg);
}

/* line 207, app/assets/stylesheets/master.css.scss */
.rotate-270 {
  transform: rotate(270deg);
}

/* line 209, app/assets/stylesheets/master.css.scss */
.white, .c-white {
  color: white !important;
}

/* line 210, app/assets/stylesheets/master.css.scss */
.black, .c-black {
  color: black !important;
}

/* line 212, app/assets/stylesheets/master.css.scss */
ul li a {
  transition: all 0.4s ease;
}

/* line 213, app/assets/stylesheets/master.css.scss */
ul li a:hover {
  opacity: 0.4;
}

/* line 215, app/assets/stylesheets/master.css.scss */
p a {
  transition: all 0.4s ease;
}

/* line 218, app/assets/stylesheets/master.css.scss */
p a:hover {
  opacity: 0.4;
}

/* line 222, app/assets/stylesheets/master.css.scss */
.css-open-message-popup {
  position: relative;
  overflow: visible;
}

@media (max-width: 550px) {
  /* line 222, app/assets/stylesheets/master.css.scss */
  .css-open-message-popup {
    overflow: inherit;
  }
}

/* line 230, app/assets/stylesheets/master.css.scss */
.css-open-message-popup:hover .message-popup {
  display: block;
}

@media (max-width: 550px) {
  /* line 230, app/assets/stylesheets/master.css.scss */
  .css-open-message-popup:hover .message-popup {
    display: none;
  }
}

@media (hover: none) {
  /* line 239, app/assets/stylesheets/master.css.scss */
  .css-open-message-popup:hover .message-popup,
.message-popup {
    display: none !important;
  }
  /* line 244, app/assets/stylesheets/master.css.scss */
  .narrazione .photo-slider_item_info.css-open-message-popup:hover .message-popup {
    display: block !important;
  }
}

/* line 250, app/assets/stylesheets/master.css.scss */
.message-popup {
  display: none;
  position: relative;
  padding: 5px 10px;
  font-size: 12px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: #f2f2f0;
  z-index: 1000;
  text-indent: 0;
}

/* line 261, app/assets/stylesheets/master.css.scss */
.message-popup.info-header-popup {
  width: 100%;
  top: calc(50% + 12px);
  left: 0px;
}

/* line 268, app/assets/stylesheets/master.css.scss */
.message-popup.selected-popup {
  width: calc(100% - 20px);
  position: relative;
  top: 5px;
  left: 0px;
}

/* line 274, app/assets/stylesheets/master.css.scss */
.message-popup.search-field-popup {
  top: 45px;
  position: absolute;
  z-index: 1000;
  background-color: #f2f2f0;
  text-align: center;
}

/* line 281, app/assets/stylesheets/master.css.scss */
.message-popup.information {
  background-color: #d5d5d2;
}

/* line 283, app/assets/stylesheets/master.css.scss */
.message-popup.home-menu-popup {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: rgba(213, 213, 210, 0.3);
  color: white;
  border-radius: 2px;
}

/* line 291, app/assets/stylesheets/master.css.scss */
.message-popup.home-menu-popup.bottom-popup {
  bottom: 40px;
}

/* line 296, app/assets/stylesheets/master.css.scss */
.top-left .message-popup.home-menu-popup,
.top-right .message-popup.home-menu-popup {
  top: 40px;
}

/* line 301, app/assets/stylesheets/master.css.scss */
.ajax-loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 100000000;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease;
}

/* line 312, app/assets/stylesheets/master.css.scss */
.ajax-loader.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s ease;
}

/* line 317, app/assets/stylesheets/master.css.scss */
.ajax-loader img {
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

/* line 328, app/assets/stylesheets/master.css.scss */
.footer {
  height: 50px;
  border-top: 1px solid black;
  z-index: 101;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f0;
}

/* line 337, app/assets/stylesheets/master.css.scss */
.footer.pages {
  position: unset;
  border-color: white;
}

/* line 341, app/assets/stylesheets/master.css.scss */
.footer.pages div, .footer.pages a {
  color: white;
}

/* line 345, app/assets/stylesheets/master.css.scss */
.footer_container {
  padding: 0 5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media (max-width: 850px) {
  /* line 345, app/assets/stylesheets/master.css.scss */
  .footer_container {
    padding: 0 50px;
  }
}

@media (max-width: 550px) {
  /* line 345, app/assets/stylesheets/master.css.scss */
  .footer_container {
    padding: 0 10px;
  }
}

@media (max-width: 550px) {
  /* line 363, app/assets/stylesheets/master.css.scss */
  .hide-550 {
    display: none !important;
  }
}
/* line 1, app/assets/stylesheets/plyr.css.scss */
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

/* line 10, app/assets/stylesheets/plyr.css.scss */
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}

/* line 17, app/assets/stylesheets/plyr.css.scss */
.plyr,
.plyr *,
.plyr::after,
.plyr::before {
  box-sizing: border-box;
}

/* line 23, app/assets/stylesheets/plyr.css.scss */
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}

/* line 30, app/assets/stylesheets/plyr.css.scss */
.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

/* line 37, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

/* line 51, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

/* line 59, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/* line 91, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

/* line 97, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  user-select: none;
}

/* line 105, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  user-select: none;
  background: #3498db;
}

/* line 113, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -ms-transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

/* line 125, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-ms-tooltip {
  display: none;
}

/* line 128, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]:focus {
  outline: 0;
}

/* line 131, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

/* line 134, app/assets/stylesheets/plyr.css.scss */
.plyr input.tab-focus[type=range]:focus {
  outline-offset: 3px;
}

/* line 137, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

/* line 142, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

/* line 147, app/assets/stylesheets/plyr.css.scss */
.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

/* line 152, app/assets/stylesheets/plyr.css.scss */
.plyr--video input.tab-focus[type=range]:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

/* line 155, app/assets/stylesheets/plyr.css.scss */
.plyr--audio input.tab-focus[type=range]:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

/* line 158, app/assets/stylesheets/plyr.css.scss */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

/* line 167, app/assets/stylesheets/plyr.css.scss */
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

/* line 173, app/assets/stylesheets/plyr.css.scss */
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 178, app/assets/stylesheets/plyr.css.scss */
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 190, app/assets/stylesheets/plyr.css.scss */
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* line 195, app/assets/stylesheets/plyr.css.scss */
.plyr video::-webkit-media-text-track-container {
  display: none;
}

/* line 198, app/assets/stylesheets/plyr.css.scss */
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

/* line 212, app/assets/stylesheets/plyr.css.scss */
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
}

/* line 217, app/assets/stylesheets/plyr.css.scss */
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  /* line 221, app/assets/stylesheets/plyr.css.scss */
  .plyr__captions {
    font-size: 24px;
  }
}

/* line 225, app/assets/stylesheets/plyr.css.scss */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 228, app/assets/stylesheets/plyr.css.scss */
.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}

/* line 231, app/assets/stylesheets/plyr.css.scss */
.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}

/* line 234, app/assets/stylesheets/plyr.css.scss */
.plyr::-webkit-media-controls {
  display: none;
}

/* line 237, app/assets/stylesheets/plyr.css.scss */
.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  transition: opacity .3s ease;
}

/* line 246, app/assets/stylesheets/plyr.css.scss */
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px;
}

/* line 251, app/assets/stylesheets/plyr.css.scss */
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}

/* line 256, app/assets/stylesheets/plyr.css.scss */
.plyr__controls .plyr__volume {
  margin-left: 5px;
}

/* line 259, app/assets/stylesheets/plyr.css.scss */
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

/* line 262, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}

/* line 277, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

/* line 283, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button:focus {
  outline: 0;
}

/* line 286, app/assets/stylesheets/plyr.css.scss */
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  /* line 292, app/assets/stylesheets/plyr.css.scss */
  .plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
    margin-left: 10px;
  }
}

/* line 298, app/assets/stylesheets/plyr.css.scss */
.plyr--hide-controls .plyr__controls {
  opacity: 0;
}

/* line 301, app/assets/stylesheets/plyr.css.scss */
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
}

/* line 312, app/assets/stylesheets/plyr.css.scss */
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

/* line 317, app/assets/stylesheets/plyr.css.scss */
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #565D64;
}

/* line 325, app/assets/stylesheets/plyr.css.scss */
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: #3498db;
  color: #fff;
}

/* line 331, app/assets/stylesheets/plyr.css.scss */
.plyr__play-large {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
}

/* line 343, app/assets/stylesheets/plyr.css.scss */
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

/* line 351, app/assets/stylesheets/plyr.css.scss */
.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

/* line 354, app/assets/stylesheets/plyr.css.scss */
.plyr .plyr__play-large {
  display: inline-block;
}

/* line 357, app/assets/stylesheets/plyr.css.scss */
.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}

/* line 362, app/assets/stylesheets/plyr.css.scss */
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

/* line 366, app/assets/stylesheets/plyr.css.scss */
.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

/* line 369, app/assets/stylesheets/plyr.css.scss */
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}

/* line 374, app/assets/stylesheets/plyr.css.scss */
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

/* line 381, app/assets/stylesheets/plyr.css.scss */
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

/* line 385, app/assets/stylesheets/plyr.css.scss */
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
}

/* line 401, app/assets/stylesheets/plyr.css.scss */
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

/* line 414, app/assets/stylesheets/plyr.css.scss */
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

/* line 420, app/assets/stylesheets/plyr.css.scss */
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

/* line 423, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

/* line 428, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

/* line 431, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

/* line 436, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

/* line 441, app/assets/stylesheets/plyr.css.scss */
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button.tab-focus:first-child:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button.tab-focus:last-child:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

/* line 449, app/assets/stylesheets/plyr.css.scss */
.plyr__progress {
  position: relative;
  display: inline !important;
  flex: 1;
}

/* line 455, app/assets/stylesheets/plyr.css.scss */
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

/* line 459, app/assets/stylesheets/plyr.css.scss */
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}

/* line 462, app/assets/stylesheets/plyr.css.scss */
.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}

/* line 465, app/assets/stylesheets/plyr.css.scss */
.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}

/* line 468, app/assets/stylesheets/plyr.css.scss */
.plyr__progress .plyr__tooltip {
  left: 0;
}

/* line 471, app/assets/stylesheets/plyr.css.scss */
.plyr .plyr__progress {
  display: inline-block;
}

/* line 474, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

/* line 491, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

/* line 496, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

/* line 503, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

/* line 510, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

/* line 515, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none;
}

/* line 522, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

/* line 530, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: none;
  transition: none;
}

/* line 538, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

/* line 542, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 545, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-moz-progress-bar {
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 548, app/assets/stylesheets/plyr.css.scss */
.plyr__progress--buffer::-ms-fill {
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 551, app/assets/stylesheets/plyr.css.scss */
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

/* line 555, app/assets/stylesheets/plyr.css.scss */
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

/* line 558, app/assets/stylesheets/plyr.css.scss */
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

/* line 562, app/assets/stylesheets/plyr.css.scss */
.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}

/* line 565, app/assets/stylesheets/plyr.css.scss */
.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

/* line 572, app/assets/stylesheets/plyr.css.scss */
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 575, app/assets/stylesheets/plyr.css.scss */
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

/* line 578, app/assets/stylesheets/plyr.css.scss */
.plyr__time {
  display: inline-block !important;
  font-size: 14px;
  line-height: .95;
}

/* line 584, app/assets/stylesheets/plyr.css.scss */
.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  /* line 588, app/assets/stylesheets/plyr.css.scss */
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

/* line 592, app/assets/stylesheets/plyr.css.scss */
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

/* line 596, app/assets/stylesheets/plyr.css.scss */
.plyr__volume {
  display: inline-block !important;
}

/* line 599, app/assets/stylesheets/plyr.css.scss */
.plyr .plyr__volume {
  flex: 1;
  position: relative;
}

/* line 604, app/assets/stylesheets/plyr.css.scss */
.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  /* line 609, app/assets/stylesheets/plyr.css.scss */
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  /* line 615, app/assets/stylesheets/plyr.css.scss */
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

/* line 619, app/assets/stylesheets/plyr.css.scss */
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

/* line 623, app/assets/stylesheets/plyr.css.scss */
.plyr--fullscreen,
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0;
}

/* line 636, app/assets/stylesheets/plyr.css.scss */
.plyr--fullscreen video,
.plyr--fullscreen-active video {
  height: 100%;
}

/* line 640, app/assets/stylesheets/plyr.css.scss */
.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

/* line 645, app/assets/stylesheets/plyr.css.scss */
.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 652, app/assets/stylesheets/plyr.css.scss */
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper,
.plyr--fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
