/* line 137, sass/_mixins.scss */
.font-large, .node-full .font-large {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

@media (min-width: 1024px) {
  /* line 137, sass/_mixins.scss */
  .font-large, .node-full .font-large {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}

/* line 147, sass/_mixins.scss */
.node-full {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: .3px;
}

@media (min-width: 1024px) {
  /* line 147, sass/_mixins.scss */
  .node-full {
    font-size: 1.375rem;
    line-height: 2.25rem;
    letter-spacing: .44px;
  }
}

/* line 159, sass/_mixins.scss */
.cassetto-corpo p, .blue-box, .double-column {
  font-family: "Univers";
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

@media (min-width: 1024px) {
  /* line 159, sass/_mixins.scss */
  .cassetto-corpo p, .blue-box, .double-column {
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: .3px;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 27, sass/partials/normalize.css/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 56, sass/partials/normalize.css/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 64, sass/partials/normalize.css/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 78, sass/partials/normalize.css/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 169, sass/partials/normalize.css/_normalize.scss */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 178, sass/partials/normalize.css/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 192, sass/partials/normalize.css/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
/* line 202, sass/partials/normalize.css/_normalize.scss */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, sass/partials/normalize.css/_normalize.scss */
pre, code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 239, sass/partials/normalize.css/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 252, sass/partials/normalize.css/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 262, sass/partials/normalize.css/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 271, sass/partials/normalize.css/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 286, sass/partials/normalize.css/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 294, sass/partials/normalize.css/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 303, sass/partials/normalize.css/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 312, sass/partials/normalize.css/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 320, sass/partials/normalize.css/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 324, sass/partials/normalize.css/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 335, sass/partials/normalize.css/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 344, sass/partials/normalize.css/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 353, sass/partials/normalize.css/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 361, sass/partials/normalize.css/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 402, sass/partials/normalize.css/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
/* line 422, sass/partials/normalize.css/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 431, sass/partials/normalize.css/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 442, sass/partials/normalize.css/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 449, sass/partials/normalize.css/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

/* line 458, sass/partials/normalize.css/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 467, sass/partials/normalize.css/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
/* line 476, sass/partials/normalize.css/_normalize.scss */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 485, sass/partials/normalize.css/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 495, sass/partials/normalize.css/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 505, sass/partials/normalize.css/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}

/* line 513, sass/partials/normalize.css/_normalize.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 524, sass/partials/normalize.css/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
/* line 533, sass/partials/normalize.css/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 544, sass/partials/normalize.css/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 558, sass/partials/normalize.css/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 567, sass/partials/normalize.css/_normalize.scss */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
/* line 578, sass/partials/normalize.css/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 586, sass/partials/normalize.css/_normalize.scss */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
/* line 595, sass/partials/normalize.css/_normalize.scss */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 626, sass/partials/normalize.css/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 634, sass/partials/normalize.css/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 645, sass/partials/normalize.css/_normalize.scss */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Univers-light";
  src: url("../fonts/univers_new/universLight.eot?#iefix");
  src: url("../fonts/univers_new/universLight.eot?#iefix") format("eot"), url("../fonts/univers_new/universLight.woff2") format("woff2"), url("../fonts/univers_new/universLight.woff") format("woff"), url("../fonts/univers_new/universLight.ttf") format("truetype"), url("../fonts/univers_new/universLight.svg#5b3db534-b1d7-4c58-aa51-0075f2fe9739") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Univers";
  src: url("../fonts/univers_new/univers.eot?#iefix");
  src: url("../fonts/univers_new/univers.eot?#iefix") format("eot"), url("../fonts/univers_new/univers.woff2") format("woff2"), url("../fonts/univers_new/univers.woff") format("woff"), url("../fonts/univers_new/univers.ttf") format("truetype"), url("../fonts/univers_new/univers.svg#d7d2f6ed-1dde-4178-9353-bdd0821e77cb") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Univers-bold";
  src: url("../fonts/univers_new/universBold.eot?#iefix");
  src: url("../fonts/univers_new/universBold.eot?#iefix") format("eot"), url("../fonts/univers_new/universBold.woff2") format("woff2"), url("../fonts/univers_new/universBold.woff") format("woff"), url("../fonts/univers_new/universBold.ttf") format("truetype"), url("../fonts/univers_new/universBold.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");
  font-weight: 700;
  font-style: normal;
}

/**
*
* Global
*
**/
/* line 6, sass/partials/_globals.scss */
html {
  box-sizing: border-box;
}

/* line 9, sass/partials/_globals.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 13, sass/partials/_globals.scss */
img,
video,
object {
  max-width: 100%;
  height: auto;
}

/* line 21, sass/partials/_globals.scss */
html,
body,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 28, sass/partials/_globals.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 33, sass/partials/_globals.scss */
body {
  font-family: "Univers-light";
  font-size: 16px;
  color: #111;
}

/* line 38, sass/partials/_globals.scss */
body.nav-open, body.search-open {
  overflow-y: hidden;
}

/* line 43, sass/partials/_globals.scss */
main {
  overflow: hidden;
}

/* line 47, sass/partials/_globals.scss */
a {
  text-decoration: none;
}

/* line 51, sass/partials/_globals.scss */
strong {
  font-family: "Univers-bold";
}

/* line 55, sass/partials/_globals.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 61, sass/partials/_globals.scss */
:focus, a:active, a:focus, button, input, input:active, input:focus, textarea {
  outline: none !important;
}

@media (max-width: 767px) {
  /* line 65, sass/partials/_globals.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  /* line 71, sass/partials/_globals.scss */
  .visible-xs {
    display: none !important;
  }
}

/* line 78, sass/partials/_globals.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* line 86, sass/partials/_globals.scss */
.element-focusable:focus {
  position: static !important;
  height: auto;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  padding: 10px 0;
  color: #111;
}

/* line 97, sass/partials/_globals.scss */
.row {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 * see https://gist.github.com/larrybotha/7881691
 * IE10+
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 108, sass/partials/_globals.scss */
  img[src$=".svg"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 113, sass/partials/_globals.scss */
  #admin-menu {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 119, sass/partials/_globals.scss */
  html body.admin-menu {
    margin-top: 0 !important;
  }
}

/* line 1, sass/partials/_typography.scss */
h1 {
  font-family: "Univers-light";
  font-size: 2.8125rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  /* line 1, sass/partials/_typography.scss */
  h1 {
    font-size: 4.25rem;
    line-height: 4.5rem;
  }
}

/* line 16, sass/partials/_typography.scss */
.col-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

/* line 45, sass/partials/_typography.scss */
.annotazione, .note-tabella, .note {
  font-size: 0.75rem !important;
  line-height: 1.5em !important;
  font-style: italic !important;
}

/* line 51, sass/partials/_typography.scss */
.text-rose {
  color: #ff0f64;
}

/* line 55, sass/partials/_typography.scss */
.text-green {
  color: #1a8b57;
}

/* line 1, sass/partials/_grid.scss */
.page-content, .node-full .view-content .view-rows {
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  /* line 1, sass/partials/_grid.scss */
  .page-content, .node-full .view-content .view-rows {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 700px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1140px) {
  /* line 1, sass/partials/_grid.scss */
  .page-content, .node-full .view-content .view-rows {
    max-width: 890px;
  }
}

@media (min-width: 1024px) {
  /* line 20, sass/partials/_grid.scss */
  .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1, sass/partials/_hamburger.scss */
.hamburger {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 12, sass/partials/_hamburger.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 15, sass/partials/_hamburger.scss */
.hamburger-box {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
}

/* line 21, sass/partials/_hamburger.scss */
.hamburger-inner {
  display: block;
  margin-top: -2px;
}

/* line 24, sass/partials/_hamburger.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 4px;
  background-color: #fff;
  position: absolute;
}

/* line 30, sass/partials/_hamburger.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 33, sass/partials/_hamburger.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 35, sass/partials/_hamburger.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/* line 38, sass/partials/_hamburger.scss */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

/* line 41, sass/partials/_hamburger.scss */
.hamburger--slider .hamburger-inner::before {
  top: 8px;
}

/* line 44, sass/partials/_hamburger.scss */
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

/* line 49, sass/partials/_hamburger.scss */
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}

/* line 52, sass/partials/_hamburger.scss */
.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

/* line 57, sass/partials/_hamburger.scss */
.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
  top: 14px;
}

/* line 1, sass/partials/_system.scss */
.messages {
  border-color: #1a8b57;
  margin: 1em auto !important;
}

/* line 1, sass/partials/_site-header.scss */
.site-header {
  background: #0072BA;
}

/* line 4, sass/partials/_site-header.scss */
.ar .site-header {
  background: #FF5A0F;
}

/* line 8, sass/partials/_site-header.scss */
.site-header .site-slogan {
  color: #fff;
  font-family: "Univers-bold";
  text-transform: uppercase;
  font-size: 0.8125rem;
  display: none;
}

@media (min-width: 768px) {
  /* line 8, sass/partials/_site-header.scss */
  .site-header .site-slogan {
    display: block;
  }
}

/* line 20, sass/partials/_site-header.scss */
.site-header .global-search-toggler {
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* line 25, sass/partials/_site-header.scss */
.site-header .global-search-toggler svg {
  fill: #fff;
  stroke: #fff;
}

@media (min-width: 480px) {
  /* line 31, sass/partials/_site-header.scss */
  .site-header .hamburger {
    margin-left: 1em;
  }
}

/* line 38, sass/partials/_site-header.scss */
.site-header__main {
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 44, sass/partials/_site-header.scss */
.site-header__main .logo-wrapper {
  position: relative;
  z-index: 2001;
}

/* line 49, sass/partials/_site-header.scss */
.site-header__main .logo--color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media (max-width: 1023px) {
  /* line 49, sass/partials/_site-header.scss */
  .site-header__main .logo--color {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 38, sass/partials/_site-header.scss */
  .site-header__main {
    padding: 23px 30px;
  }
}

/* line 64, sass/partials/_site-header.scss */
.site-header__main .logo {
  display: block;
  max-width: 75px;
  transition: opacity 0.4s;
}

@media (min-width: 480px) {
  /* line 64, sass/partials/_site-header.scss */
  .site-header__main .logo {
    max-width: 104px;
  }
}

/* line 73, sass/partials/_site-header.scss */
.site-header__main .logo > img {
  width: 100%;
}

/* line 79, sass/partials/_site-header.scss */
.nav-open .site-header__main .logo--white {
  opacity: 0;
}

/* line 83, sass/partials/_site-header.scss */
.nav-open .site-header__main .logo--color {
  opacity: 1;
}

/* line 1, sass/partials/_site-footer.scss */
.site-footer {
  background: #000;
  padding: 26px 0;
  color: #757575;
}

@media (min-width: 1024px) {
  /* line 7, sass/partials/_site-footer.scss */
  .site-footer .block-block-footer .content, .site-footer .block-footer-content .content {
    max-width: 1080px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  /* line 7, sass/partials/_site-footer.scss */
  .site-footer .block-block-footer .content, .site-footer .block-footer-content .content {
    max-width: 1180px;
  }
}

/* line 22, sass/partials/_site-footer.scss */
.site-footer .footer-legal {
  margin-top: 5px;
}

/* line 26, sass/partials/_site-footer.scss */
.site-footer .footer-copyright {
  font-size: 0.875rem;
  margin-bottom: 1em;
  padding-left: 1em;
}

@media (min-width: 1024px) {
  /* line 26, sass/partials/_site-footer.scss */
  .site-footer .footer-copyright {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
  }
}

/* line 38, sass/partials/_site-footer.scss */
.site-footer .footer-legal-links {
  margin-left: 1em;
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  /* line 38, sass/partials/_site-footer.scss */
  .site-footer .footer-legal-links {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* line 47, sass/partials/_site-footer.scss */
.site-footer .footer-legal-links li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0 5px 0 10px;
}

/* line 53, sass/partials/_site-footer.scss */
.site-footer .footer-legal-links li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #5f5f5f;
}

/* line 64, sass/partials/_site-footer.scss */
.site-footer .footer-legal-links a {
  color: #41B9E6;
  font-size: 0.875rem;
}

/* line 72, sass/partials/_site-footer.scss */
.footer-social__items li {
  display: inline-block;
}

/* line 76, sass/partials/_site-footer.scss */
.footer-social__items a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-left: 1em;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #41B9E6;
  background-color: transparent;
  text-align: center;
  transition: background-color 0.2s;
}

/* line 88, sass/partials/_site-footer.scss */
.footer-social__items a svg {
  fill: #41B9E6;
  transition: fill 0.2s;
}

/* line 93, sass/partials/_site-footer.scss */
.footer-social__items a:hover {
  background-color: #41B9E6;
}

/* line 96, sass/partials/_site-footer.scss */
.footer-social__items a:hover svg {
  fill: #fff;
}

/* line 1, sass/partials/_hero.scss */
.hero {
  background: #0072BA;
  padding: 1em 0;
  text-align: center;
  border-bottom: 9px solid #e5e5e5;
}

/* line 7, sass/partials/_hero.scss */
.ar .hero {
  background: #FF5A0F;
}

/* line 11, sass/partials/_hero.scss */
.hero.with-visual {
  padding-bottom: 200px;
}

@media (min-width: 768px) {
  /* line 11, sass/partials/_hero.scss */
  .hero.with-visual {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 1, sass/partials/_hero.scss */
  .hero {
    padding: 60px 0 3em 0;
    margin-bottom: 100px;
  }
}

/* line 24, sass/partials/_hero.scss */
.hero .hero-inner {
  max-width: 1024px;
  margin: 0 auto;
}

/* line 29, sass/partials/_hero.scss */
.hero h1 {
  color: #fff;
  padding: 0 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 29, sass/partials/_hero.scss */
  .hero h1 {
    padding: 0 1em;
  }
}

/* line 40, sass/partials/_hero.scss */
.page-visual {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -140px;
  width: 100%;
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  /* line 40, sass/partials/_hero.scss */
  .page-visual {
    max-width: 964px;
  }
}

@media (min-width: 1200px) {
  /* line 40, sass/partials/_hero.scss */
  .page-visual {
    max-width: 1180px;
  }
}

/* line 56, sass/partials/_hero.scss */
.page-visual img {
  display: block;
  box-shadow: 0 -10px 0 5px rgba(0, 0, 0, 0.2);
}

/* line 1, sass/partials/_navigation.scss */
.nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background: #F6F5F5;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  /* line 1, sass/partials/_navigation.scss */
  .nav-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 1199px) {
  /* line 1, sass/partials/_navigation.scss */
  .nav-wrapper {
    bottom: 0;
    overflow: auto;
  }
}

/* line 23, sass/partials/_navigation.scss */
.nav-wrapper .main-col {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 2rem;
  margin-top: 40px;
}

@media (min-width: 768px) {
  /* line 23, sass/partials/_navigation.scss */
  .nav-wrapper .main-col {
    -webkit-flex-basis: 68.75%;
        -ms-flex-preferred-size: 68.75%;
            flex-basis: 68.75%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1024px) {
  /* line 23, sass/partials/_navigation.scss */
  .nav-wrapper .main-col {
    padding-bottom: 0;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 110px;
    overflow: auto;
  }
  /* line 39, sass/partials/_navigation.scss */
  .sp .nav-wrapper .main-col {
    padding-bottom: 2rem;
  }
}

/* line 44, sass/partials/_navigation.scss */
.nav-wrapper .main-col .region-off-canvas {
  margin: 0 15px;
}

@media (min-width: 768px) {
  /* line 44, sass/partials/_navigation.scss */
  .nav-wrapper .main-col .region-off-canvas {
    margin: 0 60px;
  }
}

/* line 53, sass/partials/_navigation.scss */
.nav-wrapper .right-col {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  background: #0072BA;
}

@media (min-width: 1024px) {
  /* line 53, sass/partials/_navigation.scss */
  .nav-wrapper .right-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 0 0 500px;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}

/* line 63, sass/partials/_navigation.scss */
.ar .nav-wrapper .right-col {
  background: #FF5A0F;
}

/* line 67, sass/partials/_navigation.scss */
.sp .nav-wrapper .right-col {
  background: #FF0F64;
}

@media (min-width: 1024px) {
  /* line 67, sass/partials/_navigation.scss */
  .sp .nav-wrapper .right-col {
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

/* line 76, sass/partials/_navigation.scss */
.nav-open .nav-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* line 80, sass/partials/_navigation.scss */
.admin-menu .nav-wrapper {
  top: 47px;
}

@media (min-width: 768px) {
  /* line 80, sass/partials/_navigation.scss */
  .admin-menu .nav-wrapper {
    top: 29px;
    height: calc(100% - 29px);
  }
}

@media (max-width: 1023px) {
  /* line 80, sass/partials/_navigation.scss */
  .admin-menu .nav-wrapper {
    top: 0 !important;
  }
}

/* line 93, sass/partials/_navigation.scss */
.nav-wrapper .site-header {
  background: transparent;
}

/* line 97, sass/partials/_navigation.scss */
.nav-wrapper__header {
  background: #005B92;
  padding: 1.5rem 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 97, sass/partials/_navigation.scss */
  .nav-wrapper__header {
    padding: 2rem 2rem;
  }
}

/* line 107, sass/partials/_navigation.scss */
.ar .nav-wrapper__header {
  background: #EA4A02;
}

/* line 111, sass/partials/_navigation.scss */
.sp .nav-wrapper__header {
  background: #E2175C;
}

/* line 115, sass/partials/_navigation.scss */
.nav-wrapper__header .hamburger {
  padding: 0;
}

/* line 121, sass/partials/_navigation.scss */
.nav-main__wrapper {
  position: relative;
  margin: 1em 0;
  padding: 0 1em;
  overflow: auto;
}

/* line 128, sass/partials/_navigation.scss */
.scroll-wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  /* line 128, sass/partials/_navigation.scss */
  .scroll-wrapper {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: calc(100% - 30px);
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  /* line 138, sass/partials/_navigation.scss */
  .scroll-pane {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
  }
}

@media (max-width: 1199px) {
  /* line 149, sass/partials/_navigation.scss */
  .nav-main .jspPane {
    position: relative !important;
  }
}

@media (max-width: 1199px) {
  /* line 155, sass/partials/_navigation.scss */
  .nav-main .jspContainer {
    height: auto !important;
  }
}

@media (min-width: 1024px) {
  /* line 163, sass/partials/_navigation.scss */
  .nav-main--csr .nav-main__col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 60px;
  }
}

/* line 171, sass/partials/_navigation.scss */
.nav-main--csr .nav-main__col:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  /* line 171, sass/partials/_navigation.scss */
  .nav-main--csr .nav-main__col:first-child {
    border-right: 1px solid #4daf8c;
  }
  /* line 177, sass/partials/_navigation.scss */
  .nav-main--csr .nav-main__col:first-child .nav-main__items {
    padding-right: 80px;
  }
}

/* line 184, sass/partials/_navigation.scss */
.nav-main--csr .scroll-pane .jspDrag {
  background-color: #007048;
}

/* line 189, sass/partials/_navigation.scss */
.nav-title {
  max-width: 500px;
}

/* line 192, sass/partials/_navigation.scss */
.nav-title > span {
  display: block;
  margin-bottom: 1rem;
  border-left: 10px solid white;
  padding-left: 15px;
  font-size: 1.75rem;
  font-weight: 300;
  color: #fff;
}

@media (min-width: 1024px) {
  /* line 192, sass/partials/_navigation.scss */
  .nav-title > span {
    margin-bottom: 2rem;
    border-left: 25px solid white;
    padding-left: 25px;
    padding-right: 2em;
    font-size: 2.5rem;
  }
}

/* line 211, sass/partials/_navigation.scss */
.nav-main__items {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 768px) {
  /* line 211, sass/partials/_navigation.scss */
  .nav-main__items {
    padding-left: 15px;
    padding-right: 2em;
  }
}

/* line 222, sass/partials/_navigation.scss */
.nav-main__items .hasChildren > a, .nav-main__items .hasChildren > .nolink {
  display: block;
  position: relative;
  padding-right: 20px;
}

/* line 227, sass/partials/_navigation.scss */
.nav-main__items .hasChildren > a:before, .nav-main__items .hasChildren > .nolink:before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 9px;
  right: 0;
  top: 8px;
  background: url("../images/icon-arrow.svg") 0 0 no-repeat;
}

/* line 239, sass/partials/_navigation.scss */
.nav-main__items .hasChildren.open > a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 245, sass/partials/_navigation.scss */
.nav-main__items .hasChildren > ul {
  display: none;
  margin-top: 10px;
}

/* line 251, sass/partials/_navigation.scss */
.nav-main__items .hasChildren.open > ul {
  display: block;
}

/* line 257, sass/partials/_navigation.scss */
.nav-main__items .active {
  color: white;
}

/* line 262, sass/partials/_navigation.scss */
.nav-main__li-level1 {
  display: block;
  margin-bottom: 15px;
}

/* line 266, sass/partials/_navigation.scss */
.nav-main__li-level1 > a, .nav-main__li-level1 > a.active, .nav-main__li-level1 .nolink {
  position: relative;
  font-family: "Univers-bold";
  color: white;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

/* line 275, sass/partials/_navigation.scss */
.nav-main__li-level1 .nolink {
  cursor: pointer;
  display: inline-block;
}

/* line 282, sass/partials/_navigation.scss */
.nav-main__li-level1.active > a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

/* line 296, sass/partials/_navigation.scss */
.nav-main__li-level2 {
  display: block;
  margin-bottom: 1rem;
}

/* line 300, sass/partials/_navigation.scss */
.nav-main__li-level2 > .nav-main__sublevel {
  margin-top: 0 !important;
}

/* line 306, sass/partials/_navigation.scss */
.nav-main__li-level2 a, .nav-main__li-level2 .nolink {
  position: relative;
  display: inline-block;
  color: white;
  font-family: "Univers-light";
  text-transform: none;
  font-size: 1.125rem;
  margin: 0;
}

/* line 316, sass/partials/_navigation.scss */
.nav-main__li-level2 a.active:after, .nav-main__li-level2 .nolink.active:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

/* line 329, sass/partials/_navigation.scss */
.nav-main__li-level2.hasChildren {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 334, sass/partials/_navigation.scss */
.nav-main__li-level2.hasChildren > *:first-child {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 20px;
}

/* line 339, sass/partials/_navigation.scss */
.nav-main__li-level2.hasChildren:before {
  top: 7px;
}

/* line 346, sass/partials/_navigation.scss */
.nav-main__li-level2.active > a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}

/* line 360, sass/partials/_navigation.scss */
.nav-main__li-level3 {
  display: block;
  margin-bottom: 1rem;
  margin-left: 10px;
}

/* line 365, sass/partials/_navigation.scss */
.nav-main__li-level3 a {
  display: block;
  font-family: "Univers-light";
  margin: 1rem 0;
  font-size: 0.875rem;
}

/* line 373, sass/partials/_navigation.scss */
.nav-main__sublevel {
  width: 100%;
}

/* line 378, sass/partials/_navigation.scss */
.nav-main__items--stakeholders > li:first-child > a {
  display: block;
  padding-top: 210px;
  background: url("../images/stakeholders.jpg") 0 0 no-repeat;
}

/* line 385, sass/partials/_navigation.scss */
.children-count {
  display: inline-block;
  font-family: "Univers";
  color: white;
  font-size: 1rem;
  opacity: 0.5;
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 395, sass/partials/_navigation.scss */
.children-count:before {
  content: '|';
  display: inline-block;
  margin-right: 0.8rem;
}

/* line 402, sass/partials/_navigation.scss */
.region-header {
  display: inline-block;
  position: relative;
  vertical-align: super;
  margin-right: 10px;
  z-index: 2;
}

/* line 409, sass/partials/_navigation.scss */
.region-header .block-nav-download {
  display: none;
  margin-right: 2em;
}

@media (min-width: 768px) {
  /* line 409, sass/partials/_navigation.scss */
  .region-header .block-nav-download {
    display: inline-block;
  }
}

/* line 417, sass/partials/_navigation.scss */
.region-header .block-nav-download p {
  margin: 0;
}

/* line 422, sass/partials/_navigation.scss */
.region-header .block-nav-download .content a {
  font-family: "Univers-bold";
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #fff;
  padding-right: 25px;
  background: url("../images/icon-download.svg") 100% 50% no-repeat;
}

/* line 434, sass/partials/_navigation.scss */
.block-enel-sites {
  display: none;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 434, sass/partials/_navigation.scss */
  .block-enel-sites {
    display: inline-block;
  }
}

/* line 443, sass/partials/_navigation.scss */
.block-enel-sites p {
  margin: 0;
}

/* line 447, sass/partials/_navigation.scss */
.block-enel-sites .enel-sites__toggler {
  position: relative;
  z-index: 101;
  display: block;
  float: right;
  margin-right: 22px;
  font-family: "Univers-bold";
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #fff;
  padding-right: 26px;
  transition: all 0.4s;
}

/* line 460, sass/partials/_navigation.scss */
.block-enel-sites .enel-sites__toggler svg {
  display: inline-block;
  margin-left: 8px;
  fill: #fff;
}

/* line 467, sass/partials/_navigation.scss */
.block-enel-sites .enel-sites__box {
  position: absolute;
  height: 240px;
  width: 300px;
  z-index: 100;
  top: 0;
  right: 0;
  padding-left: 40px;
  background: white;
  visibility: hidden;
  transition: all 0.4s ease;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 482, sass/partials/_navigation.scss */
.block-enel-sites .enel-sites__link {
  margin-top: 100px;
}

/* line 485, sass/partials/_navigation.scss */
.block-enel-sites .enel-sites__link a {
  font-family: "Univers-bold";
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #111;
  line-height: 1.875rem;
}

/* line 495, sass/partials/_navigation.scss */
.block-enel-sites.open .enel-sites__toggler {
  color: #666;
}

/* line 498, sass/partials/_navigation.scss */
.block-enel-sites.open .enel-sites__toggler svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #666;
}

/* line 504, sass/partials/_navigation.scss */
.block-enel-sites.open .enel-sites__box {
  display: block;
  z-index: 100;
  top: -25px;
  visibility: visible;
  pointer-events: all;
}

/* line 514, sass/partials/_navigation.scss */
#block-locale-language {
  display: inline-block;
}

/* line 517, sass/partials/_navigation.scss */
#block-locale-language li {
  display: inline-block;
  margin: 0 5px;
  padding-bottom: 3px;
}

/* line 522, sass/partials/_navigation.scss */
#block-locale-language li .language-link {
  display: block;
  color: #fff;
  font-family: "Univers-bold";
  font-size: 0.8125rem;
  text-transform: uppercase;
}

/* line 530, sass/partials/_navigation.scss */
#block-locale-language li img {
  display: none;
}

/* line 534, sass/partials/_navigation.scss */
#block-locale-language li:hover, #block-locale-language li.active {
  border-bottom: 3px solid white;
}

/* line 540, sass/partials/_navigation.scss */
.block-off-canvas, .block-off-canvas-sp, .block-off-canvas-ar {
  position: relative;
}

/* line 543, sass/partials/_navigation.scss */
.block-off-canvas .article, .block-off-canvas-sp .article, .block-off-canvas-ar .article {
  position: relative;
  background: #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 543, sass/partials/_navigation.scss */
  .block-off-canvas .article, .block-off-canvas-sp .article, .block-off-canvas-ar .article {
    margin-bottom: 4rem;
  }
}

/* line 554, sass/partials/_navigation.scss */
.block-off-canvas .article a:after, .block-off-canvas-sp .article a:after, .block-off-canvas-ar .article a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 564, sass/partials/_navigation.scss */
.block-off-canvas .article img, .block-off-canvas-sp .article img, .block-off-canvas-ar .article img {
  display: block;
  width: 100%;
}

/* line 569, sass/partials/_navigation.scss */
.block-off-canvas .article__subtitle, .block-off-canvas-sp .article__subtitle, .block-off-canvas-ar .article__subtitle {
  color: #0072BA;
  font-family: "Univers-bold";
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 1rem;
}

/* line 577, sass/partials/_navigation.scss */
.block-off-canvas .article__subtitle.ar, .block-off-canvas-sp .article__subtitle.ar, .block-off-canvas-ar .article__subtitle.ar {
  color: #FF5A0F;
}

/* line 582, sass/partials/_navigation.scss */
.block-off-canvas .article__title, .block-off-canvas-sp .article__title, .block-off-canvas-ar .article__title {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 100;
  margin: 1rem;
}

/* line 595, sass/partials/_navigation.scss */
.block-off-canvas-sp .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 603, sass/partials/_navigation.scss */
.block-off-canvas-sp .article {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  background: transparent;
  margin: 0 10px;
}

/* line 611, sass/partials/_navigation.scss */
.block-off-canvas-sp .article__title {
  margin-top: 4rem;
}

/* line 616, sass/partials/_navigation.scss */
.block-off-canvas-sp .section {
  background: #fff;
  position: relative;
  padding-bottom: 1rem;
}

/* line 621, sass/partials/_navigation.scss */
.block-off-canvas-sp .section.download {
  padding: 1.5rem 1rem;
}

/* line 625, sass/partials/_navigation.scss */
.block-off-canvas-sp .section + .section {
  margin-top: 2px;
}

/* line 630, sass/partials/_navigation.scss */
.block-off-canvas-sp a.download {
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/download-orange.svg) 0 50% no-repeat;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

/* line 638, sass/partials/_navigation.scss */
.block-off-canvas-sp a.download.csr {
  background: url(../images/download-blue.svg) 0 50% no-repeat;
}

/* line 647, sass/partials/_navigation.scss */
.block-off-canvas-ar h3 {
  font-family: "Univers-light";
  color: #999999;
  font-size: 1.125rem;
}

/* line 654, sass/partials/_navigation.scss */
.block-off-canvas-ar ul li {
  margin-bottom: 1rem;
}

/* line 658, sass/partials/_navigation.scss */
.block-off-canvas-ar ul a {
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/download-orange.svg) 0 50% no-repeat;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Univers-bold";
}

/* line 669, sass/partials/_navigation.scss */
.block-off-canvas-ar .article__subtitle {
  color: #FF5A0F;
}

/* line 1, sass/partials/_search.scss */
.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5em;
  z-index: 2001;
  background: #ff0f64;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 12, sass/partials/_search.scss */
.search-open .search-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 16, sass/partials/_search.scss */
.search-wrapper .site-header {
  background: transparent;
  position: static !important;
}

/* line 22, sass/partials/_search.scss */
.search-container {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 22, sass/partials/_search.scss */
  .search-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1024px) {
  /* line 22, sass/partials/_search.scss */
  .search-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 43, sass/partials/_search.scss */
.form-search .container-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 48, sass/partials/_search.scss */
.form-search .form-type-textfield {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 53, sass/partials/_search.scss */
.form-search .form-actions {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 30px;
}

/* line 58, sass/partials/_search.scss */
.form-search input[type="text"] {
  width: 100%;
  font-family: "Univers-light";
  font-weight: 300;
  background: transparent;
  border: 0;
  color: #fff;
}

@media (min-width: 1024px) {
  /* line 58, sass/partials/_search.scss */
  .form-search input[type="text"] {
    font-size: 5rem;
    letter-spacing: -3.2px;
  }
}

/* line 130, sass/_mixins.scss */
.form-search input[type="text"].placeholder {
  color: #ec0f5d;
}

/* line 131, sass/_mixins.scss */
.form-search input[type="text"]:-moz-placeholder {
  color: #ec0f5d;
}

/* line 132, sass/_mixins.scss */
.form-search input[type="text"]::-moz-placeholder {
  color: #ec0f5d;
}

/* line 133, sass/_mixins.scss */
.form-search input[type="text"]:-ms-input-placeholder {
  color: #ec0f5d;
}

/* line 134, sass/_mixins.scss */
.form-search input[type="text"]::-webkit-input-placeholder {
  color: #ec0f5d;
}

/* line 76, sass/partials/_search.scss */
.form-search input[type="submit"] {
  border: 0;
  text-indent: -9999px;
  width: 90px;
  height: 90px;
  background: url("../images/icon-search.svg") 50% 50% no-repeat;
  background-size: 75px;
  cursor: pointer;
}

/* line 86, sass/partials/_search.scss */
.search-results {
  padding-left: 0;
}

/* line 89, sass/partials/_search.scss */
.search-results h3 a {
  color: #1a8b57;
  font-family: "Univers-bold";
}

/* line 94, sass/partials/_search.scss */
.search-results .search-snippet-info {
  padding-left: 0;
}

@media (min-width: 1024px) {
  /* line 1, sass/partials/_node-tools.scss */
  .node-tools {
    position: absolute;
    margin-left: -110px;
    z-index: 99;
  }
}

/* line 10, sass/partials/_node-tools.scss */
.node-tools.affix-top {
  position: absolute;
}

/* line 14, sass/partials/_node-tools.scss */
.node-tools.affix {
  position: fixed;
  top: 50px;
}

/* line 19, sass/partials/_node-tools.scss */
.node-tools.affix-bottom {
  position: absolute;
}

@media (max-width: 1023px) {
  /* line 1, sass/partials/_node-tools.scss */
  .node-tools {
    position: static !important;
  }
}

/* line 28, sass/partials/_node-tools.scss */
.node-tools__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  /* line 28, sass/partials/_node-tools.scss */
  .node-tools__items {
    display: block;
  }
}

/* line 36, sass/partials/_node-tools.scss */
.node-tools__items > li {
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
  text-align: center;
  border: 2px solid #000;
  margin-right: -2px;
}

@media (min-width: 1024px) {
  /* line 36, sass/partials/_node-tools.scss */
  .node-tools__items > li {
    margin-top: -2px;
    margin-right: 0;
  }
}

/* line 49, sass/partials/_node-tools.scss */
.node-tools__items > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #000;
  background: #fff;
}

/* line 60, sass/partials/_node-tools.scss */
.node-tools__items > li > a > span {
  display: block;
  margin-top: 3px;
  font-family: "Univers-bold";
  font-size: 0.6875rem;
}

/* line 68, sass/partials/_node-tools.scss */
.node-tools__items > li svg {
  fill: #000;
}

/* line 72, sass/partials/_node-tools.scss */
.node-tools__items > li svg.icon-search {
  stroke: #000;
}

/* line 78, sass/partials/_node-tools.scss */
.node-tools__items > li:hover > a {
  background: #000;
  color: #fff;
}

/* line 83, sass/partials/_node-tools.scss */
.node-tools__items > li:hover svg {
  fill: white;
}

/* line 86, sass/partials/_node-tools.scss */
.node-tools__items > li:hover svg.icon-search {
  stroke: white;
}

/* line 91, sass/partials/_node-tools.scss */
.node-tools__items > li:hover > ul, .node-tools__items > li:hover > div {
  display: block;
}

/* line 97, sass/partials/_node-tools.scss */
.node-tools__items .msgutils {
  position: absolute;
  left: -54px;
  top: 100%;
  text-align: left;
  padding: 10px 20px;
  background: #000;
  width: 262px;
  z-index: 999;
  display: none;
}

@media (min-width: 1024px) {
  /* line 97, sass/partials/_node-tools.scss */
  .node-tools__items .msgutils {
    text-align: right;
    padding: 10px 35px;
    top: -2px;
    left: 100%;
    width: 285px;
  }
}

/* line 116, sass/partials/_node-tools.scss */
.node-tools__items .msgutils a {
  display: block;
  font-family: "Univers-bold";
  color: #fff;
  font-size: 0.8125rem;
  padding: 6px 0;
  margin: 10px 0;
  text-transform: uppercase;
}

/* line 125, sass/partials/_node-tools.scss */
.node-tools__items .msgutils a:hover {
  color: #cccccc;
}

/* line 131, sass/partials/_node-tools.scss */
.node-tools__items .search-gri {
  display: none;
  position: absolute;
  z-index: 999;
  left: -2px;
  top: 100%;
  width: 262px;
  background: #000;
  text-align: left;
  padding: 5px 20px;
  height: 54px;
}

@media (min-width: 1024px) {
  /* line 131, sass/partials/_node-tools.scss */
  .node-tools__items .search-gri {
    top: -2px;
    left: 100%;
    width: 285px;
  }
}

/* line 149, sass/partials/_node-tools.scss */
.node-tools__items .search-gri form {
  position: absolute;
  top: 0;
  width: 230px;
}

@media (min-width: 1024px) {
  /* line 149, sass/partials/_node-tools.scss */
  .node-tools__items .search-gri form {
    width: 250px;
  }
}

/* line 159, sass/partials/_node-tools.scss */
.node-tools__items .search-gri #autocomplete {
  position: absolute;
  top: 100% !important;
  left: -18px !important;
  width: 100%;
  padding: 1em;
  background: white;
  width: 283px !important;
  max-height: 350px;
  overflow: auto;
}

/* line 170, sass/partials/_node-tools.scss */
.node-tools__items .search-gri #autocomplete li {
  margin: 3px 0;
}

/* line 175, sass/partials/_node-tools.scss */
.node-tools__items .search-gri .search-gri-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 180, sass/partials/_node-tools.scss */
.node-tools__items .search-gri .form-type-textfield {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 184, sass/partials/_node-tools.scss */
.node-tools__items .search-gri input[type="text"] {
  background: transparent;
  border: 0;
  color: #fff;
  font-family: "Univers";
  font-size: 1.125rem;
  font-weight: 300;
  width: 100%;
}

/* line 130, sass/_mixins.scss */
.node-tools__items .search-gri input[type="text"].placeholder {
  color: #999;
  font-style: italic;
}

/* line 131, sass/_mixins.scss */
.node-tools__items .search-gri input[type="text"]:-moz-placeholder {
  color: #999;
  font-style: italic;
}

/* line 132, sass/_mixins.scss */
.node-tools__items .search-gri input[type="text"]::-moz-placeholder {
  color: #999;
  font-style: italic;
}

/* line 133, sass/_mixins.scss */
.node-tools__items .search-gri input[type="text"]:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}

/* line 134, sass/_mixins.scss */
.node-tools__items .search-gri input[type="text"]::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}

/* line 199, sass/partials/_node-tools.scss */
.node-tools__items .search-gri input[type="submit"] {
  border: 0;
  display: inline-block;
  background: url("../images/icon-submit.svg") 50% 50% no-repeat;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

/* line 1, sass/partials/_breadcrumb.scss */
ol.breadcrumb {
  padding: 0 0 1em 0;
}

/* line 4, sass/partials/_breadcrumb.scss */
ol.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Univers-bold";
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
}

/* line 13, sass/partials/_breadcrumb.scss */
ol.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #000;
}

