

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  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+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
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.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
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.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[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.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[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.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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.
     */
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.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
/*
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  /*font-size: inherit;*/
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.85rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 40em) {

  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}
/*
a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #258faf;
}
*/
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print,
screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print,
screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-1>.column,
.small-up-1>.columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-2>.column,
.small-up-2>.columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-3>.column,
.small-up-3>.columns {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-4>.column,
.small-up-4>.columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-5>.column,
.small-up-5>.columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-6>.column,
.small-up-6>.columns {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print,
screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print,
screen and (min-width: 40em) {

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 40em) {

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print,
screen and (min-width: 64em) {

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 64em) {

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block> :last-child {
  margin-bottom: 0;
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-right.vertical.menu>li>a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print,
screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print,
screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }

  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }

  0%,
  30%,
  70%,
  100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*$breakpoints: (
    "medium": 640px,
    "large": 1024px,
    "xlarge": 1200px,
    "xxlarge": 1400px,
);*/
/*$typi: (
  base: (
    null: (16px, 1.5)
  )
) !default;*/
/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

/* 2. Configuration and helpers */
/* @group Font */
/* @end */
/* @group Media Queries */
/* @end */
/* @group layout */
/* @end */
/* @group Media Queries */
/*
@include mq('medium') {}
@include mq('medium', max) {}
*/
/* @end */
/* @group Font Face */
/* String Replace */
/* Font Face */
/* @end */
/* @group Base Link */
/* @end */
/* 3. Base stuff */
/* @group PseudoClass */
/* @end */
/* @group Responsive Ratio */
/* @end */
/* @group Hardware */
/* @end */
/* @group Hide Text */
.hide_text {
  font-size: 0 !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* @end */
/* @group Reset */
/* @end */
/* @grouop XL grid */
@media (min-width: 1280px) {
  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .show-for-xlarge {
    display: block !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-text-left {
    text-align: left;
  }
}

/* @end */
/* @group Canela */
/*
@font-face {
  font-family: "CanelaItalic";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Canela-LightItalic.woff2") format("woff2"), url("/assets/fonts/Canela-LightItalic.woff") format("woff"), url("/assets/fonts/Canela-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "CanelaLight";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Canela-Light.woff2") format("woff2"), url("/assets/fonts/Canela-Light.woff") format("woff"), url("/assets/fonts/Canela-Light.ttf") format("truetype");
}
*/
/* @end */
/* @group Reset */
h1,
h2,
h3,
h4,
p,
a {
  font-weight: normal;
  letter-spacing: .03em;
}

p,
a {
  font-weight: normal;
  letter-spacing: .03em;
}

/* @end */
/* @group Typo settings */
/* @end */
/* @group Typo styles */
/* @end */
/* @group Navigation Typo */
.navFullBar a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.navFullBar .navFull_lang a,
.navFullBar .navFull_switch a {
  font-size: 0.875rem;
  line-height: 1.4;
}

@media all and (min-width: 1024px) {

  .navFullBar .navFull_lang a,
  .navFullBar .navFull_switch a {
    font-size: 0.875rem;
  }
}

.navFullBar .navFull_lang a:before,
.navFullBar .navFull_switch a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.navFullBar .navFull_lang a:hover:before,
.navFullBar .navFull_switch a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.navFullBar .navFull_link a {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media all and (min-width: 1280px) {
  .navFullBar .navFull_link a {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

@media all and (min-width: 1400px) {
  .navFullBar .navFull_link a {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.navFullBar .navFull_link a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.navFullBar .navFull_link a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.navOffCanvas .navOffCanvas_link {
  font-size: 2rem;
  line-height: 1;
  padding: .75rem 0;
  display: inline-flex;
  align-items: center;
  width: 100%;
  transition: color .35s;
  transform: translateX(20px);
}

@media all and (min-width: 640px) {
  .navOffCanvas .navOffCanvas_link {
    font-size: 2.25rem;
  }
}

@media all and (min-width: 1024px) {
  .navOffCanvas .navOffCanvas_link {
    font-size: 2.375rem;
  }
}

@media all and (min-width: 1400px) {
  .navOffCanvas .navOffCanvas_link {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1600px) {
  .navOffCanvas .navOffCanvas_link {
    font-size: 2.625rem;
  }
}

@media (min-width: 641px) {
  .navOffCanvas .navOffCanvas_link {
    padding-left: 1rem;
  }
}

@media (min-width: 800px) {
  .navOffCanvas .navOffCanvas_link {
    transform: translateX(-20px);
    padding-left: 0;
  }

  .navOffCanvas .navOffCanvas_link:before {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    box-shadow: 0px 1px 0;
    height: 1px;
    margin-right: 1rem;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform .35s ease-in-out;
  }

  .navOffCanvas .navOffCanvas_link:hover:before {
    transform: scaleX(1);
  }
}

@media (min-width: 1280px) {
  .navOffCanvas .navOffCanvas_link {
    padding: 1rem 0;
  }
}

.navOffCanvas .navOffCanvas_switch a,
.navOffCanvas .navOffCanvas_lang a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
}

.navOffCanvas .navOffCanvas_switch a:before,
.navOffCanvas .navOffCanvas_lang a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.navOffCanvas .navOffCanvas_switch a:hover:before,
.navOffCanvas .navOffCanvas_lang a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

@media all and (min-width: 1280px) {

  .navOffCanvas .navOffCanvas_switch a,
  .navOffCanvas .navOffCanvas_lang a {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

@media all and (min-width: 1400px) {

  .navOffCanvas .navOffCanvas_switch a,
  .navOffCanvas .navOffCanvas_lang a {
    font-size: 1rem;
    line-height: 1.9;
  }
}

/* @end */
/* @group Footer Typo */
.footer a {
  transition: color .35s;
}

.footer .footer_switch a,
.footer .footer_policy a,
.footer .footer_info p,
.footer .footer_credits a {
  display: inline-block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media all and (min-width: 1024px) {

  .footer .footer_switch a,
  .footer .footer_policy a,
  .footer .footer_info p,
  .footer .footer_credits a {
    font-size: 0.875rem;
  }
}

.footer .footer_link a {
  font-size: 1.3125rem;
  line-height: 1.2;
}

@media all and (min-width: 1024px) {
  .footer .footer_link a {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .footer .footer_link a {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .footer .footer_link a {
    font-size: 1.3125rem;
  }
}

/* @end */
/* @group Layout Typo */
/*em {
  font-family: "CanelaItalic", serif !important;
  font-style: normal !important;
}
*/
.simpleButton {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
  letter-spacing: .025em;
}

@media all and (min-width: 1280px) {
  .simpleButton {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

@media all and (min-width: 1400px) {
  .simpleButton {
    font-size: 1rem;
    line-height: 1.9;
  }
}

p a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

p a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

/* @end */
/* @group Main Title */
.headerBlockPreTitle {
  font-family: "CanelaLight", serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

@media all and (min-width: 1024px) {
  .headerBlockPreTitle {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .headerBlockPreTitle {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .headerBlockPreTitle {
    font-size: 1.3125rem;
  }
}

.headerBlockTitle {
  font-family: "CanelaLight", serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .headerBlockTitle {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .headerBlockTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .headerBlockTitle {
    font-size: 5.625rem;
  }
}

.headerBlockClaim {
  font-family: "CanelaItalic", serif;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #fff;
}

@media all and (min-width: 640px) {
  .headerBlockClaim {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1280px) {
  .headerBlockClaim {
    font-size: 1.5625rem;
  }
}

@media all and (min-width: 1600px) {
  .headerBlockClaim {
    font-size: 1.75rem;
  }
}

/* @end */
/* @group Next Title */
.pageNextTitle {
  font-family: "CanelaLight", serif;
  font-size: 2.1875rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .pageNextTitle {
    font-size: 3.4375rem;
  }
}

@media all and (min-width: 1280px) {
  .pageNextTitle {
    font-size: 4.0625rem;
  }
}

@media all and (min-width: 1600px) {
  .pageNextTitle {
    font-size: 4.6875rem;
  }
}

.pageNextLink {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {
  .pageNextLink {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .pageNextLink {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .pageNextLink {
    font-size: 1.3125rem;
  }
}

/* @end */
/* @group Block */
.wideBlock h2,
.floatBlock h2,
.centerTopTextBlock h2,
.centerBlock h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 1024px) {

  .wideBlock h2,
  .floatBlock h2,
  .centerTopTextBlock h2,
  .centerBlock h2 {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1280px) {

  .wideBlock h2,
  .floatBlock h2,
  .centerTopTextBlock h2,
  .centerBlock h2 {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 1600px) {

  .wideBlock h2,
  .floatBlock h2,
  .centerTopTextBlock h2,
  .centerBlock h2 {
    font-size: 3.75rem;
  }
}

.wideBlock p,
.floatBlock p,
.centerTopTextBlock p,
.centerBlock p {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 640px) {

  .wideBlock p,
  .floatBlock p,
  .centerTopTextBlock p,
  .centerBlock p {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {

  .wideBlock p,
  .floatBlock p,
  .centerTopTextBlock p,
  .centerBlock p {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {

  .wideBlock p,
  .floatBlock p,
  .centerTopTextBlock p,
  .centerBlock p {
    font-size: 1.3125rem;
  }
}

.wideBlock p.inputform,
.floatBlock p.inputform,
.centerTopTextBlock p.inputform,
.centerBlock p.inputform {
  padding-top: 0.75rem;
  padding-bottom: 1.875rem;
  margin-top: 0;
  margin-bottom: 0;
}

.wideBlock p a,
.floatBlock p a,
.centerTopTextBlock p a,
.centerBlock p a {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media all and (min-width: 640px) {

  .wideBlock p a,
  .floatBlock p a,
  .centerTopTextBlock p a,
  .centerBlock p a {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {

  .wideBlock p a,
  .floatBlock p a,
  .centerTopTextBlock p a,
  .centerBlock p a {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {

  .wideBlock p a,
  .floatBlock p a,
  .centerTopTextBlock p a,
  .centerBlock p a {
    font-size: 1.5rem;
  }
}

.wideBlock p.bigTxt,
.floatBlock p.bigTxt,
.centerTopTextBlock p.bigTxt,
.centerBlock p.bigTxt {
  font-family: "CanelaLight", serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 640px) {

  .wideBlock p.bigTxt,
  .floatBlock p.bigTxt,
  .centerTopTextBlock p.bigTxt,
  .centerBlock p.bigTxt {
    font-size: 1.4375rem;
  }
}

@media all and (min-width: 1280px) {

  .wideBlock p.bigTxt,
  .floatBlock p.bigTxt,
  .centerTopTextBlock p.bigTxt,
  .centerBlock p.bigTxt {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1600px) {

  .wideBlock p.bigTxt,
  .floatBlock p.bigTxt,
  .centerTopTextBlock p.bigTxt,
  .centerBlock p.bigTxt {
    font-size: 1.875rem;
  }
}

.wideBlock p:last-of-type,
.floatBlock p:last-of-type,
.centerTopTextBlock p:last-of-type,
.centerBlock p:last-of-type {
  margin-bottom: 0rem;
}

/* @end */
/* @group Gallery */
.galleryCounter {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {
  .galleryCounter {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .galleryCounter {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .galleryCounter {
    font-size: 1.3125rem;
  }
}

/* @end */
/* @group Pagination */
.paginationButton {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  /*font-weight: 300;*/
  cursor: pointer;
}

@media all and (min-width: 640px) {
  .paginationButton {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 1280px) {
  .paginationButton {
    font-size: 1rem;
  }
}

@media all and (min-width: 1600px) {
  .paginationButton {
    font-size: 1.125rem;
  }
}

/* @end */
/* @group Collezione */
.page-_collezione .collezione-intro h1 {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

@media all and (min-width: 640px) {
  .page-_collezione .collezione-intro h1 {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .page-_collezione .collezione-intro h1 {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .page-_collezione .collezione-intro h1 {
    font-size: 1.3125rem;
  }
}

.page-_collezione .collezione-intro p {
  font-family: "CanelaLight", serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .page-_collezione .collezione-intro p {
    font-size: 1.4375rem;
  }
}

@media all and (min-width: 1280px) {
  .page-_collezione .collezione-intro p {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1600px) {
  .page-_collezione .collezione-intro p {
    font-size: 1.875rem;
  }
}

.page-_collezione .listingTitle {
  font-family: "CanelaItalic", serif;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.page-_collezione .listingPreTitle {
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

@media all and (min-width: 640px) {
  .page-_collezione .listingPreTitle {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .page-_collezione .listingPreTitle {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .page-_collezione .listingPreTitle {
    font-size: 1.5rem;
  }
}

.site-bisol.page-_collezione .listingTitle {
  font-size: 3rem;
  line-height: 1.2;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .site-bisol.page-_collezione .listingTitle {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .site-bisol.page-_collezione .listingTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .site-bisol.page-_collezione .listingTitle {
    font-size: 5.625rem;
  }
}

.site-jeio.page-_collezione .listingTitle {
  font-size: 1.75rem;
  line-height: 1.2;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .site-jeio.page-_collezione .listingTitle {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1280px) {
  .site-jeio.page-_collezione .listingTitle {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 1600px) {
  .site-jeio.page-_collezione .listingTitle {
    font-size: 3.75rem;
  }
}

/* @end */
/* @group Scheda */
.page-scheda .backLink,
.journal__back .backLink {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {

  .page-scheda .backLink,
  .journal__back .backLink {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .backLink,
  .journal__back .backLink {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .backLink,
  .journal__back .backLink {
    font-size: 1.3125rem;
  }
}

.page-scheda .backLink a,
.journal__back .backLink a {
  display: inline-flex;
  align-items: center;
  transition: color .3s;
}

.page-scheda .backLink a span,
.journal__back .backLink a span {
  margin-left: .5rem;
}

.page-scheda .backLink a:before,
.journal__back .backLink a:before {
  content: none;
}

.page-scheda .schedaHeaderTitle,
.journal__back .schedaHeaderTitle {
  font-family: "CanelaItalic", serif;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.page-scheda .schedaTitleSpec,
.journal__back .schedaTitleSpec {
  font-family: "CanelaItalic", serif;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaTitleSpec,
  .journal__back .schedaTitleSpec {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {

  .page-scheda .schedaTitleSpec,
  .journal__back .schedaTitleSpec {
    font-size: 2rem;
  }
}

@media all and (min-width: 1400px) {

  .page-scheda .schedaTitleSpec,
  .journal__back .schedaTitleSpec {
    font-size: 2.125rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaTitleSpec,
  .journal__back .schedaTitleSpec {
    font-size: 2.25rem;
  }
}

.page-scheda .schedaPreTitle,
.journal__back .schedaPreTitle {
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaPreTitle,
  .journal__back .schedaPreTitle {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .schedaPreTitle,
  .journal__back .schedaPreTitle {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaPreTitle,
  .journal__back .schedaPreTitle {
    font-size: 1.5rem;
  }
}

.page-scheda .schedaSubTitle,
.journal__back .schedaSubTitle {
  font-family: "CanelaLight", serif;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaSubTitle,
  .journal__back .schedaSubTitle {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {

  .page-scheda .schedaSubTitle,
  .journal__back .schedaSubTitle {
    font-size: 2rem;
  }
}

@media all and (min-width: 1400px) {

  .page-scheda .schedaSubTitle,
  .journal__back .schedaSubTitle {
    font-size: 2.125rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaSubTitle,
  .journal__back .schedaSubTitle {
    font-size: 2.25rem;
  }
}

.page-scheda .schedaInfo,
.journal__back .schedaInfo {
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaInfo,
  .journal__back .schedaInfo {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .schedaInfo,
  .journal__back .schedaInfo {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaInfo,
  .journal__back .schedaInfo {
    font-size: 1.5rem;
  }
}

.page-scheda .schedaFeatures li,
.journal__back .schedaFeatures li {
  font-family: "CanelaItalic", serif;
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaFeatures li,
  .journal__back .schedaFeatures li {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .schedaFeatures li,
  .journal__back .schedaFeatures li {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaFeatures li,
  .journal__back .schedaFeatures li {
    font-size: 1.3125rem;
  }
}

.page-scheda .schedaTerritorioTxt,
.journal__back .schedaTerritorioTxt {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaTerritorioTxt,
  .journal__back .schedaTerritorioTxt {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .schedaTerritorioTxt,
  .journal__back .schedaTerritorioTxt {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaTerritorioTxt,
  .journal__back .schedaTerritorioTxt {
    font-size: 1.3125rem;
  }
}

.page-scheda .schedaNextTitle,
.journal__back .schedaNextTitle {
  font-family: "CanelaItalic", serif;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.page-scheda .schedaNextPreTitle,
.journal__back .schedaNextPreTitle {
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaNextPreTitle,
  .journal__back .schedaNextPreTitle {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .schedaNextPreTitle,
  .journal__back .schedaNextPreTitle {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaNextPreTitle,
  .journal__back .schedaNextPreTitle {
    font-size: 1.5rem;
  }
}

.page-scheda .schedaPremi__anno,
.journal__back .schedaPremi__anno {
  font-family: "CanelaLight", serif;
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 0rem;
}

.page-scheda .schedaPremi__titolo,
.journal__back .schedaPremi__titolo {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaPremi__titolo,
  .journal__back .schedaPremi__titolo {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {

  .page-scheda .schedaPremi__titolo,
  .journal__back .schedaPremi__titolo {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1400px) {

  .page-scheda .schedaPremi__titolo,
  .journal__back .schedaPremi__titolo {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaPremi__titolo,
  .journal__back .schedaPremi__titolo {
    font-size: 2rem;
  }
}

.page-scheda .schedaPremi__punteggio,
.journal__back .schedaPremi__punteggio {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {

  .page-scheda .schedaPremi__punteggio,
  .journal__back .schedaPremi__punteggio {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {

  .page-scheda .schedaPremi__punteggio,
  .journal__back .schedaPremi__punteggio {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {

  .page-scheda .schedaPremi__punteggio,
  .journal__back .schedaPremi__punteggio {
    font-size: 1.3125rem;
  }
}

.site-bisol.page-scheda .schedaHeaderTitle {
  font-size: 3.75rem;
  line-height: 1.2;
  line-height: .85;
}

@media all and (min-width: 1024px) {
  .site-bisol.page-scheda .schedaHeaderTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1280px) {
  .site-bisol.page-scheda .schedaHeaderTitle {
    font-size: 5.625rem;
  }
}

@media all and (min-width: 1600px) {
  .site-bisol.page-scheda .schedaHeaderTitle {
    font-size: 6.25rem;
  }
}

.site-bisol.page-scheda .schedaNextTitle {
  font-size: 3rem;
  line-height: 1.2;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .site-bisol.page-scheda .schedaNextTitle {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .site-bisol.page-scheda .schedaNextTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .site-bisol.page-scheda .schedaNextTitle {
    font-size: 5.625rem;
  }
}

.site-jeio.page-scheda .schedaHeaderTitle {
  font-size: 3rem;
  line-height: 1.2;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .site-jeio.page-scheda .schedaHeaderTitle {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .site-jeio.page-scheda .schedaHeaderTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .site-jeio.page-scheda .schedaHeaderTitle {
    font-size: 5.625rem;
  }
}

.site-jeio.page-scheda .schedaNextTitle {
  font-size: 1.75rem;
  line-height: 1.2;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .site-jeio.page-scheda .schedaNextTitle {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1280px) {
  .site-jeio.page-scheda .schedaNextTitle {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 1600px) {
  .site-jeio.page-scheda .schedaNextTitle {
    font-size: 3.75rem;
  }
}

/* @end */
/* @group Tips */
.tipsTitle {
  font-family: "CanelaItalic", serif;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media all and (min-width: 640px) {
  .tipsTitle {
    font-size: 2.1875rem;
  }
}

@media all and (min-width: 1024px) {
  .tipsTitle {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1400px) {
  .tipsTitle {
    font-size: 2.8125rem;
  }
}

@media all and (min-width: 1600px) {
  .tipsTitle {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .tipsTitle {
    margin-bottom: 2.25rem;
  }
}

.tipsText {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {
  .tipsText {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .tipsText {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .tipsText {
    font-size: 1.3125rem;
  }
}

.tipsBtn {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  cursor: pointer;
}

@media all and (min-width: 640px) {
  .tipsBtn {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .tipsBtn {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .tipsBtn {
    font-size: 1.3125rem;
  }
}

.tipsBtn:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.tipsBtn:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.tipsTitleOverlay {
  font-family: "CanelaLight", serif;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 0rem;
  margin-bottom: 0.375rem;
  line-height: 1.2;
}

@media all and (min-width: 640px) {
  .tipsTitleOverlay {
    font-size: 2.1875rem;
  }
}

@media all and (min-width: 1024px) {
  .tipsTitleOverlay {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1400px) {
  .tipsTitleOverlay {
    font-size: 2.8125rem;
  }
}

@media all and (min-width: 1600px) {
  .tipsTitleOverlay {
    font-size: 3rem;
  }
}

.tipsTitleSlide {
  font-family: "CanelaItalic", serif;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

@media all and (min-width: 640px) {
  .tipsTitleSlide {
    font-size: 2.1875rem;
  }
}

@media all and (min-width: 1024px) {
  .tipsTitleSlide {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1400px) {
  .tipsTitleSlide {
    font-size: 2.8125rem;
  }
}

@media all and (min-width: 1600px) {
  .tipsTitleSlide {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .tipsTitleSlide {
    margin-bottom: 2.25rem;
  }
}

.tipsNext {
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
  line-height: 1.2;
}

@media all and (min-width: 640px) {
  .tipsNext {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .tipsNext {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .tipsNext {
    font-size: 1.5rem;
  }
}

/* @end */
/* @group Storia */
.quoteText p {
  font-size: 1.5625rem;
  line-height: 1.4;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) {
  .quoteText p {
    font-size: 2.1875rem;
  }
}

@media all and (min-width: 1024px) {
  .quoteText p {
    font-size: 2.375rem;
  }
}

@media all and (min-width: 1400px) {
  .quoteText p {
    font-size: 2.6875rem;
  }
}

.quoteAuthor {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
  display: inline-block;
}

@media all and (min-width: 640px) {
  .quoteAuthor {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .quoteAuthor {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .quoteAuthor {
    font-size: 1.3125rem;
  }
}

/* @end */
/* @group Territorio Slider */
.territorioTitle {
  font-family: "CanelaItalic", serif;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .territorioTitle {
    font-size: 2.1875rem;
  }
}

@media all and (min-width: 1024px) {
  .territorioTitle {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1400px) {
  .territorioTitle {
    font-size: 2.8125rem;
  }
}

@media all and (min-width: 1600px) {
  .territorioTitle {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .territorioTitle {
    margin-bottom: 2.25rem;
  }
}

.territorioText {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {
  .territorioText {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .territorioText {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .territorioText {
    font-size: 1.3125rem;
  }
}

.territorioLink a {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {
  .territorioLink a {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .territorioLink a {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .territorioLink a {
    font-size: 1.3125rem;
  }
}

/* @end */
/* @group Istitutional */
.istPreTitle {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

@media all and (min-width: 1024px) {
  .istPreTitle {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .istPreTitle {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .istPreTitle {
    font-size: 1.3125rem;
  }
}

.istTitle {
  font-family: "CanelaLight", serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .istTitle {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .istTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .istTitle {
    font-size: 5.625rem;
  }
}

.istText {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {
  .istText {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .istText {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .istText {
    font-size: 1.3125rem;
  }
}

.istText.-big {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media all and (min-width: 640px) {
  .istText.-big {
    font-size: 1.4375rem;
  }
}

@media all and (min-width: 1280px) {
  .istText.-big {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1600px) {
  .istText.-big {
    font-size: 1.875rem;
  }
}

/* @end */
/* @group Policy */
.policyTitle {
  font-family: "CanelaLight", serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 3rem;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .policyTitle {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .policyTitle {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .policyTitle {
    font-size: 5.625rem;
  }
}

.policyText p {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 640px) {
  .policyText p {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .policyText p {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .policyText p {
    font-size: 1.3125rem;
  }
}

.policyText h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.625rem;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .policyText h2 {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {
  .policyText h2 {
    font-size: 2rem;
  }
}

@media all and (min-width: 1400px) {
  .policyText h2 {
    font-size: 2.125rem;
  }
}

@media all and (min-width: 1600px) {
  .policyText h2 {
    font-size: 2.25rem;
  }
}

.policyText h3 {
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .policyText h3 {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .policyText h3 {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .policyText h3 {
    font-size: 1.5rem;
  }
}

.policyText a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.policyText a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.smaller-block p.policyText__fondo__nota {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 1rem;
}

@media all and (min-width: 1024px) {
  .smaller-block p.policyText__fondo__nota {
    font-size: 0.875rem;
  }
}

/* @end */
/* @group Scroll Button */
.scrollBtn {
  position: relative;
  bottom: 2rem;
  left: 50%;
  /*margin-left: -23px;*/
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  margin-top: 80px;
}

.scrollBtn img {
  height: 25px;
  width: auto;
  opacity: 0;
}

.scrollBtn.js-animated img {
  animation: btnScroll 1.5s 0s infinite cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
.scrollBtn.js-animated span {
  animation: btnScroll 1.5s 0s infinite cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

@media (min-width: 1025px) {
  .scrollBtn {
    bottom: 3rem;
  }
}

@keyframes btnScroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  49% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* @end */
/* @group Simple Button */
.simpleButton {
  padding: 1rem;
  border: 2px solid;
  display: block;
  text-align: center;
  transition: all .3s;
}

.simpleButton .filler {
  transition: all .3s;
}

.simpleButton.-full {
  width: 100%;
}

/* @end */
/* @group Hamburger */
.hamburger {
  /*margin: auto;*/
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.hamburger .bar,
.hamburger .bar:after,
.hamburger .bar:before {
  width: 30px;
  height: 2px;
}

.hamburger .bar:after,
.hamburger .bar:before {
  transition: background .35 ease-in-out;
}

.hamburger .bar {
  position: relative;
  transform: translateY(11px);
  background: #757A6E;
}

.-inHeroInside:not(.js-nav-strict) .hamburger:not(.js-open) .bar,
.-inHeroInside:not(.js-nav-strict) .hamburger:not(.js-open) .bar:before,
.-inHeroInside:not(.js-nav-strict) .hamburger:not(.js-open) .bar:after {
  background: #F5F5F0;
}

.-inHeroInside:not(.js-nav-strict) .hamburger.js-open {
  transition-delay: .35s;
}

.hamburger.js-open .bar {
  background: rgba(245, 245, 240, 0) !important;
}

@media (min-width: 801px) {

  .hamburger.js-open-after .bar:after,
  .hamburger.js-open-after .bar:before {
    background: #F5F5F0;
  }
}

.hamburger .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #757A6E;
  transition: bottom .3s .3s, transform .3s;
}

.hamburger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: #757A6E;
  transition: top .3s .3s, transform .3s;
}

.hamburger.js-open .bar:after {
  top: 0;
  transform: rotate(45deg);
  transition: top .3s, transform .3s .3s;
}

.hamburger.js-open .bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .3s;
}

@media (max-width: 799px) {
  .navFull.-inHero:not(.js-nav-strict) .hamburger:not(.js-open) .bar {
    background: #F5F5F0;
  }

  .navFull.-inHero:not(.js-nav-strict) .hamburger:not(.js-open) .bar:after,
  .navFull.-inHero:not(.js-nav-strict) .hamburger:not(.js-open) .bar:before {
    background: #F5F5F0;
  }
}

/* @end */
/*
*,
*::after,
*::before {
  box-sizing: border-box;
  position: relative;
  outline: none;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/
html,
body {
  margin: 0;
  height: 100%;
}



@media all and (min-width: 640px) {
  body {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  body {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  body {
    font-size: 1.3125rem;
  }
}

.row {
  max-width: none;
}
/*
@media (min-width: 640px) {
  .row {
    width: 95%;
  }
}
*/
@media (max-width: 639px) {

  .column,
  .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* 4. Layout components */
/* 
==========================================================================
Cookies Banner
========================================================================== 
*/
.cookies-advice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.cookies-advice>div {
  background-color: #1b1b1b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 640px) {
  .cookies-advice>div {
    flex-direction: row;
  }
}

.cookies-advice p {
  text-align: center;
  color: #bbbbbb;
  font-size: 13px;
  margin: 0;
  padding: .8em 1em 0;
}

@media (min-width: 640px) {
  .cookies-advice p {
    font-size: 16px;
    padding: 1.2em 1em;
  }
}

@media (min-width: 1024px) {
  .cookies-advice p {
    font-size: 18px;
  }
}

.cookies-advice .row>div {
  padding: 0 1em .5em;
  width: 100%;
  text-align: center;
  padding: .8em 1em;
}

@media (min-width: 640px) {
  .cookies-advice .row>div {
    width: auto;
  }
}

@media (min-width: 640px) {
  .cookies-advice .row>div {
    font-size: 16px;
    padding: 1.2em 1em;
  }
}

@media (min-width: 1024px) {
  .cookies-advice .row>div {
    font-size: 18px;
  }
}

.cookies-advice .cookies-close {
  cursor: pointer;
  color: #fff;
}

.cookies-advice .cookies-close:hover {
  color: #fff;
}

/* Large and up */
@media screen and (min-width: 64em) {
  .cookies-advice__text-col p {
    margin: 0;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

/* Large and up */
/* @group barba container */
.barba-container:first-child {
  z-index: 100;
}

#barba-wrapper,
.barba-container,
main {
  height: 100%;
}

#barba-wrapper:after,
.barba-container:after,
main:after {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
}

/* @end */
/* @group Cover Block */
.heroBlock {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
}

.heroBlock .videoBlock {
  width: 100vw;
  z-index: 0;
}

.heroBlock .backgroundBlock:before,
.heroBlock .videoBlock:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* @end */
/* @group Banner Block */
@media (min-width: 640px) {
  .bannerBlock {
    height: 70vh;
    min-height: 600px;
  }
}

.bannerBlock_content {
  height: 100%;
  text-align: center;
  padding-top: 4rem;
}

@media (min-width: 640px) {
  .bannerBlock_content {
    padding-top: 8rem;
  }

  .bannerBlock_content img {
    height: 100%;
    width: auto;
  }
}

/* @end */
/* @group Header Block */
#bisolPart .headerBlock{
 width: 50%;
 left: 0;
}
#jeioPart .headerBlock{
 width: 50%; 
}
.headerBlock {
  position: absolute;
  
  top: 0;
  height: 100%;
  
  z-index: 2;
  /*&.-center{
    text-align: center;
    justify-content: center;
    align-items: center;  
  }*/
}

.headerBlock_logo {
  display: block;
  width: 100%;
  height: 100%;
}

.headerBlock_logo img {
  height: 115px;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 40%;
  max-width: 150px;
}

@media (min-width: 800px) and (orientation: landscape) {
  .headerBlock_logo img {
    height: 30%;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 800px) and (orientation: portrait) {
  .headerBlock_logo img {
    max-width: 250px;
  }
}

/* @end */
/* @group Text Header */
.headerBlockTxt {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 800px) {
  .headerBlockTxt {
    top: 70%;
  }
}

/* @end */
/* @group Text Claim */
.headerBlockClaim {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 75%;
  transform: translateY(-50%);
}

.headerBlockClaim span {
  display: inline-block;
}

/* @end */
/* @group Background Block */
.backgroundBlock {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.backgroundBlock.-fixed {
  background-attachment: fixed;
}

.backgroundBlock.-posfixed {
  position: fixed;
  z-index: 0;
}

.backgroundBlock.-cover {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: top center;
}

/* @end */
/* @group Video Block */
.videoBlock {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.videoBlock video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
}

.VideoBannerBlock {
  overflow: hidden;
  background: #1D1D1B;
}

@media (max-width: 639px) {
  .VideoBannerBlock {
    padding-top: 89.38462%;
  }

  .VideoBannerBlock>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media (min-width: 640px) {
  .VideoBannerBlock {
    height: 100%;
  }
}

.videoBanner {
  overflow: hidden;
  height: 90%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.videoMask {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  height: 91% !important;
  width: auto;
  max-width: none;
}

/* @end */
/* @group Section Block */
.sectionBlock {
  overflow: hidden;
  padding: 2rem 0;
  z-index: 1;
}

.heroBlock+.sectionBlock {
  padding-top: 4rem;
}

.sectionBlock:last-of-type {
  padding-bottom: 4rem;
}

.sectionHeroBlock+.sectionBlock {
  padding-top: 4rem;
}

@media (min-width: 640px) {
  .sectionBlock {
    padding: 2rem 0;
  }

  .heroBlock+.sectionBlock {
    padding-top: 4rem;
  }

  .sectionBlock:last-of-type {
    padding-bottom: 4rem;
  }

  .sectionHeroBlock+.sectionBlock {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .sectionBlock {
    padding: 3rem 0;
  }

  .heroBlock+.sectionBlock {
    padding-top: 6rem;
  }

  .sectionBlock:last-of-type {
    padding-bottom: 6rem;
  }

  .sectionHeroBlock+.sectionBlock {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .sectionBlock {
    padding: 4rem 0;
  }

  .heroBlock+.sectionBlock {
    padding-top: 8rem;
  }

  .sectionBlock:last-of-type {
    padding-bottom: 8rem;
  }

  .sectionHeroBlock+.sectionBlock {
    padding-top: 8rem;
  }
}

@media (min-width: 1600px) {
  .sectionBlock {
    padding: 6rem 0;
  }

  .heroBlock+.sectionBlock {
    padding-top: 10rem;
  }

  .sectionBlock:last-of-type {
    padding-bottom: 10rem;
  }

  .sectionHeroBlock+.sectionBlock {
    padding-top: 12rem;
  }
}

.sectionBlock.-no-padd-top {
  padding-top: 0;
}

.sectionBlock.-no-padd-bottom {
  padding-bottom: 0;
}

.sectionBlock.-no-padd-topBottom {
  padding-bottom: 0;
  padding-top: 0;
}

.istWrap {
  padding-top: 8rem;
}

.istWrap>.sectionBlock:first-child {
  padding-top: 0;
}

@media (min-width: 640px) {
  .istWrap {
    padding-top: 14rem;
  }
}

/* @end */
/* @group Section Hero Block */
.sectionHeroBlock {
  z-index: 1;
}

@media (max-width: 799px) {
  .sectionHeroBlock {
    padding: 3rem 0;
  }

  .sectionHeroBlock .backgroundBlock.-cover {
    height: 100%;
  }
}

@media (min-width: 640px) {
  .sectionHeroBlock {
    height: 70vh;
  }
}

@media (min-width: 800px) {
  .sectionHeroBlock {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
  }
}

.sectionHeroBlock .heroBlockContent {
  height: 100%;
}

.heroBlockContent {
  width: 100%;
}

.heroBlockContent .row {
  height: 100%;
}

/* @end */
/* @group Mask Block */
.sectionMaskBlock {
  overflow: hidden;
  height: 70vh;
  z-index: 0;
}

.beforeMask {
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .beforeMask {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .beforeMask {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .beforeMask {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1600px) {
  .beforeMask {
    padding-bottom: 10rem;
  }
}

.afterMask {
  padding-top: 4rem;
}

@media (min-width: 640px) {
  .afterMask {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .afterMask {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .afterMask {
    padding-top: 8rem;
  }
}

@media (min-width: 1600px) {
  .afterMask {
    padding-top: 10rem;
  }
}

/* @end */
/* @group Float Block */
@media (max-width: 639px) {
  .floatBlock_txt {
    padding-top: 1.5rem;
  }
}

.-auxImg .floatBlock_txt {
  max-width: 35rem;
}

@media (min-width: 640px) {
  .-auxImg .floatBlock_txt {
    padding-right: 5%;
  }
}

@media (min-width: 1024px) {
  .-auxImg .floatBlock_txt {
    padding-right: 10%;
    margin-top: 6rem;
  }
}

@media (min-width: 640px) {
  .-image-bottom .floatBlock_txt {
    padding-top: 30%;
  }
}

.floatBlock_txt p:not(.bigTxt) {
  max-width: 30rem;
}

.floatBlock_img {
  /*@include responsive-ratio(600,380);
  
  &.-highCrop{
    @include responsive-ratio(700,950);
  }*/
}

.floatBlock_img picture {
  display: flex;
  align-items: center;
}

.floatBlock_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  /*object-fit: cover;*/
}

@media (min-width: 640px) {
  .floatBlock_img {
    /*@include responsive-ratio(700,950);*/
  }
}

.floatBlock_auxImg {
  z-index: 0;
  /*@include responsive-ratio(500,330);*/
}

.floatBlock_auxImg img {
  width: 80%;
  height: auto;
}

@media (max-width: 639px) {
  .floatBlock_auxImg {
    display: none;
  }
}

.floatBlock_auxImg+.floatBlock_txt {
  /*
      @include media(">=large") {
        
        margin-top: 6rem;
        
      }*/
}

@media (min-width: 640px) {
  .floatBlock_auxImg+.floatBlock_txt {
    margin-top: 30%;
  }
}

.floatBlock_txt+.floatBlock_auxImg {
  /*margin-top: 3rem;
 
      @include media(">=large") {
        
        margin-top: 6rem;
        
      }*/
  margin-top: 30%;
}

/* @end */
/* @group Wide Block */
.wideBlock {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}

.wideBlock:last-child {
  padding-bottom: 0;
}

@media (max-width: 800px) and (orientation: portrait) {
  .wideBlock {
    height: 70vh;
  }
}

.wideBlock .row {
  height: 100%;
}

.wideBlockContent {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.wideBlock_txt {
  text-align: center;
  padding: 0 .9375rem;
}

.wideBlock_txt p {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}

/* @end */
/* @group Center Block */
.centerBlock_img {
  /*@include responsive-ratio(1150,670);*/
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .centerBlock_img {
    margin-bottom: 3rem;
  }
}

.centerBlock_img img {
  width: 100%;
}

/* @end */
/* @group Center Top text Block */
@media (min-width: 640px) {
  .centerTopTextBlock_txtWrap {
    order: 1;
  }
}

.centerTopTextBlock_txt {
  padding-top: 1.5rem;
}

@media (min-width: 640px) {
  .centerTopTextBlock_txt {
    order: 1;
    padding-bottom: 3rem;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .centerTopTextBlock_txt {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .centerTopTextBlock_txt {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .centerTopTextBlock_txt {
    padding-bottom: 6rem;
  }
}

@media (min-width: 640px) {
  .centerTopTextBlock_imgWrap {
    order: 2;
  }
}

.centerTopTextBlock {
  display: flex;
  flex-direction: column;
}

.centerTopTextBlock_img img {
  width: 100%;
}

@media (min-width: 1600px) {
  .text-center .centerTopTextBlock_txt p {
    max-width: 47.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.centerBlock_txt p {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

/* @end */
/* @group Next Page */
.pageNext {
  overflow: hidden;
  /*padding-top: 3rem;

  @include media(">=medium") {

    padding-top: 4rem;

  }
  
  @include media(">=large") {
   
    padding-top: 5rem;
    
  }
  
  @include media(">=xlarge") {
   
    padding-top: 6rem;
    
  }
 
  @include media(">=xxxlarge") {
   
    padding-top: 8rem;
    
  }*/
}

.pageNextWrap {
  min-height: 500px;
  height: 60vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 800px) {
  .pageNextWrap {
    height: 80vh;
  }
}

.pageNextWrap .backgroundBlock {
  transform-origin: center center;
  height: 100%;
}

.pageNextWrap .backgroundBlock:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.pageNextHeader {
  z-index: 2;
}

/* @end */
#video-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #FFF;
}

#video-preloader--left {
  position: absolute;
  /*height: 50%;*/
  width: 100%;
  background-color: #eeede5;
  left: 0;
  top: 0;
  /*-webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  */
}
#video-preloader--left{
/*animation: height-max 1s linear;*/

}
#video-preloader--right {
  position: absolute;
  /*height: 50%;*/
  height: 0;
  width: 100%;
  background-color: #eeede5;
  left: 0;
  /*top: 50%;*/
  bottom:0;
  /*
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  */
}
#video-preloader--right{
  /*-webkit-animation: height-max 0.5s linear;
  -moz-animation: height-max 0.5s linear;
animation: height-max 0.5s linear;
*/

}


@keyframes height-max {
  0% {
    height: 0;
   
  }

  100% {
   height: 100%;
      

  }
  
 
}



#video-preloader--left-dark {
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #272821;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#video-preloader--right-dark {
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #1D1D1B;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media (min-width: 640px) and (orientation: landscape) {
  #video-preloader--left {
    position: absolute;
   /* height: 100%;*/
    width: 50%;
    background-color: #eeede5;
    top: 0;
    left: 0;
   /* -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    */
  }

  #video-preloader--right {
    position: absolute;
    /*height: 100%;*/
    width: 50%;
    background-color: #eeede5;
    bottom: 0;
    left: 50%;
    /*-webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    */
  }

  #video-preloader--left-dark {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #272821;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  #video-preloader--right-dark {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #1D1D1B;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.video-preloader--content {
  width: 100%;
  height: 100%;
  display: block;
}

.video-preloader--content ul {
  display: inline-block;
  margin: 0 auto;
  list-style: none;
  list-style-type: none;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.video-preloader--content ul li {
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.video-preloader--logo {
  width: 70px;
  height: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.video-preloader--valdobbiadone {
  width: 147px;
  height: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.video-preloader--scritta {
  width: 147px;
  height: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 36px, 0);
  -ms-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
}

#video-preloader--left-dark img,
#video-preloader--right-dark img {
  height: 115px;
  width: auto;
  max-width: none;
  height: auto;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 150px;
}

@media (min-width: 640px) and (orientation: landscape) {

  #video-preloader--left-dark img,
  #video-preloader--right-dark img {
    height: 30%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}

.splitBlock {
  height: 100%;
  width: 100%;
  background: #101010;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .splitBlock {
    flex-direction: row;
  }
}
/*
@media (min-width: 1024px) and (orientation: landscape) {
  .splitBlock {
    flex-direction: row;
  }
}
*/

.splitBlock .videoBlock:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.splitBlock_part {
  overflow: hidden;
  flex-basis: 50%;
  background: #101010;
}

.splitBlock_part.js-hovered {
  flex-basis: 75%;
}

.splitBlock_part.js-expanded {
  flex-basis: 100%;
}

.splitBlock_part.js-collapse {
  flex-basis: 0%;
}

.splitBlock_part .videoBlock {
  width: 50vw;
}

@media (min-width: 640px) {
  .splitBlock_part .splitBlock_part {
    overflow: hidden;
  }
}

.splitBlock_part.-left {
  z-index: 1;
}

.splitBlock_part.-left .videoBlock {
  position: absolute;
}

.splitBlock_part.-right {
  z-index: 0;
}

.splitBlock_part.-right .backgroundBlock {
  bottom: 0;
  top: auto;
}

.splitBlock_part.-right .videoBlock {
  position: fixed;
}

.splitBlock_link {
  /*display: flex;
  height: 100%;
  width: 100%;
  
  
  align-items: center;
  justify-content: center;*/
  margin: 0;
}

.navFull {
  padding: 1.5rem 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  transition: transform .6s;
}

.navFull.js-nav-up:not(.js-off-open) {
  transform: translateY(calc(-3rem - 100px));
}

.navFull .navFull_fullShow,
.navFull .navFull_strictShow,
.navFull #payoff {
  transition: .3s opacity ease-in-out, .3s visibility ease-in-out;
}

.navFull.js-nav-strict {
  padding: 1.5rem 0;
}

.navFull.js-nav-strict .navFull_strictShow {
  visibility: visible;
  opacity: 1;
  transition-delay: .3s;
}

.navFull.js-nav-strict .navFull_fullShow {
  visibility: hidden;
  opacity: 0;
}

.navFull.js-nav-strict #payoff {
  opacity: 0;
  visibility: hidden;
}

.navFull ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.navFull_lang {
  /*@include media(">=large") {
   
      padding-left: .9375rem;
    
  }*/
}

.navFull_lang li {
  display: inline-block;
}

.navFull_lang li+li {
  margin-left: .5rem;
}

@media (min-width: 1024px) {
  .navFull_lang li+li {
    margin-left: .75rem;
  }
}

.navFull_link {
  display: none;
}

@media (min-width: 800px) {
  .navFull_link {
    display: block;
  }
}

@media (min-width: 800px) {
  .-inInside .navFull_link {
    display: none;
  }
}

.navFull_link li {
  display: inline-block;
}

.navFull_link li+li {
  margin-left: 1.25rem;
}

@media (min-width: 1024px) {
  .navFull_link li+li {
    margin-left: 3rem;
  }
}

.navFull_logo {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .navFull_logo {
    padding-left: .9375rem;
  }
}

.navFull_logo a {
  height: 100%;
  display: block;
}

.navFull_logo img,
.navFull_logo svg {
  height: 100px;
  width: auto;
  top: -.5rem;
}

@media (max-width: 639px) {
  .navFull_logo #payoff {
    display: none;
  }

  .navFull_logo.-bisol svg {
    left: -1.7rem;
  }

  .navFull_logo.-jeio svg {
    height: 60px;
  }
}

@media (max-width: 799px) {
  .-inHero .navFull_logo svg {
    top: -.5rem;
  }
}

.-inInside .navFull_logo,
.-inHeroInside .navFull_logo {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 800px) {
  .navFull_logo {
    padding-left: 0;
  }
}

.-inHeroInside:not(.js-nav-strict) {
  /*@include media(">=medium") {*/
  /*}*/
}

.-inHeroInside:not(.js-nav-strict) #payoff,
.-inHeroInside:not(.js-nav-strict) #pathcircle {
  fill: #fff;
}

.-inHeroInside:not(.js-nav-strict) #jeio #payoff {
  fill: #00953A;
}

.navFull_switch {
  display: none;
}

.-inInside .navFull_switch,
.-inHeroInside .navFull_switch {
  display: none;
}

@media (min-width: 800px) {
  .navFull_switch {
    display: block;
  }
}

@media (min-width: 1024px) {
  .navFull_switch {
    padding-right: .9375rem;
  }
}

.navFull_lang a.active:before,
.navOffCanvas_lang a.active:before {
  transform: translateY(0) scaleX(1) translateZ(0);
  opacity: 1;
}

.navFull_hamburger {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}

.js-off-open .navFull_hamburger {
  opacity: 1 !important;
  visibility: visible !important;
}

.-inInside .navFull_hamburger,
.-inHeroInside .navFull_hamburger {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 800px) {
  .navFull_hamburger {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /*padding-right: .9375rem;*/
  }
}

@media (min-width: 1024px) {
  .navFull_hamburger {
    /*padding-right: 1.875rem;*/
  }
}

.navOffCanvas {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(100%);
}

.navOffCanvas ul {
  display: inline-block;
}

.navOffCanvas li {
  margin: 0;
  line-height: 1;
}

.navOffCanvas_part {
  height: 100%;
}

.navOffCanvas_part.-right {
  display: none;
  width: 50%;
}

.navOffCanvas_part.-left {
  display: flex;
  flex-wrap: wrap;
  padding: 7.5% 5%;
  width: 100%;
}

@media (min-width: 800px) {
  .navOffCanvas_part.-right {
    display: flex;
  }

  .navOffCanvas_part.-left {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .navOffCanvas_part.-left {
    padding: 5% 10%;
  }
}

.navOffCanvas_nav {
  flex: 0 0 100%;
  align-self: center;
}

@media (min-width: 640px) {
  .navOffCanvas_nav {
    align-self: flex-end;
  }
}

.navOffCanvas_lang {
  transform: translateX(20px);
}

@media (min-width: 640px) {
  .navOffCanvas_lang {
    margin-left: 1rem;
  }
}

.navOffCanvas_lang li {
  display: inline-block;
}

.navOffCanvas_lang li+li {
  margin-left: 1.5rem;
}

.navOffCanvas_switch {
  flex: 0 0 100%;
  align-self: flex-end;
  transform: translateX(20px);
}

@media (min-width: 640px) {
  .navOffCanvas_switch {
    margin-left: 1rem;
  }
}

.navOffCanvas_bgWrap {
  width: 100%;
  height: 100%;
}

.navOffCanvas_bgEl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navOffCanvas_bgEl:not(.-isBase) {
  z-index: 3;
  opacity: 0;
}

.navOffCanvas_bgEl.js-active {
  opacity: 1;
}

.navOffCanvas_bgEl.-base {
  z-index: 0 !important;
  opacity: 1 !important;
}

/* @group Footer */
/* @end */
.footer {
  padding: 1.5rem 0;
}

@media (min-width: 640px) {
  .footer {
    padding: 2rem 0;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1280px) {
  .footer {
    padding: 3rem 0;
  }
}

@media (min-width: 1600px) {
  .footer {
    padding: 3.5rem 0;
  }
}

.footer_section {
  padding: 0.75rem 0;
}

.footer_section:last-child {
  padding-bottom: 0;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

@media (max-width: 639px) {
  .footer * {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .footer_section {
    padding: 1.5rem 0;
  }
}

.footer_separator {
  padding: 1.5rem 0 .5rem;
}

.footer_separator hr {
  max-width: none;
  margin: 0;
}

.footer_logo {
  padding-bottom: 1.5rem;
}

.footer_logo img,
.footer_logo svg {
  height: 130px;
  width: auto;
}

@media (min-width: 1024px) {
  .footer_logo {
    padding-bottom: 3rem;
  }
}

.footer_link {
  padding: 0.25rem 0;
}

.footer_link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}

.footer_link li {
  display: inline-block;
}

.footer_link li+li {
  margin-left: 1.5rem;
}

@media (min-width: 1024px) {
  .footer_link li+li {
    margin-left: 3rem;
  }
}

.footer_switch {
  padding: 3rem 0 1rem 0;
}

@media (min-width: 640px) {
  .footer_switch {
    padding: 0.25rem 0;
  }
}

@media (min-width: 1024px) {
  .footer_switch {
    padding: 0.25rem 0;
    /*padding-left: .975rem;*/
  }
}

.footer_social {
  padding: 0.25rem 0;
  /*@include media(">=large") {
    padding-right: .9375rem;
  }*/
}

.footer_social ul,
.footer_social li {
  display: inline-block;
}

.footer_social li+li {
  margin-left: .75rem;
}

@media (min-width: 640px) {
  .footer_social li+li {
    margin-left: .5rem;
  }
}

@media (min-width: 1024px) {
  .footer_social li+li {
    margin-left: .75rem;
  }
}

.footer_info {
  padding: 0.75rem 0;
}

.footer_info.footer_info__rural p {
  width: 100%;
  margin-top: 1rem;
}

@media (max-width: 639px) {
  .footer_info.footer_info__rural p {
    margin-bottom: 1.5rem;
  }
}

.footer_credits {
  padding: 0.75rem 0;
}

@media (max-width: 639px) {
  .footer_credits {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .footer_credits {
    /*padding-right: .9375rem;*/
  }
}

.footer_policy {
  padding: 0.75rem 0;
}

.footer_policy ul,
.footer_policy li {
  display: inline-block;
}

.footer_policy li+li {
  margin-left: .5rem;
}

@media (min-width: 1024px) {
  .footer_policy li+li {
    margin-left: .75rem;
  }
}

@media (min-width: 1024px) {
  .footer_policy {
    /*padding-left: .9375rem;*/
  }
}

/* @group Pagination */
/* Pagination */
.swiper-pagination {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.swiper-pagination .paginationButton {
  display: inline-block;
}

.swiper-pagination .paginationButton:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .35s;
}

.swiper-pagination .paginationButton span {
  opacity: 0;
  transition: opacity .35s;
}

.swiper-pagination .paginationButton span:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background-color: #000;
  content: '';
  transform: translateY(8px);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
}

.swiper-pagination .paginationButton:hover span {
  opacity: 1;
}

.swiper-pagination .paginationButton:hover:before {
  opacity: 0;
}

.swiper-pagination .paginationButton.-active:before {
  opacity: 0;
}

.swiper-pagination .paginationButton.-active span {
  opacity: 1;
}

.swiper-pagination .paginationButton.-active span:after {
  transform: translateY(0);
  opacity: 1;
}

.swiper-pagination .paginationButton+.paginationButton {
  margin-left: 1.5rem;
}

@media (min-width: 1024px) {
  .swiper-pagination .paginationButton+.paginationButton {
    margin-left: 2.5rem;
  }
}


/* @end */
/* @group Listing Slider */
.listingSlider {
  /*@include media(">=large") {
   
    max-height: 80vh;
    
  }*/
  /* Listing Slide */
  /* Listing Content */
  /* Listing Img Wrap */
  /* Listing Img */
  /* Header */
  /* Svg */
}

.listingSlider .listingSlide {
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .listingSlider .listingSlide {
    margin-bottom: 0;
    width: 50vw;
    display: flex;
    justify-content: center;
  }
}

.listingSlider .listingContent {
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 640px) {
  .listingSlider .listingContent {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.listingSlider .listingImgWrap {
  text-align: center;
  width: 50%;
  margin: 0 auto .5rem;
}

.listingSlider .listingImgWrap a {
  display: block;
}

@media (min-width: 640px) {
  .listingSlider .listingImgWrap {
    margin: 0;
    display: inline-block;
    width: auto;
  }
}

.listingSlider .listingImg {
  height: auto;
  max-width: 60%;
  display: inline-block;
}

@media (min-width: 1024px) {
  .listingSlider .listingImg {
    max-height: 80vh;
    max-width: none;
    width: auto;
  }
}

.listingSlider .listingHeader {
  min-width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  padding: 0 .9375rem;
  color: #00953A;
}

.listingSlider .listingHeader > * {
  display: block;
  font-family: "CanelaItalic", serif;
}

@media (min-width: 640px) {
  .listingSlider .listingHeader {
    padding: 0;
    text-align: left;
    margin-top: 0;
    left: 65%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .listingSlider .listingHeader {
    left: 75%;
  }
}

@media (min-width: 640px) {
  .listingSlider .listingTitle {
    display: flex;
    align-items: center;
  }
}

.listingSlider .listingTitle .listingNextArrow {
  display: block;
  margin-left: 1.5rem;
  height: auto;
  opacity: 0;
  transform: translateX(50%);
}

.listingSlider .listingTitle .listingNextArrow.js-hovered {
  opacity: 1;
  transform: translateX(0%);
}

@media (min-width: 640px) {
  .listingSlider .listingTitle .listingNextArrow {
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .listingSlider .listingTitle .listingNextArrow {
    width: 30px;
  }
}

.listingSlider svg {
  height: 75%;
  width: auto;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

@media (min-width: 640px) {
  .listingSlider svg {
    display: block;
  }
}

@media (min-width: 1280px) {
  .listingSlider svg {
    max-height: 536px;
  }
}

.listingSlider #shapePath {
  stroke-dasharray: 1750;
  stroke-dashoffset: 1750;
}

.listingSlider #shapePath.js-animated {
  stroke-dashoffset: 0;
}

/* @end */
/* @group Territorio Slider */
.territorioSlider {
  background: #272821;
  padding: 2rem 0;
}

@media (min-width: 640px) {
  .territorioSlider {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  .territorioSlider {
    padding: 3rem 0;
  }
}

@media (min-width: 1280px) {
  .territorioSlider {
    padding: 4rem 0;
  }
}

@media (min-width: 1600px) {
  .territorioSlider {
    padding: 6rem 0;
  }
}

.territorioSliderHeader {
  margin-bottom: 3rem;
}

@media (min-width: 1280px) {
  .territorioSliderHeader {
    margin-bottom: 6rem;
  }
}

.territorioSlide {
  width: 70%;
  margin-right: 10%;
  max-width: 1200px;
}

@media (min-width: 800px) {
  .territorioSlide {
    width: 65%;
  }
}

@media (max-width: 799px) {
  .territorioSlide:not(:first-child) .territorioImgWrap {
    opacity: .66;
  }
}

.territorioContent {
  display: flex;
  flex-direction: column;
}

@media (min-width: 800px) {
  .territorioContent {
    flex-direction: row;
  }
}

.territorioText a {
  display: none;
}

.territorioImgWrap {
  margin-bottom: 1.5rem;
}

.territorioImgWrap img {
  /*width: 100%;*/
  max-width: 100%;
}

@media (min-width: 800px) {
  .territorioImgWrap {
    margin-bottom: 0;
    margin-right: 5%;
    width: 45%;
  }
}

.territorioHeader {
  padding: 0 .9375rem;
}

@media (min-width: 800px) {
  .territorioHeader {
    width: 50%;
    padding: 5% 10% 0% 5%;
    max-width: 700px;
    transform: translateY(5%);
  }
}

@media (min-width: 1024px) {
  .territorioHeader {
    padding-right: 5%;
  }
}

@media (min-width: 1400px) {
  .territorioHeader {
    padding-top: 15%;
  }
}

.territorioPagination {
  padding-bottom: 0;
  padding-top: 1.5rem;
}

@media (min-width: 800px) {
  .territorioPagination {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .territorioPagination {
    padding-top: 5rem;
  }
}

/* @end */
/* @group Gallery */
.galleryContent {
  padding-top: 38.54167%;
}

.galleryContent>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.galleryImgWrap {
  height: 100%;
  width: 100%;
}

.galleryImgWrap picture {
  height: 100%;
  width: 100%;
  display: block;
}

.galleryImgWrap img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.galleryCounter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}

.galleryCounter p {
  margin: 0;
  width: 30px;
  text-align: center;
}

@media (min-width: 1024px) {
  .galleryCounter {
    padding-top: 3rem;
  }
}

.gallerySeparator {
  margin: 0 .15rem;
}

.galleryButton {
  transition: transform .6s, opacity .6s;
  padding: .5rem;
  cursor: pointer;
}

.galleryButton.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.galleryButton:after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  height: 100%;
  width: 20%;
  background: #F5F5F0;
  transition: width .6s;
}

.galleryButton:hover:after {
  width: 0%;
}

.galleryButton.galleryNext {
  left: 2rem;
}

.galleryButton.galleryNext:after {
  top: 0;
  left: .5rem;
}

.galleryButton.galleryNext:hover {
  transform: translateX(10%);
}

.galleryButton.galleryPrev {
  right: 2rem;
}

.galleryButton.galleryPrev:after {
  top: 0;
  right: .5rem;
}

.galleryButton.galleryPrev:hover {
  transform: translateX(-10%);
}

.site-jeio .galleryButton:after {
  background: #1D1D1B;
}

/* @end */
.tips {
  padding: 1.5rem 0;
}

@media (min-width: 1400px) {
  .tips {
    padding: 3rem 0;
  }
}

.tipsHeader {
  align-self: center;
}

.tipsHeader .hat.isAfter {
  margin-bottom: 0;
}

.tipsHeader .tipsBtn {
  margin-top: 1rem;
}

.tipsHeader .tipsBtn.-rowView {
  display: none;
}

.tipsHeader .hat.isAfter {
  display: none;
}

@media (min-width: 1280px) {
  .tipsHeader .tipsBtn.-rowView {
    display: block;
  }

  .tipsHeader .tipsBtn.-colView {
    display: none;
  }

  .tipsHeader.-title {
    padding-left: 20%;
  }

  .tipsHeader.-text {
    max-width: 350px;
  }

  .tipsHeader:after {
    margin-bottom: 0 !important;
  }

  .tipsHeader .hat.isAfter {
    margin-bottom: 0;
    position: absolute;
    display: block;
  }
}

@media (min-width: 1600px) {
  .tipsHeader.-text {
    max-width: 450px;
  }
}

.tipsImgWrap {
  padding: 3rem 0;
}

@media (max-width: 1279px) {
  .tipsImgWrap {
    width: 70%;
    max-width: 400px;
    height: auto;
    margin: auto;
  }
}

/* @group Overlay */
.tipsOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 11111;
  background: #fff;
  overflow: hidden;
}

.tipsClose {
  z-index: 50;
  cursor: pointer;
  opacity: 0;
  position: fixed;
}

@media (max-width: 1279px) {
  .tipsClose {
    border-radius: 50%;
    background: #fff;
    top: calc(100vh - 25px);
    left: 50%;
    transform: translate(-50%, -100%);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
  }

  .tipsClose img {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 1281px) {
  .tipsClose {
    right: 2.5%;
    top: 2rem;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1279px) {
  .tipsWrap>.row {
    justify-content: center;
  }
}

.tipsOverlayScroller {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1280px) {
  .tipsOverlayScroller {
    overflow: hidden;
  }
}

@media (min-width: 1280px) {
  .tipsOverlayWrapHeader {
    position: absolute;
    width: 100%;
    top: 3rem;
  }
}

.tipsOverlayWrap {
  min-height: 100%;
  opacity: 0;
  padding: 3rem 0;
}

@media (min-width: 1280px) {
  .tipsOverlayWrap {
    display: flex;
    align-items: center;
  }
}

.tipsSlider {
  position: static;
}

.tipsPagination {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
}

.tipsNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5%;
  z-index: 50;
  cursor: pointer;
  display: none;
}

@media (min-width: 1280px) {
  .tipsNext {
    display: flex;
    align-items: center;
  }
}

.tipsNext .schedaNextArrow {
  display: block;
  margin-left: 1.5rem;
  height: auto;
}

@media (min-width: 1280px) {
  .tipsNext .schedaNextArrow {
    width: 30px;
  }
}

/* @end */
.daticontatti p strong {
  font-family: "CanelaLight", serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .daticontatti p strong {
    font-size: 1.4375rem;
  }
}

@media all and (min-width: 1280px) {
  .daticontatti p strong {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1600px) {
  .daticontatti p strong {
    font-size: 1.875rem;
  }
}

.daticontatti p {
  color: #fff !important;
  font-family: "CanelaLight", serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media all and (min-width: 640px) {
  .daticontatti p {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .daticontatti p {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .daticontatti p {
    font-size: 1.5rem;
  }
}

.daticontatti p a {
  font-size: 100%;
}

.centerBlock.daticontatti h2 {
  color: #fff !important;
}

/* @group Contatti Bisol */
#form_bisol_newsletter {
  max-width: 600px;
  margin: auto;
}

div.form-error-message,
div.form-error-file {
  color: #cc0000 !important;
  margin-bottom: 1em;
  position: absolute;
  font-size: .7em;
  font-family: "Source Sans Pro", sans-serif;
}

.inputform div.form-error-message {
  margin-top: .5rem;
}

.form-error,
.form-error-message,
.form-error-message+.input__label--bisol-color-1::after {
  border-color: #cc0000 !important;
}

.inputform {
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.inputform.inputform-lastInput {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
}

.inputform.inputform--select {
  overflow: visible;
  text-align: left;
  z-index: 10;
}

.checks {
  margin: 1em 0;
  text-align: left;
}

.checks .form-error-message {
  top: 100% !important;
}

.nota_checks {
  text-align: left;
  font-size: 1rem !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.contatti-jeio .nota_checks {
  color: #998b65 !important;
}

.contatti h1 {
  font-family: "CanelaLight";
  color: #767A6E;
  margin-bottom: 4rem;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "CanelaLight", serif;
  font-size: 3rem;
  line-height: 1.2;
}

.contatti h1.-grazie {
  margin-bottom: 2rem;
}

@media all and (min-width: 1024px) {
  .contatti h1 {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .contatti h1 {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .contatti h1 {
    font-size: 5.625rem;
  }
}

@media all and (min-width: 1024px) {
  .contatti h1 {
    font-size: 4.375rem;
  }
}

@media all and (min-width: 1280px) {
  .contatti h1 {
    font-size: 5rem;
  }
}

@media all and (min-width: 1600px) {
  .contatti h1 {
    font-size: 5.625rem;
  }
}

@media (min-width: 640px) {
  .contatti h1 {
    margin-bottom: 5;
  }

  .contatti h1.-grazie {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .contatti h1 {
    margin-bottom: 6rem;
  }

  .contatti h1.-grazie {
    margin-bottom: 3rem;
  }
}

.contatti-cv h1 {
  margin-bottom: 0;
}

.contatti h2 {
  margin-bottom: 4rem;
}

.top-contatti p {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

@media all and (min-width: 1024px) {
  .top-contatti p {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1280px) {
  .top-contatti p {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 1600px) {
  .top-contatti p {
    font-size: 3.75rem;
  }
}

.top-contatti p.resize {
  font-size: 2rem;
  line-height: 1;
  margin-top: 4.000rem;
  margin-bottom: 3.000rem;
}

@media all and (min-width: 640px) {
  .top-contatti p.resize {
    font-size: 2.25rem;
  }
}

@media all and (min-width: 1024px) {
  .top-contatti p.resize {
    font-size: 2.375rem;
  }
}

@media all and (min-width: 1400px) {
  .top-contatti p.resize {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1600px) {
  .top-contatti p.resize {
    font-size: 2.625rem;
  }
}

.top-contatti p.resize a {
  font-size: 100%;
}

.top-contatti p.pageNextLink {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media all and (min-width: 640px) {
  .top-contatti p.pageNextLink {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .top-contatti p.pageNextLink {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .top-contatti p.pageNextLink {
    font-size: 1.5rem;
  }
}

.daticontatti a.whitelink {
  color: #fff !important;
}

.daticontatti h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

@media all and (min-width: 1024px) {
  .daticontatti h2 {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1280px) {
  .daticontatti h2 {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 1600px) {
  .daticontatti h2 {
    font-size: 3.75rem;
  }
}

.contatti input,
.contatti textarea {
  border: none;
  background: none;
}

.contatti input[type="checkbox"] {
  width: 20px;
  opacity: 0;
  position: absolute;
  top: 5px;
}

button.btn-bisol {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #00953A;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-shadow: inset 0px 0px 0px 1px #dadad9;
  -moz-box-shadow: inset 0px 0px 0px 1px #dadad9;
  box-shadow: inset 0px 0px 0px 1px #dadad9;
  margin-top: 2rem;
}

button.btn-bisol span {
  display: block;
  padding: 25px 80px;
  letter-spacing: 0.5px;
}

button.btn-bisol::before,
button.btn-bisol::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #00953A;
}

button.btn-bisol span::before,
button.btn-bisol span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #00953A;
}

button.btn-bisol:hover::before,
button.btn-bisol:hover::after {
  width: 100%;
}

button.btn-bisol:hover span::before,
button.btn-bisol:hover span::after {
  height: 100%;
}

.contatti-work {
  padding-top: 0;
}

.contatti .label_check:before {
  content: "";
  background: none;
  border: 1px solid #c5c0b6;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-bisol::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}

.btn-bisol span::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}

.btn-bisol::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}

.btn-bisol span::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btn-bisol:hover::after {
  transition-delay: 0s;
}

.btn-bisol:hover span::after {
  transition-delay: 0.2s;
}

.btn-bisol:hover::before {
  transition-delay: 0.4s;
}

.btn-bisol:hover span::before {
  transition-delay: 0.6s;
}

.contatti input:checked+.label_check:before {
  background: #00953A;
  -webkit-box-shadow: inset 0px 0px 0px 4px #F5F5F0;
  box-shadow: inset 0px 0px 0px 4px #F5F5F0;
}

.contatti .text_check {
  margin-left: 30px;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.centerBlock p .text_check a {
  font-size: 1rem;
}

/* ANIMAZIONE LABEL */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  width: calc(100%);
  vertical-align: top;
}

.input__field--bisol {
  margin-top: 1em;
  padding: 0.2em 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E;
}

.input__label--bisol {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  color: #9A8C62;
}

.input__label-content--bisol {
  position: absolute;
}

.input__label--bisol::before,
.input__label--bisol::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #9A8C62;
}

.input__label--bisol::after {
  margin-top: 2px;
  border-bottom: 2px solid red;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: -1px;
}

.input__label--bisol-color-1::after {
  border-color: #c6c0a9;
}

.show-error .input__label--bisol-color-1::after {
  border-color: #cc0000;
}

.input__field--bisol:focus+.input__label--bisol::after,
.input--filled .input__label--bisol::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--bisol:focus+.input__label--bisol .input__label-content--bisol,
.input--filled .input__label-content--bisol {
  -webkit-animation: anim-1 1s forwards;
  animation: anim-1 1s forwards;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    font-size: 100%;
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -90%, 0);
    transform: translate3d(-1em, -90%, 0);
    font-size: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
    font-size: 70%;
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    font-size: 100%;
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -90%, 0);
    transform: translate3d(-1em, -90%, 0);
    font-size: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -90%, 0);
    font-size: 70%;
  }
}

/* // ANIMAZIONE LABEL */
/* @end */
/* @group Contatti Jeio */
.site-jeio .contatti h1 {
  color: #F5F5F0;
}

.contatti-jeio h2 {
  margin-bottom: 4rem;
  color: #A1A29D !important;
}

.contatti-jeio input,
.contatti-jeio textarea {
  border: none;
  background: none;
  width: 100%;
}

.contatti-jeio input[type="checkbox"] {
  width: 20px;
  opacity: 0;
  position: absolute;
  top: 5px;
}

.contatti-jeio .btn-jeio {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  color: #0d9542;
  margin-top: 2rem;
  -webkit-box-shadow: inset 0px 0px 0px 1px #0d632f;
  -moz-box-shadow: inset 0px 0px 0px 1px #0d632f;
  box-shadow: inset 0px 0px 0px 1px #0d632f;
}

button.btn-jeio span {
  display: block;
  padding: 25px 80px;
  letter-spacing: 0.5px;
}

button.btn-jeio::before,
button.btn-jeio::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.1s linear;
  background: #0d9542;
}

button.btn-jeio span::before,
button.btn-jeio span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #0d9542;
}

button.btn-jeio:hover::before,
button.btn-jeio:hover::after {
  width: 100%;
}

button.btn-jeio:hover span::before,
button.btn-jeio:hover span::after {
  height: 100%;
}

.btn-jeio::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}

.btn-jeio span::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}

.btn-jeio::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}

.btn-jeio span::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btn-jeio:hover::after {
  transition-delay: 0s;
}

.btn-jeio:hover span::after {
  transition-delay: 0.2s;
}

.btn-jeio:hover::before {
  transition-delay: 0.4s;
}

.btn-jeio:hover span::before {
  transition-delay: 0.6s;
}

.contatti-jeio .label_check:before {
  content: "";
  background: none;
  border: 1px solid #998b65;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.contatti-jeio input:checked+.label_check:before {
  background: #0d9542;
  -webkit-box-shadow: inset 0px 0px 0px 4px #1D1D1B;
  box-shadow: inset 0px 0px 0px 4px #1D1D1B;
}

.contatti-jeio .text_check {
  margin-left: 30px;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  color: #998b65;
}

/* ANIMAZIONE LABEL */
.input__field--jeio {
  margin-top: 1em;
  padding: 0.2em 0.15em;
  width: 100%;
  background: transparent;
  color: #938466;
}

.input__label--jeio {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  color: #9A8C62;
}

.input__label-content--jeio {
  position: absolute;
}

.input__label--jeio::before,
.input__label--jeio::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #9A8C62;
}

.input__label--jeio::after {
  margin-top: 2px;
  border-bottom: 2px solid red;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label--jeio-color-1::after {
  border-color: #9A8C62;
}

.show-error .input__label--jeio-color-1::after {
  border-color: #cc0000;
}

.input__field--jeio:focus+.input__label--jeio::after,
.input--filled .input__label--jeio::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--jeio:focus+.input__label--jeio .input__label-content--jeio,
.input--filled .input__label-content--jeio {
  -webkit-animation: anim-1 1s forwards;
  animation: anim-1 1s forwards;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    font-size: 100%;
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -90%, 0);
    transform: translate3d(-1em, -90%, 0);
    font-size: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
    font-size: 70%;
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    font-size: 100%;
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -90%, 0);
    transform: translate3d(-1em, -90%, 0);
    font-size: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -90%, 0);
    font-size: 70%;
  }
}

/* // ANIMAZIONE LABEL */
/* @end */
/* @group CONTATTI */
.pageNext.contatti {
  padding-top: 0;
}

.pageNext.contatti .pageNextTitle {
  color: #fff;
  margin-bottom: 0;
}

.site-jeio .top-contatti .pageNextTitle {
  color: #A1A29D !important;
}

.site-jeio .top-contatti p {
  color: #A1A29D !important;
}

.site-jeio .top-contatti .pageNextLink a {
  color: #00953A !important;
}

.pageNext.contatti .pageNextLink a {
  color: #fff;
}

.istWrap.contatti {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #F5F5F0;
}

.istWrap.contatti p,
.istWrap.contatti h2 {
  color: #76796f;
}

/* @end */
/* @grpup Errors */
.error_wrap {
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: .85rem;
  text-align: left;
}

/* @end */
/* @group Contatti banner */
.contattiBanner {
  padding: 6rem 0;
}

.contattiBanner .backgroundBlock {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .contattiBanner {
    background-color: #0d632f !important;
    margin-bottom: 20px;
  }
}

/* @end */
/* @group option */
.inputform-option__title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  padding: 0 0.2em;
}

.inputform-option {
  padding: 0 0.2em;
  display: flex;
  align-items: center;
}

.inputform-option .inputform-option-wrap {
  display: inline-block;
}

.inputform-option .inputform-option-wrap+.inputform-option-wrap {
  margin-left: 2rem;
}

.inputform-option label {
  margin-left: 1rem;
  color: #757A6E;
}

.inputform-option-wrap input[type=radio] {
  opacity: 0;
}

.inputform-option-wrap .option-check {
  display: block;
  position: absolute;
  border: 1px solid #757A6E;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 5px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.inputform-option-wrap .option-check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.inputform-option-wrap input[type=radio]:checked~.option-check::before {
  background: #9A8C62;
}

/* @end */
/* @group Input */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 0;
  /* 10px 20px */
}

.inputfile+label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.5em;
  /* 4px */
}

/* style 2 */
.inputfile+label {
  color: #9A8C62;
  transition: .35s all;
}

.inputfile:focus+label,
.inputfile.has-focus+label,
.inputfile+label:hover {
  color: #595F6E;
}

.input--upload {
  text-align: left;
  z-index: 0;
}

.form-error-file {
  margin-top: 0;
  display: none;
}

.form-error-file.lack-file {
  display: block !important;
  visibility: visible !important;
}

/* @end */
/* @group Select */
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  user-select: none;
}

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select>span {
  padding-right: 3em;
}

.cs-select>span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cs-select>span::after {
  content: '';
  width: 10px;
  height: 6px;
  background-image: url("/assets/img/commons/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  right: 1em;
  transition: transform .35s;
}

.cs-select.cs-active>span::after {
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

div.cs-skin-border {
  background: transparent;
}

.cs-skin-border>span {
  border: 1px solid #000;
  border-color: inherit;
  transition: background 0.2s, border-color 0.2s;
}

.cs-skin-border .cs-options {
  opacity: 0;
  transition: opacity 0.2s, visibility 0s 0.2s, border-color 0.2s;
}

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  border: 1px solid #000;
  border-top: 0;
}

.cs-skin-border ul span {
  backface-visibility: hidden;
}

.cs-select {
  width: 75%;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .cs-select {
    width: 50%;
  }
}

.cs-select span {
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
}

.cs-select.cs-active .cs-options {
  background: #F5F5F0;
}

.cs-select.cs-active .cs-options li {
  transition: background .35s;
}

.cs-select.cs-active .cs-options li:hover {
  background: #fcfcfc;
}

.cs-select.cs-active .cs-options,
.cs-select.cs-skin-border>span {
  border-color: #9A8C62;
}

.show-error .cs-placeholder {
  border-color: #cc0000 !important;
}

.cs-placeholder {
  color: #9A8C62;
}

.cs-select ul span {
  padding: .5rem 1rem;
}

/* @end */
/* 5. Layout Sites */
/* @group Transition Hider */
.hider {
  position: fixed;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background-color: #272821;
  overflow: hidden;
  z-index: 200;
}

.hider.js-onRight {
  left: auto;
  right: 0;
}

.hider .hiderLogoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: .075;
  background-image: url(/assets/img/bisol/bisol-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 150px auto;
}

@media (min-width: 800px) {
  .hider .hiderLogoBg {
    background-size: auto 30%;
  }
}

.hider.js-bisol-hider {
  background-color: #F5F5F0;
}

.hider.js-bisol-hider .hiderLogoBg {
  background-image: url(/assets/img/bisol/bisol-logo-cream.svg);
  opacity: 1;
}

/* @end */
/* @group Hat */
@media (max-width: 799px) {
  .hat {
    display: none !important;
  }
}

.hat:not(.isAfter) {
  content: "";
  display: inline-block;
  position: relative;
  height: 4px;
  width: 75px;
  margin: 2rem 0 .5rem;
}

.hat.isAfter {
  content: "";
  display: inline-block;
  position: relative;
  height: 4px;
  width: 75px;
  margin: 1rem 0 1.75rem;
}

/* @end */
/* @group Rectangle */
.rectanglePath .stroke1 {
  transform-origin: left;
}

.rectanglePath .stroke2 {
  transform-origin: top;
}

.rectanglePath .stroke3 {
  transform-origin: right;
}

.rectanglePath .stroke4 {
  transform-origin: bottom;
}

/* @end */
/* @group Scheda  */
.scheda {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.scheda .backLink {
  margin-bottom: 4rem;
  text-align: center;
}

.scheda .backLink svg {
  height: 16px;
  width: auto;
}

@media (min-width: 640px) {
  .scheda {
    padding-bottom: 4rem;
    padding-top: 10rem;
  }

  .scheda .backLink {
    margin-bottom: 4rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .scheda {
    padding-bottom: 5rem;
  }

  .scheda .-paddedTop {
    padding-top: 15%;
  }
}

@media (min-width: 1280px) {
  .scheda {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1400px) {
  .scheda {
    /*padding-left: .9375rem;
    padding-right: .9375rem;*/
    padding-bottom: 8rem;
  }
}

@media (max-width: 639px) {
  .scheda .hat {
    display: none;
  }
}

/* Scheda Image Wrap */
.schedaImgWrap {
  max-width: 40%;
  display: inline-block;
  margin-bottom: .5rem;
}

@media (min-width: 640px) {
  .schedaImgWrap {
    margin-bottom: 0rem;
    max-width: 80%;
  }
}

@media (min-width: 1280px) {
  .schedaImgWrap {
    transform: translateX(-10px);
    max-width: 90%;
  }
}

@media (min-width: 1400px) {
  .schedaImgWrap {
    max-width: 80%;
  }
}

/* Scheda Header */
.schedaHeader {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .schedaHeader {
    margin-bottom: 0;
    text-align: left;
  }
}

/* Scheda Content */
.schedaContent {
  display: flex;
}

/* Scheda Info */
.schedaInfo {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.schedaInfo p {
  margin-bottom: 0;
}

.schedaInfo p+p {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .schedaInfo {
    padding-top: 1rem;
    margin-bottom: 6rem;
  }

  .schedaInfo p+p {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .schedaInfo {
    margin-top: 0;
    margin-bottom: 8rem;
  }
}

/* List */
.schedaFeatures {
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedaFeatures li {
  display: flex;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .schedaFeatures li {
    margin-bottom: 2rem;
  }
}

.schedaFeatures li:before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  margin-right: 2rem;
  transform: translateY(0.75em);
}

.schedaFeatures .schedaFeaturesTxt {
  width: calc(100% - 30px);
  margin-bottom: 0;
}

.schedaButton {
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 640px) {
  .schedaButton {
    text-align: left;
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .schedaButton {
    margin-top: 4.5rem;
  }
}

.schedaButton .simpleButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
}

.schedaButton .simpleButton svg {
  margin-right: .5rem;
}

.schedaButton ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  /*li + li{
      margin-top: 1.5rem;
    }
    
    @include media(">=large") {
               
      display: flex;
      
      li + li{
        margin-top: 0;
      }
      
      li{
        
        width: 50%;
        
        &:last-child{
          margin-left: -2px;
        }
        
      }
      
    }*/
}

.schedaButton ul li {
  display: inline-block;
}

@media (min-width: 1280px) {
  .schedaFlexWrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* @end */
/* @group Scheda Territorio */
@media (max-width: 1023px) {
  .schedaTerritorio {
    padding-bottom: 4rem;
  }
}

.schedaTerritorioImg {
  margin-bottom: 6rem;
}

.schedaTerritorioImg:after {
  content: "";
  display: block;
  position: absolute;
  height: 125px;
  width: 2px;
  top: 100%;
  left: 50%;
  margin-top: -60px;
  transform: translateX(-50%);
}

@media (min-width: 1280px) {
  .schedaTerritorioImg:after {
    left: 25%;
  }
}

.schedaTerritorioImg img {
  width: 60%;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 1024px) {
  .schedaTerritorioImg img {
    width: 50%;
  }
}

.schedaTerritorioTxt p+p {
  margin-top: 2rem;
}

@media (min-width: 1280px) {
  .schedaTerritorioTxt {
    padding-right: 10%;
  }
}

@media (min-width: 1400px) {
  .schedaTerritorioTxt {
    padding-right: 25%;
  }
}

/* @end */
/* @group Scheda Next */
.schedaNext {
  padding: 3rem 0;
  height: 450px;
}

@media (min-width: 640px) {
  .schedaNext {
    overflow: hidden;
    padding: 0;
  }
}

@media (min-width: 800px) {
  .schedaNext {
    height: 60vh;
  }
}

.schedaNextWrap {
  height: 100%;
  text-align: center;
}

.schedaNextImgWrap {
  text-align: center;
  margin: auto;
}

.schedaNextImgWrap a {
  height: 100%;
}

@media (min-width: 640px) {
  .schedaNextImgWrap {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    height: 200%;
  }
}

.schedaNextImgWrap img {
  width: 120px;
}

@media (min-width: 640px) {
  .schedaNextImgWrap img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}

.schedaNextImgWrap a {
  display: block;
}

.schedaNextHeader {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 639px) {
  .schedaNextHeader {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 640px) {
  .schedaNextHeader {
    width: auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .schedaNextHeader {
    left: 50%;
  }
}

.schedaNextTrig {
  display: inline-block;
  height: 100%;
}

@media (min-width: 640px) {
  .schedaNextTitle {
    display: flex;
    align-items: center;
  }
}

.schedaNextTitle .schedaNextArrow {
  display: block;
  margin-left: 1.5rem;
  height: auto;
  opacity: 0;
  transform: translateX(50%);
}

.schedaNextTitle .schedaNextArrow.js-hovered {
  opacity: 1;
  transform: translateX(0%);
}

@media (min-width: 640px) {
  .schedaNextTitle .schedaNextArrow {
    width: 25px;
  }
}

@media (min-width: 1024px) {
  .schedaNextTitle .schedaNextArrow {
    width: 30px;
  }
}

/* @end */
/* @group Premi */
.sectionBlockPremi {
  border-top: 1px solid #E7E7DC;
}

.site-jeio .sectionBlockPremi {
  border-top: 1px solid #272821;
}

.schedaPremiSliderWrap {
  display: flex;
  align-items: center;
}

.schedaPremiSliderWrap .galleryButton {
  position: absolute;
}

.schedaPremiSliderWrap .galleryButton.galleryPrev {
  left: 0;
  right: auto;
}

.schedaPremiSliderWrap .galleryButton.galleryNext {
  right: 0;
  left: auto;
}

.schedaPremiSlider {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.schedaPremiSlider .swiper-slide {
  width: 100%;
}

@media (min-width: 640px) {
  .schedaPremiSlider .swiper-slide {
    width: 33%;
  }
}

@media (min-width: 1280px) {
  .schedaPremiSlider .swiper-slide {
    width: 25%;
  }
}

.sectionBlockPremi-less2 .swiper-wrapper {
  justify-content: center;
}

.sectionBlockPremi-less2 .schedaPremiSlider {
  pointer-events: none;
}

@media (min-width: 640px) {
  .sectionBlockPremi-less3 .swiper-wrapper {
    justify-content: center;
  }

  .sectionBlockPremi-less3 .schedaPremiSlider {
    pointer-events: none;
  }
}

@media (min-width: 1280px) {
  .sectionBlockPremi-less4 .swiper-wrapper {
    justify-content: center;
  }

  .sectionBlockPremi-less4 .schedaPremiSlider {
    pointer-events: none;
  }
}

.schedaPremi__ico img {
  width: auto;
  height: 30px;
}

/* @end */
.journal__header .istText {
  margin-top: 1.5rem;
}

.journal__header .istText br {
  display: none;
}

@media (min-width: 640px) {
  .journal__header .istText br {
    display: block;
  }
}

@media (min-width: 1024px) {
  .journal__header .istText {
    margin-top: 3rem;
  }
}

.journal__filter {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (max-width: 639px) {
  .journal__filter .columns {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .journal__filter {
    margin-top: 8rem;
    margin-bottom: 5rem;
  }
}

.journal__filter a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media all and (min-width: 1280px) {
  .journal__filter a {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

@media all and (min-width: 1400px) {
  .journal__filter a {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.journal__filter a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.journal__filter a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.journal__filter a.-active:before {
  transform: translateY(0) scaleX(1) translateZ(0);
  opacity: 1;
}

@media (max-width: 639px) {
  .journal__filter__scroll {
    height: 28px;
    overflow-y: hidden;
  }

  .journal__filter__scroll:after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(245, 245, 240, 0), #f5f5f0);
    position: absolute;
    right: 0;
    top: 0;
  }
}

.journal__filter__scroller {
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 639px) {
  .journal__filter__scroller {
    height: 35px;
    overflow: auto;
  }
}

@media (min-width: 640px) {
  .journal__filter__scroller {
    justify-content: center;
  }
}

.journal__filter__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
}

@media (min-width: 640px) {
  .journal__filter__list {
    justify-content: center;
  }
}

.journal__filter__list li {
  flex: 0 0 auto;
}

.journal__filter__list li:last-child {
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .journal__filter__list li:last-child {
    padding-right: 0;
  }
}

.journal__filter__list li:not(:first-child) {
  padding-left: 2rem;
}

@media (min-width: 1024px) {
  .journal__filter__list li:not(:first-child) {
    padding-left: 3rem;
  }
}

/* @group Highlights */
.journal__highlights__wrap {
  margin-bottom: 4rem;
}

@media (min-width: 640px) {
  .journal__highlights__wrap {
    margin-bottom: 8rem;
  }
}

@media (min-width: 1024px) {
  .journal__highlights__wrap {
    margin-bottom: 12rem;
  }
}

.journal__highlights h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

@media all and (min-width: 1024px) {
  .journal__highlights h2 {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__highlights h2 {
    font-size: 3.125rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__highlights h2 {
    font-size: 3.75rem;
  }
}

.journal__highlights p {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .journal__highlights p {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__highlights p {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__highlights p {
    font-size: 1.3125rem;
  }
}

.journal__highlights a {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media all and (min-width: 640px) {
  .journal__highlights a {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__highlights a {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__highlights a {
    font-size: 1.5rem;
  }
}

.journal__highlights a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.journal__highlights a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.journal__highlights.wide .journal__highlights_image {
  width: 100%;
}

.journal__highlights.wide .journal__highlights_image img {
  width: 100%;
}

.journal__highlights.wide .journal__highlights__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.journal__highlights.wide .journal__highlights_header {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .journal__highlights.wide .journal__highlights_header {
    text-align: center;
    margin-top: 4rem;
    max-width: 85%;
  }
}

@media (min-width: 1024px) {
  .journal__highlights.wide .journal__highlights_header {
    margin-top: 5rem;
    max-width: 85%;
  }
}

@media (min-width: 1280px) {
  .journal__highlights.wide .journal__highlights_header {
    max-width: 65%;
  }
}

@media (min-width: 640px) {
  .journal__highlights.wide p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .journal__highlights.wide p {
    max-width: 70%;
  }
}

.journal__highlights.square .journal__highlights__block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .journal__highlights.square .journal__highlights__block {
    align-items: center;
  }
}

.journal__highlights.square .journal__highlights_header {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .journal__highlights.square .journal__highlights_header {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
  .journal__highlights.square .journal__highlights_image {
    width: 50%;
  }

  .journal__highlights.square .journal__highlights_header {
    width: 50%;
    padding-left: 6%;
  }
}

@media (min-width: 640px) {
  .journal__highlights.square p {
    max-width: 80%;
  }
}

@media (min-width: 1400px) {
  .journal__highlights.square p {
    max-width: 70%;
  }
}

/* @end */
/* @group Wall */
.journal__wall__wine {
  overflow-x: hidden;
}

@media (max-width: 639px) {
  .journal__wall__wine .columns {
    padding-right: 0;
  }

  .journal__wall__wine img {
    width: auto !important;
    max-width: 100px !important;
  }
}

@media (min-width: 640px) and (max-width: 1280px) {
  .journal__wall__wine img {
    width: auto !important;
    max-width: 100px !important;
  }
}

@media (min-width: 1280px) {
  .journal__wall__wine img {
    width: auto !important;
    max-width: 160px !important;
  }
}

.journal__wall__wrap {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1570px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  /*@include media(">=xxxlarge") {

    &:before{
      left: calc(425px + 4.5%);
    }
    &:after{
      right: calc(425px + 4.5%);
    }
  }*/
}

.journal__wall__wrap.no-line {
  justify-content: center;
}

.journal__wall__wrap.swiper-wrapper {
  justify-content: left;
  flex-wrap: nowrap;
}

@media (min-width: 640px) {
  .journal__wall__wrap {
    margin-bottom: 5rem;
    justify-content: left;
    /*&.journal__wine__wrapper{
      justify-content: center;
    }*/
  }

  .journal__wall__wrap:not(.no-line):before,
  .journal__wall__wrap:not(.no-line):after {
    display: block;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    background-color: #E7E7DC;
  }

  .journal__wall__wrap:before {
    left: 50%;
  }

  .journal__wall__wrap:after {
    display: none;
  }

  .journal__wall__wrap.journal__wine__wrapper:before {
    left: 33.33333%;
  }

  .journal__wall__wrap.journal__wine__wrapper:after {
    right: 33.33333%;
  }
}

@media (min-width: 1024px) {
  .journal__wall__wrap {
    margin-bottom: 7rem;
    justify-content: flex-start;
  }

  .journal__wall__wrap:before {
    left: 33.33333%;
  }

  .journal__wall__wrap:after {
    right: 33.33333%;
    display: block;
  }
}

@media (max-width: 639px) {
  .journa__wall__wine .journal__wall__article__header {
    max-width: 75%;
    argin: auto;
  }
}

.journal__wall__wine .galleryButton {
  position: absolute;
  top: 75%;
  z-index: 10;
}

@media (min-width: 640px) {
  .journal__wall__wine .galleryButton {
    display: none;
  }
}

.journal__wall__wine .galleryPrev {
  left: 0;
  right: auto;
}

.journal__wall__wine .galleryNext {
  right: 1rem;
  left: auto;
}

.journal__wall__wrap--article {
  margin-bottom: 0;
}

.journal__wall__article {
  margin-bottom: 4rem;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

.journal__wall__article p {
  margin-bottom: 0;
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {
  .journal__wall__article p {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__wall__article p {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article p {
    font-size: 1.3125rem;
  }
}

@media (min-width: 640px) {
  .journal__wall__article {
    width: 46%;
    /*.journal__wine__wrapper &:nth-child(2n+1) {
      margin-left: 8%;
    }
    .journal__wine__wrapper &:nth-child(3n+1) {
      margin-left: 0%;
    }*/
  }

  .journal__wall__article:nth-child(2n) {
    margin-left: 8%;
  }

  .journal__wine__wrapper .journal__wall__article {
    width: 33.33333%;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .journal__wall__article {
    margin-bottom: 5rem;
    margin-left: 0;
    width: 33.33333%;
    margin-bottom: 5rem;
    /* margin-left: 8%; */
    padding: 0 2.5%;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .journal__wall__article:nth-child(2n) {
    margin-left: 0;
  }

  .journal__wall__article:nth-child(2n+1) {
    margin-left: 0;
  }

  .journal__wall__article:nth-child(3n+1) {
    margin-left: 0;
  }

  .journal__wall__article.wine {
    flex-direction: column;
  }
}

.journal__wall__article.event h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .journal__wall__article.event h2 {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {
  .journal__wall__article.event h2 {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1400px) {
  .journal__wall__article.event h2 {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article.event h2 {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .journal__wall__article.wine {
    width: 65%;
  }
}

.journal__wall__article.wine h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .journal__wall__article.wine h2 {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {
  .journal__wall__article.wine h2 {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1400px) {
  .journal__wall__article.wine h2 {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article.wine h2 {
    font-size: 2rem;
  }
}

.journal__wall__article.wine a {
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {
  .journal__wall__article.wine a {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__wall__article.wine a {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article.wine a {
    font-size: 1.3125rem;
  }
}

.journal__wall__article.wine a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.journal__wall__article.wine a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.journal__wall__article.magazine .journal__wall__article__pretitle {
  font-family: "CanelaLight", serif;
  font-size: 100%;
  line-height: 1.5;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.journal__wall__article.magazine h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .journal__wall__article.magazine h2 {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {
  .journal__wall__article.magazine h2 {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1400px) {
  .journal__wall__article.magazine h2 {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article.magazine h2 {
    font-size: 2rem;
  }
}

.journal__wall__article.newsletter .journal__wall__article__header {
  padding: 1rem 10% 2.5rem;
}

@media (min-width: 1280px) {
  .journal__wall__article.newsletter .journal__wall__article__header {
    padding: 1rem 15% 2.5rem;
  }
}

.journal__wall__article.newsletter .journal__wall__article__pretitle {
  font-family: "CanelaLight", serif;
  font-size: 100%;
  line-height: 1.5;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.journal__wall__article.newsletter h2 {
  font-family: "CanelaLight", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media all and (min-width: 640px) {
  .journal__wall__article.newsletter h2 {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {
  .journal__wall__article.newsletter h2 {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1400px) {
  .journal__wall__article.newsletter h2 {
    font-size: 1.875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article.newsletter h2 {
    font-size: 2rem;
  }
}

.journal__wall__article.newsletter a {
  font-family: "CanelaLight", serif;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 3rem;
  margin-bottom: 0rem;
}

@media all and (min-width: 640px) {
  .journal__wall__article.newsletter a {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__wall__article.newsletter a {
    font-size: 1.375rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__article.newsletter a {
    font-size: 1.5rem;
  }
}

.journal__wall__article.newsletter a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.journal__wall__article.newsletter a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

@media (min-width: 1280px) {
  .journal__wall__article.newsletter a {
    margin-top: 4.5rem;
  }
}

.journal__wall__article.social h2 {
  font-family: "CanelaLight", serif;
  font-size: 100%;
  line-height: 1.5;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.journal__wall__article.social figure:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 1rem;
  top: 1rem;
}

.journal__wall__article.social.facebook figure:before {
  background-image: url("/assets/img/bisol/ico/ico-facebook-light.svg");
}

.journal__wall__article.social.instagram figure:before {
  background-image: url("/assets/img/bisol/ico/ico-instagram-light.svg");
}

.journal__wall__article__image img {
  width: 100%;
  max-width: none;
}

.journal__wall__title {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.3;
  font-family: "CanelaLight", serif;
  margin-bottom: 3rem;
}

@media all and (min-width: 640px) {
  .journal__wall__title {
    font-size: 1.75rem;
  }
}

@media all and (min-width: 1024px) {
  .journal__wall__title {
    font-size: 2rem;
  }
}

@media all and (min-width: 1400px) {
  .journal__wall__title {
    font-size: 2.125rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .journal__wall__title {
    margin-bottom: 4rem;
  }
}

/* @end */
/* Pagination */
.journal__wall__pagination {
  text-align: center;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .journal__wall__pagination {
    margin-bottom: 5rem;
  }
}

.journal__wall__pagination .journal__wall__pagination__link {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  /*font-weight: 300;*/
}

@media all and (min-width: 640px) {
  .journal__wall__pagination .journal__wall__pagination__link {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__wall__pagination .journal__wall__pagination__link {
    font-size: 1rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__wall__pagination .journal__wall__pagination__link {
    font-size: 1.125rem;
  }
}

.journal__wall__pagination .journal__wall__pagination__link span {
  transition: color .35s;
}

.journal__wall__pagination .journal__wall__pagination__link span:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background-color: #000;
  content: '';
  transform: translateY(8px);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
}

.journal__wall__pagination .journal__wall__pagination__link.-active span:after,
.journal__wall__pagination .journal__wall__pagination__link:hover span:after {
  transform: translateY(0);
  opacity: 1;
}

.journal__wall__pagination .journal__wall__pagination__link+.journal__wall__pagination__link {
  margin-left: 1.5rem;
}

@media (min-width: 1024px) {
  .journal__wall__pagination .journal__wall__pagination__link+.journal__wall__pagination__link {
    margin-left: 2.5rem;
  }
}

/* @end */
/* @group backlink */
.journal__back .backLink {
  margin-bottom: 4rem;
  text-align: left;
}

.journal__back .backLink svg {
  height: 16px;
  width: auto;
}

@media (min-width: 640px) {
  .journal__back .backLink {
    margin-bottom: 4rem;
  }
}

/* @end */
/* @group Journal Article */
.journal__chapter__block {
  margin-bottom: 3rem;
}

@media (max-width: 639px) {
  .journal__chapter__block.journal__chapter__block--header {
    margin-bottom: 1rem;
  }
}

@media (min-width: 640px) {
  .journal__chapter__block {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .journal__chapter__block {
    margin-bottom: 7rem;
  }
}

.journal__chapter {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.journal__chapter .journal__chapter_image {
  order: 2;
  margin-bottom: 2rem;
}

@media (max-width: 639px) {
  .journal__chapter .journal__chapter_image {
    width: 100%;
  }
}

.journal__chapter .journal__chapter_image figure+figure {
  margin-top: 2rem;
}

.journal__chapter .journal__chapter_image .journal__video+figure {
  margin-top: 4rem;
}

.journal__chapter .journal__chapter_text {
  width: 100%;
  order: 1;
  margin-bottom: 2rem;
}

.journal__chapter .journal__chapter_text p+p {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .journal__chapter:before {
    height: calc(100% - 3rem);
    content: "";
    display: block;
    left: 58%;
    width: 1px;
    position: absolute;
    top: 1rem;
    background-color: #A1A29D;
  }

  .journal__chapter .journal__chapter_image {
    width: 50%;
    position: sticky;
    top: 0;
    order: 1;
    margin-bottom: 2rem;
    padding-top: 1rem;
  }

  .journal__chapter .journal__chapter_text {
    width: 50%;
    padding-left: 12%;
    position: sticky;
    top: 0;
    order: 2;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .journal__chapter:before {
    height: calc(100% - 5rem);
  }

  .journal__chapter .journal__chapter_image {
    margin-bottom: 4rem;
  }

  .journal__chapter .journal__chapter_image figure+figure {
    margin-top: 4rem;
  }

  .journal__chapter .journal__chapter_text {
    margin-bottom: 4rem;
  }

  .journal__chapter .journal__chapter_text p+p {
    margin-top: 4rem;
  }
}

.journal__chapter_image figcaption,
.journal__chapter_banner figcaption {
  display: none !important;
  font-family: "CanelaLight", serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}

@media all and (min-width: 640px) {

  .journal__chapter_image figcaption,
  .journal__chapter_banner figcaption {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 1280px) {

  .journal__chapter_image figcaption,
  .journal__chapter_banner figcaption {
    font-size: 1rem;
  }
}

@media all and (min-width: 1600px) {

  .journal__chapter_image figcaption,
  .journal__chapter_banner figcaption {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {

  .journal__chapter_image figcaption,
  .journal__chapter_banner figcaption {
    margin-top: 2rem;
  }
}

.journal__video {
  width: 100%;
  padding-top: 56%;
}

.journal__video * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.journal__chapter_banner {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .journal__chapter_banner {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .journal__chapter_banner {
    margin-bottom: 3rem;
  }
}

.journal__chapter_banner img {
  width: 100%;
}

/* @end */
/* @group Text Style */
.journal__chapter_intro_tag,
.journal__chapter_intro_data {
  margin-bottom: 2rem;
}

@media (min-width: 640px) {

  .journal__chapter_intro_tag,
  .journal__chapter_intro_data {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1400px) {

  .journal__chapter_intro_tag,
  .journal__chapter_intro_data {
    margin-bottom: 5rem;
  }
}

.journal__chapter_intro_title {
  font-family: "CanelaLight", serif;
  font-size: 2rem;
  line-height: 1.2;
}

@media all and (min-width: 1024px) {
  .journal__chapter_intro_title {
    font-size: 3.25rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__chapter_intro_title {
    font-size: 3.875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__chapter_intro_title {
    font-size: 4.5rem;
  }
}

.journal__chapter_intro__pretitle {
  font-family: "CanelaLight", serif;
  font-size: 100%;
  line-height: 1.5;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}

.journal__chapter_intro__pretitle span {
  text-transform: uppercase;
}

.journal__chapter_intro_text {
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {
  .journal__chapter_intro_text {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__chapter_intro_text {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__chapter_intro_text {
    font-size: 1.3125rem;
  }
}

.journal__chapter_intro_text--quote.journal__chapter_intro_text--marged {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .journal__chapter_intro_text--quote.journal__chapter_intro_text--marged {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .journal__chapter_intro_text--quote.journal__chapter_intro_text--marged {
    margin-top: 2.5rem;
  }
}

.journal__chapter_intro_text--quote p {
  quotes: "“""”""‘""’";
}

.journal__chapter_intro_text--quote p:before {
  content: open-quote;
}

.journal__chapter_intro_text--quote p:after {
  content: close-quote;
}

.journal__chapter_intro_abstract {
  font-family: "CanelaLight", serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .journal__chapter_intro_abstract {
    font-size: 1.4375rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__chapter_intro_abstract {
    font-size: 1.625rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__chapter_intro_abstract {
    font-size: 1.875rem;
  }
}

.journal__chapter_intro_abstract+.journal__chapter_intro_text {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .journal__chapter_intro_abstract+.journal__chapter_intro_text {
    margin-top: 2rem;
  }
}

.journal__chapter_text.--chapter {
  font-family: "CanelaLight", serif;
  font-size: 1rem;
  line-height: 1.7;
}

@media all and (min-width: 640px) {
  .journal__chapter_text.--chapter {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__chapter_text.--chapter {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__chapter_text.--chapter {
    font-size: 1.3125rem;
  }
}

.journal__wall__other {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .journal__wall__other {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}

.journal__wall__other .simpleButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
}

.journal__wall__other .simpleButton svg {
  margin-right: 1rem;
}

/* @end */
/* @group gallery */
.journal__image__gallery {
  padding-bottom: 1rem;
}

.journal__image__gallery .swiper-slide {
  width: auto;
  margin-right: 5%;
}

@media (min-width: 640px) {
  .journal__image__gallery {
    padding: 0 4%;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .journal__image__gallery {
    padding: 0 7%;
    padding-bottom: 2rem;
  }
}

.journal__acticle__wrap p a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 1px 0;
  margin-top: 3px;
  content: '';
  transform: translateY(6px) scaleX(0.95) translateZ(0);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .35s;
  pointer-events: none;
}

.journal__acticle__wrap p a:hover:before {
  -webkit-transform: translateY(0) scaleX(1) translateZ(0);
  opacity: .7;
}

.journal__image__gallery__button {
  display: flex;
  justify-content: space-between;
  top: 1rem;
  padding: 0 1.5rem;
}

.journal__image__gallery__button .galleryButton {
  left: 0;
  right: 0;
}

@media (min-width: 640px) {
  .journal__image__gallery__button {
    top: 2rem;
  }
}

@media (min-width: 1280px) {
  .journal__image__gallery__button {
    justify-content: flex-start;
    padding: 0;
    margin-left: 85%;
  }
}

/* @end */
/* @group Journal Navigation */
.journal__pagination {
  position: fixed;
  top: -webkit-calc(50% - 222px);
  top: calc(50% - 222px);
  height: 0;
  display: block;
  z-index: 1;
  transition: opacity .35s;
  opacity: 1;
}

@media (max-width: 1023px) {
  .journal__pagination {
    display: none !important;
  }
}

.journal__pagination.hideNav {
  opacity: 0;
}

.journal__pagination--prev {
  left: 0;
}

.journal__pagination--next {
  right: 0;
}

.journal__pagination__flag {
  color: #1a1a1a;
  position: absolute;
  background: #fff;
  width: 390px;
  transition: ease transform 500ms, opacity ease 500ms;
  opacity: 0;
  display: block;
}

.journal__pagination--prev .journal__pagination__flag {
  padding: 30px 30px 30px 130px;
  transform: translateX(-390px);
}

.journal__pagination--next .journal__pagination__flag {
  padding: 30px 130px 30px 30px;
  transform: translateX(390px);
}

.journal__pagination--prev:not(.journal__pagination--mobile):hover .journal__pagination__flag {
  transform: translateX(0);
  opacity: 1;
}

.journal__pagination--next:not(.journal__pagination--mobile):hover .journal__pagination__flag {
  transform: translateX(-245px);
  opacity: 1;
}

.journal__pagination img {
  display: block;
  margin-bottom: 25px;
}

.journal__pagination__title {
  font-size: 19px;
  margin: 0;
  font-family: "CanelaLight", serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  transition: .35s color;
  line-height: 1.5;
}

@media all and (min-width: 1024px) {
  .journal__pagination__title {
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__pagination__title {
    font-size: 1.1875rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__pagination__title {
    font-size: 1.3125rem;
  }
}

.journal__pagination--prev .journal__pagination__anchor {
  transform: rotate(-90deg);
  margin-left: -2.05rem;
}

@media (min-width: 1400px) {
  .journal__pagination--prev .journal__pagination__anchor {
    margin-left: -1.75rem;
  }
}

.journal__pagination--next .journal__pagination__anchor {
  transform: rotate(90deg);
  margin-right: -2.05rem;
}

@media (min-width: 1400px) {
  .journal__pagination--next .journal__pagination__anchor {
    margin-right: -1.75rem;
  }
}

.journal__pagination__anchor {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  top: 180px;
}

@media all and (min-width: 1280px) {
  .journal__pagination__anchor {
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

@media all and (min-width: 1400px) {
  .journal__pagination__anchor {
    font-size: 1rem;
    line-height: 1.9;
  }
}

/* @end */
/* @group Share */
.journal__share {
  padding-bottom: 1rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .journal__share {
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .journal__share {
    margin-top: 4rem;
  }
}

.journal__share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.journal__share li {
  display: inline-flex;
  width: 60px;
  height: 60px;
}

.journal__share li+li {
  margin-left: 1rem;
}

.journal__share span {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

.journal__share__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

@media all and (min-width: 640px) {
  .journal__share__title {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 1280px) {
  .journal__share__title {
    font-size: 1rem;
  }
}

@media all and (min-width: 1600px) {
  .journal__share__title {
    font-size: 1.125rem;
  }
}

/* @end */
body:not(.isMobile) *[data-fade] {
  opacity: 0;
  transform: translateY(100px);
}

body:not(.isMobile) *[data-fade-simple] {
  opacity: 0;
}

body:not(.isMobile) *[data-fade-stag]>* {
  opacity: 0;
  transform: translateY(75px);
}

body:not(.isMobile) *[data-fade-hero]>* {
  opacity: 0;
  transform: translateY(50px);
}

/* @group Bisol Svg Paths */
.svgWrap {
  overflow: hidden;
}

@media (max-width: 639px) {
  .svgWrap {
    display: none !important;
  }
}

.section-dedizione .svgWrap,
.section-cantina-famiglia .svgWrap,
.site-bisol .section-visione .svgWrap {
  position: absolute;
  transform: translate(15%, 10%);
  z-index: 1;
  width: 103%;
  height: 80%;
}

.section-dedizione .svgWrap svg,
.section-cantina-famiglia .svgWrap svg,
.site-bisol .section-visione .svgWrap svg {
  height: 100%;
  width: auto;
}

.site-bisol .section-visione .svgWrap,
.section-culla .svgWrap {
  overflow: visible;
}

.section-equilibrio .svgWrap,
.section-albori .svgWrap {
  position: absolute;
  transform: translate(-15%, 10%);
  z-index: 1;
  width: 103%;
  height: 80%;
}

.section-equilibrio .svgWrap svg,
.section-albori .svgWrap svg {
  height: 100%;
  width: auto;
}

.section-varieta .svgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 86%;
}

.section-varieta .svgWrap svg {
  height: 100%;
  width: auto;
}

/* @end */
/* @group Jeio Svg Paths */
.section-bolle .svgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  height: 80%;
}

.section-bolle .svgWrap svg {
  height: 100%;
  width: auto;
}

.section-bolle path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.section-bolle path.js-animated {
  stroke-dashoffset: 0;
}

.section-culla .svgWrap {
  position: absolute;
  transform: translate(-20%, 8%);
  z-index: 1;
  width: auto;
  height: 84%;
}

.section-culla .svgWrap svg {
  height: 100%;
  width: auto;
}

.site-jeio .section-visione .svgWrap {
  position: absolute;
  transform: translate(20%, 8%);
  z-index: 1;
  width: auto;
  height: 84%;
}

.site-jeio .section-visione .svgWrap svg {
  height: 100%;
  width: auto;
}

.section-culla path,
.site-jeio .section-visione path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.section-culla path.js-animated,
.site-jeio .section-visione path.js-animated {
  stroke-dashoffset: 0;
}

/* @end */
/* @group Scheda */
body:not(.isMobile) .schedaTerritorioImg {
  opacity: 0;
  transform: translateY(75px);
}

body:not(.isMobile) .schedaTerritorioImg:after {
  height: 0;
  transition: .8s height;
}

body.isMobile .schedaTerritorioImg:after,
body:not(.isMobile) .schedaTerritorioImg.js-inView:after {
  height: 125px;
}

body:not(.isMobile) .schedaTerritorioTxt {
  opacity: 0;
  transform: translateY(75px);
}

/* @end */
/* @group Bisol */
#bisolPart .videoBlock video,
.site-bisol .videoBlock video {
  z-index: -1;
}

.site-bisol {
  /* @group Navigation */
  /* @end */
  /* @group Footer */
  /* @end */
  /* @group Hero */
  /* @end */
  /* @group Next Title */
  /* @end */
  /* @group Block */
  /* @end */
  /* @group Gallery */
  /* @end */
  /* @group Pagination */
  /* @end */
  /* @group Collezione */
  /* @end */
  /* @group Scheda */
  /* @end */
  /* @group Tips */
  /* @end */
  /* @group territorio Slider */
  /* @end */
  /* @group istitutional */
  /* @end */
  /* @group Policy */
  /* @end */
  /* @group Journal */
  /* @end */
}

.site-bisol,
.site-bisol main>*,
.site-bisol main:after {
  background-color: #F5F5F0;
}

.site-bisol .navFull:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  transition: .3s background;
  background: transparent;
}

.site-bisol .navFull .navFullBar a {
  color: #FFFFFF;
}

.site-bisol .navFull.-inInside .navFullBar a {
  color: #757A6E;
}

.site-bisol .navFull.js-nav-strict:before {
  transition-delay: .3s;
  background: #F5F5F0;
}

.site-bisol .navFull.js-nav-strict .navFullBar a {
  color: #757A6E;
}

.site-bisol .navOffCanvas {
  background: #fff;
}

.site-bisol .navOffCanvas_lang a {
  color: #757A6E;
}

.site-bisol .navOffCanvas_link {
  color: #757A6E;
}

.site-bisol .navOffCanvas_link:hover {
  color: #00953A;
}

.site-bisol .navOffCanvas_switch a {
  color: #757A6E;
}

.site-bisol .navFull_lang a.active,
.site-bisol .navOffCanvas_lang a.active {
  color: #00953A !important;
}

.site-bisol .navFull_lang a.active:before,
.site-bisol .navOffCanvas_lang a.active:before {
  transform: translateY(0) scaleX(1) translateZ(0);
  opacity: 1;
}

.site-bisol .footer {
  background: #fff;
}

.site-bisol .footer a,
.site-bisol .footer p {
  color: #757A6E;
}

.site-bisol .footer a:hover {
  color: #101010;
}

.site-bisol .footer .footer_separator hr {
  border-color: #F5F5F0;
}

.site-bisol .headerBlockPreTitle {
  color: #F5F5F0;
}

.site-bisol .headerBlockTitle {
  color: #F5F5F0;
}

.site-bisol .pageNextTitle {
  color: #F5F5F0;
}

.site-bisol .pageNextLink a {
  color: #F5F5F0;
}

.site-bisol .wideBlock h2,
.site-bisol .floatBlock h2,
.site-bisol .centerTopTextBlock h2,
.site-bisol .centerBlock h2 {
  color: #767A6E;
}

.site-bisol .wideBlock p,
.site-bisol .floatBlock p,
.site-bisol .centerTopTextBlock p,
.site-bisol .centerBlock p {
  color: #757A6E;
}

.site-bisol .wideBlock p a,
.site-bisol .floatBlock p a,
.site-bisol .centerTopTextBlock p a,
.site-bisol .centerBlock p a {
  color: #00953A;
}

.site-bisol .sectionMaskBlock:after,
.site-bisol .sectionMaskBlock:before {
  background-color: #F5F5F0;
}

.site-bisol .galleryCount {
  color: #00953A;
}

.site-bisol .totalCounter {
  color: #767A6E;
}

.site-bisol .paginationButton:before {
  background: #767A6E;
}

.site-bisol .paginationButton span {
  color: #00953A;
}

.site-bisol .paginationButton span:after {
  background: #00953A;
}

.site-bisol.page-_collezione .collezione-intro h1 {
  color: #767A6E;
}

.site-bisol.page-_collezione .collezione-intro p {
  color: #767A6E;
}

.site-bisol.page-_collezione .listingTitle {
  color: #00953A;
}

.site-bisol.page-_collezione .listingPreTitle {
  color: #00953A;
}

.site-bisol.page-scheda .backLink a {
  color: #767A6E;
}

.site-bisol.page-scheda .backLink a:hover {
  color: #383a35;
}

.site-bisol.page-scheda .backLink svg .pathColor {
  stroke: #767A6E;
}

.site-bisol.page-scheda .schedaHeaderTitle {
  color: #00953A;
}

.site-bisol.page-scheda .schedaTitleSpec {
  color: #00953A;
}

.site-bisol.page-scheda .schedaPreTitle {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaSubTitle {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaInfo {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaFeatures li {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaFeatures li:before {
  background: #00953A;
}

.site-bisol.page-scheda .schedaTerritorioTxt {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaTerritorioTxt a {
  color: #00953A;
}

.site-bisol.page-scheda .schedaTerritorioImg:after {
  background: #00953A;
}

.site-bisol.page-scheda .schedaNextTitle {
  color: #00953A;
}

.site-bisol.page-scheda .schedaNextPreTitle {
  color: #00953A;
}

.site-bisol.page-scheda .schedaPremi__anno {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaPremi__titolo {
  color: #767A6E;
}

.site-bisol.page-scheda .schedaPremi__punteggio {
  color: #00953A;
}

.site-bisol .schedaButton .simpleButton {
  background: transparent;
  border-color: #00953A;
  color: #00953A;
}

.site-bisol .schedaButton .simpleButton .filler {
  fill: #00953A;
}

.site-bisol .schedaButton .simpleButton:hover {
  color: #F5F5F0;
  background: #00953A;
}

.site-bisol .schedaButton .simpleButton:hover .filler {
  fill: #F5F5F0;
}

.site-bisol .-tipsBg {
  background-color: #FFFFFF;
}

.site-bisol .tipsTitle {
  color: #767A6E;
}

.site-bisol .tipsText {
  color: #767A6E;
}

.site-bisol .tipsBtn {
  color: #00953A;
}

.site-bisol .tipsTitleOverlay {
  color: #767A6E;
}

.site-bisol .tipsOverlay .tipsTitleOverlay {
  color: #00953A;
}

.site-bisol .tipsTitleSlide {
  color: #767A6E;
}

.site-bisol .tipsNext {
  color: #00953A;
}

.site-bisol .territorioTitle {
  color: #767A6E;
}

.site-bisol .territorioTitle.-intro {
  color: #EBEBE1;
}

.site-bisol .territorioText {
  color: #767A6E;
}

.site-bisol .territorioLink a {
  color: #00953A;
}

.site-bisol .istPreTitle {
  color: #767A6E;
}

.site-bisol .istTitle {
  color: #767A6E;
}

.site-bisol .istText {
  color: #767A6E;
}

.site-bisol .policyTitle {
  color: #767A6E;
}

.site-bisol .policyText p {
  color: #767A6E;
}

.site-bisol .policyText h2 {
  color: #767A6E;
}

.site-bisol .policyText h3 {
  color: #767A6E;
}

.site-bisol .hat {
  background-color: #00953A;
}

.site-bisol .journal__filter__list a {
  color: #757A6E;
}

.site-bisol .journal__filter__list a:before {
  background: #00953A;
}

.site-bisol .journal__filter__list a:hover,
.site-bisol .journal__filter__list a.-active {
  color: #00953A;
}

.site-bisol .journal__highlights h2 {
  color: #767A6E;
}

.site-bisol .journal__highlights p {
  color: #757A6E;
}

.site-bisol .journal__highlights a {
  color: #00953A;
}

.site-bisol .journal__highlights a:before {
  background: #00953A;
}

.site-bisol .journal__wall__article.newsletter .journal__wall__article__header {
  background: #00953A;
}

.site-bisol .journal__wall__article.newsletter .journal__wall__article__pretitle {
  color: #F5F5F0;
}

.site-bisol .journal__wall__article.newsletter h2 {
  color: #F5F5F0;
}

.site-bisol .journal__wall__article.newsletter a {
  color: #F5F5F0;
}

.site-bisol .journal__wall__article.event a h2 {
  color: #757A6E;
  transition: color .35s;
}

.site-bisol .journal__wall__article.event a p {
  color: #757A6E;
}

.site-bisol .journal__wall__article.event a:hover h2 {
  color: #00953A;
}

.site-bisol .journal__wall__article.social a h2 {
  color: #00953A;
}

.site-bisol .journal__wall__article.social a p {
  color: #757A6E;
}

.site-bisol .journal__wall__article.magazine a h2 {
  color: #757A6E;
  transition: color .35s;
}

.site-bisol .journal__wall__article.magazine a p {
  color: #757A6E;
}

.site-bisol .journal__wall__article.magazine a:hover h2 {
  color: #00953A;
}

.site-bisol .journal__wall__pagination .journal__wall__pagination__link {
  color: #767A6E;
}

.site-bisol .journal__wall__pagination .journal__wall__pagination__link span:after {
  background: #00953A;
}

.site-bisol .journal__wall__pagination .journal__wall__pagination__link.-active span,
.site-bisol .journal__wall__pagination .journal__wall__pagination__link:hover span {
  color: #00953A;
}

.site-bisol .journal__wall__pagination .journal__wall__pagination__link.-active span:after,
.site-bisol .journal__wall__pagination .journal__wall__pagination__link:hover span:after {
  transform: translateY(0);
  opacity: 1;
}

.site-bisol .journal__back .backLink a {
  color: #767A6E;
}

.site-bisol .journal__back .backLink a:hover {
  color: #383a35;
}

.site-bisol .journal__back .backLink svg .pathColor {
  stroke: #767A6E;
}

.site-bisol .journal__acticle__wrap * {
  color: #767A6E;
}

.site-bisol .journal__acticle__wrap a {
  color: #00953A;
}

.site-bisol .journal__wall__title {
  color: #767A6E;
}

.site-bisol .journal__wine__wrapper h2 {
  color: #767A6E;
}

.site-bisol .journal__wine__wrapper a {
  color: #00953A;
}

.site-bisol .journal__wall__other .simpleButton {
  background: transparent;
  border-color: #757A6E;
  color: #757A6E;
}

.site-bisol .journal__wall__other .simpleButton .filler {
  fill: #757A6E;
}

.site-bisol .journal__wall__other .simpleButton:hover {
  color: #F5F5F0;
  border-color: #00953A;
  background: #00953A;
}

.site-bisol .journal__wall__other .simpleButton:hover .filler {
  fill: #F5F5F0;
}

.site-bisol .journal__pagination__anchor {
  color: #757A6E;
}

.site-bisol .journal__pagination__title {
  color: #767A6E;
}

.site-bisol .journal__pagination__title:hover {
  color: #00953A;
}

.site-bisol .journal__share span {
  border: 1px solid #E7E7DC;
  transition: all .3s;
}

.site-bisol .journal__share span:hover {
  background-color: #00953A;
  border: 1px solid #00953A;
}

.site-bisol .journal__share span:hover .filler {
  fill: #FFFFFF;
}

.site-bisol .journal__share .filler {
  transition: all .3s;
}

.site-bisol .wideBlock h2 {
  color: #fff;
}

.site-bisol .wideBlock p {
  color: #B9CFBA;
}

.site-bisol .wideBlock p a {
  color: #fff;
}

.site-bisol .quoteText {
  color: #BEB598;
}

.site-bisol .quoteAuthor {
  color: #BEB598;
}

/* @end */
/* @group Jeio */
.site-jeio {
  /* @group Navigation */
  /* @end */
  /* @group Footer */
  /* @end */
  /* @group Hero */
  /* @end */
  /* @group Next Title */
  /* @end */
  /* @group Block */
  /* @end */
  /* @group Gallery */
  /* @end */
  /* @group Pagination */
  /* @end */
  /* @group Collezione */
  /* @end */
  /* @group Scheda */
  /* @end */
  /* @group Tips */
  /* @end */
  /* @group territorio Slider */
  /* @end */
  /* @group istitutional */
  /* @end */
  /* @group Policy */
  /* @end */
  /* @group Journal */
  /* @end */
}

.site-jeio,
.site-jeio main>*,
.site-jeio main:after {
  background-color: #1D1D1B;
}

.site-jeio .navFull:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  transition: .3s background;
  background: transparent;
}

.site-jeio .navFull .navFullBar a {
  color: #F5F5F0;
}

.site-jeio .navFull.-inInside .navFullBar a {
  color: #757A6E;
}

.site-jeio .navFull.js-nav-strict:before {
  transition-delay: .3s;
  background: transparent;
}

.site-jeio .navFull.js-nav-strict .navFullBar a {
  color: #757A6E;
}

.site-jeio .navOffCanvas {
  background: #272821;
}

.site-jeio .navOffCanvas_lang a {
  color: #757A6E;
}

.site-jeio .navOffCanvas_link {
  color: #757A6E;
}

.site-jeio .navOffCanvas_link:hover {
  color: #00953A;
}

.site-jeio .navOffCanvas_switch a {
  color: #757A6E;
}

.site-jeio .navFull_lang a.active,
.site-jeio .navOffCanvas_lang a.active {
  color: #00953A !important;
}

.site-jeio .navFull_lang a.active:before,
.site-jeio .navOffCanvas_lang a.active:before {
  transform: translateY(0) scaleX(1) translateZ(0);
  opacity: 1;
}

.site-jeio .footer {
  background: #131312;
}

.site-jeio .footer a,
.site-jeio .footer p {
  color: #757A6E;
}

.site-jeio .footer a:hover {
  color: #F5F5F0;
}

.site-jeio .footer .footer_separator hr {
  border-color: #363931;
}

.site-jeio .headerBlockPreTitle {
  color: #F5F5F0;
}

.site-jeio .headerBlockTitle {
  color: #F5F5F0;
}

.site-jeio .pageNextTitle {
  color: #F5F5F0;
}

.site-jeio .pageNextLink a {
  color: #F5F5F0;
}

.site-jeio .wideBlock h2,
.site-jeio .floatBlock h2,
.site-jeio .centerTopTextBlock h2,
.site-jeio .centerBlock h2 {
  color: #767A6E;
}

.site-jeio .wideBlock p,
.site-jeio .floatBlock p,
.site-jeio .centerTopTextBlock p,
.site-jeio .centerBlock p {
  color: #767A6E;
}

.site-jeio .wideBlock p a,
.site-jeio .floatBlock p a,
.site-jeio .centerTopTextBlock p a,
.site-jeio .centerBlock p a {
  color: #00953A;
}

.site-jeio .sectionMaskBlock:after,
.site-jeio .sectionMaskBlock:before {
  background-color: #1D1D1B;
}

.site-jeio .galleryCount {
  color: #00953A;
}

.site-jeio .totalCounter {
  color: #767A6E;
}

.site-jeio .paginationButton:before {
  background: #767A6E;
}

.site-jeio .paginationButton span {
  color: #00953A;
}

.site-jeio .paginationButton span:after {
  background: #00953A;
}

.site-jeio.page-_collezione .collezione-intro h1 {
  color: #767A6E;
}

.site-jeio.page-_collezione .collezione-intro p {
  color: #767A6E;
}

.site-jeio.page-_collezione .listingTitle {
  color: #00953A;
}

.site-jeio.page-_collezione .listingPreTitle {
  color: #00953A;
}

.site-jeio.page-scheda .backLink a {
  color: #767A6E;
}

.site-jeio.page-scheda .backLink a:hover {
  color: #A1A29D;
}

.site-jeio.page-scheda .backLink svg .pathColor {
  stroke: #767A6E;
}

.site-jeio.page-scheda .schedaHeaderTitle {
  color: #00953A;
}

.site-jeio.page-scheda .schedaTitleSpec {
  color: #00953A;
}

.site-jeio.page-scheda .schedaPreTitle {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaSubTitle {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaInfo {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaFeatures li {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaFeatures li:before {
  background: #00953A;
}

.site-jeio.page-scheda .schedaTerritorioTxt {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaTerritorioTxt a {
  color: #00953A;
}

.site-jeio.page-scheda .schedaTerritorioImg:after {
  background: #00953A;
}

.site-jeio.page-scheda .schedaNextTitle {
  color: #00953A;
}

.site-jeio.page-scheda .schedaNextPreTitle {
  color: #00953A;
}

.site-jeio.page-scheda .schedaPremi__anno {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaPremi__titolo {
  color: #767A6E;
}

.site-jeio.page-scheda .schedaPremi__punteggio {
  color: #00953A;
}

.site-jeio .schedaButton .simpleButton {
  background: transparent;
  border-color: #00953A;
  color: #00953A;
}

.site-jeio .schedaButton .simpleButton .filler {
  fill: #00953A;
}

.site-jeio .schedaButton .simpleButton:hover {
  color: #F5F5F0;
  background: #00953A;
}

.site-jeio .schedaButton .simpleButton:hover .filler {
  fill: #F5F5F0;
}

.site-jeio .-tipsBg {
  background-color: #272821;
}

.site-jeio .tipsTitle {
  color: #A1A29D;
}

.site-jeio .tipsText {
  color: #767A6E;
}

.site-jeio .tipsBtn {
  color: #00953A;
}

.site-jeio .tipsTitleOverlay {
  color: #A1A29D;
}

.site-jeio .tipsOverlay .tipsTitleOverlay {
  color: #00953A;
}

.site-jeio .tipsTitleSlide {
  color: #A1A29D;
}

.site-jeio .tipsNext {
  color: #00953A;
}

.site-jeio .territorioTitle {
  color: #767A6E;
}

.site-jeio .territorioTitle.-intro {
  color: #EBEBE1;
}

.site-jeio .territorioText {
  color: #767A6E;
}

.site-jeio .territorioLink a {
  color: #00953A;
}

.site-jeio .istPreTitle {
  color: #F5F5F0;
}

.site-jeio .istTitle {
  color: #F5F5F0;
}

.site-jeio .istText {
  color: #767A6E;
}

.site-jeio .policyTitle {
  color: #F5F5F0;
}

.site-jeio .policyText p {
  color: #767A6E;
}

.site-jeio .policyText h2 {
  color: #A1A29D;
}

.site-jeio .policyText h3 {
  color: #A1A29D;
}

.site-jeio .hat {
  background-color: #00953A;
}

.site-jeio .journal__filter__list a {
  color: #757A6E;
}

.site-jeio .journal__filter__list a:before {
  background: #00953A;
}

.site-jeio .journal__filter__list a:hover,
.site-jeio .journal__filter__list a.-active {
  color: #00953A;
}

.site-jeio .journal__highlights h2 {
  color: #767A6E;
}

.site-jeio .journal__highlights p {
  color: #767A6E;
}

.site-jeio .journal__highlights a {
  color: #00953A;
}

.site-jeio .journal__highlights a:before {
  background: #00953A;
}

.site-jeio .journal__wall__article.newsletter .journal__wall__article__pretitle {
  color: #1D1D1B;
}

.site-jeio .journal__wall__article.newsletter h2 {
  color: #1D1D1B;
}

.site-jeio .journal__wall__article.newsletter a {
  color: #1D1D1B;
}

.site-jeio .journal__wall__article.event a h2 {
  color: #767A6E;
  transition: color .35s;
}

.site-jeio .journal__wall__article.event a p {
  color: #767A6E;
}

.site-jeio .journal__wall__article.event a:hover h2 {
  color: #00953A;
}

.site-jeio .journal__wall__article.social a h2 {
  color: #00953A;
}

.site-jeio .journal__wall__article.social a p {
  color: #767A6E;
}

.site-jeio .journal__wall__article.magazine a h2 {
  color: #767A6E;
  transition: color .35s;
}

.site-jeio .journal__wall__article.magazine a p {
  color: #767A6E;
}

.site-jeio .journal__wall__article.magazine a:hover h2 {
  color: #00953A;
}

.site-jeio .journal__wall__pagination .journal__wall__pagination__link {
  color: #767A6E;
}

.site-jeio .journal__wall__pagination .journal__wall__pagination__link span:after {
  background: #00953A;
}

.site-jeio .journal__wall__pagination .journal__wall__pagination__link.-active span,
.site-jeio .journal__wall__pagination .journal__wall__pagination__link:hover span {
  color: #00953A;
}

.site-jeio .journal__wall__pagination .journal__wall__pagination__link.-active span:after,
.site-jeio .journal__wall__pagination .journal__wall__pagination__link:hover span:after {
  transform: translateY(0);
  opacity: 1;
}

.site-jeio .journal__back .backLink a {
  color: #767A6E;
}

.site-jeio .journal__back .backLink a:hover {
  color: #A1A29D;
}

.site-jeio .journal__back .backLink svg .pathColor {
  stroke: #767A6E;
}

.site-jeio .journal__acticle__wrap * {
  color: #767A6E;
}

.site-jeio .journal__wall__title {
  color: #767A6E;
}

.site-jeio .journal__wine__wrapper h2 {
  color: #767A6E;
}

.site-jeio .journal__wall__other .simpleButton {
  background: transparent;
  border-color: #757A6E;
  color: #757A6E;
}

.site-jeio .journal__wall__other .simpleButton .filler {
  fill: #757A6E;
}

.site-jeio .journal__wall__other .simpleButton:hover {
  color: #F5F5F0;
  border-color: #00953A;
  background: #00953A;
}

.site-jeio .journal__wall__other .simpleButton:hover .filler {
  fill: #F5F5F0;
}

.site-jeio .journal__pagination__anchor {
  color: #757A6E;
}

.site-jeio .journal__pagination__title {
  color: #767A6E;
}

.site-jeio .journal__share span {
  border: 1px solid #E7E7DC;
  transition: all .3s;
}

.site-jeio .journal__share span:hover {
  background-color: #00953A;
  border: 1px solid #00953A;
}

.site-jeio .journal__share span:hover .filler {
  fill: #FFFFFF;
}

.site-jeio .journal__share .filler {
  transition: all .3s;
}

/* @end */
.downloads-section .istWrap {
  padding-top: 5rem;
}

.downloads-section .istWrap .downloads {
  padding-top: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.downloads-section .istWrap .downloads .downloads-list {
  margin: 0 0 20px 0;
  padding: 0;
}

.downloads-section .istWrap .downloads .downloads-list li {
  list-style: none;
}

.downloads .downloads-list.subfolder li {
	padding-left: 1.3em;
}

.downloads h4.subfolder {
  font-size: 1.2em;
  margin-bottom: 0em;
	padding-left: 1em;
	color: #9a9a9a;
}


.downloads .downloads-list .filesize {
	color: #9a9a9a;
	 font-size: 0.9em;
}

/* @group Collezione */
.collezione-intro {
  padding-top: 0;
  color: #00953A;
}

.collezione-intro p {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  color: #00953A;
}

/* @end */
/* @Group territorio */
.section-crescita p {
  max-width: 30rem;
}

/* @end */
/* @group Storia */
.quoteAuthor {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}

/* @end */
/* @group Jeio Home */
@media (max-width: 799px) {
  .section-jazz {
    height: 50vh;
  }

  .section-jazz .backgroundBlock {
    background-position: 70% center;
  }
}

/* @end */
/* @group Stile */
.site-jeio.page-_stile .backgroundBlock.-cover {
  background-position: right bottom;
}

.site-jeio.page-_territorio .pageNext .backgroundBlock {
  background-position: right bottom;
}

.videoBaffoSection {
  background-color: #20201d !important;
  margin: 2rem 0;
}

.videoBaffoSection video {
  width: 100%;
  height: auto;
}

.videoBaffoSection .videoStileWrap {
  padding-top: 100%;
}

.videoBaffoSection .videoStileWrap>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 640px) {
  .videoBaffoSection {
    margin: 2rem 0;
  }
}

@media (min-width: 1024px) {
  .videoBaffoSection {
    margin: 3rem 0;
  }
}

@media (min-width: 1280px) {
  .videoBaffoSection {
    margin: 4rem 0;
  }
}

@media (min-width: 1600px) {
  .videoBaffoSection {
    margin: 5rem 0;
  }
}

/* @end */
/* @group Lunelli */
.page-_gruppo-lunelli {
  /* @group Loghi List */
  /* @end */
}

.page-_gruppo-lunelli .istText {
  padding-top: 1.5rem;
}

@media (min-width: 640px) {
  .page-_gruppo-lunelli .istText {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .page-_gruppo-lunelli .istText {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .page-_gruppo-lunelli .istText {
    padding-top: 4rem;
  }
}

@media (min-width: 1600px) {
  .page-_gruppo-lunelli .istText {
    padding-top: 6rem;
  }
}

.page-_gruppo-lunelli .section-loghi {
  padding: 6rem 0;
}

@media (min-width: 640px) {
  .page-_gruppo-lunelli .section-loghi {
    padding: 6rem 0;
  }
}

@media (min-width: 1024px) {
  .page-_gruppo-lunelli .section-loghi {
    padding: 8rem 0;
  }
}

@media (min-width: 1280px) {
  .page-_gruppo-lunelli .section-loghi {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .page-_gruppo-lunelli .section-loghi {
    padding: 14rem 0;
  }
}

@media (max-width: 799px) {
  .page-_gruppo-lunelli .logoMain {
    width: 60%;
    max-width: 180px;
  }
}

.page-_gruppo-lunelli .loghiList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

@media (min-width: 1024px) {
  .page-_gruppo-lunelli .loghiList {
    margin-top: 4rem;
  }
}

@media (min-width: 1400px) {
  .page-_gruppo-lunelli .loghiList {
    margin-top: 6rem;
  }
}

.page-_gruppo-lunelli .loghiList li {
  padding: .9375rem;
  width: 50%;
  text-align: center;
}

.page-_gruppo-lunelli .loghiList li a {
  transition: opacity .35s;
}

.page-_gruppo-lunelli .loghiList li a:hover {
  opacity: .5;
}

@media (min-width: 640px) {
  .page-_gruppo-lunelli .loghiList li {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .page-_gruppo-lunelli .loghiList li {
    width: 20%;
  }
}

/* @end */
/* @group Privacy */
.page-privacy-policy .policyText {
  padding-top: 1.5rem;
}

@media (min-width: 640px) {
  .page-privacy-policy .policyText {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .page-privacy-policy .policyText {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .page-privacy-policy .policyText {
    padding-top: 4rem;
  }
}

@media (min-width: 1600px) {
  .page-privacy-policy .policyText {
    padding-top: 6rem;
  }
}

/* @end */
/* @group Finanziamenti */
.page-_finanziamenti .finanziamentiTitle {
  font-size: 2.4rem;
  font-family: "CanelaItalic", serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

@media (min-width: 640px) {
  .page-_finanziamenti .finanziamentiTitle {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .page-_finanziamenti .finanziamentiTitle {
    font-size: 2.7rem;
  }
}

@media (min-width: 1280px) {
  .page-_finanziamenti .finanziamentiTitle {
    font-size: 2.85rem;
  }
}

@media (min-width: 1600px) {
  .page-_finanziamenti .finanziamentiTitle {
    font-size: 3rem;
  }
}

.page-_finanziamenti .policyText .smaller-block {
  padding-top: 3rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .page-_finanziamenti .policyText .smaller-block {
    padding-top: 5rem;
  }
}

@media (min-width: 1280px) {
  .page-_finanziamenti .policyText .smaller-block {
    padding-top: 7rem;
  }
}

.page-_finanziamenti .policyText .smaller-block p {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .page-_finanziamenti .policyText .smaller-block p {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  .page-_finanziamenti .policyText .smaller-block p {
    font-size: 18px;
  }
}