/* line 19, sass/partials/_breadcrumb.scss */
ol.breadcrumb > li > .nolink {
  color: white;
  cursor: pointer;
}

/* line 23, sass/partials/_breadcrumb.scss */
ol.breadcrumb > li > .nolink:hover {
  text-decoration: underline;
}

/* line 28, sass/partials/_breadcrumb.scss */
ol.breadcrumb > li > a {
  color: white;
}

/* line 31, sass/partials/_breadcrumb.scss */
ol.breadcrumb > li > a:hover {
  text-decoration: underline;
}

/* line 2, sass/partials/_nodes.scss */
.node a {
  color: #0072BA;
  font-family: "Univers-bold";
}

/* line 6, sass/partials/_nodes.scss */
.node a.zipbasket-link {
  font-family: "Univers";
}

/* line 10, sass/partials/_nodes.scss */
.node a.zipbasket-create {
  margin-top: 1rem;
  display: inline-block;
  background: #0072BA;
  padding: 10px 1rem;
  color: #fff;
  text-transform: uppercase;
}

/* line 19, sass/partials/_nodes.scss */
.ar .node a {
  color: #FF5A0F;
}

/* line 22, sass/partials/_nodes.scss */
.ar .node a.zipbasket-create {
  background: #FF5A0F;
}

/* line 28, sass/partials/_nodes.scss */
.node .colorbox-insert-image {
  display: block;
  position: relative;
  padding-bottom: 30px;
}

/* line 33, sass/partials/_nodes.scss */
.node .colorbox-insert-image:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(../images/zoom-blue.svg) 0 0 no-repeat;
  background-size: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 43, sass/partials/_nodes.scss */
.ar .node .colorbox-insert-image:after {
  background-image: url(../images/zoom-orange.svg);
}

/* line 50, sass/partials/_nodes.scss */
.node-full {
  /*.subtitle {
    padding: 10px 0 10px 20px;
    color: $regular-blue;
    font-family: $univers-bold;
    font-size: rem(30);
    border-left: 6px solid $regular-blue;
  }*/
}

/* line 57, sass/partials/_nodes.scss */
.node-full .title {
  font-family: "Univers-bold";
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2;
}

/* line 72, sass/partials/_nodes.scss */
.node-full .subtitle {
  color: #000;
  font-family: "Univers-bold";
  font-size: 1.875rem;
}

/* line 77, sass/partials/_nodes.scss */
.ar .node-full .subtitle {
  color: #FF5A0F;
}

/* line 82, sass/partials/_nodes.scss */
.node-full h3 {
  color: #0072BA;
  font-size: 1.625rem;
}

/* line 86, sass/partials/_nodes.scss */
.ar .node-full h3 {
  color: #FF5A0F;
}

/* line 91, sass/partials/_nodes.scss */
.node-full ul {
  margin: 1em 0;
}

/* line 94, sass/partials/_nodes.scss */
.node-full ul li {
  position: relative;
  padding-left: 35px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  /* line 94, sass/partials/_nodes.scss */
  .node-full ul li {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

/* line 106, sass/partials/_nodes.scss */
.node-full ul li:after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 14px;
  background: url(../images/list-arrow.svg) 0 0 no-repeat;
}

/* line 114, sass/partials/_nodes.scss */
.ar .node-full ul li:after {
  background: url(../images/list-arrow-orange.svg) 0 0 no-repeat;
}

/* line 120, sass/partials/_nodes.scss */
.node-full ul ul {
  margin: 0.3em 0 1em 2em;
}

/* line 123, sass/partials/_nodes.scss */
.node-full ul ul ul {
  margin: 0.3em 0 1em 4em;
}

/* line 129, sass/partials/_nodes.scss */
.node-full .etichetta {
  display: inline-block;
  background: #0072BA;
  line-height: 25px;
  padding: 0 10px;
  font-family: "Univers-bold";
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-radius: 3px;
}

/* line 140, sass/partials/_nodes.scss */
.node-full .etichetta + .title {
  margin-top: 0;
}

/* line 145, sass/partials/_nodes.scss */
.node-full .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 151, sass/partials/_nodes.scss */
.node-full .row .col-6 {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 15px;
  min-width: 50%;
}

/* line 156, sass/partials/_nodes.scss */
.node-full .row .col-6 img {
  max-width: 100%;
  height: auto;
}

/* line 163, sass/partials/_nodes.scss */
.node-full .csr-highlight {
  margin: 1em 0;
  border-top: 3px solid #1a8b57;
  color: #1a8b57;
}

/* line 168, sass/partials/_nodes.scss */
.node-full .csr-highlight h3 {
  color: #1a8b57;
}

/* line 173, sass/partials/_nodes.scss */
.node-full .img-desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 173, sass/partials/_nodes.scss */
  .node-full .img-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 181, sass/partials/_nodes.scss */
  .node-full .img-mobile {
    display: none !important;
  }
}

/* line 188, sass/partials/_nodes.scss */
.node-full .content + .links {
  display: none !important;
}

/* line 192, sass/partials/_nodes.scss */
.node-full .field-name-body {
  margin-bottom: 2em;
}

/* line 197, sass/partials/_nodes.scss */
.cassetto-titolo {
  position: relative;
  border-bottom: 2px solid #0072BA;
  color: #0072BA;
  padding: 1em 1em 1em 34px;
  margin: 0;
}

/* line 204, sass/partials/_nodes.scss */
.ar .cassetto-titolo {
  border-color: #FF5A0F;
  color: #FF5A0F;
}

/* line 209, sass/partials/_nodes.scss */
.cassetto-titolo:after {
  content: " ";
  position: absolute;
  margin-top: -4px;
  width: 12px;
  height: 9px;
  top: 50%;
  left: 0;
  background: url("../images/icon-arrow-blue.svg") 50% 50% no-repeat;
}

/* line 218, sass/partials/_nodes.scss */
.ar .cassetto-titolo:after {
  background-image: url("../images/icon-arrow-orange.svg");
}

/* line 223, sass/partials/_nodes.scss */
.cassetto-titolo.cassetto-titolo-aperto {
  border-bottom: 5px solid #0072BA;
  font-family: "Univers-bold";
}

/* line 226, sass/partials/_nodes.scss */
.ar .cassetto-titolo.cassetto-titolo-aperto {
  border-color: #FF5A0F;
}

/* line 229, sass/partials/_nodes.scss */
.cassetto-titolo.cassetto-titolo-aperto:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 241, sass/partials/_nodes.scss */
.box-green {
  zoom: 1;
  border: 2px solid #1a8b57;
  padding: 2em;
}

/* line 18, sass/_mixins.scss */
.box-green:before {
  content: '';
  display: block;
}

/* line 19, sass/_mixins.scss */
.box-green:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 1200px) {
  /* line 247, sass/partials/_nodes.scss */
  .block-system-main {
    padding-top: 40px;
  }
}

/* line 253, sass/partials/_nodes.scss */
.block-msg-gri {
  margin-bottom: 2em;
}

/* line 256, sass/partials/_nodes.scss */
.block-msg-gri .gri-list-title {
  display: none;
}

/* line 260, sass/partials/_nodes.scss */
.block-msg-gri a {
  display: inline-block;
  font-family: "Univers-bold";
  font-size: 0.8125rem;
  color: #0072BA;
  background: #E8E8E8;
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 269, sass/partials/_nodes.scss */
.ar .block-msg-gri a {
  color: #FF5A0F;
}

/* line 273, sass/partials/_nodes.scss */
.block-msg-gri a:hover {
  text-decoration: underline;
}

/* line 279, sass/partials/_nodes.scss */
.colorbox-insert-image {
  display: block;
  transition: all 0.2s;
}

/* line 283, sass/partials/_nodes.scss */
.colorbox-insert-image > img {
  display: block;
}

/* line 286, sass/partials/_nodes.scss */
.colorbox-insert-image .colorbox-zoom {
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  fill: #1a8b57;
  font-size: 0.75rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

/* line 296, sass/partials/_nodes.scss */
.colorbox-insert-image .colorbox-zoom > svg {
  margin-right: 10px;
}

/* line 301, sass/partials/_nodes.scss */
.colorbox-insert-image:hover {
  opacity: 0.8;
}

/* line 306, sass/partials/_nodes.scss */
.cboxPhoto {
  width: auto !important;
  height: auto !important;
}

/* line 311, sass/partials/_nodes.scss */
.blue-box {
  border: 4px solid #0072BA;
  padding: 1rem;
  color: #0072BA;
}

/* line 317, sass/partials/_nodes.scss */
.blue-box h4, .blue-box .titolo {
  font-family: "Univers-bold";
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 324, sass/partials/_nodes.scss */
.ar .blue-box {
  border-color: #FF5A0F;
  color: #FF5A0F;
}

/* line 330, sass/partials/_nodes.scss */
.double-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

/* line 335, sass/partials/_nodes.scss */
.double-column p {
  margin-top: 0;
}

/* line 339, sass/partials/_nodes.scss */
.double-column > * {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}

/* line 345, sass/partials/_nodes.scss */
.text-big {
  font-size: 1.375rem;
}

/* line 349, sass/partials/_nodes.scss */
.blockquote-wrapper {
  margin: 2rem 0;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}

/* line 356, sass/partials/_nodes.scss */
.blockquote-wrapper .node__blockquote {
  max-width: 1200px;
  margin: 0 auto;
  border-left: 60px solid #0072BA;
  padding: 10px 0 10px 60px;
}

/* line 362, sass/partials/_nodes.scss */
.ar .blockquote-wrapper .node__blockquote {
  border-color: #FF5A0F;
}

/* line 366, sass/partials/_nodes.scss */
.blockquote-wrapper .node__blockquote .quote-content {
  font-size: 1.875rem;
  line-height: 2.8125rem;
}

/* line 371, sass/partials/_nodes.scss */
.blockquote-wrapper .node__blockquote .quote-author {
  font-family: Georgia, serif;
  color: #999;
  font-size: 0.9375rem;
}

/* line 376, sass/partials/_nodes.scss */
.blockquote-wrapper .node__blockquote .quote-author p:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}

/* line 385, sass/partials/_nodes.scss */
ul.sdgList {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

/* line 392, sass/partials/_nodes.scss */
ul.sdgList li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-left: 0;
}

/* line 397, sass/partials/_nodes.scss */
ul.sdgList li:after {
  content: none;
}

/* line 402, sass/partials/_nodes.scss */
ul.sdgList img {
  width: 64px;
}

/* line 406, sass/partials/_nodes.scss */
ul.sdgList .tooltiptext {
  display: none;
}

/* line 409, sass/partials/_nodes.scss */
.icheckbox {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 20px;
  margin-right: 10px;
}

/* line 416, sass/partials/_nodes.scss */
.icheckbox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #0072BA;
  background-color: white;
  cursor: pointer;
}

/* line 427, sass/partials/_nodes.scss */
.icheckbox.checked:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #0072BA;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 442, sass/partials/_nodes.scss */
.field-name-field-highlights .field-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 448, sass/partials/_nodes.scss */
.field-name-field-highlights .field-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}

/* line 454, sass/partials/_nodes.scss */
.paragraphs-item-highlight {
  background: #E9E9E9;
  color: #0072BA;
  height: 100%;
}

/* line 459, sass/partials/_nodes.scss */
.ar .paragraphs-item-highlight {
  color: #FF5A0F;
}

/* line 463, sass/partials/_nodes.scss */
.paragraphs-item-highlight .content {
  padding: 3rem 1.5rem 2rem 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

/* line 472, sass/partials/_nodes.scss */
.paragraphs-item-highlight .field-name-field-hl-valore {
  font-family: "Univers-bold";
  font-size: 3.125rem;
}

@media (min-width: 1200px) {
  /* line 472, sass/partials/_nodes.scss */
  .paragraphs-item-highlight .field-name-field-hl-valore {
    font-size: 3.75rem;
  }
}

/* line 481, sass/partials/_nodes.scss */
.paragraphs-item-highlight .field-name-field-hl-testo {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1rem;
}

/* line 488, sass/partials/_nodes.scss */
.link-arrow a, a.link-arrow {
  display: inline-block;
  color: #111 !important;
  font-family: "Univers";
}

/* line 493, sass/partials/_nodes.scss */
.link-arrow a:after, a.link-arrow:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  height: 13px;
  background: url(../images/arrow-right-orange.svg) 0 0 no-repeat;
}

/* line 1, sass/partials/_highlights.scss */
.field-name-field-highlights {
  padding: 2em 0;
}

/* line 5, sass/partials/_highlights.scss */
.milestone {
  border-top: 2px solid #ff0f64;
  padding-top: 48px;
  color: #ff0f64;
}

/* line 11, sass/partials/_highlights.scss */
.milestone__label {
  display: block;
  font-family: "Univers-bold";
  font-size: 6.875rem;
  line-height: 1;
  margin-bottom: 30px;
}

/* line 19, sass/partials/_highlights.scss */
.owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}

/* line 25, sass/partials/_highlights.scss */
.owl-prev, .owl-next {
  display: inline-block;
  background: #ff0f64 url("../images/icon-submit-reverse.svg") 14px 50% no-repeat;
  width: 78px;
  height: 31px;
  text-indent: -9999px;
  transition: all 0.2s;
}

/* line 32, sass/partials/_highlights.scss */
.owl-prev:hover, .owl-next:hover {
  background-color: #db004e;
}

/* line 36, sass/partials/_highlights.scss */
.owl-prev.disabled, .disabled.owl-next {
  opacity: 0.6;
}

/* line 41, sass/partials/_highlights.scss */
.owl-next {
  margin-left: 10px;
  background: #ff0f64 url("../images/icon-submit.svg") right 14px top 50% no-repeat;
}

/* line 1, sass/partials/_accordion.scss */
.accordion__header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  transition: all 0.2s;
}

@media (min-width: 480px) {
  /* line 1, sass/partials/_accordion.scss */
  .accordion__header {
    padding: 18px 35px;
  }
}

/* line 13, sass/partials/_accordion.scss */
.accordion__header__txt {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 1em;
}

/* line 17, sass/partials/_accordion.scss */
.accordion__status {
  display: none;
  fill: #1a8b57;
  margin-right: 35px;
}

@media (min-width: 480px) {
  /* line 17, sass/partials/_accordion.scss */
  .accordion__status {
    display: block;
  }
}

/* line 26, sass/partials/_accordion.scss */
.collapsed .accordion__status {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: white !important;
}

/* line 32, sass/partials/_accordion.scss */
.accordion__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  fill: #1a8b57;
}

/* line 36, sass/partials/_accordion.scss */
.collapsed .accordion__icon {
  fill: white !important;
}

/* line 42, sass/partials/_accordion.scss */
.accordion__title {
  display: block;
  font-family: "Univers-bold";
  font-size: 1.125rem;
}

/* line 48, sass/partials/_accordion.scss */
.accordion__subtitle {
  display: block;
  font-size: 1rem;
}

/* line 53, sass/partials/_accordion.scss */
.accordion__toggler {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 99;
  cursor: pointer;
}

/* line 64, sass/partials/_accordion.scss */
.accordion__content {
  display: none;
}

/* line 67, sass/partials/_accordion.scss */
.collapsed .accordion__content {
  display: block;
}

/* line 72, sass/partials/_accordion.scss */
.accordion--color-verde {
  border-top: 3px solid #008c5a;
}

/* line 75, sass/partials/_accordion.scss */
.accordion--color-verde .accordion__header {
  color: #008c5a;
}

/* line 80, sass/partials/_accordion.scss */
.accordion--color-verde.collapsed .accordion__header {
  background: #008c5a;
  color: #fff;
}

/* line 87, sass/partials/_accordion.scss */
.accordion--color-verde-chiaro {
  border-top: 3px solid #55be5a;
}

/* line 90, sass/partials/_accordion.scss */
.accordion--color-verde-chiaro .accordion__header {
  color: #55be5a;
}

/* line 95, sass/partials/_accordion.scss */
.accordion--color-verde-chiaro.collapsed .accordion__header {
  background: #55be5a;
  color: #fff;
}

/* line 101, sass/partials/_accordion.scss */
.accordion--color-verde-chiaro .accordion__status {
  fill: #55be5a;
}

/* line 105, sass/partials/_accordion.scss */
.accordion--color-verde-chiaro .accordion__icon {
  fill: #55be5a;
}

/* line 110, sass/partials/_accordion.scss */
.accordion--color-light-verde-scarlatto {
  border-top: 3px solid #e61400;
}

/* line 113, sass/partials/_accordion.scss */
.accordion--color-light-verde-scarlatto .accordion__header {
  color: #e61400;
}

/* line 118, sass/partials/_accordion.scss */
.accordion--color-light-verde-scarlatto.collapsed .accordion__header {
  background: #e61400;
  color: #fff;
}

/* line 125, sass/partials/_accordion.scss */
.accordion--color-rosa {
  border-top: 3px solid #ff0f64;
}

/* line 128, sass/partials/_accordion.scss */
.accordion--color-rosa .accordion__header {
  color: #ff0f64;
}

/* line 132, sass/partials/_accordion.scss */
.accordion--color-rosa .accordion__status {
  fill: #ff0f64;
}

/* line 136, sass/partials/_accordion.scss */
.accordion--color-rosa .accordion__icon {
  fill: #ff0f64;
}

/* line 141, sass/partials/_accordion.scss */
.accordion--color-rosa.collapsed .accordion__header {
  background: #ff0f64;
  color: #fff;
}

/* line 1, sass/partials/_tables.scss */
.tabella {
  overflow: auto;
}

/* line 5, sass/partials/_tables.scss */
table {
  width: 100%;
  border-top: 42px solid #0072BA;
}

/* line 9, sass/partials/_tables.scss */
.ar table {
  border-top: none;
}

/* line 13, sass/partials/_tables.scss */
table tr, table tr.even, table tr.odd {
  background-color: white;
  border-bottom: 1px solid #4AC0E9;
  border-top: 0;
}

/* line 18, sass/partials/_tables.scss */
.ar table tr, .ar table tr.even, .ar table tr.odd {
  border-color: #FF5A0F;
}

/* line 23, sass/partials/_tables.scss */
table th {
  font-size: 0.875rem;
  color: #000;
  font-family: "Univers-bold";
  border-bottom: 2px solid #0072BA;
  text-align: center;
  padding: 10px;
  line-height: 1.2em;
}

/* line 33, sass/partials/_tables.scss */
.ar table th {
  border-bottom: 2px solid #FF5A0F;
}

/* line 37, sass/partials/_tables.scss */
table th.column-highlight {
  font-family: "Univers-bold";
}

/* line 40, sass/partials/_tables.scss */
.ar table th.column-highlight {
  background: rgba(255, 90, 15, 0.3);
}

/* line 45, sass/partials/_tables.scss */
table th.column-dx {
  text-align: right;
}

/* line 50, sass/partials/_tables.scss */
table td {
  font-size: 0.875rem;
  text-align: right;
  padding: 0 10px;
}

/* line 56, sass/partials/_tables.scss */
table .column-sx {
  text-align: left;
}

/* line 60, sass/partials/_tables.scss */
table .column-centered {
  text-align: center;
}

/* line 64, sass/partials/_tables.scss */
table .column-highlight {
  border-color: #0072BA;
  font-family: "Univers-bold";
}

/* line 68, sass/partials/_tables.scss */
.ar table .column-highlight {
  font-family: "Univers";
  background: rgba(255, 90, 15, 0.3);
  border-color: #FF5A0F;
}

/* line 76, sass/partials/_tables.scss */
table .total td, table .total th {
  font-family: "Univers-bold";
}

/* line 82, sass/partials/_tables.scss */
table.table--blue tr, table.table--blue tr.even, table.table--blue tr.odd {
  border-bottom: 1px solid #0555fa;
}

/* line 86, sass/partials/_tables.scss */
table.table--blue th {
  color: #0555fa;
  border-bottom: 2px solid #0555fa;
}

/* line 91, sass/partials/_tables.scss */
table.table--blue .column-highlight {
  background: #41b9e6;
}

/* line 96, sass/partials/_tables.scss */
table.table--blue .total td, table.table--blue .total th {
  color: #0555fa;
}

/* line 103, sass/partials/_tables.scss */
table .cnt-el-quadrato table {
  border-top: none;
  border-spacing: 0 5px;
  border-collapse: separate;
}

/* line 108, sass/partials/_tables.scss */
table .cnt-el-quadrato table tbody {
  border-top: none;
}

/* line 113, sass/partials/_tables.scss */
table .cnt-el-quadrato tr {
  border-bottom: none;
}

/* line 118, sass/partials/_tables.scss */
table .cnt-el-quadrato .square > span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "Univers-bold";
  color: #0072BA;
  line-height: 40px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

/* line 129, sass/partials/_tables.scss */
table .cnt-el-quadrato .square.industrial > span {
  background: #c2ddb6;
}

/* line 135, sass/partials/_tables.scss */
table .cnt-el-quadrato .square.environmental > span {
  background: #8dcab2;
}

/* line 141, sass/partials/_tables.scss */
table .cnt-el-quadrato .square.social > span {
  background: #b1dff3;
}

/* line 147, sass/partials/_tables.scss */
table .cnt-el-quadrato .square.governance > span {
  background: #f5bfd5;
}

/* line 153, sass/partials/_tables.scss */
table .cnt-el-quadrato .square.technological > span {
  background: #f5ae86;
}

/* line 161, sass/partials/_tables.scss */
.table-title {
  font-size: 1.5rem;
  color: #55be5a;
}

/* line 1, sass/partials/_sdg.scss */
.sdg-item {
  width: 86px;
  height: 86px;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 86px 86px;
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--1 {
  background-image: url("../images/sdgs/1.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--1 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-1.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--2 {
  background-image: url("../images/sdgs/2.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--2 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-2.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--3 {
  background-image: url("../images/sdgs/3.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--3 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-3.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--4 {
  background-image: url("../images/sdgs/4.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--4 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-4.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--5 {
  background-image: url("../images/sdgs/5.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--5 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-5.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--6 {
  background-image: url("../images/sdgs/6.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--6 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-6.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--7 {
  background-image: url("../images/sdgs/7.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--7 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-7.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--8 {
  background-image: url("../images/sdgs/8.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--8 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-8.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--9 {
  background-image: url("../images/sdgs/9.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--9 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-9.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--10 {
  background-image: url("../images/sdgs/10.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--10 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-10.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--11 {
  background-image: url("../images/sdgs/11.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--11 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-11.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--12 {
  background-image: url("../images/sdgs/12.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--12 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-12.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--13 {
  background-image: url("../images/sdgs/13.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--13 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-13.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--14 {
  background-image: url("../images/sdgs/14.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--14 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-14.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--15 {
  background-image: url("../images/sdgs/15.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--15 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-15.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--16 {
  background-image: url("../images/sdgs/16.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--16 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-16.jpg");
}

/* line 10, sass/partials/_sdg.scss */
.sdg-item--17 {
  background-image: url("../images/sdgs/17.jpg");
}

/* line 13, sass/partials/_sdg.scss */
.i18n-it .sdg-item--17 {
  background-image: url("../images/sdgs/Sustainable_Development_Goals_IT_RGB-17.jpg");
}

/* line 19, sass/partials/_sdg.scss */
.field-name-field-sdgs .field-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 26, sass/partials/_sdg.scss */
.field-name-field-sdgs .field-items > .field-item {
  margin: 0 6px;
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  /* line 26, sass/partials/_sdg.scss */
  .field-name-field-sdgs .field-items > .field-item {
    margin-bottom: 0;
  }
}

/* line 36, sass/partials/_sdg.scss */
.tooltip_templates {
  display: none;
}

/* line 41, sass/partials/_sdg.scss */
.sdg-tooltip .sdg-header {
  font-family: "Univers-bold";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 46, sass/partials/_sdg.scss */
.sdg-tooltip .sdg-index {
  font-size: 3.125rem;
  line-height: 1;
  margin-right: 10px;
}

/* line 52, sass/partials/_sdg.scss */
.sdg-tooltip .sdg-name {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.4em;
  padding-top: 8px;
}

/* line 60, sass/partials/_sdg.scss */
.sdg-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 64, sass/partials/_sdg.scss */
.sdg-container .sdg-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 68, sass/partials/_sdg.scss */
.sdg-container .sdg-description {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 1, sass/partials/_tooltipster.scss */
.tooltipster-csr {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* line 5, sass/partials/_tooltipster.scss */
.tooltipster-csr .tooltipster-box {
  position: relative;
  width: 250px;
  padding: 26px;
  background: #1a8b57;
  border-radius: 6px;
  color: #fff;
}

/* line 13, sass/partials/_tooltipster.scss */
.tooltipster-csr .tooltipster-box:before, .tooltipster-csr .tooltipster-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 24, sass/partials/_tooltipster.scss */
.tooltipster-csr .tooltipster-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #1a8b57;
  border-width: 15px;
  margin-left: -15px;
}

/* line 31, sass/partials/_tooltipster.scss */
.tooltipster-csr .tooltipster-box .tooltipster-content {
  overflow: hidden;
}

/* line 1, sass/partials/_pds.scss */
.field-collection-container {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 1, sass/partials/_pds.scss */
  .field-collection-container {
    margin-bottom: -120px;
  }
}

/* line 10, sass/partials/_pds.scss */
.field-name-field-pds .field-header {
  position: relative;
  color: #fff;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 19, sass/partials/_pds.scss */
.field-name-field-pds .field-header:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  background: #1a8b57;
  width: 100%;
}

/* line 30, sass/partials/_pds.scss */
.field-name-field-pds .field-label-wrapper {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 10px 0 10px;
  border-radius: 10px;
  position: relative;
  max-width: 370px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 41, sass/partials/_pds.scss */
.field-name-field-pds .field-label-wrapper .field-label {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 47, sass/partials/_pds.scss */
.field-name-field-pds .field-label-wrapper a {
  position: relative;
  display: block;
  color: #1a8b57;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 10px 10px 70px;
  cursor: pointer;
}

/* line 57, sass/partials/_pds.scss */
.field-name-field-pds .field-label-wrapper a:before {
  content: " ";
  position: absolute;
  left: 22px;
  top: 16px;
  width: 27px;
  height: 30px;
  background: url("../images/icon-arrow-pds.svg") 0 0 no-repeat;
  background-size: 29px;
}

/* line 68, sass/partials/_pds.scss */
.field-name-field-pds .field-label-wrapper a.collapsed:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 75, sass/partials/_pds.scss */
.field-name-field-pds .field-items-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #d1e8dd;
  padding-bottom: 2em;
  display: none;
}

/* line 88, sass/partials/_pds.scss */
.field-collection-view {
  margin: 0;
}

/* line 91, sass/partials/_pds.scss */
.field-collection-view .field-label {
  width: 100%;
  margin-bottom: 30px;
}

/* line 98, sass/partials/_pds.scss */
.field-collection-item-field-pds .content {
  zoom: 1;
}

/* line 18, sass/_mixins.scss */
.field-collection-item-field-pds .content:before {
  content: '';
  display: block;
}

/* line 19, sass/_mixins.scss */
.field-collection-item-field-pds .content:after {
  content: '';
  display: table;
  clear: both;
}

/* line 103, sass/partials/_pds.scss */
.field-collection-item-field-pds .field {
  float: left;
  padding: 0 10px;
}

/* line 108, sass/partials/_pds.scss */
.field-collection-item-field-pds .field-name-field-pds-sdg {
  width: 33.33333%;
}

/* line 112, sass/partials/_pds.scss */
.field-collection-item-field-pds .field-name-field-pds-body {
  width: 66.66667%;
}

/* line 119, sass/partials/_pds.scss */
.field-name-field-pds-sdg .field-label {
  font-family: "Univers-bold";
  color: #1a8b57;
  text-transform: uppercase;
  border-bottom: 3px solid #1a8b57;
  line-height: 34px;
}

/* line 127, sass/partials/_pds.scss */
.field-name-field-pds-sdg .field-items {
  zoom: 1;
  margin: 0 -4px;
}

/* line 18, sass/_mixins.scss */
.field-name-field-pds-sdg .field-items:before {
  content: '';
  display: block;
}

/* line 19, sass/_mixins.scss */
.field-name-field-pds-sdg .field-items:after {
  content: '';
  display: table;
  clear: both;
}

/* line 131, sass/partials/_pds.scss */
.field-name-field-pds-sdg .field-items .field-item {
  float: left;
  padding: 0 4px;
}

/* line 138, sass/partials/_pds.scss */
.pds-table {
  width: 100%;
}

/* line 141, sass/partials/_pds.scss */
.pds-table tbody {
  border-top: 0;
}

/* line 145, sass/partials/_pds.scss */
.pds-table tr {
  background-color: transparent !important;
}

/* line 148, sass/partials/_pds.scss */
.pds-table tr td:first-child {
  padding-right: 1em;
}

/* line 153, sass/partials/_pds.scss */
.pds-table th {
  width: 50%;
  text-align: left;
  font-family: "Univers-bold";
  text-transform: uppercase;
  font-size: 1.125rem;
  border-bottom: 3px solid #1a8b57;
  padding: 0;
  line-height: 34px;
}

/* line 164, sass/partials/_pds.scss */
.pds-table td {
  padding: 10px 0;
  vertical-align: top;
  text-align: left;
  border-color: #9accb5;
  color: #1a8b57;
  font-size: 1rem;
  line-height: 1.375rem;
}

/* line 1, sass/partials/_pilastri.scss */
#pilastri {
  position: relative;
  padding: 0 56px;
  min-height: 248px;
  text-align: center;
}

/* line 7, sass/partials/_pilastri.scss */
#fondamenta {
  zoom: 1;
  margin-top: 48px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 18, sass/_mixins.scss */
#fondamenta:before {
  content: '';
  display: block;
}

/* line 19, sass/_mixins.scss */
#fondamenta:after {
  content: '';
  display: table;
  clear: both;
}

/* line 13, sass/partials/_pilastri.scss */
#pilastri h4, #fondamenta h4 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 40px;
  line-height: 40px;
  color: #55be5a;
}

/* line 20, sass/partials/_pilastri.scss */
.vertical {
  position: absolute;
  font-family: "Univers-bold";
  color: #fff;
  font-size: 18px;
  background: #55be5a;
  text-transform: uppercase;
  width: 284px;
  height: 48px;
  line-height: 48px;
}

/* line 31, sass/partials/_pilastri.scss */
.vertical > a {
  display: block;
  color: #fff;
}

/* line 36, sass/partials/_pilastri.scss */
.vertical.sx {
  bottom: -48px;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* line 42, sass/partials/_pilastri.scss */
.vertical.dx {
  bottom: -48px;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

/* line 48, sass/partials/_pilastri.scss */
.bar a {
  color: #fff;
  background: #1a8b57;
  height: 50px;
  line-height: 50px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  transition: all 250ms;
  font-size: 20px;
  font-family: "Univers";
}

/* line 60, sass/partials/_pilastri.scss */
.bar a:hover, .box a:hover {
  background: #55be5a;
}

/* line 63, sass/partials/_pilastri.scss */
.bar.last a {
  margin-bottom: 0;
}

/* line 66, sass/partials/_pilastri.scss */
.box a {
  font-family: "Univers";
  width: calc(20% - 8px);
  margin-right: 10px;
  float: left;
  height: 125px;
  text-align: center;
  display: block;
  color: #fff;
  background: #1a8b57;
  text-decoration: none;
  transition: all 250ms;
  padding: 40px 20px 0;
  font-size: 16px;
  line-height: 1.25;
}

/* line 82, sass/partials/_pilastri.scss */
.box.last a {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 86, sass/partials/_pilastri.scss */
  #pilastri {
    padding: 0;
  }
  /* line 89, sass/partials/_pilastri.scss */
  .vertical {
    position: relative;
    width: 100%;
  }
  /* line 93, sass/partials/_pilastri.scss */
  .vertical.sx, .vertical.dx {
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  /* line 99, sass/partials/_pilastri.scss */
  .vertical.sx {
    margin-bottom: 8px;
  }
  /* line 102, sass/partials/_pilastri.scss */
  .vertical.dx {
    margin-top: 8px;
  }
  /* line 105, sass/partials/_pilastri.scss */
  .bar a {
    height: auto;
    line-height: 1.25;
    padding: 20px;
  }
  /* line 110, sass/partials/_pilastri.scss */
  .box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    float: none;
    height: auto;
    padding: 20px;
    font-size: 20px;
  }
}

/* line 3, sass/partials/_progetti.scss */
.node-full .project-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 9, sass/partials/_progetti.scss */
.node-full .project-list > li {
  display: block;
  width: 33.33333%;
  padding: 0 12px;
}

/* line 14, sass/partials/_progetti.scss */
.node-full .project-list > li:after {
  content: none;
}

/* line 19, sass/partials/_progetti.scss */
.node-full .project-list a {
  font-family: "Univers-light";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 272px;
  border: 5px solid #f9b003;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  padding: 0 0.4em;
  transition: all 0.2s;
  color: #f9b003;
  cursor: pointer;
}

/* line 33, sass/partials/_progetti.scss */
.node-full .project-list a:hover, .node-full .project-list a.active {
  background-color: #f9b003;
  color: #fff !important;
  box-shadow: 0px 3px 10px 0px rgba(26, 139, 87, 0.35);
}

/* line 39, sass/partials/_progetti.scss */
.node-full .project-list a.sdg-8 {
  border-color: #8c143a;
  color: #8c143a;
}

/* line 43, sass/partials/_progetti.scss */
.node-full .project-list a.sdg-8:hover, .node-full .project-list a.sdg-8.active {
  background-color: #8c143a;
}

/* line 48, sass/partials/_progetti.scss */
.node-full .project-list a.sdg-4 {
  border-color: #b5192e;
  color: #b5192e;
}

/* line 52, sass/partials/_progetti.scss */
.node-full .project-list a.sdg-4:hover, .node-full .project-list a.sdg-4.active {
  background-color: #b5192e;
}

/* line 59, sass/partials/_progetti.scss */
.node-full .view-content {
  margin-top: 4em;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f1f1f1;
}

/* line 69, sass/partials/_progetti.scss */
.node-full .view-content .view-rows {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

/* line 75, sass/partials/_progetti.scss */
.node-full .view-content .view-rows .views-row {
  display: none;
}

/* line 80, sass/partials/_progetti.scss */
.node-full .view-content .view-rows.item-active-1 .views-row-1 {
  display: block;
}

/* line 86, sass/partials/_progetti.scss */
.node-full .view-content .view-rows.item-active-2 .views-row-2 {
  display: block;
}

/* line 92, sass/partials/_progetti.scss */
.node-full .view-content .view-rows.item-active-3 .views-row-3 {
  display: block;
}

/* line 97, sass/partials/_progetti.scss */
.node-full .view-content .view-rows:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 16%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f1f1f1;
  border-width: 20px;
  margin-left: -20px;
  transition: left 0.5s;
}

/* line 115, sass/partials/_progetti.scss */
.node-full .view-content .view-rows.item-active-2:after {
  left: 50%;
}

/* line 121, sass/partials/_progetti.scss */
.node-full .view-content .view-rows.item-active-3:after {
  left: 85%;
}

/* line 131, sass/partials/_progetti.scss */
.node-progetto h2 {
  font-size: 3.375rem;
  font-family: "Univers-light";
  line-height: 1.2em;
}

/* line 136, sass/partials/_progetti.scss */
.node-progetto h2 a {
  font-family: "Univers";
  font-weight: 100;
  line-height: 1.2em;
}

/* line 144, sass/partials/_progetti.scss */
.node-progetto .field-name-field-txt-impegno img {
  display: inline;
  max-width: 405px;
}

/* line 150, sass/partials/_progetti.scss */
.node-progetto .field-group {
  margin: 3em 0;
  position: relative;
}

/* line 154, sass/partials/_progetti.scss */
.node-progetto .field-group h3 {
  position: absolute;
  top: 0;
  right: 40px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Univers-bold";
  font-size: 0.9375rem;
  text-transform: uppercase;
  background: #fff;
  border: 3px solid #f9b003;
  padding: 0 18px;
  line-height: 40px;
  color: #f9b003;
}

/* line 171, sass/partials/_progetti.scss */
.node-progetto .field-impegno {
  background: #fab900;
  padding: 2em;
}

/* line 175, sass/partials/_progetti.scss */
.node-progetto .field-impegno .sdg-item {
  display: inline-block;
  box-shadow: -6px 7px 21px 0px rgba(0, 0, 0, 0.3);
}

/* line 180, sass/partials/_progetti.scss */
.node-progetto .field-impegno .sdg-description {
  display: inline-block;
  margin-left: 2em;
  color: #fff;
  font-size: 1.875rem;
  vertical-align: top;
}

/* line 189, sass/partials/_progetti.scss */
.node-progetto .field-name-body {
  font-size: 1.375rem;
  line-height: 2.25rem;
}

/* line 194, sass/partials/_progetti.scss */
.node-progetto .group-progetto {
  border-top: 3px solid #f9b200;
  border-bottom: 3px solid #f9b200;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 200, sass/partials/_progetti.scss */
.node-progetto .group-progetto .field-name-field-colonna-sinistra {
  color: #fff;
  width: 410px;
  padding-top: 55px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 206, sass/partials/_progetti.scss */
.node-progetto .group-progetto .field-name-field-colonna-sinistra h5 {
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.2em;
  padding: 0 40px;
  margin: 0;
}

/* line 215, sass/partials/_progetti.scss */
.node-progetto .group-progetto .group-progetto-coldx {
  padding: 55px 0 0 40px;
}

/* line 218, sass/partials/_progetti.scss */
.node-progetto .group-progetto .group-progetto-coldx .field-label {
  font-family: "Univers-bold";
  font-size: 1.375rem;
}

/* line 226, sass/partials/_progetti.scss */
.node-progetto.node-sdg--7 h2 {
  color: #f9b200;
}

/* line 230, sass/partials/_progetti.scss */
.node-progetto.node-sdg--7 .field-impegno {
  background: #f9b200;
}

/* line 234, sass/partials/_progetti.scss */
.node-progetto.node-sdg--7 .field-name-field-colonna-sinistra {
  background: #f9b200;
}

/* line 240, sass/partials/_progetti.scss */
.node-progetto.node-sdg--7 .group-progetto-coldx .field-label {
  color: #f9b200;
}

/* line 245, sass/partials/_progetti.scss */
.node-progetto.node-sdg--7 ul li:after {
  background: #f9b200;
}

/* line 251, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 h2 {
  color: #8c143a;
}

/* line 255, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 .field-impegno {
  background: #8c143a;
}

/* line 259, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 .field-name-field-colonna-sinistra {
  background: #8c143a;
}

/* line 263, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 .group-progetto {
  border-top: 3px solid #8c143a;
  border-bottom: 3px solid #8c143a;
}

/* line 270, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 .group-progetto-coldx .field-label {
  color: #8c143a;
}

/* line 277, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 .field-group h3 {
  border-color: #8c143a;
  color: #8c143a;
}

/* line 283, sass/partials/_progetti.scss */
.node-progetto.node-sdg--8 ul li:after {
  background: #8c143a;
}

/* line 289, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 h2 {
  color: #b5192e;
}

/* line 293, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 .field-impegno {
  background: #b5192e;
}

/* line 297, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 .field-name-field-colonna-sinistra {
  background: #b5192e;
}

/* line 301, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 .group-progetto {
  border-top: 3px solid #b5192e;
  border-bottom: 3px solid #b5192e;
}

/* line 308, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 .group-progetto-coldx .field-label {
  color: #b5192e;
}

/* line 315, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 .field-group h3 {
  border-color: #b5192e;
  color: #b5192e;
}

/* line 321, sass/partials/_progetti.scss */
.node-progetto.node-sdg--4 ul li:after {
  background: #b5192e;
}

/* line 1, sass/partials/_sdg-table.scss */
.tabella-sdg {
  overflow: auto;
}

/* line 5, sass/partials/_sdg-table.scss */
.global-sdg-table {
  border: 0;
}

/* line 8, sass/partials/_sdg-table.scss */
.global-sdg-table tbody {
  border: 0;
}

/* line 12, sass/partials/_sdg-table.scss */
.global-sdg-table tr {
  border-bottom: 0 !important;
}

/* line 16, sass/partials/_sdg-table.scss */
.global-sdg-table .sdg-row-table {
  padding: 0;
  border-top: 3px solid #1a8b57;
}

/* line 21, sass/partials/_sdg-table.scss */
.global-sdg-table td, .global-sdg-table th {
  width: 33.33333%;
  min-width: 220px;
  text-align: left;
}

/* line 27, sass/partials/_sdg-table.scss */
.global-sdg-table th {
  color: #1a8b57;
  font-family: "Univers-bold";
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 0;
  line-height: 34px;
}

/* line 37, sass/partials/_sdg-table.scss */
.global-sdg-table td.cell-img img {
  width: 89px;
}

/* line 42, sass/partials/_sdg-table.scss */
.global-sdg-table td.cell-sdg {
  padding-left: 0;
  border-bottom: none;
  vertical-align: top;
}

/* line 47, sass/partials/_sdg-table.scss */
.global-sdg-table td.cell-sdg h4 {
  color: #1a8b57;
  font-family: "Univers-bold";
  font-size: 1.125rem;
  line-height: 1;
}

/* line 54, sass/partials/_sdg-table.scss */
.global-sdg-table td.cell-sdg img {
  display: inline-block;
  width: 89px;
  height: 89px;
}

/* line 60, sass/partials/_sdg-table.scss */
.global-sdg-table td.cell-data {
  padding: 10px 10px 10px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #9accb5;
  color: #1a8b57;
  font-size: 1rem;
  line-height: 1.375rem;
}

/* line 69, sass/partials/_sdg-table.scss */
.global-sdg-table td.cell-data p {
  margin: 0;
}

/* line 74, sass/partials/_sdg-table.scss */
.global-sdg-table .sdg-nota {
  color: #0555fa;
  font-size: 0.875rem;
  font-style: italic;
}

/* line 81, sass/partials/_sdg-table.scss */
.sdg-table-impegno {
  border: none;
}

/* line 84, sass/partials/_sdg-table.scss */
.sdg-table-impegno tbody {
  border: 0;
}

/* line 88, sass/partials/_sdg-table.scss */
.sdg-table-impegno tr {
  border-bottom: 0 !important;
}

/* line 92, sass/partials/_sdg-table.scss */
.sdg-table-impegno th {
  text-align: left;
  font-family: "Univers-bold";
  vertical-align: top;
  background: #ebf5ef;
}

/* line 98, sass/partials/_sdg-table.scss */
.sdg-table-impegno th.odd {
  background: #c0dfd1;
}

/* line 102, sass/partials/_sdg-table.scss */
.sdg-table-impegno th:first-child {
  background: transparent;
}

/* line 107, sass/partials/_sdg-table.scss */
.sdg-table-impegno td {
  border-bottom: 0;
  background: #ebf5ef;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 131px;
}

/* line 115, sass/partials/_sdg-table.scss */
.sdg-table-impegno td.odd {
  background: #c0dfd1;
}

/* line 119, sass/partials/_sdg-table.scss */
.sdg-table-impegno td:first-child {
  background: transparent;
}

/* line 123, sass/partials/_sdg-table.scss */
.sdg-table-impegno td.cell-img {
  width: 89px;
  padding: 0;
}

/* line 127, sass/partials/_sdg-table.scss */
.sdg-table-impegno td.cell-img img {
  width: 89px;
  min-width: 89px;
  display: block;
  height: auto;
}

/* line 136, sass/partials/_sdg-table.scss */
.sdg-table-impegno td.impegno-pubblico:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1a8b57;
  border: 4px solid #1a8b57;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}

/* line 150, sass/partials/_sdg-table.scss */
.sdg-table-impegno td.aree-coperte:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid #1a8b57;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}

/* line 165, sass/partials/_sdg-table.scss */
#sdg-table-impegno--fondamenta td {
  width: 160px;
}

/* line 168, sass/partials/_sdg-table.scss */
#sdg-table-impegno--fondamenta td.cell-img {
  width: 89px;
}

/* line 176, sass/partials/_sdg-table.scss */
.node-full .sdg-table-impegno__legenda {
  text-align: center;
}

/* line 179, sass/partials/_sdg-table.scss */
.node-full .sdg-table-impegno__legenda > li {
  display: inline-block;
  color: #1a8b57;
  padding-right: 2em;
}

/* line 184, sass/partials/_sdg-table.scss */
.node-full .sdg-table-impegno__legenda > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid #1a8b57;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* line 196, sass/partials/_sdg-table.scss */
.node-full .sdg-table-impegno__legenda > li.aree-coperte:after {
  background: none;
}

/* line 3, sass/partials/_gri.scss */
.page-gri #block-system-main .item-list {
  margin: 1em 0;
}

/* line 6, sass/partials/_gri.scss */
.page-gri #block-system-main .item-list li {
  position: relative;
  padding-left: 35px;
  line-height: 1.875rem;
}

/* line 11, sass/partials/_gri.scss */
.page-gri #block-system-main .item-list li a {
  color: #1a8b57;
  font-family: "Univers-bold";
}

/* line 16, sass/partials/_gri.scss */
.page-gri #block-system-main .item-list li:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1a8b57;
}

/* line 2, sass/partials/_home.scss */
body.front .site-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 9, sass/partials/_home.scss */
body.front .site-header__btns {
  z-index: 1;
}

/* line 12, sass/partials/_home.scss */
body.front #node-tools {
  display: none;
}

/* line 15, sass/partials/_home.scss */
body.front h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'Univers-Bold';
  margin: 0 0 -1rem;
}

/* line 22, sass/partials/_home.scss */
body.front main button {
  cursor: pointer;
  border: 2px solid #D8D8D8;
  border-radius: 0;
  line-height: 42px;
  padding: 0 42px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  transition: all .1s linear;
}

/* line 34, sass/partials/_home.scss */
body.front main button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 38, sass/partials/_home.scss */
body.front .page-content, body.front .node-full .view-content .view-rows, .node-full .view-content body.front .view-rows {
  font-weight: 300;
  font-size: 22px;
  color: #000;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 36px;
  margin: 50px auto;
  padding-bottom: 0;
}

/* line 48, sass/partials/_home.scss */
body.front .hero-front-half {
  width: 50%;
  height: calc(100vh - 90px);
  position: relative;
  color: #fff;
  float: left;
}

@media screen and (max-width: 767px) {
  /* line 55, sass/partials/_home.scss */
  body.front .hero-front-half {
    float: none;
    width: 100%;
    height: 50vh;
  }
}

/* line 61, sass/partials/_home.scss */
body.front .hero-front-half.half-csr {
  background: url(../images/cover-csr.jpg) center center no-repeat;
  background-size: cover;
}

/* line 65, sass/partials/_home.scss */
body.front .hero-front-half.half-ar {
  background: url(../images/cover-ar.jpg) center center no-repeat;
  background-size: cover;
}

/* line 69, sass/partials/_home.scss */
body.front .hero-front-half .hero-front-half-inner {
  position: absolute;
  bottom: 80px;
  left: 120px;
}

@media screen and (max-width: 767px) {
  /* line 74, sass/partials/_home.scss */
  body.front .hero-front-half .hero-front-half-inner {
    left: 45px;
    bottom: 20px;
  }
}

/* line 79, sass/partials/_home.scss */
body.front .hero-front-half .hero-front-half-inner .hero-title {
  position: relative;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  /* line 83, sass/partials/_home.scss */
  body.front .hero-front-half .hero-front-half-inner .hero-title {
    margin-bottom: 24px;
  }
}

/* line 87, sass/partials/_home.scss */
body.front .hero-front-half .hero-front-half-inner .hero-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -53px;
  content: '';
  width: 25px;
  background: #fff;
}

/* line 97, sass/partials/_home.scss */
body.front .hero-front-half .hero-front-half-inner h2 {
  font-family: 'Univers-Bold';
  font-size: 30px;
  letter-spacing: -.3px;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  /* line 103, sass/partials/_home.scss */
  body.front .hero-front-half .hero-front-half-inner h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

/* line 109, sass/partials/_home.scss */
body.front .hero-front-half .hero-front-half-inner h3 {
  font-family: 'Univers-Light';
  font-weight: 200;
  font-size: 30px;
  letter-spacing: -.3px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 116, sass/partials/_home.scss */
  body.front .hero-front-half .hero-front-half-inner h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

/* line 124, sass/partials/_home.scss */
body.front .hero-front {
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
}

/* line 129, sass/partials/_home.scss */
body.front .hero-front .hero-front-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

/* line 137, sass/partials/_home.scss */
body.front .hero-front .scrollIconWrapper {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 170px;
  left: calc(50% - 85px);
  z-index: 10;
}

/* line 144, sass/partials/_home.scss */
body.front .hero-front .scrollIconWrapper .scrollLabel {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Univers-Bold';
  font-size: 15px;
  margin-bottom: 12px;
}

/* line 151, sass/partials/_home.scss */
body.front .hero-front .scrollIconWrapper .scrollIcon {
  position: relative;
  width: 33px;
  height: 54px;
  border: 3px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
}

/* line 159, sass/partials/_home.scss */
body.front .hero-front .scrollIconWrapper .scrollCursor {
  position: absolute;
  height: 8px;
  width: 8px;
  background: #fff;
  left: 50%;
  margin-left: -4px;
  top: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  border-radius: 50%;
  -webkit-animation-name: scrollIconCursorAnimation;
          animation-name: scrollIconCursorAnimation;
  -webkit-animation-duration: 1.95s;
          animation-duration: 1.95s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 174, sass/partials/_home.scss */
body.front .hero-front .fp__video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 120% 120%;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
}

/* line 189, sass/partials/_home.scss */
body.front .hero-front .fp__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* line 193, sass/partials/_home.scss */
body.front .hero-front .fp__video::-webkit-media-controls {
  display: none !important;
}

/* line 196, sass/partials/_home.scss */
body.front .hero-front .pause {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  z-index: 8;
  background: url(../images/icon-pause.png) center center no-repeat;
  margin: -58px 0 0 -58px;
  display: none;
  cursor: pointer;
}

/* line 208, sass/partials/_home.scss */
body.front .hero-front .close {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 116px;
  height: 116px;
  z-index: 8;
  background: url(../images/icon-close.png) center center no-repeat;
  margin: -58px 0 0 -58px;
  display: none;
  cursor: pointer;
}

/* line 220, sass/partials/_home.scss */
body.front .hero-front #video-bkg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 229, sass/partials/_home.scss */
body.front .site-footer {
  clear: both;
  margin-top: 90px;
  min-height: 90px;
}

/* line 234, sass/partials/_home.scss */
body.front .front-box__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

/* line 238, sass/partials/_home.scss */
body.front .front-box__container .front-box {
  margin: 0 4px;
  height: 542px;
  position: relative;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  /* line 245, sass/partials/_home.scss */
  body.front .front-box__container .front-box {
    width: calc(100% - 8px) !important;
    height: 50vh;
    float: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* line 252, sass/partials/_home.scss */
body.front .front-box__container .front-box::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 15px;
  z-index: 2;
  transition: all 250ms ease-in-out;
}

/* line 262, sass/partials/_home.scss */
body.front .front-box__container .front-box:hover::after {
  height: 100%;
}

/* line 265, sass/partials/_home.scss */
body.front .front-box__container .front-box .box-title {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 60px;
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  z-index: 8;
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 277, sass/partials/_home.scss */
  body.front .front-box__container .front-box .box-title {
    left: 5vw;
    right: 5vw;
    bottom: 5vh;
  }
}

/* line 284, sass/partials/_home.scss */
body.front .front-box__container .front-box:hover .box-title {
  bottom: 360px;
}

@media screen and (max-width: 767px) {
  /* line 287, sass/partials/_home.scss */
  body.front .front-box__container .front-box:hover .box-title {
    bottom: 5vh;
  }
}

/* line 296, sass/partials/_home.scss */
body.csr .hero-front {
  background: url(../images/cover-csr.jpg) center center no-repeat;
  background-size: cover;
}

/* line 300, sass/partials/_home.scss */
body.csr .front-box__container .front-box {
  width: calc(50% - 8px);
}

/* line 303, sass/partials/_home.scss */
body.csr .front-box__container .front-box::after {
  background: #0072BA;
}

/* line 308, sass/partials/_home.scss */
body.ar .hero-front {
  background: url(../images/cover-ar.jpg) center center no-repeat;
  background-size: cover;
}

/* line 312, sass/partials/_home.scss */
body.ar .front-box__container .front-box {
  width: calc(33.33% - 8px);
}

/* line 315, sass/partials/_home.scss */
body.ar .front-box__container .front-box::after {
  background: #FF5A0F;
}

/* line 320, sass/partials/_home.scss */
body.sp .nav-wrapper__header {
  background: #E2175C;
}

/* line 323, sass/partials/_home.scss */
body.sp .site-footer {
  margin-top: 0;
}

@-webkit-keyframes scrollIconCursorAnimation {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(31px);
            transform: translateY(31px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes scrollIconCursorAnimation {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(31px);
            transform: translateY(31px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

/* line 1, sass/partials/_prefooter.scss */
.preFooter {
  position: relative;
  width: 100%;
  z-index: 2;
}

/* line 7, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper {
  position: relative;
  width: 100%;
}

/* line 11, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #9EDCF2;
}

/* line 21, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper .togglerFooter {
  display: inline-block;
  position: relative;
  left: 50%;
  width: auto;
  padding: 15px 70px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  cursor: pointer;
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  border-right: 10px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  color: #0072BA;
  text-align: center;
}

/* line 40, sass/partials/_prefooter.scss */
.report-ar .preFooter .togglerWrapper .togglerFooter {
  color: #0072BA;
}

/* line 44, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper .togglerFooter span {
  display: inline-block;
  vertical-align: top;
}

/* line 48, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper .togglerFooter span:before {
  font-size: 16px;
  line-height: 16px;
}

/* line 54, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper .togglerFooter p {
  position: relative;
  display: block;
  margin: 0;
  font-family: "Univers-bold";
  font-size: 1.25rem;
  line-height: 1.5rem;
}

/* line 62, sass/partials/_prefooter.scss */
.preFooter .togglerWrapper .togglerFooter p:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17px;
  height: 15px;
  background: url(../images/arrow-up-blue.svg) 0 0 no-repeat;
}

/* line 76, sass/partials/_prefooter.scss */
.preFooter .preFooterWrapper {
  display: none;
  padding-bottom: 40px;
  background: #F6F5F5;
}

/* line 82, sass/partials/_prefooter.scss */
.preFooter .preFooterWrapper > .row {
  max-width: 75rem;
}

/* line 84, sass/partials/_prefooter.scss */
.preFooter .preFooterWrapper .paragrafo-vuoto {
  display: none;
}

/* line 89, sass/partials/_prefooter.scss */
.preFooter ul.legend {
  width: 100%;
  margin: 40px 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

/* line 96, sass/partials/_prefooter.scss */
.preFooter ul.legend li {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}

/* line 101, sass/partials/_prefooter.scss */
.preFooter ul.legend li:last-of-type {
  margin: 0;
}

/* line 104, sass/partials/_prefooter.scss */
.preFooter ul.legend span.square {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  font-weight: 700;
  font-size: 1rem;
  color: #0072BA;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

/* line 118, sass/partials/_prefooter.scss */
.preFooter ul.legend span.square.industrial {
  background: #c2ddb6;
}

/* line 122, sass/partials/_prefooter.scss */
.preFooter ul.legend span.square.environmental {
  background: #8dcab2;
}

/* line 126, sass/partials/_prefooter.scss */
.preFooter ul.legend span.square.social {
  background: #b1dff3;
}

/* line 130, sass/partials/_prefooter.scss */
.preFooter ul.legend span.square.governance {
  background: #f5bfd5;
}

/* line 134, sass/partials/_prefooter.scss */
.preFooter ul.legend span.square.technological {
  background: #f5ae86;
}

/* line 139, sass/partials/_prefooter.scss */
.preFooter ul.legend span.text {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  font-family: "Univers-bold";
  font-weight: 300;
  font-size: 1rem;
  line-height: 40px;
  color: #0072BA;
}

@media (max-width: 1023px) {
  /* line 152, sass/partials/_prefooter.scss */
  .preFooter .togglerWrapper .togglerFooter {
    padding: 15px 20px;
  }
  /* line 153, sass/partials/_prefooter.scss */
  .preFooter .preFooterWrapper {
    padding-bottom: 20px;
  }
  /* line 154, sass/partials/_prefooter.scss */
  .preFooter ul.legend li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0 !important;
  }
}

/* line 165, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita p.titolo-tabella {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 0 25px 45px;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #0072BA;
}

/* line 178, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita p.titolo-tabella:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/icon-arrow-blue.svg) 0 0 no-repeat;
  width: 14px;
  height: 10px;
  top: 32px;
  left: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 189, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita p.titolo-tabella.opened:before {
  -webkit-transform: none;
          transform: none;
}

/* line 195, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .scrollable {
  width: 100%;
  overflow-x: auto;
  max-height: 420px;
}

/* line 200, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .cassetto-wrapper {
  display: none;
}

/* line 203, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella {
  position: relative;
}

/* line 207, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella table {
  width: 100% !important;
  border-spacing: 20px 0;
  border-collapse: separate;
  border: none;
  background: transparent;
}

/* line 214, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella table [class*="column"] + [class*="column"]:last-child {
  float: none;
}

/* line 216, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella tr.even, .field-name-field-piano-sostenibilita .tabella tr.odd {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
}

/* line 222, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella th, .field-name-field-piano-sostenibilita .tabella td {
  position: relative;
  padding: 10px 0;
  border: none;
  vertical-align: top;
}

/* line 228, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella td {
  border-bottom: 1px solid #D8D8D8;
}

/* line 231, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella td img[src$=".svg"] {
  width: 30px;
  height: 30px;
}

/* line 235, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella th, .field-name-field-piano-sostenibilita .tabella td, .field-name-field-piano-sostenibilita .tabella p, .field-name-field-piano-sostenibilita .tabella li {
  margin: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #0072BA;
  text-align: left;
}

/* line 245, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella ul, .field-name-field-piano-sostenibilita .tabella ol {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 251, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella ul li, .field-name-field-piano-sostenibilita .tabella ol li {
  position: relative;
  margin: 0;
}

/* line 255, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella ul li:before, .field-name-field-piano-sostenibilita .tabella ol li:before {
  display: none;
}

/* line 258, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella img {
  width: 100px;
  height: auto;
}

/* line 263, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella thead {
  background: transparent;
}

/* line 266, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella thead th, .field-name-field-piano-sostenibilita .tabella thead td {
  border-bottom: 3px solid #0072BA;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.375rem;
  color: #0072BA;
  text-transform: uppercase;
}

/* line 277, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella tbody {
  border: none;
}

/* line 279, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella tbody tr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0072BA;
  content: "";
}

/* line 290, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .colonna-dx {
  text-align: right;
}

/* line 291, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .colonna-sx {
  text-align: left;
}

/* line 292, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .colonna-center {
  text-align: center;
}

/* line 294, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .indenta-livello-1 {
  padding-left: 30px;
}

/* line 295, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .indenta-livello-2 {
  padding-left: 40px;
}

/* line 296, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .indenta-livello-3 {
  padding-left: 50px;
}

/* line 299, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-evidenziato p {
  display: block;
  padding: 20px;
  background: #0072BA;
  color: #fff;
}

/* line 307, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-bordato ul, .field-name-field-piano-sostenibilita .tabella .cnt-bordato p {
  display: block;
  padding: 20px;
  border: 1px solid #0072BA;
  color: #0072BA;
}

/* line 315, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table {
  border-spacing: 0 5px;
}

/* line 318, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table th, .field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table td {
  padding: 0;
}

/* line 319, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table th, .field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table td, .field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table p, .field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table li {
  line-height: 1.125rem;
  color: #0072BA;
  border-bottom: none;
}

/* line 324, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table tbody tr:after {
  display: none;
}

/* line 327, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table tr td:first-child {
  vertical-align: top;
}

/* line 329, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table tr td:first-child span {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

/* line 342, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .cnt-el-quadrato table tr td:last-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

/* line 347, sass/partials/_prefooter.scss */
.field-name-field-piano-sostenibilita .tabella .note {
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 1023px) {
  /* line 354, sass/partials/_prefooter.scss */
  .field-name-field-piano-sostenibilita p.titolo-tabella {
    padding: 15px 0 15px 25px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  /* line 361, sass/partials/_prefooter.scss */
  .field-name-field-piano-sostenibilita .tabella table {
    border-spacing: 10px 0;
  }
  /* line 364, sass/partials/_prefooter.scss */
  .field-name-field-piano-sostenibilita .tabella thead th, .field-name-field-piano-sostenibilita .tabella thead td {
    line-height: 1.5rem;
  }
  /* line 367, sass/partials/_prefooter.scss */
  .field-name-field-piano-sostenibilita .tabella .cnt-evidenziato p {
    padding: 10px;
  }
  /* line 369, sass/partials/_prefooter.scss */
  .field-name-field-piano-sostenibilita .tabella .cnt-bordato ul, .field-name-field-piano-sostenibilita .tabella .cnt-bordato p {
    padding: 10px;
  }
}

/* line 1, sass/partials/_gri-table.scss */
table.gri-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse !important;
  border: none;
}

/* line 6, sass/partials/_gri-table.scss */
table.gri-table [class*="column"] + [class*="column"]:last-child {
  float: none;
}

/* line 8, sass/partials/_gri-table.scss */
table.gri-table th, table.gri-table td {
  border-bottom: 1px solid #0072BA;
}

/* line 9, sass/partials/_gri-table.scss */
table.gri-table thead {
  background: #0072BA;
}

/* line 10, sass/partials/_gri-table.scss */
table.gri-table .evidenziatore {
  background: rgba(0, 114, 186, 0.2);
}

/* line 12, sass/partials/_gri-table.scss */
table.gri-table .totale th, table.gri-table .totale td {
  color: #0072BA;
}

/* line 15, sass/partials/_gri-table.scss */
table.gri-table tr.even, table.gri-table tr.odd {
  padding: 0;
  background-color: transparent;
  border: none;
}

/* line 21, sass/partials/_gri-table.scss */
table.gri-table th, table.gri-table td {
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid #0072BA;
  vertical-align: top;
}

/* line 28, sass/partials/_gri-table.scss */
table.gri-table thead {
  background: #0072BA;
}

/* line 30, sass/partials/_gri-table.scss */
table.gri-table thead th, table.gri-table thead td, table.gri-table thead p {
  font-weight: 700;
  color: #fff;
}

/* line 36, sass/partials/_gri-table.scss */
table.gri-table thead tr:first-of-type td, table.gri-table thead tr:first-of-type th {
  padding-top: 30px;
  padding-bottom: 10px;
}

/* line 43, sass/partials/_gri-table.scss */
table.gri-table thead th.bio-cr, table.gri-table thead td.bio-cr {
  background-color: #e42313;
}

/* line 46, sass/partials/_gri-table.scss */
table.gri-table thead th.bio-en, table.gri-table thead td.bio-en {
  background-color: #f39200;
}

/* line 49, sass/partials/_gri-table.scss */
table.gri-table thead th.bio-vu, table.gri-table thead td.bio-vu {
  background-color: #ffcc00;
}

/* line 52, sass/partials/_gri-table.scss */
table.gri-table thead th.bio-nt, table.gri-table thead td.bio-nt {
  background-color: #95c11f;
}

/* line 55, sass/partials/_gri-table.scss */
table.gri-table thead th.bio-lc, table.gri-table thead td.bio-lc {
  background-color: #159669;
}

/* line 58, sass/partials/_gri-table.scss */
table.gri-table thead th.evidenziatore, table.gri-table thead td.evidenziatore {
  background: rgba(4, 53, 72, 0.2) !important;
}

/* line 66, sass/partials/_gri-table.scss */
table.gri-table tbody td.bio-cr {
  color: #e42313;
}

/* line 69, sass/partials/_gri-table.scss */
table.gri-table tbody td.bio-en {
  color: #f39200;
}

/* line 72, sass/partials/_gri-table.scss */
table.gri-table tbody td.bio-vu {
  color: #ffcc00;
}

/* line 75, sass/partials/_gri-table.scss */
table.gri-table tbody td.bio-nt {
  color: #95c11f;
}

/* line 78, sass/partials/_gri-table.scss */
table.gri-table tbody td.bio-lc {
  color: #159669;
}

/* line 84, sass/partials/_gri-table.scss */
table.gri-table .colonna-dx {
  text-align: right;
}

/* line 85, sass/partials/_gri-table.scss */
table.gri-table .colonna-sx {
  text-align: left;
}

/* line 86, sass/partials/_gri-table.scss */
table.gri-table .colonna-center {
  text-align: center;
}

/* line 88, sass/partials/_gri-table.scss */
table.gri-table .evidenziatore {
  background: rgba(0, 114, 186, 0.2);
}

/* line 93, sass/partials/_gri-table.scss */
table.gri-table .totale th, table.gri-table .totale td {
  font-weight: 700;
  color: #0072BA;
}

/* line 99, sass/partials/_gri-table.scss */
table.gri-table .indenta-livello-1 {
  padding-left: 30px;
}

/* line 100, sass/partials/_gri-table.scss */
table.gri-table .indenta-livello-2 {
  padding-left: 40px;
}

/* line 101, sass/partials/_gri-table.scss */
table.gri-table .indenta-livello-3 {
  padding-left: 50px;
}

/* line 103, sass/partials/_gri-table.scss */
table.gri-table strong {
  font-weight: 700;
}

/* line 2, sass/partials/_tooltip.scss */
.qtip {
  width: 260px;
  border-color: #000;
  background-color: #000;
  font-family: "Univers";
  color: #fff;
}

/* line 10, sass/partials/_tooltip.scss */
.qtip .tooltiptext {
  padding: 10px;
}

/* line 13, sass/partials/_tooltip.scss */
.qtip .ttTop {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 10px;
}

/* line 19, sass/partials/_tooltip.scss */
.qtip .ttTop .ttTopNum {
  display: table-cell;
  width: 35px;
  vertical-align: middle;
  font-family: "Univers-bold";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

/* line 28, sass/partials/_tooltip.scss */
.qtip .ttTop .ttTopTit {
  display: table-cell;
  vertical-align: middle;
  font-family: "Univers-bold";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

/* line 39, sass/partials/_tooltip.scss */
.qtip .ttBottom p {
  margin: 0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
