@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #ec0e00;
  text-decoration: none;
}
a:hover, a:focus {
  color: #a00900;
  text-decoration: underline;
}
a:focus {
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #333;
}

.text-primary {
  color: #ec0e00;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #b90b00;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ec0e00;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b90b00;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #333;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #979797;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #979797;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #ec0e00;
  border-color: #d30c00;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #b90b00;
  border-color: #530500;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b90b00;
  border-color: #950900;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b90b00;
  background-image: none;
  border-color: #950900;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #950900;
  border-color: #530500;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #ec0e00;
  border-color: #d30c00;
}
.btn-primary .badge {
  color: #ec0e00;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #ec0e00;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #a00900;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #333;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

#views-exposed-form-tassonomia-categorie-contract-listato-contract div div div div div .dropdown-toggle {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: white !important;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #333;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #979797;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #333;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #333;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ec0e00;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #979797;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ec0e00;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #737373;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #595959;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #595959;
}
.navbar-inverse .navbar-nav > li > a {
  color: #595959;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #595959;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #595959;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #595959;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #ec0e00;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #a00900;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ec0e00;
  border-color: #ec0e00;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #333;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #333;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #333;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #1a1a1a;
}

.label-primary {
  background-color: #ec0e00;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #b90b00;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #333;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ec0e00;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ec0e00;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ec0e00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #333;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #333;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ec0e00;
  border-color: #ec0e00;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #ffbdb9;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ec0e00;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ec0e00;
  border-color: #ec0e00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ec0e00;
}
.panel-primary > .panel-heading .badge {
  color: #ec0e00;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ec0e00;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000000;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -25px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: table;
  content: " ";
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #333;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #ec0e00;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #ec0e00;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #ec0e00;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1280px) {
  .navbar.container {
    max-width: 1250px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #333;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #ec0e00;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #333;
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #ec0e00;
  color: #fff;
}

ol,
ul {
  padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block,
.control-group .help-inline {
  color: #333;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}

@font-face {
  font-family: "FSSiena-ExtraLight";
  src: url("/Fonts/FSSiena-ExtraLight/font.woff2") format("woff2"), url("/Fonts/FSSiena-ExtraLight/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "FSSiena-Light";
  src: url("/Fonts/FSSiena-Light/font.woff2") format("woff2"), url("/Fonts/FSSiena-Light/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "FSSiena-Regular";
  src: url("/Fonts/FSSiena-Regular/font.woff2") format("woff2"), url("/Fonts/FSSiena-Regular/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "FSSiena-Medium";
  src: url("/Fonts/FSSiena-Medium/font.woff2") format("woff2"), url("/Fonts/FSSiena-Medium/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-ExtraLight";
  src: url("/Fonts/SuisseIntl-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-Light";
  src: url("/Fonts/SuisseIntl-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-Regular";
  src: url("/Fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-Intl";
  src: url("/Fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-Medium";
  src: url("/Fonts/SuisseIntl-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-Bold";
  src: url("/Fonts/SuisseIntl-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Parmisan-ExtraLight";
  src: url("/Fonts/ParmigianoTextL-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Parmisan-Light";
  src: url("/Fonts/ParmigianoTextL-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Parmisan-Regular";
  src: url("/Fonts/ParmigianoTextL-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Parmisan-Medium";
  src: url("/Fonts/ParmigianoTextL-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Parmisan-Bold";
  src: url("/Fonts/Parmisan/OTF/ParmisanIntl-Bold.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("/Fonts/Roboto/Roboto-Light.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/Fonts/Roboto/Roboto-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/Fonts/Roboto/Roboto-Medium.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source_Sans_Pro-Light";
  src: url("/Fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source_Sans_Pro-Regular";
  src: url("/Fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Source_Sans_Pro-Medium";
  src: url("/Fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("ttf");
  font-display: swap;
}
.medium-text {
  font-size: 24px;
  line-height: 40px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}

.text-paragraph {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .text-paragraph {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
}

.label-text {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}

.small-text {
  font-size: 12px;
  line-height: 12px;
}

.small-abstract {
  font-size: 14px;
  line-height: 16px;
}

.light-text {
  font-size: 12px;
  line-height: 16px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .light-text {
    font-size: 20px;
    line-height: 32px;
  }
}

.text-big {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-big {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.49px;
  }
}

.text-big-2 {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .text-big-2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.49px;
  }
}

.heading-4 {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.38px;
  line-height: 24px;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .heading-4 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
    font-weight: 200;
  }
}

.heading-1 {
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .heading-1 {
    font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
    font-size: 40px;
    line-height: 56px;
  }
}

.heading-3 {
  font-size: 24px;
  line-height: 24px;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  letter-spacing: 0.46px;
}
@media screen and (min-width: 992px) {
  .heading-3 {
    font-size: 28px;
    line-height: 40px;
  }
}

.heading-2 {
  font-size: 26px;
  line-height: 29px;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .heading-2 {
    font-size: 32px;
    line-height: 48px;
  }
}

.teaser-author-text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}

.teaser-abstract {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.tab-text {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .tab-text {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
  }
}

button {
  background-color: transparent;
  border: none;
}

.underline-text {
  text-decoration: underline !important;
}

.bold-text {
  font-weight: 700 !important;
}

.semi-bold-text {
  font-weight: 600 !important;
}

.collout-text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.subheadling-text {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.body-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.headline-text {
  font-size: 24px;
  line-height: 32px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.heading-1-mini {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .heading-1-mini {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .heading-1-mini {
    font-size: 32px;
    line-height: 48px;
  }
}

.swiper-container, .swiper-espositori {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-container {
  height: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-container {
    position: absolute;
    right: 0px;
    background-color: #ec0e00;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    justify-content: center;
    text-align: right;
    color: #ffffff;
    min-width: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    height: 60%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-container .swiper-pagination-fraction {
    width: 40px;
    height: 100%;
    background: #ec0e00;
    margin-right: 2px;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .swiper-pagination-container .swiper-pagination-fraction {
    position: absolute;
    top: 22px;
  }
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets {
    display: none;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: #737373;
  margin: 0 8px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #db0d00;
}

.slider-formats,
.slider-highlights {
  margin-left: auto;
  width: 100% !important;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  padding: 0px 10px;
}
@media screen and (min-width: 992px) {
  .slider-formats,
  .slider-highlights {
    margin-left: 25% !important;
    width: 75% !important;
  }
}
.slider-formats .slide-decription,
.slider-highlights .slide-decription {
  position: absolute;
  bottom: 0px;
  padding: 0px 25px;
  color: white;
  z-index: 12;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .slider-formats .slide-decription,
  .slider-highlights .slide-decription {
    padding: 25px;
  }
}
.slider-formats .slide-decription .title,
.slider-highlights .slide-decription .title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 768px) {
  .slider-formats .slide-decription .title,
  .slider-highlights .slide-decription .title {
    font-size: 30px;
    letter-spacing: 0.76px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .slider-formats .slide-decription .title,
  .slider-highlights .slide-decription .title {
    font-size: 40px;
    letter-spacing: 0.76px;
    line-height: 45px;
  }
}
.slider-formats .slide-decription .caption,
.slider-highlights .slide-decription .caption {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .slider-formats .slide-decription .caption,
  .slider-highlights .slide-decription .caption {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .slider-formats .slide-decription .caption,
  .slider-highlights .slide-decription .caption {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.slider-formats .media-caption,
.slider-highlights .media-caption {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.27px;
  line-height: 20px;
  padding: 25px;
  top: 0px;
  color: #ffffff;
}
.slider-formats .swiper-slide,
.slider-highlights .swiper-slide {
  opacity: 0;
}
.slider-formats .swiper-slide-prev,
.slider-highlights .swiper-slide-prev {
  opacity: 0;
}
.slider-formats .swiper-slide-active,
.slider-highlights .swiper-slide-active {
  opacity: 1;
  margin-left: 50px;
  margin-right: 25px;
}
.slider-formats .swiper-slide-active .swiper-pagination-next,
.slider-highlights .swiper-slide-active .swiper-pagination-next {
  display: block;
}
.slider-formats .swiper-slide-active .swiper-pagination-prev,
.slider-highlights .swiper-slide-active .swiper-pagination-prev {
  display: block;
}
.slider-formats .swiper-slide-next,
.slider-highlights .swiper-slide-next {
  transform: scale(0.8) !important;
  opacity: 1;
}
.slider-formats .swiper-slide-duplicate,
.slider-highlights .swiper-slide-duplicate {
  opacity: 0;
}
.slider-formats .swiper-slide-duplicate.swiper-slide-active,
.slider-formats .swiper-slide-duplicate.swiper-slide-next,
.slider-highlights .swiper-slide-duplicate.swiper-slide-active,
.slider-highlights .swiper-slide-duplicate.swiper-slide-next {
  opacity: 1;
}
.slider-formats .swiper-pagination-next,
.slider-highlights .swiper-pagination-next {
  z-index: 1000;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #ec0e00;
  position: absolute;
  background-image: url("/images/right-arrow-red.png");
  display: none;
  background-size: 25px;
}
@media screen and (min-width: 992px) {
  .slider-formats .swiper-pagination-next,
  .slider-highlights .swiper-pagination-next {
    width: 45px;
    height: 45px;
    background-size: auto;
  }
}
.slider-formats .swiper-pagination-prev,
.slider-highlights .swiper-pagination-prev {
  z-index: 1000;
  top: 0px;
  right: 27px;
  width: 25px;
  height: 25px;
  background: #ec0e00;
  position: absolute;
  background-image: url("/images/left-arrow-red.png");
  display: none;
  background-size: 25px;
}
@media screen and (min-width: 992px) {
  .slider-formats .swiper-pagination-prev,
  .slider-highlights .swiper-pagination-prev {
    right: 47px;
    width: 45px;
    height: 45px;
    background-size: auto;
  }
}
.slider-formats a,
.slider-highlights a {
  z-index: 15px;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ec0e00;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
input[type=checkbox]:not(.MuiSwitch-input),
input[type=radio] {
  position: relative !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin-right: 10px !important;
  top: -2px !important;
}

input[type=checkbox]:before,
input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  content: "";
  border-color: #777;
  background-color: #f1f1f1;
  cursor: auto;
}

input[type=radio]:disabled:before,
input[type=checkbox]:disabled:before {
  box-shadow: none;
  border-color: #f3f3f3;
  background-color: #f1f1f1;
}

input[type=radio]:checked:disabled:after,
input[type=checkbox]:checked:disabled:after {
  box-shadow: none;
  color: #979797;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: -4px;
  width: 0px;
  height: 2px;
  color: #ec0e00;
  background-color: #ec0e00;
  font-size: 16px;
}

.form-group.has-float-label .input-wrapper {
  position: relative;
}
.form-group.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.form-group.has-float-label label,
.form-group.has-float-label > span {
  top: -8px;
  left: 0;
}
.form-group.has-float-label label:after,
.form-group.has-float-label > span:after {
  display: none;
}
.form-group.has-float-label input::placeholder {
  color: transparent !important;
}
.form-group.has-float-label.form-type-select .sdm-float-label-default-value label {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  font-weight: 400;
  z-index: 1;
}
.form-group.has-float-label.form-type-select .sdm-float-label-default-value .dropdown-toggle {
  background-color: transparent;
  border: initial;
  z-index: 5;
}

.search-block {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* Disabled checkbox */
}
.search-block [type=checkbox]:not(:checked),
.search-block [type=checkbox]:checked,
.search-block [type=radio]:not(:checked),
.search-block [type=radio]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
  display: none;
}
.search-block [type=checkbox]:not(:checked) + label,
.search-block [type=checkbox]:checked + label,
.search-block [type=radio]:not(:checked) + label,
.search-block [type=radio]:checked + label {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.05em;
  line-height: 1.5;
  cursor: pointer;
}
.search-block [type=checkbox]:not(:checked) + label:before,
.search-block [type=checkbox]:checked + label:before,
.search-block [type=radio]:not(:checked) + label:before,
.search-block [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  background: white;
  border-radius: 0px;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
.search-block [type=checkbox]:not(:checked) + label:after,
.search-block [type=checkbox]:checked + label:after,
.search-block [type=radio]:not(:checked) + label:after,
.search-block [type=radio]:checked + label:after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: 11px !important;
  width: 2px;
  height: 2px;
  font-size: 16px;
  color: #ec0e00;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-block [type=checkbox]:not(:checked) + label:after,
.search-block [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.search-block [type=checkbox]:checked + label:after,
.search-block [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.search-block [type=checkbox]:disabled:not(:checked) + label:before,
.search-block [type=checkbox]:disabled:checked + label:before,
.search-block [type=radio]:disabled:not(:checked) + label:before,
.search-block [type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #f3f3f3;
  background-color: #f1f1f1;
  cursor: auto;
}
.search-block [type=checkbox]:disabled:checked + label:after,
.search-block [type=radio]:disabled:checked + label:after {
  color: #777;
}
.search-block [type=checkbox]:disabled + label,
.search-block [type=radio]:disabled + label {
  color: #aaa;
}

.contact-us-dialog .form-type-checkbox input[type=checkbox] {
  top: 4px !important;
}
.contact-us-dialog .form-type-checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-dialog .form-type-checkbox input[type=checkbox]:before {
  font-size: 14px;
  color: transparent !important;
  background: white;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #777;
  text-align: center;
}
.contact-us-dialog .form-type-checkbox input[type=checkbox]:checked:before {
  color: white;
  background: #ec0e00;
}
.contact-us-dialog .form-type-checkbox input[type=checkbox]:checked:after {
  color: white;
  background: white;
}

.webform-submission-showroom-submission-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.webform-submission-showroom-submission-form .select-wrapper {
  border-bottom: 0 !important;
}
.webform-submission-showroom-submission-form .input-wrapper input, .webform-submission-showroom-submission-form .input-wrapper .dropdown {
  padding: 5px !important;
  border-bottom: solid 2px #000;
}
.webform-submission-showroom-submission-form .input-wrapper input:focus, .webform-submission-showroom-submission-form .input-wrapper .dropdown:focus {
  outline: none !important;
}
.webform-submission-showroom-submission-form .input-wrapper label {
  top: -10px !important;
}
.webform-submission-showroom-submission-form .form-type-webform-image-file label {
  top: -18px !important;
}
.webform-submission-showroom-submission-form .form-group.has-float-label.form-type-select .sdm-float-label-default-value label {
  top: -8px !important;
}

a:hover {
  text-decoration: none !important;
}

.footer {
  background-color: #ec0e00;
  color: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.webform-confirmation__message {
  margin: auto;
  text-align: center;
  font-family: "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, "Sans Serif";
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -0.51px;
  line-height: 32px;
}

.webform-confirmation__message h4 {
  font-family: "FS Siena";
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
}

.menu--footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}
.menu--footer a,
.menu--footer a:hover,
.menu--footer a:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: inherit !important;
}
.menu--footer li {
  flex-basis: 50%;
  text-align: left;
}
.menu--footer li a {
  padding: 10px 0px;
}
@media screen and (min-width: 992px) {
  .menu--footer li a {
    padding: 0px 0px 10px 10px;
  }
}
@media screen and (min-width: 992px) {
  .menu--footer li {
    padding-top: 0px;
    flex-basis: unset;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .menu--footer {
    margin-top: 100px !important;
    justify-content: flex-end;
  }
}

.region-footer-top .white-divider {
  padding: 1px;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
.region-footer-top .row {
  margin: 0;
}

.newsletter-container {
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .newsletter-container {
    flex-direction: row;
  }
}
.newsletter-container form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.newsletter-container form label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .newsletter-container {
    margin-bottom: 100px;
  }
}

.form-group.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.newsletter-text-footer {
  color: #ffffff;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 30px;
}

.subscribe-text {
  display: none;
}

.subscribe-button {
  background-color: white;
  border: solid 1px #ec0e00;
  width: 158px;
  height: 40px;
  float: right;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .subscribe-button {
    float: unset;
    margin-top: unset;
  }
}

.social-links {
  text-align: right;
}
.social-links a {
  padding-left: 5px;
  padding-right: 5px;
}
.social-links img {
  height: 30px;
}
.social-links img:first-child {
  margin-left: 0px;
}
@media screen and (min-width: 992px) {
  .social-links img {
    margin-left: 5px;
    margin-right: 5px;
  }
}

#block-sociallinks-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  padding-right: 25px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  #block-sociallinks-2 {
    padding: 0;
    display: block;
    padding-top: 24px;
  }
}

#block-sociallinks {
  text-align: center;
  margin-top: 40px;
}

.small-text-footer {
  font-size: 12px;
  line-height: 16px;
  font-family: "Suisse-ExtraLight", "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .small-text-footer {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
  }
}

.padding-top-footer {
  margin-top: 30px;
}

.contacts {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts a {
  margin-right: 50px;
}

.label-text-footer {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .label-text-footer {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 24px;
    margin-top: 5px;
  }
}
.label-text-footer a {
  color: white !important;
}

@media (max-width: 767px) {
  .menu--footer a,
  .menu--footer a:hover,
  .menu--footer a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: inherit !important;
  }
}
#newsletter-open {
  margin-top: 28px;
}
#newsletter-open .form-group {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  #newsletter-open {
    margin-top: unset;
  }
}

.region-footer-bottom {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .region-footer-bottom .social-links {
    display: none;
  }
}
.region-footer-bottom .row {
  margin: 0;
}

.blocco-partners {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .blocco-partners {
    flex-direction: row;
  }
}
.blocco-partners .with-padding {
  padding-right: 5%;
}
.blocco-partners .single {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  border-top: solid 1px #737373;
}
.blocco-partners .single .field--label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
.blocco-partners .single .partners-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .blocco-partners .single .partners-list {
    flex-direction: row;
  }
}
.blocco-partners .single .partners-list .simple-item {
  justify-content: flex-start;
}
.blocco-partners .single .partners-list .paragraph__column {
  padding-left: 0px;
}
.blocco-partners .single .partners-list .field--name-field-logo {
  position: relative;
  /*  height: 55px;*/
}
.blocco-partners .single .partners-list .field--name-field-logo img {
  padding: 10px;
  filter: saturate(0);
  max-width: 250px;
}
.blocco-partners .single .partners-list .field--name-field-logo img:hover {
  filter: saturate(1);
}

.alert-dismissible {
  display: none !important;
}

.block-dropdown-language {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.block-dropdown-language .panel {
  box-shadow: none;
}
.block-dropdown-language .panel-heading {
  display: none;
}
.block-dropdown-language .panel-default {
  border: none;
}
.block-dropdown-language .panel-body {
  padding: 0px;
}
.block-dropdown-language .btn {
  border: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
}
.block-dropdown-language .btn-default {
  padding-right: 0px;
}
.block-dropdown-language .dropdown-menu {
  position: absolute;
  box-shadow: 0px 0px 6px #979797;
  z-index: 100;
  background: white;
  top: 40px;
  right: 0px;
  min-width: 300px;
  padding: 10px;
  border-radius: 0px;
  left: unset;
}
.block-dropdown-language .dropdown-menu a {
  background-color: #ffffff !important;
}
.block-dropdown-language .dropdown-menu a :hover {
  color: #ec0e00 !important;
}

.language-link {
  text-transform: uppercase;
}

.custom-language-container {
  position: relative;
  margin-right: 15px;
}

.language-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 10;
}
.language-container .caret {
  color: #979797 !important;
  margin-left: 10px;
}
.language-container a {
  color: #979797;
  display: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.language-container a.is-active {
  color: #979797 !important;
  display: block;
  z-index: 8;
}

.language-container-mobile {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.language-container-mobile a.language-link {
  color: #ec0e00;
  text-decoration: underline;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.language-container-mobile .separator {
  border-left: 1px solid #ec0e00;
  margin: 0 20px;
}

.custom-block-language {
  position: absolute;
  display: none;
  box-shadow: 0px 0px 6px #979797;
  z-index: 100;
  background: white;
  top: 85px;
  right: 0px;
  width: 200px;
  padding: 20px;
  border-radius: 0px;
  left: unset;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  z-index: 30000;
}
@media screen and (min-width: 768px) {
  .custom-block-language {
    top: 45px;
  }
}
.custom-block-language a {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding-left: 0px !important;
}
.custom-block-language a :hover {
  color: #ec0e00 !important;
}
.custom-block-language a.is-active {
  color: #ec0e00 !important;
}
.custom-block-language .custom-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f3f3f3;
}
.custom-block-language ul {
  padding-left: 0;
}
.custom-block-language ul li {
  list-style-type: none;
}

#user-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
}
#user-container .user-data .user-name-surname {
  color: #000000;
}
#user-container .user-data .user-email {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  color: #000000;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
}

#user-circle .user-menu-popup {
  position: absolute;
  box-shadow: 0px 0px 6px #979797;
  z-index: 10000;
  background: white;
  top: 40px;
  right: 0px;
  display: none;
  min-width: 250px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  #user-circle .user-menu-popup {
    min-width: 300px;
  }
}
#user-circle .user-menu-popup .user-email {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  #user-circle .user-menu-popup .user-email {
    max-width: unset;
  }
}

.iniziali {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #ec0e00;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.menu--menu-account-utente-generico {
  float: left;
}
.menu--menu-account-utente-generico a {
  color: #000000;
  padding: 5px 0px !important;
  float: left;
}
.menu--menu-account-utente-generico a :hover {
  color: #ec0e00 !important;
}

#login-button {
  margin-right: 15px;
  border: none;
  background: none;
}
#login-button a {
  color: #ec0e00;
}

#search-toggle {
  margin-right: 10px;
  cursor: pointer;
}

.overlay-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 100000;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.block-views-exposed-filter-blockricerca-pagina-ricerca .form-item {
  width: 100%;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext {
  width: 100%;
  position: relative;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group input,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext input {
  background-color: white;
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  border-bottom: 2px solid #333333;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 0px;
  color: #000000;
  min-height: 60px;
  width: 100%;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group input::-webkit-input-placeholder,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.4;
  color: #000000;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group input::-moz-placeholder,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.4;
  color: #000000;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group input:-ms-input-placeholder,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.4;
  color: #000000;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group input:-moz-placeholder,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.4;
  color: #000000;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .input-group img,
.block-views-exposed-filter-blockricerca-pagina-ricerca .js-form-item-search-api-fulltext img {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  opacity: 0.4;
}

.search-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.34px;
  line-height: 24px;
  color: #333333;
}

.view-ricerca-tag-articoli .view-content {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
}
.view-ricerca-tag-articoli .view-content .search-label {
  display: flex;
  background-color: #f3f3f3;
  margin-right: 16px;
  margin-top: 16px;
  padding: 5px 12.5px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.41px;
  line-height: 28px;
  color: #979797;
}
.view-ricerca-tag-articoli .view-content .search-label a {
  color: #979797;
}

.view-filters .view-content {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.view-filters .view-content .search-label {
  margin-right: 0px;
  margin-top: 16px;
  padding: 5px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  display: block;
  letter-spacing: -0.41px;
  line-height: 28px;
  text-transform: uppercase;
  flex-basis: calc(20% - 30px);
  color: black;
  background-color: white;
}
.view-filters .view-content .search-label a {
  color: black;
}

#close-search {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 24px;
  position: absolute;
  top: 5%;
  right: 10%;
  display: flex;
  align-items: center;
}
#close-search img {
  margin-left: 10px;
}

.search-api-autocomplete-search {
  border-radius: 0px;
  border: 0px !important;
  box-shadow: none;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 24px;
}
.search-api-autocomplete-search .ui-menu-item {
  padding: 8px 0px;
}
.search-api-autocomplete-search .ui-menu-item:hover {
  background: white;
  color: #ec0e00;
}
.search-api-autocomplete-search .ui-state-active {
  background: white;
  color: #ec0e00;
}
.search-api-autocomplete-search .ui-state-active .search-api-autocomplete-suggestion {
  background: white !important;
  color: #ec0e00 !important;
}

#new-navbar {
  width: 100%;
  height: 95px;
}
#new-navbar.active, #new-navbar.mobile-active {
  position: fixed;
  z-index: 100000;
  top: 0;
}
#new-navbar.active .nav-menu-box-white {
  position: fixed;
  top: 45px;
}
#new-navbar #menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  margin-top: 45px;
}
#new-navbar #menu-overlay.active {
  display: none;
}
@media screen and (min-width: 992px) {
  #new-navbar #menu-overlay.active {
    display: block;
  }
}
#new-navbar .sub-menu-ajax {
  display: none;
  grid-column: span 2;
  height: 100%;
  padding: 25px 40px;
  position: relative;
  background-color: #ffffff;
  border-top: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
}
#new-navbar .sub-menu-ajax.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#new-navbar .sub-menu-ajax.active-brands {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}
#new-navbar .sub-menu-ajax .contributor-item {
  padding: 15px;
  background-color: #eeeeee;
  padding-top: 0;
}
#new-navbar .sub-menu-ajax .contributor-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
}
#new-navbar .sub-menu-ajax .contributor-item:hover .title {
  text-decoration: underline;
}
#new-navbar .sub-menu-ajax .contributor-item .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-bottom: 5px;
  color: #000000;
}
#new-navbar .sub-menu-ajax .contributor-item .body {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
#new-navbar .sub-menu-ajax .design-storie-item {
  padding: 15px;
  background-color: #eeeeee;
  padding-top: 0;
}
#new-navbar .sub-menu-ajax .design-storie-item .design-storie-item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#new-navbar .sub-menu-ajax .design-storie-item img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  margin-bottom: 10px;
}
#new-navbar .sub-menu-ajax .design-storie-item:hover .title {
  text-decoration: underline !important;
}
#new-navbar .sub-menu-ajax .design-storie-item:hover .label-storie {
  color: #ec0e00;
}
#new-navbar .sub-menu-ajax .design-storie-item .title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 5px;
}
#new-navbar .sub-menu-ajax .design-storie-item .author {
  font-size: 12px;
  line-height: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 0;
  color: #333333;
  text-transform: capitalize;
}
#new-navbar .sub-menu-ajax .design-storie-item .label-design-storie {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 5px;
  color: #ec0e00;
}
#new-navbar .sub-menu-ajax .brand-item {
  width: 80px;
  height: 80px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-navbar .sub-menu-ajax .brand-item:hover {
  border: solid 3px #ec0e00;
  padding: 2px;
}
#new-navbar .sub-menu-ajax .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#new-navbar .sub-menu-ajax .show-all {
  position: initial !important;
  margin-top: 20px;
  grid-column: span 3;
  display: flex;
  align-items: flex-end;
}
#new-navbar .loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#new-navbar .loader-container .loader-nav {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #ec0e00;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
#new-navbar .title-3 {
  font-size: 24px;
  line-height: 40px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#new-navbar .title-4 {
  font-size: 20px;
  line-height: 34px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#new-navbar .title-5 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#new-navbar .nav-header {
  background-color: #ec0e00;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-header {
    position: relative;
    z-index: 1002;
    height: 45px;
  }
}
#new-navbar .nav-header .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-header .box-header {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  #new-navbar .nav-header .box-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #new-navbar .nav-header .box-header {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #new-navbar .nav-header .box-header {
    width: 1280px;
  }
}
#new-navbar .nav-header .body-text {
  margin: 0;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-header {
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 25px;
  }
}
#new-navbar .nav-header .nav-header-links {
  display: none;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-header .nav-header-links {
    display: block;
  }
}
#new-navbar .nav-header .nav-header-links ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#new-navbar .nav-header .nav-header-links ul .link {
  color: #ffffff;
  background: none;
  border: none;
}
#new-navbar .nav-header .nav-header-links ul .link:hover {
  text-decoration: underline !important;
}
#new-navbar .nav-menu-box-white {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: -5;
}
#new-navbar .nav-menu {
  padding: 10px 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #new-navbar .nav-menu {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #new-navbar .nav-menu {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #new-navbar .nav-menu {
    width: 1280px;
  }
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu {
    position: relative;
    z-index: 1000;
    height: 70px;
  }
}
#new-navbar .nav-menu .logo-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .logo-desktop {
    display: block;
  }
}
#new-navbar .nav-menu .logo-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .logo-mobile {
    display: none;
  }
}
#new-navbar .nav-menu .link-hidden {
  overflow: hidden;
}
#new-navbar .nav-menu .first-link,
#new-navbar .nav-menu .highlight-link,
#new-navbar .nav-menu .second-link,
#new-navbar .nav-menu .link-mobile--0,
#new-navbar .nav-menu .link-mobile--2,
#new-navbar .nav-menu .link-mobile--3,
#new-navbar .nav-menu .link-mobile--1 {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out, color 0.01s ease-in-out;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .first-link,
  #new-navbar .nav-menu .highlight-link,
  #new-navbar .nav-menu .second-link,
  #new-navbar .nav-menu .link-mobile--0,
  #new-navbar .nav-menu .link-mobile--2,
  #new-navbar .nav-menu .link-mobile--3,
  #new-navbar .nav-menu .link-mobile--1 {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out, color 0.01s ease-in-out;
  }
}
#new-navbar .nav-menu .animation-link {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .animation-link {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
#new-navbar .nav-menu .chip-new {
  height: 25px;
  padding: 0 10px;
  border-radius: 25px;
  min-width: 90px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#new-navbar .nav-menu .show-all {
  position: absolute;
  left: 15px;
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .show-all {
    left: 35px;
  }
}
#new-navbar .nav-menu .show-all a {
  color: #ec0e00;
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#new-navbar .nav-menu .show-all a:hover {
  text-decoration: underline !important;
}
#new-navbar .nav-menu .show-all img {
  margin-left: 10px;
}
#new-navbar .nav-menu .menu-highlight {
  background-color: #f0f0f0;
}
#new-navbar .nav-menu .menu-highlight,
#new-navbar .nav-menu .menu-highlight-desktop {
  padding: 15px;
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .menu-highlight,
  #new-navbar .nav-menu .menu-highlight-desktop {
    align-items: flex-start !important;
    padding: 25px !important;
    padding-left: 0 !important;
    height: 100% !important;
    opacity: 1;
    transform: none;
    transition: all 0.3s ease-in-out;
  }
}
#new-navbar .nav-menu .menu-highlight .body-text,
#new-navbar .nav-menu .menu-highlight-desktop .body-text {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 10px;
}
#new-navbar .nav-menu .menu-highlight li,
#new-navbar .nav-menu .menu-highlight-desktop li {
  width: 100%;
}
#new-navbar .nav-menu .menu-highlight li .menu-highlight-item,
#new-navbar .nav-menu .menu-highlight-desktop li .menu-highlight-item {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  padding: 10px;
  padding-left: 0;
  width: 100%;
}
#new-navbar .nav-menu .menu-highlight li .menu-highlight-item:hover,
#new-navbar .nav-menu .menu-highlight-desktop li .menu-highlight-item:hover {
  background-color: #ec0e00;
  color: #ffffff;
  text-decoration: underline !important;
}
#new-navbar .nav-menu .menu-highlight li .menu-highlight-item:hover span,
#new-navbar .nav-menu .menu-highlight-desktop li .menu-highlight-item:hover span {
  text-decoration: underline !important;
}
#new-navbar .nav-menu .menu-highlight li .menu-highlight-item:focus,
#new-navbar .nav-menu .menu-highlight-desktop li .menu-highlight-item:focus {
  outline-offset: 2px !important;
}
#new-navbar .nav-menu .menu-highlight li .menu-highlight-item .menu-highlight-img,
#new-navbar .nav-menu .menu-highlight-desktop li .menu-highlight-item .menu-highlight-img {
  height: 70px;
  width: 100px;
  margin-right: 10px;
  object-fit: cover;
}
#new-navbar .nav-menu .sub-sub-menu-container {
  border-top: solid 1px #eeeeee;
  background-color: #ffffff;
}
#new-navbar .nav-menu .grid-container,
#new-navbar .nav-menu .list-container {
  padding: 0 15px;
  width: 100%;
}
#new-navbar .nav-menu .grid-container .menu-item,
#new-navbar .nav-menu .grid-container .submenu-item-desktop,
#new-navbar .nav-menu .list-container .menu-item,
#new-navbar .nav-menu .list-container .submenu-item-desktop {
  padding: 0;
  margin-bottom: 0 !important;
}
#new-navbar .nav-menu .grid-container .menu-item a,
#new-navbar .nav-menu .grid-container .submenu-item-desktop a,
#new-navbar .nav-menu .list-container .menu-item a,
#new-navbar .nav-menu .list-container .submenu-item-desktop a {
  background-color: #f0f0f0;
  padding: 5px 10px;
}
#new-navbar .nav-menu .grid-container .menu-item a:hover,
#new-navbar .nav-menu .grid-container .submenu-item-desktop a:hover,
#new-navbar .nav-menu .list-container .menu-item a:hover,
#new-navbar .nav-menu .list-container .submenu-item-desktop a:hover {
  background-color: #ec0e00;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#new-navbar .nav-menu .grid-container .menu-item a:hover span,
#new-navbar .nav-menu .grid-container .submenu-item-desktop a:hover span,
#new-navbar .nav-menu .list-container .menu-item a:hover span,
#new-navbar .nav-menu .list-container .submenu-item-desktop a:hover span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#new-navbar .nav-menu .grid-container .menu-item .flex-box,
#new-navbar .nav-menu .grid-container .submenu-item-desktop .flex-box,
#new-navbar .nav-menu .list-container .menu-item .flex-box,
#new-navbar .nav-menu .list-container .submenu-item-desktop .flex-box {
  display: none;
}
#new-navbar .nav-menu .grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
#new-navbar .nav-menu .grid-container a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  min-width: 45px;
}
#new-navbar .nav-menu .grid-container a span {
  text-transform: uppercase;
}
#new-navbar .nav-menu .list-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
#new-navbar .nav-menu .menu-item,
#new-navbar .nav-menu .submenu-item-desktop {
  width: 100%;
  padding: 5px 15px;
  cursor: pointer;
  display: flex;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .menu-item,
  #new-navbar .nav-menu .submenu-item-desktop {
    padding: 5px 35px;
  }
}
@media only screen and (max-height: 600px) {
  #new-navbar .nav-menu .menu-item,
  #new-navbar .nav-menu .submenu-item-desktop {
    padding: 5px 20px;
  }
}
#new-navbar .nav-menu .menu-item.active,
#new-navbar .nav-menu .submenu-item-desktop.active {
  background-color: #f0f0f0;
}
#new-navbar .nav-menu .menu-item.active > .link,
#new-navbar .nav-menu .submenu-item-desktop.active > .link {
  color: #ec0e00;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#new-navbar .nav-menu .menu-item.active > .link span,
#new-navbar .nav-menu .submenu-item-desktop.active > .link span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#new-navbar .nav-menu .menu-item.active > .link > .flex-box > .icon-arrow,
#new-navbar .nav-menu .submenu-item-desktop.active > .link > .flex-box > .icon-arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(6301%) hue-rotate(345deg) brightness(83%) contrast(118%);
}
#new-navbar .nav-menu .menu-item.active > .link > .flex-box > .animation-opacity,
#new-navbar .nav-menu .submenu-item-desktop.active > .link > .flex-box > .animation-opacity {
  opacity: 1;
}
#new-navbar .nav-menu .menu-item.active > .link > .icon,
#new-navbar .nav-menu .submenu-item-desktop.active > .link > .icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(6301%) hue-rotate(345deg) brightness(83%) contrast(118%);
}
#new-navbar .nav-menu .menu-item .link,
#new-navbar .nav-menu .submenu-item-desktop .link {
  color: #000000;
  width: 100%;
  display: flex;
  position: relative;
  border: none;
  background: none;
}
#new-navbar .nav-menu .menu-item .link .flex-box,
#new-navbar .nav-menu .submenu-item-desktop .link .flex-box {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#new-navbar .nav-menu .menu-item .icon,
#new-navbar .nav-menu .menu-item .icon-arrow,
#new-navbar .nav-menu .submenu-item-desktop .icon,
#new-navbar .nav-menu .submenu-item-desktop .icon-arrow {
  width: 30px;
}
#new-navbar .nav-menu .menu-item .icon,
#new-navbar .nav-menu .submenu-item-desktop .icon {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
#new-navbar .nav-menu .submenu-item-desktop:hover {
  background-color: #ec0e00;
}
#new-navbar .nav-menu .submenu-item-desktop:hover > .link {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#new-navbar .nav-menu .submenu-item-desktop:hover > .link span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#new-navbar .nav-menu .submenu-item-desktop:hover > .link > .flex-box > .icon-arrow {
  filter: invert(1);
}
#new-navbar .nav-menu .submenu-item-desktop:hover > .link > .flex-box > .animation-opacity {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
#new-navbar .nav-menu .submenu-item-desktop:hover > .link > .icon {
  filter: brightness(0) invert(1);
}
#new-navbar .nav-menu .submenu-item-desktop .animation-opacity {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop {
    display: block;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop.active > .link, #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop:hover > .link {
    border-top: solid 1px #ec0e00;
    color: #ec0e00;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop > .link {
    color: #000000;
    cursor: pointer;
    padding: 5px 10px;
    background: none;
    border: none;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop > .link.button {
    color: #ec0e00;
    border: solid 1px #ec0e00;
    background: none;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .bg-submenu-desktop {
    position: absolute;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    border-top: solid 1px #eeeeee;
    top: -200vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transition: top 0.3s ease-in-out;
    z-index: -15;
    min-height: 550px;
    content: "";
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .bg-submenu-desktop.active {
    top: 100%;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .bg-submenu-desktop .bg-dark-w {
    background-color: #f0f0f0;
    margin-right: -2px;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .bg-submenu-desktop-2 {
    position: fixed;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 8px 13px -4px rgba(51, 51, 3, 0.5);
    -webkit-box-shadow: 0px 8px 13px -4px rgba(51, 51, 3, 0.5);
    -moz-box-shadow: 0px 8px 13px -4px rgba(51, 51, 3, 0.5);
    top: -200vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transition: top 0.3s ease-in-out;
    z-index: -20;
    min-height: 550px;
    border-top: solid 1px #eeeeee;
    content: "";
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .bg-submenu-desktop-2.active {
    top: 115px;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .bg-submenu-desktop-2 .bg-dark-w-2 {
    background-color: #f0f0f0;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 550px;
    top: -100vh;
    grid-template-columns: repeat(3, 1fr);
    transition: top 0.3s ease-in-out;
    z-index: -10;
    opacity: 0;
    max-height: 100vh;
    overflow-y: auto;
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-height: 558px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop {
    padding-bottom: 115px;
  }
}
@media screen and (min-width: 992px) and (max-height: 458px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop {
    padding-bottom: 215px;
  }
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop.active {
    top: 100%;
    opacity: 1;
    display: grid;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .flex-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
    padding: 30px 0;
    width: 100%;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .subsubmenu {
    position: relative;
    border-left: solid 1px #eeeeee;
    height: 100%;
    display: none;
    width: 100%;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .subsubmenu.active {
    display: flex;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .submenu-item-image {
    height: 100%;
    width: 100%;
    display: none;
    height: 548px;
    position: relative;
    margin-top: 2px;
    border-left: solid 1px #eeeeee;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .submenu-item-image.active {
    display: block;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .submenu-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .submenu-item-image .brand-name {
    position: absolute;
    left: 15px;
    top: 0;
    background-color: #ec0e00;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
    cursor: pointer;
  }
  #new-navbar .nav-menu .nav-menu-box .nav-menu-links-desktop ul .menu-item-desktop .submenu-desktop .submenu-item-image .brand-name:hover {
    text-decoration: underline !important;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar {
  display: flex;
  align-items: center;
  gap: 10px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .select-lenguage {
  display: none;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .select-lenguage {
    display: block;
    margin-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .select-lenguage .links {
    font-size: 20px;
    line-height: 28px;
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .select-lenguage .links a,
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .select-lenguage .links .caret {
  color: #000000 !important;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .user-profile {
    margin-bottom: 10px;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .user-profile .iniziali {
  margin-right: 0;
  width: 33px;
  height: 33px;
  border: 0;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .search-container {
    margin-bottom: 10px;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar .search-container #search-toggle {
  margin-right: 0;
  width: 40px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu {
  display: block;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu {
    display: none;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu.active .burger-lines {
  transform: scale(0.6);
  margin-bottom: 5px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu.active .burger-lines span {
  transform: rotate(45deg);
  background-color: #000000;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu.active .burger-lines span::before {
  top: 0;
  transform: rotate(-90deg);
  background-color: #000000;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu.active .burger-lines span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: #000000;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-lines {
  position: relative;
  cursor: pointer;
  width: 33px;
  height: 20px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-lines span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec0e00;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-lines span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec0e00;
  transition: all 0.3s ease-in-out;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-lines span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ec0e00;
  transition: all 0.3s ease-in-out;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav {
  position: fixed;
  right: -100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  bottom: 0;
  top: 95px;
  padding-top: 15px;
  height: calc(100% - 95px);
  transition: none;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav.active {
  transition: right 0.3s ease-in-out;
  border-top: solid 1px #eeeeee;
  right: 0;
}
@media screen and (min-width: 992px) {
  #new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav {
    display: none !important;
  }
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: scroll;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .container-navigation-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu {
  position: fixed;
  right: -100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1001;
  transition: right 0.3s ease-in-out;
  padding: 0;
  padding-top: 20px;
  bottom: 0;
  top: 95px;
  list-style: none;
  height: calc(100% - 95px);
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu.active {
  right: 0;
  border-top: solid 1px #eeeeee;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu .back-button {
  line-height: 28px;
  font-size: 20px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  cursor: pointer;
  background-color: #f0f0f0;
  padding: 5px 25px;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu .back-button .back-icon {
  transform: rotate(180deg);
  margin-right: 20px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu .info-name {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
  margin-bottom: 10px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu-ajax-mobile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  overflow-y: scroll;
  height: 100%;
  padding: 10px;
  padding-bottom: 180px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu-ajax-mobile-grid .brand-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu-ajax-mobile-grid .brand-item:hover img {
  border: solid 3px #ec0e00;
  padding: 2px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu-ajax-mobile-grid .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 80px;
  max-height: 80px;
}
#new-navbar .nav-menu .nav-menu-box .nav-menu-sidebar #burger-menu .burger-nav .burger-nav-links .menu-item .submenu-ajax-mobile-grid .show-all {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
  height: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-servizi-div-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 120px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
}
@media screen and (min-width: 992px) {
  .menu-servizi-div-container {
    flex-wrap: wrap;
    height: auto;
    overflow: auto;
    white-space: nowrap;
  }
}

.menu-servizi-div-desktop {
  background-color: white;
  padding: 10px 10px;
  margin: 21px 5px 0px 5px;
  display: flex;
  align-items: center;
  height: auto;
  white-space: nowrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .menu-servizi-div-desktop {
    padding: 10px 0px;
    flex-basis: calc(20% - 10px);
    justify-content: center;
    white-space: normal;
  }
}

.menu-servizi-div-desktop a {
  color: black;
}

.menu-servizi-div-desktop a .is-active {
  color: red;
}

.div-servizi-back {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
}

.div-servizi-back a {
  color: black;
}

.div-header-servizi {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}

.rowlogo {
  padding-top: 60px;
}

.detail-sub-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .detail-sub-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.detail-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .detail-title {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .detail-title-link {
    margin-bottom: 50px;
  }
}
.detail-title-link a:hover {
  color: #ec0e00 !important;
}

.heading-1-mini .brand-chip {
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 25px;
  width: 115px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.brand-card {
  width: 100%;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.brand-card img {
  padding-bottom: 25px !important;
  max-width: 80% !important;
}
.brand-card .content-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.brand-card .content-flex .content-flex-flag {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100px;
  position: relative;
}
.brand-card .content-flex .content-flex-flag .brand-chip {
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 25px;
  min-width: 115px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.brand-card .content-flex .content-flex-flag .flag-flag {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.brand-card .content-flex .content-flex-flag .flag-flag span {
  display: none;
}
.brand-card .content-flex .content-flex-flag .flag-flag img {
  background-color: #ec0e00;
  padding-bottom: 5px !important;
  padding: 5px;
  max-width: 100% !important;
}
.brand-card .div-content-text {
  min-height: fit-content;
}
.brand-card .div-content-text .text-brand {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}

.div-content-logo {
  width: 100px;
}

.div-content-text {
  min-height: 120px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .div-content-text {
    display: inherit;
  }
}
@media screen and (min-width: 992px) {
  .div-content-text {
    display: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .div-content-text {
    display: inherit;
  }
}

.view-brand .view-filters {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .view-brand .view-filters {
    margin-bottom: 60px;
  }
}
.view-brand .views-infinite-scroll-content-wrapper {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.view-brand .view-content {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin-bottom-divider {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .rowlogo {
    padding-top: 0px;
  }
}
.node-cover img {
  margin: 0 auto;
}

.brand-teaser .field--name-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}
.brand-teaser .field--name-field-logo img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .brand-teaser .field--name-field-logo img {
    max-width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .brand-teaser .field--name-field-logo img {
    max-width: 50%;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .brand-teaser .field--name-field-logo img {
    max-width: 50%;
    padding-bottom: 100px;
  }
}

.scheda-espositore .sub-text,
.scheda-espositore .sub-element {
  font-style: normal;
}
.scheda-espositore .flag-flag a {
  font-weight: 400;
}
.scheda-espositore .field--name-field-logo img {
  max-width: 200px;
  height: auto;
}
.scheda-espositore .sub-text-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .scheda-espositore .sub-text-row {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.scheda-espositore .sub-text-row a {
  color: #ec0e00 !important;
}
.scheda-espositore .sub-text-row .contact {
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .scheda-espositore .sub-text-row .contact {
    letter-spacing: 0.38px;
    line-height: 25px;
    font-size: 20px;
  }
}
.scheda-espositore .sub-text-row .contact a {
  text-decoration: none !important;
}
.scheda-espositore .field--name-field-link-facebook a,
.scheda-espositore .field--name-field-link-linkedin a,
.scheda-espositore .field--name-field-link-pinterest a,
.scheda-espositore .field--name-field-link-instagram a {
  text-decoration: none !important;
}
.scheda-espositore .field--name-field-link-facebook img,
.scheda-espositore .field--name-field-link-linkedin img,
.scheda-espositore .field--name-field-link-pinterest img,
.scheda-espositore .field--name-field-link-instagram img {
  width: 30px;
  height: auto;
}

.content-summary {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .content-summary {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }
}

.brand-cover {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .brand-cover {
    margin-bottom: 70px;
  }
}

/** Partners **/
.partner-logo {
  text-align: center;
}
.partner-logo img {
  margin: 0 auto;
  margin-bottom: 40px;
}

.view-partner .view-content {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}
.view-partner .view-content h2 {
  padding: 15px 0px;
  margin: 15px 15px 30px 15px;
  border-bottom: 2px solid #ec0e00;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
}
.view-partner .view-content .div-content-text {
  min-height: 60px;
}

.text-big-partners {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 32px;
}

.teaser-abstract-partners {
  font-size: 14px;
  line-height: 20px;
}

.brand-page .header-full-new {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new {
    width: 80%;
    margin: 20px auto;
  }
}
.brand-page .header-full-new .header-back {
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-back {
    opacity: 1;
  }
}
.brand-page .header-full-new .header-back img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.brand-page .header-full-new .header-back p {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #000000;
}
.brand-page .header-full-new .header-back p::first-letter {
  text-transform: uppercase !important;
}
.brand-page .header-full-new .header-flex-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brand-page .header-full-new .header-flex-inner img {
  margin-right: 10px !important;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-flex-inner img {
    margin-right: 0px !important;
  }
}
.brand-page .header-full-new .header-flex-inner > div {
  margin-left: 20px;
}
.brand-page .header-full-new .header-flex-inner > div > a {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  height: 100%;
  text-transform: lowercase;
}
.brand-page .header-full-new .header-flex-inner > div > a::first-letter {
  text-transform: uppercase !important;
}
.brand-page .header-full-new .header-flex-inner > div > a:first-child {
  margin-left: 0;
}
.brand-page .header-full-new .header-flex-inner > div .social-icons {
  height: 24px;
  width: 24px;
}
.brand-page .header-full-new .header-flex-inner .bookmark-box,
.brand-page .header-full-new .header-flex-inner .flag-flag {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
}
.brand-page .header-full-new .header-flex-inner .bookmark-box > a,
.brand-page .header-full-new .header-flex-inner .bookmark-box span,
.brand-page .header-full-new .header-flex-inner .flag-flag > a,
.brand-page .header-full-new .header-flex-inner .flag-flag span {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  text-transform: lowercase;
}
.brand-page .header-full-new .header-flex-inner .bookmark-box > a::first-letter,
.brand-page .header-full-new .header-flex-inner .bookmark-box span::first-letter,
.brand-page .header-full-new .header-flex-inner .flag-flag > a::first-letter,
.brand-page .header-full-new .header-flex-inner .flag-flag span::first-letter {
  text-transform: uppercase !important;
}
.brand-page .header-full-new .header-flex-inner .bookmark-box > a img,
.brand-page .header-full-new .header-flex-inner .bookmark-box span img,
.brand-page .header-full-new .header-flex-inner .flag-flag > a img,
.brand-page .header-full-new .header-flex-inner .flag-flag span img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(7433%) hue-rotate(2deg) brightness(98%) contrast(120%);
  width: 20px;
  height: 20px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-flex-inner .bookmark-box > a img,
  .brand-page .header-full-new .header-flex-inner .bookmark-box span img,
  .brand-page .header-full-new .header-flex-inner .flag-flag > a img,
  .brand-page .header-full-new .header-flex-inner .flag-flag span img {
    margin-right: 0px !important;
  }
}
.brand-page .header-full-new .header-flex-inner .bookmark-box > a > span,
.brand-page .header-full-new .header-flex-inner .bookmark-box span > span,
.brand-page .header-full-new .header-flex-inner .flag-flag > a > span,
.brand-page .header-full-new .header-flex-inner .flag-flag span > span {
  display: none;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-flex-inner .bookmark-box > a > span,
  .brand-page .header-full-new .header-flex-inner .bookmark-box span > span,
  .brand-page .header-full-new .header-flex-inner .flag-flag > a > span,
  .brand-page .header-full-new .header-flex-inner .flag-flag span > span {
    display: block;
  }
}
.brand-page .header-full-new .header-flex-inner .contact a {
  display: flex;
  align-items: center;
}
.brand-page .header-full-new .header-flex-inner .contact a img {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-flex-inner .contact a img {
    margin-right: 10px !important;
  }
}
.brand-page .header-full-new .header-flex-inner .contact a p {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  display: none;
}
.brand-page .header-full-new .header-flex-inner .contact a p::first-letter {
  text-transform: uppercase !important;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-flex-inner .contact a p {
    display: block;
  }
}
.brand-page .header-full-new .header-flex-inner .contact a p img {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .brand-page .header-full-new .header-flex-inner .contact a p img {
    margin-right: 10px !important;
  }
}
.brand-page .header-full-new .header-flex-inner .social-links > img {
  width: 24px;
  height: 24px;
}

.partner-teaser-new .partner-card-new {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.partner-teaser-new .partner-card-new .partner-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.partner-teaser-new .partner-card-new .partner-content-logo {
  width: 100%;
  min-height: 65px;
}
@media screen and (min-width: 992px) {
  .partner-teaser-new .partner-card-new .partner-content-logo {
    min-height: 190px;
  }
}
.partner-teaser-new .partner-card-new .partner-content-logo .field {
  height: 100%;
  width: 100%;
}
.partner-teaser-new .partner-card-new .partner-content-logo img {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.prodotto .field--name-field-didascalia {
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .prodotto .field--name-field-didascalia {
    margin-top: 45px;
  }
}
.prodotto.full .sub-text,
.prodotto.full .sub-element {
  font-weight: 400;
  font-style: normal;
}
.prodotto.full .flag-flag a {
  font-weight: 400;
}

.view-prodotti .view-filters {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .view-prodotti .view-filters {
    margin-bottom: 60px;
  }
}
.view-prodotti .view-header .text-big {
  margin-bottom: 20px;
}

.prodotto .content-summary {
  font-size: 24px;
  line-height: 32px;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .prodotto .content-summary {
    margin-top: 45px;
  }
}
.prodotto .sub-text-row {
  margin-bottom: 20px;
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .prodotto .sub-text-row {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.prodotto .sub-text-row a {
  color: #ec0e00 !important;
}
.prodotto .sub-text-row .contact {
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .prodotto .sub-text-row .contact {
    letter-spacing: 0.38px;
    line-height: 25px;
    font-size: 20px;
  }
}
.prodotto .sub-text-row .contact a {
  text-decoration: none !important;
}
.prodotto .field--name-field-link-facebook a,
.prodotto .field--name-field-link-linkedin a,
.prodotto .field--name-field-link-pinterest a,
.prodotto .field--name-field-link-instagram a {
  text-decoration: none !important;
}
.prodotto .field--name-field-link-facebook img,
.prodotto .field--name-field-link-linkedin img,
.prodotto .field--name-field-link-pinterest img,
.prodotto .field--name-field-link-instagram img {
  width: 30px;
  height: auto;
}

.logo-supersalone {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 55px;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .logo-supersalone {
    top: -90px;
    left: -100px;
    width: 200px;
    height: 180px;
  }
}

.webform-submission-contact-us-registration-v2-form .js-form-item-id-brand {
  display: none;
}

.product-name {
  font-size: 24px;
  line-height: 30px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.header-full-new {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .header-full-new {
    width: 80%;
    margin: 20px auto;
  }
}
.header-full-new .header-text-second {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-text-second {
    direction: none;
  }
}
.header-full-new .show-on-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .header-full-new .show-on-mobile {
    display: none;
  }
}
.header-full-new .show-on-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-full-new .show-on-desktop {
    display: block;
  }
}
.header-full-new .header-text-mini {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-text-mini {
    margin-bottom: 0;
  }
}
.header-full-new .header-flex-text {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.header-full-new .header-flex-text .header-spacing {
  margin-left: 5px;
  margin-right: 5px;
}
.header-full-new .brand {
  text-transform: lowercase;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-color: #ec0e00 !important;
}
.header-full-new .brand::first-letter {
  text-transform: uppercase;
}
.header-full-new .header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.header-full-new .header-flex .header-back {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex .header-back {
    display: flex;
    align-items: center;
  }
}
.header-full-new .header-flex .header-back img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.header-full-new .header-flex .header-back p {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #000000;
}
.header-full-new .header-flex .header-flex-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-full-new .header-flex .header-flex-inner img {
  margin-right: 10px !important;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex .header-flex-inner img {
    margin-right: 0px !important;
  }
}
.header-full-new .header-flex .header-flex-inner > div {
  margin-left: 20px;
}
.header-full-new .header-flex .header-flex-inner > div > a {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  height: 100%;
  text-transform: lowercase;
}
.header-full-new .header-flex .header-flex-inner > div > a::first-letter {
  text-transform: uppercase;
}
.header-full-new .header-flex .header-flex-inner > div > a:first-child {
  margin-left: 0;
}
.header-full-new .header-flex .header-flex-inner > div .social-icons {
  height: 24px;
  width: 24px;
}
.header-full-new .header-flex .header-flex-inner .bookmark-box,
.header-full-new .header-flex .header-flex-inner .flag-flag {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
}
.header-full-new .header-flex .header-flex-inner .bookmark-box > a,
.header-full-new .header-flex .header-flex-inner .bookmark-box span,
.header-full-new .header-flex .header-flex-inner .flag-flag > a,
.header-full-new .header-flex .header-flex-inner .flag-flag span {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  text-transform: lowercase;
}
.header-full-new .header-flex .header-flex-inner .bookmark-box > a::first-letter,
.header-full-new .header-flex .header-flex-inner .bookmark-box span::first-letter,
.header-full-new .header-flex .header-flex-inner .flag-flag > a::first-letter,
.header-full-new .header-flex .header-flex-inner .flag-flag span::first-letter {
  text-transform: uppercase;
}
.header-full-new .header-flex .header-flex-inner .bookmark-box > a img,
.header-full-new .header-flex .header-flex-inner .bookmark-box span img,
.header-full-new .header-flex .header-flex-inner .flag-flag > a img,
.header-full-new .header-flex .header-flex-inner .flag-flag span img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(7433%) hue-rotate(2deg) brightness(98%) contrast(120%);
  width: 20px;
  height: 20px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex .header-flex-inner .bookmark-box > a img,
  .header-full-new .header-flex .header-flex-inner .bookmark-box span img,
  .header-full-new .header-flex .header-flex-inner .flag-flag > a img,
  .header-full-new .header-flex .header-flex-inner .flag-flag span img {
    margin-right: 10px !important;
  }
}
.header-full-new .header-flex .header-flex-inner .bookmark-box > a > span,
.header-full-new .header-flex .header-flex-inner .bookmark-box span > span,
.header-full-new .header-flex .header-flex-inner .flag-flag > a > span,
.header-full-new .header-flex .header-flex-inner .flag-flag span > span {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex .header-flex-inner .bookmark-box > a > span,
  .header-full-new .header-flex .header-flex-inner .bookmark-box span > span,
  .header-full-new .header-flex .header-flex-inner .flag-flag > a > span,
  .header-full-new .header-flex .header-flex-inner .flag-flag span > span {
    display: block;
  }
}
.header-full-new .header-flex .header-flex-inner .contact a {
  display: flex;
  align-items: center;
}
.header-full-new .header-flex .header-flex-inner .contact a img {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex .header-flex-inner .contact a img {
    margin-right: 5px;
  }
}
.header-full-new .header-flex .header-flex-inner .contact a p {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  display: none;
}
@media screen and (min-width: 992px) {
  .header-full-new .header-flex .header-flex-inner .contact a p {
    display: block;
  }
}
.header-full-new .header-flex .header-flex-inner .social-links > img {
  width: 24px;
  height: 24px;
}

.tab-container {
  background-color: #f0f0f0;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .tab-container {
    grid-template-columns: 1fr 1fr;
  }
}
.tab-container .images-tab {
  width: 100%;
  min-height: 350px;
}
@media screen and (min-width: 992px) {
  .tab-container .images-tab {
    min-height: 450px;
  }
}
.tab-container .images-tab img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tab-container .tab {
  padding-bottom: 25px !important;
}
.tab-container .tablinks {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif !important;
  font-weight: 400 !important;
  border-bottom: solid 3px #d8d8d8 !important;
  padding: 0 15px !important;
}
@media screen and (min-width: 992px) {
  .tab-container .tablinks {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.tab-container .tablinks:hover {
  border-bottom: solid 3px #d8d8d8 !important;
}
.tab-container .tablinks.active {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif !important;
  font-weight: 600 !important;
  border-bottom: solid 3px #ec0e00 !important;
}
.tab-container .tabcontent {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.tab-container .tabcontent .tab-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding-bottom: 15px !important;
}
@media screen and (min-width: 992px) {
  .tab-container .tabcontent .tab-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.tab-container .tabcontent .title {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .tab-container .tabcontent .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.class-product-list {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
  background-color: #f5f5f5;
}
.class-product-list .select-wrapper {
  border: none !important;
}
.class-product-list .list-flex-element-products {
  background-color: #fff;
  padding: 0 15px;
  margin: 0 15px !important;
  margin-bottom: 30px !important;
}

.category-grid-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .category-grid-page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.category-grid-page .img-categories {
  cursor: pointer;
  min-height: 232px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .category-grid-page .img-categories {
    min-height: 455px;
  }
}
@media screen and (min-width: 992px) {
  .category-grid-page .img-categories {
    min-height: 500px;
  }
}
.category-grid-page .img-categories img {
  min-height: 232px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .category-grid-page .img-categories img {
    min-height: 455px;
  }
}
@media screen and (min-width: 992px) {
  .category-grid-page .img-categories img {
    min-height: 500px;
  }
}

.weight--2 {
  grid-column: span 2;
}
.weight--2 .img-categories {
  cursor: pointer;
  min-height: 410px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .weight--2 .img-categories {
    min-height: 455px;
  }
}
@media screen and (min-width: 992px) {
  .weight--2 .img-categories {
    min-height: 500px;
  }
}
.weight--2 .img-categories img {
  min-height: 410px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .weight--2 .img-categories img {
    min-height: 455px;
  }
}
@media screen and (min-width: 992px) {
  .weight--2 .img-categories img {
    min-height: 500px;
  }
}

.weight--3 {
  grid-column: span 3;
}
.weight--3 .tissue-top {
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
}
.weight--3 .category-info {
  min-height: 50px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .weight--3 .category-info {
    left: 24px;
  }
}
.weight--3 .img-categories {
  cursor: pointer;
  min-height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .weight--3 .img-categories {
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .weight--3 .img-categories {
    min-height: auto;
  }
}
.weight--3 .img-categories img {
  min-height: auto;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .weight--3 .img-categories img {
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .weight--3 .img-categories img {
    min-height: auto;
  }
}

.weight--0 {
  grid-column: span 3;
}
.weight--0 .img-categories {
  cursor: pointer;
  min-height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .weight--0 .img-categories {
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .weight--0 .img-categories {
    min-height: auto;
  }
}
.weight--0 .img-categories img {
  min-height: auto;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .weight--0 .img-categories img {
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .weight--0 .img-categories img {
    min-height: auto;
  }
}

.category-info {
  position: absolute;
  z-index: 100;
  bottom: 10px;
  left: 5px;
  min-height: 100px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: fit-content !important;
}

.category-grid-page > div > div {
  padding: 0 !important;
}

.category-card {
  height: 100%;
}
.category-card div, .category-card a {
  height: 100%;
  display: block;
}

.collapse-ope .bootstrap-select .dropdown-menu li a {
  display: block !important;
}

.column-block-home-highlights,
.column-block-formats {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .column-block-home-highlights,
  .column-block-formats {
    margin-top: 64px;
  }
}

.column-block-home-highlights,
.column-block-formats,
#blocco-rubrica-in-categoria {
  position: relative;
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .column-block-home-highlights,
  .column-block-formats,
  #blocco-rubrica-in-categoria {
    padding: 50px 0px 100px 0px;
    margin-top: 50px;
    font-size: 22px;
  }
}
.column-block-home-highlights #block-highlights,
.column-block-formats #block-highlights,
#blocco-rubrica-in-categoria #block-highlights {
  text-align: left;
}
.column-block-home-highlights .intro,
.column-block-formats .intro,
#blocco-rubrica-in-categoria .intro {
  width: 100%;
  bottom: 0px;
  background-color: transparent;
  z-index: 100;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
  padding-right: 15px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .column-block-home-highlights .intro,
  .column-block-formats .intro,
  #blocco-rubrica-in-categoria .intro {
    width: 22%;
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.76px;
    line-height: 40px;
    padding-right: 0px;
  }
}
.column-block-home-highlights .intro .block-title,
.column-block-formats .intro .block-title,
#blocco-rubrica-in-categoria .intro .block-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .column-block-home-highlights .intro .block-title,
  .column-block-formats .intro .block-title,
  #blocco-rubrica-in-categoria .intro .block-title {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.76px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}
.column-block-home-highlights .intro p,
.column-block-formats .intro p,
#blocco-rubrica-in-categoria .intro p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .column-block-home-highlights .intro p,
  .column-block-formats .intro p,
  #blocco-rubrica-in-categoria .intro p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.34px;
    line-height: 24px;
  }
}
.column-block-home-highlights .intro a,
.column-block-formats .intro a,
#blocco-rubrica-in-categoria .intro a {
  color: #ec0e00;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
}
.column-block-home-highlights .block-title,
.column-block-formats .block-title,
#blocco-rubrica-in-categoria .block-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .column-block-home-highlights .block-title,
  .column-block-formats .block-title,
  #blocco-rubrica-in-categoria .block-title {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.76px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}

.column-block-formats .new-episodes {
  background-color: #ec0e00;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.block-cards {
  margin-bottom: 15px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.block-cards .swiper-block-cards .swiper-slide {
  width: 80%;
  margin-right: 15px;
}
.block-cards .field--name-field-image .sdm-image-gradient {
  display: none;
}
.block-cards .field--name-field-bl-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .block-cards .field--name-field-bl-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 24px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.block-cards .field--name-field-sommario {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
  text-transform: uppercase;
  color: #ec0e00;
}
.block-cards .field--name-field-autore {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
  height: 20px;
}

.block-red-highlight {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ec0e00;
  background-position: center center;
  background-size: cover;
  height: auto;
  /* min-height: 232px;*/
}
@media screen and (min-width: 992px) {
  .block-red-highlight {
    flex-direction: row;
    min-height: 0px;
  }
}
.block-red-highlight .block {
  padding: 25px 16px;
  flex: 1;
  text-align: center;
  color: white;
}
.block-red-highlight .block .title {
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .block-red-highlight .block .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.block-red-highlight .block .sub-title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .block-red-highlight .block .sub-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.block-red-highlight .block .block-link {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 24px;
  color: #ec0e00;
  background-color: white;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .block-red-highlight .block .block-link {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.38px;
    line-height: 25px;
    color: #ec0e00;
  }
}
.block-red-highlight .block .block-link a {
  color: #ec0e00;
}

.block-cards-home-wrapper,
.primo-blocco-home-wrapper {
  min-height: 300px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .block-cards-home-wrapper,
  .primo-blocco-home-wrapper {
    min-height: 523px;
  }
}
.block-cards-home-wrapper .lds-default,
.primo-blocco-home-wrapper .lds-default {
  align-self: center;
}

@media screen and (min-width: 992px) {
  .block-cards-home-wrapper {
    min-height: 273px;
  }
}

.products-slider .heading-3,
.products-slider-2 .heading-3 {
  font-size: 28px;
  line-height: 32px;
}

.slider-primo-blocco-home .color-1 .slide-description {
  background-color: #ec0e00 !important;
}
.slider-primo-blocco-home .color-1 .slide-description .caption-home {
  color: #ec0e00 !important;
}
.slider-primo-blocco-home .color-2 .slide-description {
  background-color: #641e34 !important;
}
.slider-primo-blocco-home .color-2 .slide-description .caption-home {
  color: #641e34 !important;
}
.slider-primo-blocco-home .color-3 .slide-description {
  background-color: #0f4044 !important;
}
.slider-primo-blocco-home .color-3 .slide-description .caption-home {
  color: #0f4044 !important;
}
.slider-primo-blocco-home .color-4 .slide-description {
  background-color: #00158f !important;
}
.slider-primo-blocco-home .color-4 .slide-description .caption-home {
  color: #00158f !important;
}
.slider-primo-blocco-home .enter {
  z-index: 100;
  display: block;
}
.slider-primo-blocco-home .enter .slide-description {
  left: 0% !important;
  transition: left 0.7s ease-out, opacity 0.7s ease-out;
  opacity: 1 !important;
}
.slider-primo-blocco-home .navigation {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .navigation {
    justify-content: flex-end;
  }
}
.slider-primo-blocco-home .navigation .pagination {
  display: flex;
  align-items: center;
}
.slider-primo-blocco-home .navigation .pagination .swiper-autoplay-toggle-home {
  cursor: pointer;
  z-index: 1000;
  position: relative;
}
.slider-primo-blocco-home .navigation .swiper-pagination {
  display: inline-flex;
  width: fit-content !important;
  margin-top: 0 !important;
  margin-right: 10px;
}
.slider-primo-blocco-home .navigation .swiper-pagination .swiper-pagination-bullet {
  background-color: #737373;
  cursor: pointer;
}
.slider-primo-blocco-home .navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #db0d00;
}
.slider-primo-blocco-home .navigation .swiper-button-next,
.slider-primo-blocco-home .navigation .swiper-button-prev {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.slider-primo-blocco-home .navigation .swiper-button-next {
  margin-left: 10px;
}
.slider-primo-blocco-home .navigation .swiper-button-next img {
  transform: rotate(90deg);
}
.slider-primo-blocco-home .navigation .swiper-button-prev {
  margin-right: 10px;
}
.slider-primo-blocco-home .navigation .swiper-button-prev img {
  transform: rotate(-90deg);
}
.slider-primo-blocco-home .swiper-slide {
  transition: opacity 0.7s ease-out;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: white;
}
.slider-primo-blocco-home .swiper-slide .paragraph {
  position: relative;
  z-index: 1;
  width: 100%;
}
.slider-primo-blocco-home .swiper-slide .paragraph .slide-image {
  height: 530px;
  width: 100%;
}
.slider-primo-blocco-home .swiper-slide .paragraph .slide-image .img-responsive {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider-primo-blocco-home .swiper-slide .paragraph .slide-image .field {
  width: 100%;
  height: 100%;
}
.slider-primo-blocco-home .swiper-slide .paragraph .slide-image .sdm-image-gradient {
  display: none;
}
.slider-primo-blocco-home .swiper-slide .paragraph .slide-image .hide-block-desktop,
.slider-primo-blocco-home .swiper-slide .paragraph .slide-image .hide-block-mobile {
  height: 100%;
}
.slider-primo-blocco-home .swiper-slide .slide-description {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  left: 200%;
  transition: left 0.7s ease-out, opacity 0.7s ease-out;
  z-index: 12;
  padding: 15px;
  height: 235px;
  width: calc(100% - 15px);
  bottom: 15px;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .swiper-slide .slide-description {
    width: 45%;
    height: calc(100% - 30px);
    transform: translateY(50%);
    bottom: 50%;
    padding: 15px;
    opacity: 0;
  }
}
.slider-primo-blocco-home .swiper-slide .slide-description .title {
  color: #ffffff;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 44px;
  width: 100%;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .swiper-slide .slide-description .title {
    font-size: 56px;
    line-height: 72px;
  }
}
.slider-primo-blocco-home .swiper-slide .slide-description .summary {
  display: none;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .swiper-slide .slide-description .summary {
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.slider-primo-blocco-home .swiper-slide .slide-description .caption-home {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  min-width: 120px;
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
  margin-top: 20px;
}

.shortcuts {
  margin-top: 25px;
  margin-bottom: 25px;
}
.shortcuts a {
  color: initial;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .shortcuts {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.shortcuts .title {
  margin: 0;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (min-width: 992px) {
  .shortcuts .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.shortcuts .subtitle {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 28px;
}
.shortcuts .shortcuts-paragraphs {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.shortcuts .shortcuts-paragraphs .tipology-1 {
  color: #ffffff;
  cursor: pointer;
  grid-column: span 1;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1.size-1 {
    grid-column: span 1;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1.size-2 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1.sezi-3 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1.size-4 {
    grid-column: span 4;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .paragraph-item-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .paragraph-item-box {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .paragraph-item-box img {
  filter: invert(1);
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .paragraph-item-box img {
    margin-top: 13px;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
  font-size: 24px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .title {
    line-height: 48px;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item {
    line-height: 48px;
    font-size: 32px;
  }
  .shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item:hover .title {
    text-decoration: underline;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-1 .paragraph-item .paragraph-item-img {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  object-fit: contain;
  height: auto;
}
.shortcuts .shortcuts-paragraphs .tipology-2 {
  grid-column: span 2;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2.size-1 {
    grid-column: span 1;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2.size-2 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2.size-3 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2.size-4 {
    grid-column: span 4;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item {
    align-items: flex-start;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item .title {
  line-height: 44px;
  font-size: 28px;
  padding-bottom: 10px;
}
.shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item .paragraph-item-btn {
  background-color: #ec0e00;
  color: #ffffff;
  display: block;
  float: left;
  width: 100%;
  min-height: 45px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item .paragraph-item-btn {
    display: inline;
    margin-top: 0px;
    width: fit-content;
    min-width: 120px;
  }
}
.shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item .paragraph-item-btn-2 {
  display: block;
  float: left;
  gap: 10px;
  border: solid 1px #ec0e00;
  color: #ec0e00;
  width: 100%;
  min-height: 45px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .tipology-2 .paragraph-item .paragraph-item-btn-2 {
    width: fit-content;
    min-width: 120px;
    display: inline;
  }
}
.shortcuts .shortcuts-paragraphs .paragraph-item {
  height: 100%;
  padding: 15px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .paragraph-item {
    min-height: 230px;
    padding: 20px;
  }
}
.shortcuts .shortcuts-paragraphs .paragraph-item .title {
  margin: 0;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .shortcuts .shortcuts-paragraphs .paragraph-item .title {
    font-size: 32px;
    line-height: 48px;
  }
}

.products-stories-products {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .products-stories-products {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.products-stories-products .story-article {
  border-top: solid;
  border-color: #333333;
  border-width: 0.5px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.products-stories-products .story-article .story-label {
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .products-stories-products .story-article .story-label {
    padding-bottom: 40px;
  }
}
.products-stories-products .story-article .story-label .collout-text {
  margin-left: 10px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.products-stories-products .story-article .story-text {
  color: #333333;
  padding-bottom: 20px;
}
.products-stories-products .story-article .story-text p {
  margin-bottom: 15px;
}
.products-stories-products .story-article .story-text h6 {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 28px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 15px;
}
.products-stories-products .story-article .story-links {
  color: #ec0e00;
  display: flex;
  align-items: center;
}
.products-stories-products .story-article .story-links img {
  margin-left: 10px;
  transform: rotate(90deg);
}
.products-stories-products .story-products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .products-stories-products .story-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .products-stories-products .story-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.products-stories-products .story-products.single-product {
  grid-template-columns: 1fr;
}
.products-stories-products .story-products .product {
  background-color: #f0f0f0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.products-stories-products .story-products .product .img-responsive {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
  margin-top: -1px;
}
.products-stories-products .story-products .product .is-unpublished {
  background-color: #f0f0f0;
}
.products-stories-products .story-products .product .teaser-container {
  margin-bottom: 0 !important;
}
.products-stories-products .story-products .product .teaser-author-text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00;
}
.products-stories-products .story-products .product .product-name {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  letter-spacing: 0;
}
.products-stories-products .story-products .product .label-text {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .products-stories-products .story-products .product:hover .img-responsive {
    opacity: 0.7;
  }
  .products-stories-products .story-products .product:hover .title {
    text-decoration: underline;
  }
  .products-stories-products .story-products .product:hover .flag-flag a {
    display: block;
  }
  .products-stories-products .story-products .product:hover .flag-flag a span {
    display: none;
  }
}
.products-stories-products .story-products .product .teaser-container .flag-flag {
  background-color: #ec0e00;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 10px;
  display: block;
}
.products-stories-products .story-products .product .teaser-container .flag-flag a {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff !important;
  letter-spacing: 0;
}
.products-stories-products .story-products .product .teaser-container .flag-flag a span {
  display: none;
  margin-right: 5px;
}
.products-stories-products .story-products .product .teaser-product-type {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff;
  background-color: #ec0e00;
  padding: 5px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  letter-spacing: 0;
}
.products-stories-products .story-products .product .flag-flag {
  background-color: #ec0e00;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 10px;
  display: block;
}
.products-stories-products .story-products .product .flag-flag a {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff !important;
  letter-spacing: 0;
}
.products-stories-products .story-products .product .flag-flag a span {
  display: none;
  margin-right: 5px;
}

.design-stories-article {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff !important;
}
.design-stories-article .box-header {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .design-stories-article .box-header {
    display: block;
  }
}
.design-stories-article .box-header .title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .design-stories-article .box-header .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.design-stories-article .box-header .subheadling-text {
  color: #333333;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .design-stories-article .box-header .subheadling-text {
    margin-bottom: 0;
  }
}
.design-stories-article .box-header .story-label {
  border-top: solid 1px #333333;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .design-stories-article .box-header .story-label {
    width: 100%;
    padding-bottom: 40px;
  }
}
.design-stories-article .box-header .story-label .collout-text {
  margin-left: 10px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .design-stories-article .box-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.design-stories-article .box-subtitle .show-all-product {
  color: #db0d00;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.design-stories-article .box-subtitle .show-all-product span {
  margin-right: 5px;
}
.design-stories-article .article-item.highlighted .author-name {
  position: absolute;
  bottom: 10px;
  display: block;
  margin-top: 20px;
}
.design-stories-article .article-item.highlighted .author-name a {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.design-stories-article .article-item.highlighted .article-body {
  display: none;
}
.design-stories-article .article-item {
  position: relative;
}
.design-stories-article .article-item .flag {
  background-color: #ec0e00;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 10px;
  text-align: center;
  z-index: 100;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-stories-article .article-item .flag span {
  display: none;
}
.design-stories-article .article-item .article-body {
  display: none;
}
.design-stories-article .article-item .interview-quote img {
  display: none;
}
.design-stories-article .article-item .author-name {
  display: none;
}
.design-stories-article .article-item .article-teaser-container {
  background-color: #f0f0f0;
  padding: 0px 15px;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
  position: relative;
  height: 100%;
}
.design-stories-article .article-item .article-teaser-container .article-video,
.design-stories-article .article-item .article-teaser-container .cover {
  aspect-ratio: 4/3;
}
.design-stories-article .article-item .article-teaser-container .article-video img,
.design-stories-article .article-item .article-teaser-container .article-video iframe,
.design-stories-article .article-item .article-teaser-container .cover img,
.design-stories-article .article-item .article-teaser-container .cover iframe {
  width: 100% !important;
  aspect-ratio: 4/3;
}
.design-stories-article .article-item .article-teaser-container .cover div {
  height: 100%;
}
.design-stories-article .article-item .article-teaser-container .cover div .img-responsive {
  height: 100%;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 992px) {
  .design-stories-article .article-item .article-teaser-container:hover .img-responsive,
  .design-stories-article .article-item .article-teaser-container:hover .article-video {
    opacity: 0.7;
  }
  .design-stories-article .article-item .article-teaser-container:hover .title,
  .design-stories-article .article-item .article-teaser-container:hover .category {
    text-decoration: underline;
  }
  .design-stories-article .article-item .article-teaser-container:hover .category div a {
    text-decoration: underline;
  }
}
.design-stories-article .article-item .article-teaser-container .content .img-responsive {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.design-stories-article .article-item .article-teaser-container .content .description-content {
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .design-stories-article .article-item .article-teaser-container .content .description-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.design-stories-article .article-item .article-teaser-container .content .description-content > a {
  display: none;
}
.design-stories-article .article-item .article-teaser-container .content .description-content .category {
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .design-stories-article .article-item .article-teaser-container .content .description-content .category {
    font-size: 20px;
    line-height: 28px;
  }
}
.design-stories-article .article-item .article-teaser-container .content .description-content .category a {
  color: #db0d00 !important;
}
.design-stories-article .article-item .article-teaser-container .content .description-content .title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 15px 0;
  color: #000000 !important;
}
@media screen and (min-width: 992px) {
  .design-stories-article .article-item .article-teaser-container .content .description-content .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.design-stories-article .article-item .article-teaser-container .content .description-content .author-name {
  font-size: 14px;
  line-height: 20px;
}
.design-stories-article .article-item .article-teaser-container .content .description-content .author-name a {
  color: #000000 !important;
}
.design-stories-article .article-item.highlighted {
  height: 100%;
  position: relative;
}
.design-stories-article .article-item.highlighted .article-video,
.design-stories-article .article-item.highlighted .cover {
  aspect-ratio: 4/3;
}
.design-stories-article .article-item.highlighted .cover div {
  height: 100%;
}
.design-stories-article .article-item.highlighted .cover div .img-responsive {
  height: 100%;
}
.design-stories-article .article-item.highlighted .highlighted-label {
  background-color: #ec0e00;
  color: #ffffff;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 10px;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .design-stories-article .article-item.highlighted .article-teaser-container .content .description-content .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.design-stories-article .stories-articles-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .design-stories-article .stories-articles-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.design-stories-article .stories-articles-container .stories-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .design-stories-article .stories-articles-container .stories-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}

.interview-block .article-item {
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .interview-block .article-item {
    height: 100%;
    background-color: #f0f0f0;
  }
}
.interview-block .article-item .article-body {
  display: block;
  color: #000000;
}
.interview-block .article-item .author-name {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 40px;
}
.interview-block .article-teaser-container {
  height: fit-content !important;
}
@media screen and (min-width: 992px) {
  .interview-block .article-teaser-container {
    padding-bottom: 30px;
  }
}
.interview-block .article-item.highlighted .interview-quote {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.interview-block .article-item.highlighted .interview-quote img {
  display: block;
}
.interview-block .article-item.highlighted .author-name {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
.interview-block .article-item.highlighted .article-body {
  display: block;
  color: #000000;
}

.chip {
  color: black;
  padding: 5px 15px !important;
  border: solid 1px #ec0e00;
  border-radius: 16px;
  display: block;
  float: left;
  font-weight: 700;
}

.chip:hover {
  color: white;
  background-color: #ec0e00;
}

.custom-products-block {
  background-color: #f0f0f0;
}

.custom-products-block,
.design-stories-article {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .custom-products-block,
  .design-stories-article {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.custom-products-block .title,
.design-stories-article .title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .custom-products-block .title,
  .design-stories-article .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.custom-products-block .box-header,
.design-stories-article .box-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .custom-products-block .box-header,
  .design-stories-article .box-header {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .custom-products-block .box-header .box-subtitle,
  .design-stories-article .box-header .box-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.custom-products-block .box-header .box-subtitle .show-all-product,
.design-stories-article .box-header .box-subtitle .show-all-product {
  color: #db0d00;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.custom-products-block .box-header .box-subtitle .show-all-product span,
.design-stories-article .box-header .box-subtitle .show-all-product span {
  margin-right: 5px;
}
.custom-products-block .subheadling-text,
.design-stories-article .subheadling-text {
  color: #333333;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .custom-products-block .subheadling-text,
  .design-stories-article .subheadling-text {
    margin-bottom: 0;
  }
}
.custom-products-block .sponsor-products-list,
.design-stories-article .sponsor-products-list {
  padding: 0;
}
.custom-products-block .sponsor-products-list .swiper-slide,
.design-stories-article .sponsor-products-list .swiper-slide {
  height: auto;
}
.custom-products-block .sponsor-products-list #pause-icon,
.custom-products-block .sponsor-products-list #play-icon,
.design-stories-article .sponsor-products-list #pause-icon,
.design-stories-article .sponsor-products-list #play-icon {
  filter: brightness(0%) saturate(100%);
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list #pause-icon,
  .custom-products-block .sponsor-products-list #play-icon,
  .design-stories-article .sponsor-products-list #pause-icon,
  .design-stories-article .sponsor-products-list #play-icon {
    filter: none;
  }
}
.custom-products-block .sponsor-products-list .navigation,
.design-stories-article .sponsor-products-list .navigation {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list .navigation,
  .design-stories-article .sponsor-products-list .navigation {
    justify-content: flex-end;
  }
}
.custom-products-block .sponsor-products-list .navigation .pagination,
.design-stories-article .sponsor-products-list .navigation .pagination {
  display: flex;
  align-items: center;
}
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-autoplay-toggle,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-autoplay-toggle {
  cursor: pointer;
  z-index: 1000;
  position: relative;
  margin-left: 30px;
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list .navigation .pagination .swiper-autoplay-toggle,
  .design-stories-article .sponsor-products-list .navigation .pagination .swiper-autoplay-toggle {
    margin-left: 10px;
  }
}
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-pagination,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-pagination {
  display: inline-flex;
  align-items: center;
  color: #db0d00;
  display: inline-block;
  width: fit-content !important;
  margin-top: 0 !important;
}
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-current,
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-total,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-current,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-total {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #db0d00;
}
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-current,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-current {
  font-weight: 600;
}
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-bullet,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #737373;
  cursor: pointer;
  height: 12px;
  width: 12px;
}
.custom-products-block .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-bullet-active,
.design-stories-article .sponsor-products-list .navigation .pagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #db0d00;
  height: 16px;
  width: 16px;
}
.custom-products-block .sponsor-products-list .navigation .swiper-button-next,
.custom-products-block .sponsor-products-list .navigation .swiper-button-prev,
.design-stories-article .sponsor-products-list .navigation .swiper-button-next,
.design-stories-article .sponsor-products-list .navigation .swiper-button-prev {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.custom-products-block .sponsor-products-list .navigation .swiper-button-next,
.design-stories-article .sponsor-products-list .navigation .swiper-button-next {
  margin-left: 25px;
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list .navigation .swiper-button-next,
  .design-stories-article .sponsor-products-list .navigation .swiper-button-next {
    margin-left: 10px;
  }
}
.custom-products-block .sponsor-products-list .navigation .swiper-button-next img,
.design-stories-article .sponsor-products-list .navigation .swiper-button-next img {
  transform: rotate(90deg);
}
.custom-products-block .sponsor-products-list .navigation .swiper-button-prev,
.design-stories-article .sponsor-products-list .navigation .swiper-button-prev {
  margin-right: 25px;
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list .navigation .swiper-button-prev,
  .design-stories-article .sponsor-products-list .navigation .swiper-button-prev {
    margin-right: 10px;
  }
}
.custom-products-block .sponsor-products-list .navigation .swiper-button-prev img,
.design-stories-article .sponsor-products-list .navigation .swiper-button-prev img {
  transform: rotate(-90deg);
}
.custom-products-block .sponsor-products-list .product,
.design-stories-article .sponsor-products-list .product {
  background-color: #ffffff;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.custom-products-block .sponsor-products-list .product .is-unpublished,
.design-stories-article .sponsor-products-list .product .is-unpublished {
  background-color: #ffffff;
}
.custom-products-block .sponsor-products-list .product > .product-link,
.design-stories-article .sponsor-products-list .product > .product-link {
  height: 100%;
}
.custom-products-block .sponsor-products-list .product > .product-link img,
.design-stories-article .sponsor-products-list .product > .product-link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-products-block .sponsor-products-list .product > .flag-flag,
.design-stories-article .sponsor-products-list .product > .flag-flag {
  margin-right: 20px;
}
.custom-products-block .sponsor-products-list .product .teaser-container,
.design-stories-article .sponsor-products-list .product .teaser-container {
  margin-bottom: 0 !important;
  margin-top: 0;
  height: 100%;
}
.custom-products-block .sponsor-products-list .product .teaser-container .img-responsive,
.design-stories-article .sponsor-products-list .product .teaser-container .img-responsive {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.custom-products-block .sponsor-products-list .product .teaser-container .flag-flag,
.design-stories-article .sponsor-products-list .product .teaser-container .flag-flag {
  margin: 0;
}
.custom-products-block .sponsor-products-list .product .teaser-container .content,
.design-stories-article .sponsor-products-list .product .teaser-container .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom-products-block .sponsor-products-list .product .teaser-container .content > .product-link,
.design-stories-article .sponsor-products-list .product .teaser-container .content > .product-link {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list .product .teaser-container .content > .product-link,
  .design-stories-article .sponsor-products-list .product .teaser-container .content > .product-link {
    height: 380px;
  }
}
.custom-products-block .sponsor-products-list .product .teaser-container .content > .product-link .field,
.design-stories-article .sponsor-products-list .product .teaser-container .content > .product-link .field {
  height: 100%;
}
.custom-products-block .sponsor-products-list .product .teaser-container .content > .product-link .field .img-responsive,
.design-stories-article .sponsor-products-list .product .teaser-container .content > .product-link .field .img-responsive {
  height: 100%;
}
.custom-products-block .sponsor-products-list .product .box-text,
.design-stories-article .sponsor-products-list .product .box-text {
  margin-top: 15px;
}
.custom-products-block .sponsor-products-list .product .box-text .teaser-author-text,
.design-stories-article .sponsor-products-list .product .box-text .teaser-author-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00;
  margin-bottom: 10px;
}
.custom-products-block .sponsor-products-list .product .box-text .product-name,
.design-stories-article .sponsor-products-list .product .box-text .product-name {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
}
.custom-products-block .sponsor-products-list .product .label-text,
.design-stories-article .sponsor-products-list .product .label-text {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .custom-products-block .sponsor-products-list .product:hover .img-responsive,
  .design-stories-article .sponsor-products-list .product:hover .img-responsive {
    opacity: 0.7;
  }
  .custom-products-block .sponsor-products-list .product:hover .product-name,
  .design-stories-article .sponsor-products-list .product:hover .product-name {
    text-decoration: underline;
  }
  .custom-products-block .sponsor-products-list .product:hover .flag-flag,
  .design-stories-article .sponsor-products-list .product:hover .flag-flag {
    display: block;
  }
}
.custom-products-block .sponsor-products-list .product .teaser-product-type,
.design-stories-article .sponsor-products-list .product .teaser-product-type {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff;
  background-color: #ec0e00;
  padding: 10px 10px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  letter-spacing: 0;
}
.custom-products-block .sponsor-products-list .product .flag-flag,
.design-stories-article .sponsor-products-list .product .flag-flag {
  background-color: #ec0e00;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 10px 10px;
  display: block;
}
.custom-products-block .sponsor-products-list .product .flag-flag a,
.design-stories-article .sponsor-products-list .product .flag-flag a {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff !important;
  letter-spacing: 0;
  display: flex;
}
.custom-products-block .sponsor-products-list .product .flag-flag a span,
.design-stories-article .sponsor-products-list .product .flag-flag a span {
  display: none;
  margin-right: 5px;
}

.custom-product-category {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .custom-product-category {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.custom-product-category .box-header {
  margin-bottom: 35px;
}
.custom-product-category .box-header .title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .custom-product-category .box-header .title {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (min-width: 992px) {
  .custom-product-category .box-header .box-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.custom-product-category .box-header .box-subtitle .show-all-product {
  color: #db0d00;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.custom-product-category .box-header .box-subtitle .show-all-product:hover {
  color: #b20b00;
}
.custom-product-category .box-header .box-subtitle .show-all-product span {
  margin-right: 5px;
}
.custom-product-category .box-header .subheadling-text {
  color: #333333;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .custom-product-category .box-header .subheadling-text {
    margin-bottom: 0;
  }
}
.custom-product-category .categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  grid-auto-rows: minmax(180px, auto);
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(300px, auto);
  }
}
.custom-product-category .categories-grid .category {
  padding: 15px;
  display: flex;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category {
    height: 100%;
  }
  .custom-product-category .categories-grid .category:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .custom-product-category .categories-grid .category:hover .name-category {
    text-decoration: underline;
    cursor: pointer;
  }
  .custom-product-category .categories-grid .category:hover .subheadling-text {
    text-decoration: underline;
    cursor: pointer;
  }
}
.custom-product-category .categories-grid .category.mini {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.custom-product-category .categories-grid .category.mini .text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.mini .text {
    font-size: 20px;
    line-height: 28px;
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  }
}
.custom-product-category .categories-grid .category .text {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.custom-product-category .categories-grid .category .category-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-product-category .categories-grid .category .sponsored {
  position: absolute;
  top: 0px;
  left: 15px;
  background-color: #ec0e00;
  padding: 5px 10px;
  text-transform: capitalize;
  z-index: 10;
  cursor: pointer;
}
.custom-product-category .categories-grid .category .category-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-product-category .categories-grid .category.size-height-1 {
  grid-row: span 1;
}
.custom-product-category .categories-grid .category.size-height-2 {
  grid-row: span 2;
}
.custom-product-category .categories-grid .category.size-height-3 {
  grid-row: span 2;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.size-height-3 {
    grid-row: span 3;
  }
}
.custom-product-category .categories-grid .category.size-height-4 {
  grid-row: span 2;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.size-height-4 {
    grid-row: span 4;
  }
}
.custom-product-category .categories-grid .category.size-width-1 {
  grid-column: span 1;
}
.custom-product-category .categories-grid .category.size-width-2 {
  grid-column: span 2;
}
.custom-product-category .categories-grid .category.size-width-3 {
  grid-column: span 2;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.size-width-3 {
    grid-column: span 3;
  }
}
.custom-product-category .categories-grid .category.size-width-4 {
  grid-column: span 2;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.size-width-4 {
    grid-column: span 4;
  }
}
.custom-product-category .categories-grid .category .name-category {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category .name-category {
    font-size: 32px;
    line-height: 48px;
  }
}
.custom-product-category .categories-grid .category .subheadling-text {
  color: #ffffff;
  margin-bottom: 10px;
}
.custom-product-category .categories-grid .category.sponsored {
  padding-bottom: 0;
}
.custom-product-category .categories-grid .category.sponsored:hover {
  background: none;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.sponsored {
    height: 100%;
  }
}
.custom-product-category .categories-grid .category.sponsored .box-text {
  background-color: #ec0e00;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.sponsored .box-text {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.custom-product-category .categories-grid .category.sponsored .box-text .name-category {
  font-size: 28px;
  line-height: 44px;
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.sponsored .box-text .name-category {
    font-size: 40px;
    line-height: 56px;
  }
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.highlight {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .custom-product-category .categories-grid .category.highlight .box-text {
    align-items: center;
    width: 280px;
    height: 100%;
  }
}

.banner-promo {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .banner-promo {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.banner-promo.typology_1 {
  padding: 15px;
  min-height: 450px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_1 {
    padding-bottom: 25px;
    padding-top: 25px;
    min-height: auto;
  }
}
.banner-promo.typology_1 .banner-promo-content {
  background-color: #ec0e00;
  padding: 15px;
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_1 .banner-promo-content {
    width: 33%;
    height: 100%;
  }
}
.banner-promo.typology_1 .banner-promo-content .banner-promo-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_1 .banner-promo-content .banner-promo-title {
    font-size: 28px;
    line-height: 44px;
  }
}
.banner-promo.typology_1 .banner-promo-content .banner-promo-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.banner-promo.typology_1 .banner-promo-content .banner-promo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  margin-top: 30px;
}
.banner-promo.typology_1 .banner-promo-content .banner-promo-link span {
  margin-right: 10px;
  color: #ffffff;
}
.banner-promo.typology_1 .banner-promo-content .banner-promo-link img {
  filter: invert(1);
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 992px) {
  .banner-promo.content-right {
    padding-right: 0;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .banner-promo.content-left {
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
  }
}
.banner-promo.typology_2 {
  padding: 10px;
}
.banner-promo.typology_2 .banner-promo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 80%;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_2 .banner-promo-content > div {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_2 .banner-promo-content {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
}
.banner-promo.typology_2 .banner-promo-content .banner-promo-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_2 .banner-promo-content .banner-promo-title {
    font-size: 40px;
    line-height: 56px;
  }
}
.banner-promo.typology_2 .banner-promo-content .banner-promo-text {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .banner-promo.typology_2 .banner-promo-content .banner-promo-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.banner-promo.typology_2 .banner-promo-content .banner-promo-link {
  border: solid 2px #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  padding: 5px;
  display: block;
  width: fit-content;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: fit-content;
}
.banner-promo .banner-promo-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.banner-promo .banner-promo-content {
  color: #ffffff;
}
.banner-promo .banner-promo-content a {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .banner-collaboration-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (min-width: 992px) {
  .banner-collaboration {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media screen and (min-width: 992px) {
  .banner-collaboration-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.banner-collaboration-3,
.banner-collaboration,
.banner-collaboration-1,
.banner-collaboration-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.banner-collaboration-3 .banner-collaboration-item,
.banner-collaboration .banner-collaboration-item,
.banner-collaboration-1 .banner-collaboration-item,
.banner-collaboration-2 .banner-collaboration-item {
  position: relative;
  min-height: 240px;
}
.banner-collaboration-3 .banner-collaboration-item .banner-collaboration-img,
.banner-collaboration .banner-collaboration-item .banner-collaboration-img,
.banner-collaboration-1 .banner-collaboration-item .banner-collaboration-img,
.banner-collaboration-2 .banner-collaboration-item .banner-collaboration-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.banner-app {
  margin-top: 25px;
  margin-bottom: 25px;
}
.banner-app h2 {
  font: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .banner-app {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .banner-app {
    position: relative;
  }
}
.banner-app .banner-app-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 992px) {
  .banner-app .banner-app-content {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
    gap: 65px;
  }
}
.banner-app .banner-app-content .banner-app-box-text {
  padding: 30px 0;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .banner-app .banner-app-content .banner-app-box-text {
    height: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.banner-app .banner-app-content .banner-app-box-text h2 {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 25px;
}
.banner-app .banner-app-content .banner-app-box-text h6 {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 25px;
}
.banner-app .banner-app-content .banner-app-box-text p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.banner-app .banner-app-content .banner-app-box-text .banner-app-box-link {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .banner-app .banner-app-content .banner-app-box-text .banner-app-box-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: fit-content;
  }
}
.banner-app .banner-app-content .banner-app-box-text .banner-app-box-link .button-banner {
  background-color: #ec0e00;
  color: #ffffff;
  display: block;
  float: left;
  min-width: 130px;
  min-height: 45px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .banner-app .banner-app-content .banner-app-box-text .banner-app-box-link .button-banner {
    display: inline;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .banner-app .banner-app-content .banner-app-image {
    width: 600px;
    height: 455px;
    position: relative;
  }
}
.banner-app .banner-app-content .banner-app-image img {
  object-fit: cover;
  height: 455px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .banner-app .banner-app-content .banner-app-image img {
    width: 600px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.slider-primo-blocco-home {
  background-color: white;
}
.slider-primo-blocco-home .slide-decription {
  position: absolute;
  bottom: 0;
  color: white;
  z-index: 12;
  left: 200% !important;
  transition: left 1.4s ease-out;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .slide-decription {
    padding: 25px;
  }
}
.slider-primo-blocco-home .slide-decription .title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .slide-decription .title {
    font-size: 40px;
    letter-spacing: 0.76px;
    line-height: 45px;
  }
}
.slider-primo-blocco-home .slide-decription .caption {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 2px;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .slide-decription .caption {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
  }
}
.slider-primo-blocco-home .slide-decription .summary {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-top: 8px;
  margin-left: 2px;
}
.slider-primo-blocco-home .slide-decription .summary .red-summary {
  background-color: #ec0e00;
  padding: 4px 8px;
  display: block;
  float: left;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .slide-decription .summary {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.slider-primo-blocco-home .swiper-pagination-primo-blocco-prev {
  z-index: 1000;
  top: 0px;
  right: 47px;
  width: 45px;
  height: 45px;
  background: #ec0e00;
  position: absolute;
  background-image: url("/images/left-arrow-red.png");
  background-size: 45px;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .swiper-pagination-primo-blocco-prev {
    right: 47px;
    width: 45px;
    height: 45px;
    background-size: auto;
  }
}
.slider-primo-blocco-home .swiper-pagination-primo-blocco-next {
  z-index: 1000;
  top: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  background: #ec0e00;
  position: absolute;
  background-image: url("/images/right-arrow-red.png");
  background-size: 45px;
}
@media screen and (min-width: 992px) {
  .slider-primo-blocco-home .swiper-pagination-primo-blocco-next {
    width: 45px;
    height: 45px;
    background-size: auto;
  }
}
.slider-primo-blocco-home .swiper-slide {
  width: 100% !important;
}
.slider-primo-blocco-home .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.slider-primo-blocco-home .swiper-pagination-primo-blocco-next.disabled,
.slider-primo-blocco-home .swiper-pagination-primo-blocco-prev.disabled {
  display: none;
}

.products-slider .heading-3,
.products-slider-2 .heading-3 {
  font-size: 28px;
  line-height: 32px;
}

.memberships-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.memberships-block .memberships-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .memberships-block .memberships-navigation {
    display: grid;
    width: 100%;
  }
}
.memberships-block .memberships-navigation .link {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: none;
  border-bottom: solid 2px #d8d8d8;
}
@media screen and (min-width: 992px) {
  .memberships-block .memberships-navigation .link {
    text-align: center;
    background-color: transparent;
    border-bottom: solid 2px #d8d8d8;
  }
}
.memberships-block .memberships-navigation .link.active {
  border-bottom: solid 2px #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.memberships-block .memberships-content {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .memberships-block .memberships-content {
    padding: 40px;
    display: flex;
    justify-content: center;
  }
}
.memberships-block .memberships-content .content-section {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .memberships-block .memberships-content .content-section {
    width: 80%;
  }
}
.memberships-block .memberships-content .content-section p {
  margin-bottom: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.memberships-block .memberships-content .content-section p strong {
  font-weight: 600;
}
.memberships-block .memberships-content .content-section a {
  color: #ec0e00;
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.memberships-block .memberships-content .content-section ul {
  list-style: none;
  padding-left: 0;
}
.memberships-block .memberships-content .content-section code {
  background-color: #ec0e00;
  padding: 10px 40px;
  margin: 30px auto;
  color: #ffffff !important;
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  border-radius: 0;
}
.memberships-block .memberships-content .content-section code a,
.memberships-block .memberships-content .content-section code span,
.memberships-block .memberships-content .content-section code p {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

#services-links .container-row-links .links-item {
  flex-basis: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

#services-links .block .title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.view-tutte-le-manifestazioni {
  width: 100% !important;
  padding: 0 !important;
}
.view-tutte-le-manifestazioni .list-demonstrations {
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}
.view-tutte-le-manifestazioni .list-demonstrations .container-lists-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .view-tutte-le-manifestazioni .list-demonstrations .container-lists-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.view-tutte-le-manifestazioni .list-demonstrations .container-lists-wrap .item-demonstrations {
  padding: 0 15px;
  background-color: #ffffff;
  padding-bottom: 15px;
}
.view-tutte-le-manifestazioni .list-demonstrations .container-lists-wrap .item-demonstrations .exibition-title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.share {
  background-color: #ec0e00;
  color: #ffffff;
  position: absolute;
  right: 70px;
  top: 0;
  text-align: center;
  z-index: 100;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
}

.share-box {
  position: relative;
}

.share-popup {
  display: none;
  position: absolute;
  top: 23px;
  right: -10px;
  background: #ffffff;
  padding: 8px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.share-box.active .share-popup {
  display: grid;
}

.share-popup a img {
  width: 24px;
  height: 24px;
}

.sessione-teaser {
  height: 100%;
  color: #000000;
  background-color: #ffffff;
  padding: 15px;
  padding-top: 0;
  display: block;
  position: relative;
  display: block;
  width: 100%;
}
.sessione-teaser .calendar {
  background-color: #ec0e00;
  padding: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sessione-teaser:hover .title {
  color: #000000;
}
.sessione-teaser .sessione {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ec0e00;
}
.sessione-teaser .image {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .sessione-teaser .image {
    height: 280px;
  }
}
.sessione-teaser .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2/3;
}
@media screen and (min-width: 992px) {
  .sessione-teaser .image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
  }
}
.sessione-teaser .title-teaser {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  max-height: 70px;
}
.sessione-teaser .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sessione-teaser .info-list .info-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.sessione-teaser .info-list .info-list-item img {
  margin-right: 5px;
}
.sessione-teaser .info-list .info-list-item span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333333;
}
.sessione-teaser .body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333333;
}

.highlights-events {
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.highlights-events .title-highlights {
  color: #333333;
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .highlights-events .title-highlights {
    width: fit-content;
  }
}
.highlights-events .title-highlights::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ec0e00;
  margin-bottom: 10px;
}
.highlights-events .paginations-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .highlights-events .paginations-wrapper {
    justify-content: flex-end;
  }
}
.highlights-events .swiper-highlights-events {
  display: block;
}
@media screen and (min-width: 992px) {
  .highlights-events .swiper-highlights-events {
    display: none;
  }
}
.highlights-events .swiper-highlights-events .swiper-slide {
  height: 100%;
  width: 100%;
}
.highlights-events .swiper-highlights-events .swiper-pagination {
  display: block;
}
.highlights-events .swiper-highlights-events .swiper-pagination-fraction {
  color: #ec0e00;
  font-size: 20px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.highlights-events .swiper-highlights-events .play-pause-button {
  cursor: pointer;
  margin: 0 10px;
}
.highlights-events .swiper-highlights-events .play-pause-button img {
  width: 24px;
  height: 24px;
}
.highlights-events .swiper-highlights-events .play-pause-button .pause {
  display: block;
}
.highlights-events .swiper-highlights-events .play-pause-button .play {
  display: none;
}
.highlights-events .highlights-events-list {
  display: none;
}
@media screen and (min-width: 992px) {
  .highlights-events .highlights-events-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
  }
}
.highlights-events .highlights-events-item {
  height: 100%;
}
.highlights-events .highlights-events-item .field--name-body {
  display: none;
}
.highlights-events .highlights-events-item .field--name-body .field--label {
  display: none;
}
.highlights-events .highlights-events-item--big {
  grid-row: span 2;
  grid-column: span 2;
}
@media screen and (min-width: 992px) {
  .highlights-events .highlights-events-item--big .image {
    min-height: 380px !important;
  }
}
.highlights-events .highlights-events-item--big .title-teaser {
  display: block;
  overflow: hidden;
  height: fit-content;
}
.highlights-events .highlights-events-item--big .field--name-body {
  display: -webkit-box;
  line-clamp: 10;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-taxonomy-contract .field--name-field-immagine-hero, .page-taxonomy-contract .field--name-field-image-mobile, .page-taxonomy-contract .field--name-description, .page-taxonomy-contract .field--name-field-image, .page-taxonomy-contract .field--name-field-hero-mobile, .page-taxonomy-contract .field--name-field-hero, .page-taxonomy-contract .field--name-field-luogo, .page-taxonomy-contract .field--name-field-brand, .page-taxonomy-contract .field--name-field-didascalia {
  display: none;
}
.page-taxonomy-contract .view-header .field--name-field-image,
.page-taxonomy-contract .view-header .field--name-field-immagine-hero,
.page-taxonomy-contract .view-header .field--name-field-image-mobile,
.page-taxonomy-contract .view-header .field--name-field-brand {
  display: block;
}

.contrat-page-teaser .field--name-field-immagine-hero, .contrat-page-teaser .field--name-field-image-mobile, .contrat-page-teaser .field--name-description, .contrat-page-teaser .field--name-field-image, .contrat-page-teaser .field--name-field-hero-mobile, .contrat-page-teaser .field--name-field-hero, .contrat-page-teaser .field--name-field-luogo, .contrat-page-teaser .field--name-field-brand, .contrat-page-teaser .field--name-field-didascalia {
  display: none;
}
.contrat-page-teaser .hero-contract {
  position: relative;
  position: relative;
  overflow: hidden;
}
.contrat-page-teaser .hero-contract .image-desktop {
  display: block;
}
.contrat-page-teaser .hero-contract .image-desktop .field--label {
  display: none;
}
.contrat-page-teaser .hero-contract .image-desktop img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page-teaser .hero-contract .card {
  background: #333333;
  width: 600px;
  padding: 20px;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .contrat-page-teaser .hero-contract .card {
    bottom: 20px;
    width: 45%;
  }
}
.contrat-page-teaser .hero-contract .brand {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #ec0e00;
}
.contrat-page-teaser .hero-contract .title {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 10px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .contrat-page-teaser .hero-contract .title {
    font-size: 56px;
    line-height: 72px;
  }
}
.contrat-page-teaser .hero-contract .subtitle {
  margin-bottom: 20px;
  max-width: 80%;
  color: #ffffff;
}
.contrat-page-teaser .hero-contract .subtitle .field {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ffffff;
}
.contrat-page-teaser .hero-contract .subtitle p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ffffff;
}

.contrat-page .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .only-desktop {
    display: block;
  }
}
.contrat-page .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .contrat-page .only-mobile {
    display: none;
  }
}
.contrat-page .field--name-field-hero-mobile, .contrat-page .field--name-field-immagine-anteprima-ct, .contrat-page .field--name-field-scheda-tecnica, .contrat-page .field--name-field-hero, .contrat-page .field--name-field-luogo, .contrat-page .field--name-field-brand, .contrat-page .field--name-field-didascalia, .contrat-page .field--name-field-categoria-contract {
  display: none;
}
.contrat-page .hero-contract {
  position: relative;
  overflow: hidden;
}
.contrat-page .hero-contract .field--name-field-hero-mobile, .contrat-page .hero-contract .field--name-field-hero, .contrat-page .hero-contract .field--name-field-luogo, .contrat-page .hero-contract .field--name-field-brand, .contrat-page .hero-contract .field--name-field-didascalia {
  display: block;
}
.contrat-page .hero-contract .image-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .hero-contract .image-desktop {
    display: block;
  }
}
.contrat-page .hero-contract .image-desktop img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page .hero-contract .image-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .contrat-page .hero-contract .image-mobile {
    display: none;
  }
}
.contrat-page .hero-contract .image-mobile img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page .hero-contract .card {
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page .hero-contract .card {
    width: 500px;
    bottom: 20px;
    left: 0;
  }
}
.contrat-page .hero-contract .flex-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.contrat-page .hero-contract .brand {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ec0e00;
}
.contrat-page .hero-contract .title {
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 0;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .contrat-page .hero-contract .title {
    font-size: 32px;
    line-height: 48px;
  }
}
.contrat-page .hero-contract .subtitle {
  margin-bottom: 20px;
  max-width: 80%;
}
.contrat-page .hero-contract .subtitle .field {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.contrat-page .hero-contract .subtitle p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.contrat-page .hero-contract .subtitle .flex {
  display: flex;
  gap: 5px;
}
.contrat-page .hero-contract .buttons {
  display: flex;
  gap: 10px;
}
.contrat-page .hero-contract .buttons .button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0;
}
.contrat-page .hero-contract .buttons .button a {
  margin-bottom: 0;
}
.contrat-page .hero-contract .buttons .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .hero-contract .buttons .only-desktop {
    display: block;
  }
}
.contrat-page .hero-contract .buttons .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .contrat-page .hero-contract .buttons .only-mobile {
    display: none;
  }
}
.contrat-page .hero-contract .button-primary {
  background-color: #ec0e00;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contrat-page .hero-contract .button-primary img {
  display: none;
}
.contrat-page .hero-contract .button-primary p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.contrat-page .hero-contract .button-secondary {
  background-color: #ffffff;
  color: #ec0e00;
  border: 2px solid #ec0e00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contrat-page .paragraph-contract-quoted .quote-icon img, .contrat-page .paragraph-contract-quoted .quote-icon-right img {
  width: 40px;
  height: 40px;
}
.contrat-page .paragraph-contract-quoted .field--type-boolean {
  display: none;
}
.contrat-page .paragraph-contract-quoted .field {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-contract-quoted .field {
    font-size: 24px;
    line-height: 36px;
  }
}
.contrat-page .paragraph-contract-quoted .paragraph-black {
  background-color: #333333;
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-contract-quoted .paragraph-black {
    padding: 70px 15px;
  }
}
.contrat-page .paragraph-contract-quoted .paragraph-black .field {
  color: #ffffff;
}
.contrat-page .paragraph-contract-quoted .paragraph-default {
  padding: 30px 15px;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-contract-quoted .paragraph-default {
    padding: 70px 15px;
  }
}
.contrat-page .contract-table {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .contrat-page .contract-table {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }
}
.contrat-page .contract-table .contract-table-container {
  background-color: #FDFBFB;
  padding: 15px;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
}
.contrat-page .contract-table .contract-table-container .contract-table-tabs {
  margin-bottom: 30px;
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .contract-table .contract-table-container .contract-table-tabs {
    display: grid;
  }
}
.contrat-page .contract-table .contract-table-container .contract-table-tabs .contract-table-tab {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  padding: 15px;
  cursor: pointer;
  color: #000000;
  background-color: #F0F0F0;
}
.contrat-page .contract-table .contract-table-container .contract-table-tabs .table-is-active {
  background-color: #ec0e00;
  color: #ffffff;
}
.contrat-page .contract-table .contract-table-rows {
  gap: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contrat-page .contract-table .contract-table-row {
  padding: 10px;
  border-bottom: solid 1px #d8d8d8;
}
@media screen and (min-width: 992px) {
  .contrat-page .contract-table .contract-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.contrat-page .contract-table .contract-table-row .table-cell {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
}
.contrat-page .contract-table .contract-table-row .cell-left {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .contrat-page .contract-table .contract-table-row .cell-left {
    margin-bottom: 0;
  }
}
.contrat-page .contract-table .contract-table-row .cell-right {
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.contrat-page .contract-table .contract-table-selectbar {
  width: 100%;
  background: #ec0e00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-height: 60px;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contrat-page .contract-table .contract-table-selectbar {
    display: none;
  }
}
.contrat-page .contract-table .contract-table-selectbar .contract-table-selectbar-trigger {
  color: #ffffff;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  margin-right: 5px;
}
.contrat-page .contract-table .contract-table-selectbar .contract-table-selectbar-menu {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10000;
}
.contrat-page .contract-table .contract-table-selectbar .contract-table-selectbar-menu.is-open {
  display: flex;
}
.contrat-page .contract-table .contract-table-selectbar .contract-table-selectbar-option {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.contrat-page .slider-detail {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contrat-page .slider-detail .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .slider-detail .only-desktop {
    display: block;
  }
}
.contrat-page .slider-detail .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .contrat-page .slider-detail .only-mobile {
    display: none;
  }
}
.contrat-page .slider-detail .play-pause-button {
  display: flex;
}
.contrat-page .slider-detail .swiper-slider-detail {
  padding-bottom: 40px;
}
.contrat-page .slider-detail .swiper-slider-detail .swiper-slide {
  height: auto;
}
.contrat-page .slider-detail .swiper-slider-detail .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.contrat-page .slider-detail .swiper-slider-detail .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.contrat-page .slider-detail .paginations-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
@media screen and (min-width: 992px) {
  .contrat-page .slider-detail .paginations-wrapper {
    justify-content: flex-end;
    margin-right: 20px;
    left: 0%;
    transform: translateX(0%);
    right: 20px;
  }
}
.contrat-page .slider-detail .swiper-pagination {
  display: block;
}
.contrat-page .slider-detail .swiper-pagination-fraction {
  color: #ec0e00;
  font-size: 20px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.contrat-page .slider-detail .swiper-pagination-bullets {
  margin-top: 0;
  display: flex !important;
}
.contrat-page .virtual-showroom {
  width: 100%;
  min-height: 600px;
  background-color: #333;
}
.contrat-page .virtual-showroom .sub-title {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  color: #ffffff;
}
.contrat-page .virtual-showroom .title {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  color: #ffffff;
}
.contrat-page .section-text-paragraph-full {
  background-color: #EEEEEE;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contrat-page .section-text-paragraph-full .box-text-full {
  width: 100%;
}
.contrat-page .section-text-paragraph-full .box-text-full .text-icon-box {
  border-top: solid 1px #d8d8d8;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-text-paragraph-full .box-text-full .text-icon-box {
    margin-bottom: 40px;
  }
}
.contrat-page .section-text-paragraph-full .box-text-full .text-icon-box .text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  margin: 0;
}
.contrat-page .section-text-paragraph-full .box-text-full .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-text-paragraph-full .box-text-full .title {
    font-size: 32px;
    line-height: 48px;
  }
}
.contrat-page .section-text-paragraph-full .box-text-full .text-paragraph {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-text-paragraph-full .box-text-full .text-paragraph {
    font-size: 20px;
    line-height: 28px;
  }
}
.contrat-page .text-image-paragraph {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contrat-page .text-image-paragraph .container-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .container-flex {
    flex-direction: row;
    gap: 50px;
  }
}
.contrat-page .text-image-paragraph .container-flex.is-text-right {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .container-flex.is-text-right {
    flex-direction: row;
  }
}
.contrat-page .text-image-paragraph .container-flex.is-text-left {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .container-flex.is-text-left {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .container-flex.is-text-left .paginations-wrapper {
    left: 0;
  }
}
.contrat-page .text-image-paragraph .box-text {
  border-top: solid 1px #d8d8d8;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .box-text {
    width: 50%;
  }
}
.contrat-page .text-image-paragraph .box-text .text-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .box-text .text-icon {
    margin-bottom: 40px;
  }
}
.contrat-page .text-image-paragraph .box-text .text-icon p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  margin: 0;
}
.contrat-page .text-image-paragraph .box-text .title {
  font-size: 20px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .box-text .title {
    font-size: 32px;
    line-height: 48px;
  }
}
.contrat-page .text-image-paragraph .box-text .text-paragraph {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .box-text .text-paragraph {
    font-size: 20px;
    line-height: 28px;
  }
}
.contrat-page .text-image-paragraph .slieder {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .slieder {
    width: 50%;
  }
}
.contrat-page .text-image-paragraph .slieder .swiper-slide {
  height: 90%;
}
.contrat-page .text-image-paragraph .slieder .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page .text-image-paragraph .slieder .paginations-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .contrat-page .text-image-paragraph .slieder .paginations-wrapper {
    width: fit-content;
    right: 0;
    position: absolute;
    z-index: 100;
    bottom: 0;
  }
}
.contrat-page .text-image-paragraph .slieder .paginations-wrapper .swiper-pagination-bullets {
  margin-top: 0;
  display: block;
}
.contrat-page .paragraph-products-text {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contrat-page .paragraph-products-text .only-desktop {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .only-desktop {
    display: block;
  }
}
.contrat-page .paragraph-products-text .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .only-mobile {
    display: none !important;
  }
}
.contrat-page .paragraph-products-text .container-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .container-flex {
    flex-direction: row;
    gap: 50px;
  }
}
.contrat-page .paragraph-products-text .box-text {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .box-text {
    width: 50%;
  }
}
.contrat-page .paragraph-products-text .box-text .text-icon-box {
  border-top: solid 1px #d8d8d8;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .box-text .text-icon-box {
    margin-bottom: 40px;
  }
}
.contrat-page .paragraph-products-text .box-text .text-icon-box p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  margin: 0;
}
.contrat-page .paragraph-products-text .box-text .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .box-text .title {
    font-size: 32px;
    line-height: 48px;
  }
}
.contrat-page .paragraph-products-text .box-text .text-paragraph {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .box-text .text-paragraph {
    font-size: 20px;
    line-height: 28px;
  }
}
.contrat-page .paragraph-products-text .slieder {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .slieder {
    width: 50%;
  }
}
.contrat-page .paragraph-products-text .slieder .swiper-slide .product {
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .slieder .swiper-slide .product {
    padding-bottom: 50px;
  }
}
.contrat-page .paragraph-products-text .slieder .swiper-slide .product .new {
  background-color: #ec0e00;
  color: #ffffff;
  left: 15px;
  position: absolute;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 5px;
}
.contrat-page .paragraph-products-text .slieder .swiper-slide .product .flag-flag {
  background-color: #ec0e00;
  right: 15px;
  position: absolute;
  top: 0;
  padding: 5px;
}
.contrat-page .paragraph-products-text .slieder .swiper-slide .product .info {
  padding: 15px;
}
.contrat-page .paragraph-products-text .slieder .swiper-slide .product .info .brand {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ec0e00;
}
.contrat-page .paragraph-products-text .slieder .swiper-slide .product .info .name {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  color: #000000;
}
.contrat-page .paragraph-products-text .slieder .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page .paragraph-products-text .slieder .paginations-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text .slieder .paginations-wrapper {
    width: fit-content;
    right: 0;
    position: absolute;
    z-index: 100;
    bottom: 0;
  }
}
.contrat-page .paragraph-products-text .slieder .paginations-wrapper .swiper-pagination-bullets {
  margin-top: 0;
  display: block;
}
.contrat-page .paragraph-products-text .slieder .swiper-pagination {
  margin: 0 5px;
  color: #ec0e00;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.contrat-page .paragraph-products-text .slieder .swiper-pagination span {
  color: #ec0e00;
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text.no-text .container-flex {
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .contrat-page .paragraph-products-text.no-text .slieder {
    width: 100%;
  }
}
.contrat-page .section-image-grid {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F0F0F0;
}
.contrat-page .section-image-grid .image-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.contrat-page .section-image-grid .image-grid-item {
  width: 100%;
  height: 100%;
  grid-column: span 1;
}
.contrat-page .section-image-grid .image-grid-item[data-span-mobile="1"] {
  grid-column: span 1;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid-item[data-span-mobile="1"] {
    display: none;
  }
}
.contrat-page .section-image-grid .image-grid-item[data-span-mobile="2"] {
  grid-column: span 2;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid-item[data-span-mobile="2"] {
    display: none;
  }
}
.contrat-page .section-image-grid .image-grid-item[data-span-desktop="1"] {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid-item[data-span-desktop="1"] {
    grid-column: span 1;
    display: block;
  }
}
.contrat-page .section-image-grid .image-grid-item[data-span-desktop="2"] {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid-item[data-span-desktop="2"] {
    grid-column: span 2;
    display: block;
  }
}
.contrat-page .section-image-grid .image-grid-item[data-span-desktop="3"] {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid-item[data-span-desktop="3"] {
    grid-column: span 3;
    display: block;
  }
}
.contrat-page .section-image-grid .image-grid-item[data-span-desktop="4"] {
  display: none;
}
@media screen and (min-width: 992px) {
  .contrat-page .section-image-grid .image-grid-item[data-span-desktop="4"] {
    grid-column: span 4;
    display: block;
  }
}
.contrat-page .section-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contrat-page-taxonamy .container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .contrat-page-taxonamy .container {
    padding: initial;
  }
}
.contrat-page-taxonamy .hero-contract {
  position: relative;
  overflow: hidden;
}
.contrat-page-taxonamy .hero-contract .image-desktop {
  display: none;
  height: 530px;
}
.contrat-page-taxonamy .hero-contract .image-desktop .field {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page-taxonamy .hero-contract .image-desktop {
    display: block;
  }
}
.contrat-page-taxonamy .hero-contract .image-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page-taxonamy .hero-contract .image-mobile {
  display: block;
  height: 530px;
}
.contrat-page-taxonamy .hero-contract .image-mobile .field {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .contrat-page-taxonamy .hero-contract .image-mobile {
    display: none;
  }
}
.contrat-page-taxonamy .hero-contract .image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contrat-page-taxonamy .hero-contract .card {
  background: #333333;
  width: 100%;
  padding: 20px;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media screen and (min-width: 992px) {
  .contrat-page-taxonamy .hero-contract .card {
    width: 600px;
    bottom: 20px;
    width: 40%;
    left: 0;
  }
}
.contrat-page-taxonamy .hero-contract .brand {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #ec0e00;
}
.contrat-page-taxonamy .hero-contract .title {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 10px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .contrat-page-taxonamy .hero-contract .title {
    font-size: 56px;
    line-height: 72px;
  }
}
.contrat-page-taxonamy .hero-contract .subtitle {
  margin-bottom: 20px;
  max-width: 80%;
  color: #fff;
  margin-bottom: 0;
}
.contrat-page-taxonamy .hero-contract .subtitle .field {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.contrat-page-taxonamy .hero-contract .subtitle p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.contrat-page-taxonamy .hero-contract .subtitle .flex {
  display: flex;
  gap: 5px;
}

.view-contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F0F0F0;
}
.view-contact .title-view {
  font-size: 24px;
  line-height: 36px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  margin-bottom: 15px;
  font-weight: 600;
}
.view-contact .subtitle-view {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 30px;
  color: #333333;
}

.filter-contact {
  padding-top: 50px;
  background-color: #F0F0F0;
}
.filter-contact .form--inline .form-item {
  min-width: 100%;
}
@media screen and (min-width: 992px) {
  .filter-contact .form--inline .form-item {
    min-width: 300px;
  }
}
.filter-contact .form--inline .form-item label {
  display: none;
}
.filter-contact .form--inline .select-wrapper, .filter-contact .form--inline button {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
}
.filter-contact .form--inline .select-wrapper:focus, .filter-contact .form--inline button:focus {
  outline: none;
  background: transparent;
}
.filter-contact .form--inline .select-wrapper:focus-visible, .filter-contact .form--inline button:focus-visible {
  outline: none;
  background: transparent;
}
.filter-contact .form--inline .select-wrapper {
  border-bottom: solid 1px #000;
}
.filter-contact .form--inline .btn-default:active, .filter-contact .form--inline .btn-default.active, .filter-contact .form--inline .open > .btn-default.dropdown-toggle {
  background-color: transparent;
}
.filter-contact .form--inline .sdm-brand-select {
  display: none;
}
.filter-contact .form--inline .btn.dropdown-toggle.btn-default {
  display: none;
}

.sdm-aselect__search, .sdm-aselect__option {
  padding: 10px 15px !important;
}

.title-contractor-slider-espositori {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .title-contractor-slider-espositori {
    font-size: 40px;
    line-height: 56px;
  }
}

.custom-product-category-contractor {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.custom-product-category-contractor .image-desktop {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .image-desktop {
    display: block !important;
  }
}
.custom-product-category-contractor .image-mobile {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .image-mobile {
    display: none !important;
  }
}
.custom-product-category-contractor .box-header {
  margin-bottom: 35px;
}
.custom-product-category-contractor .box-header .title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .box-header .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.custom-product-category-contractor .categories-swiper {
  display: block;
  overflow: hidden;
}
.custom-product-category-contractor .categories-swiper .swiper-wrapper {
  align-items: stretch;
}
.custom-product-category-contractor .categories-swiper .swiper-slide {
  height: auto;
}
.custom-product-category-contractor .paginations-wrapper-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories img {
  filter: invert(18%) sepia(7%) saturate(19%) hue-rotate(332deg) brightness(95%) contrast(91%);
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories img {
    filter: none;
  }
}
.custom-product-category-contractor .paginations-wrapper-categories .swiper-button-prev-categories,
.custom-product-category-contractor .paginations-wrapper-categories .swiper-button-next-categories,
.custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-product-category-contractor .paginations-wrapper-categories .swiper-button-prev-categories::after,
.custom-product-category-contractor .paginations-wrapper-categories .swiper-button-next-categories::after,
.custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories::after {
  display: none;
}
.custom-product-category-contractor .paginations-wrapper-categories .swiper-button-prev-categories img,
.custom-product-category-contractor .paginations-wrapper-categories .swiper-button-next-categories img,
.custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories img {
  display: block;
}
.custom-product-category-contractor .paginations-wrapper-categories .swiper-pagination-categories {
  position: static;
  width: auto;
  margin: 0;
}
.custom-product-category-contractor .paginations-wrapper-categories .swiper-pagination-fraction {
  color: #ec0e00;
}
.custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories .pause {
  display: block;
}
.custom-product-category-contractor .paginations-wrapper-categories .play-pause-button-categories .play {
  display: none;
}
.custom-product-category-contractor .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #d9d9d9;
}
.custom-product-category-contractor .swiper-pagination-bullet-active {
  background: #c00;
}
.custom-product-category-contractor .swiper-pagination-fraction {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
}
.custom-product-category-contractor .only-mobile {
  display: flex;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .only-mobile {
    display: none;
  }
}
.custom-product-category-contractor .category {
  min-height: 500px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .category {
    min-height: 400px;
  }
}
.custom-product-category-contractor .category::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.82) 100%);
  transition: background 0.25s ease;
}
.custom-product-category-contractor .category .category-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  cursor: pointer;
}
.custom-product-category-contractor .category .category-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
}
.custom-product-category-contractor .category .box-text {
  position: relative;
  z-index: 2;
  width: 100%;
}
.custom-product-category-contractor .category .box-text .name-category {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .category .box-text .name-category {
    font-size: 32px;
    line-height: 48px;
  }
}
.custom-product-category-contractor .category .box-text .subheadling-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .custom-product-category-contractor .category .box-text .subheadling-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.demonstrations-form .dropdown-menu[role=presentation] {
  margin-bottom: 10px !important;
}

.date {
  padding-top: 35px;
  color: #ec0e00;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .date {
    font-size: 20px;
    padding-top: 60px;
  }
}

.author-image {
  display: flex;
  justify-content: center;
}

.author-description {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .author-description {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.author-description a {
  color: #ec0e00 !important;
}

.teaser-product-type {
  position: absolute;
  left: 0px;
  top: 0;
  height: 40px;
  width: 159px;
  line-height: 40px;
  text-align: center;
  color: white !important;
  background-color: #e30613;
  z-index: 100;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  width: fit-content;
  padding: 0 20px;
}

.article-category {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
.article-category a {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline !important;
}
@media screen and (min-width: 992px) {
  .article-category a {
    font-size: 20px;
    line-height: 28px;
  }
}
.article-category a :hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 992px) {
  .article-category {
    font-size: 20px;
    line-height: 28px;
  }
}

.tags-label {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .tags-label {
    font-size: 20px;
    line-height: 28px;
  }
}

.tags {
  display: flex;
}
.tags .field--name-field-rubrica {
  padding: 7px 12.5px;
  background-color: #f3f3f3;
  margin-right: 16px;
  padding: 7px 12.5px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.41px;
  line-height: 18px;
  color: #979797;
}
.tags .field--name-field-rubrica a {
  color: #979797;
}
.tags .field--items {
  display: flex;
}
.tags .field--items .field--item {
  background-color: #e1e1e1;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  border-radius: 25px;
}
.tags .field--items .field--item a {
  color: #000;
}

.caption {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 25px;
}

.article .caption,
.manifestazione .caption {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 13px;
  margin-top: 16px;
  color: #737373;
}
@media screen and (min-width: 992px) {
  .article .caption,
  .manifestazione .caption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.sub-text-row {
  display: flex;
  margin-bottom: 24px;
  margin-top: 24px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .sub-text-row {
    margin-bottom: 64px;
    margin-top: 0px;
    flex-direction: row;
  }
}

.sub-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .sub-text {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
  }
}
.sub-text a {
  color: #000000;
  text-decoration: underline !important;
}
.sub-text .sub-element {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.sub-text .sub-element .element-label {
  margin-right: 5px;
}

.contact {
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .contact {
    letter-spacing: 0.38px;
    line-height: 25px;
    font-size: 20px;
  }
}
.contact a {
  color: #ec0e00;
  text-decoration: none !important;
  font-style: normal;
}
.contact .dropdown-modal-links {
  text-align: center;
}
.contact .dropdown-modal-links > a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

#press-authors {
  margin-top: 20px;
}
#press-authors .sub-text-row {
  justify-content: space-between;
  margin-bottom: 0px;
}
#press-authors .field--name-field-autore {
  margin-right: 10px;
}
#press-authors .sub-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  flex: unset;
}
@media screen and (min-width: 992px) {
  #press-authors .sub-text {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    flex: unset;
  }
}
#press-authors .sub-element {
  margin-right: 10px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
#press-authors .flag {
  display: none;
}

.flex-row {
  display: flex;
  margin-top: 25px;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .flex-row {
    margin-top: 80px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.flex-row .press-bookmarks {
  width: auto;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .flex-row .press-bookmarks {
    width: 100%;
    text-align: right;
    padding-top: 0px;
  }
}

.bullet-list-container {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif !important;
}
.bullet-list-container .field--name-field-bl-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.38px;
  line-height: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .bullet-list-container .field--name-field-bl-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.bullet-list-container .bullet-list-text {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .bullet-list-container .bullet-list-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.qa-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.46px;
}
@media screen and (min-width: 992px) {
  .qa-title {
    font-size: 40px;
    line-height: 40px;
  }
}

.cit-container {
  display: flex;
}

.cit-border {
  background-color: #ec0e00;
  padding: 5px;
  margin-right: 15px;
  position: absolute;
  height: 100%;
  left: 13px;
}
@media screen and (min-width: 992px) {
  .cit-border {
    left: -15px;
  }
}

.cit-text {
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.6;
  margin-left: 24px;
}
@media screen and (min-width: 992px) {
  .cit-text {
    margin-left: 0px;
    line-height: 36px;
  }
}

figure {
  display: table;
  margin: auto;
}

.video-container iframe {
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .video-container iframe {
    min-height: 530px;
  }
}
.video-container #smd-youtube-video {
  min-height: unset;
}
.video-container #sdm-vimeo {
  min-height: unset;
}

.paragraph--type--qa-text {
  border-left: solid 1px #ec0e00;
  padding-left: 25px;
  margin-top: 25px;
}

.paragraph--type--qa-text .paragraph__column {
  padding-bottom: 10px;
}

.qa_item_container {
  display: flex;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.qa_item_container .caption {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-right: 30px;
  margin-top: 6px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0px;
}

.qa_item_container.question {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
}
.qa_item_container.question .text-paragraph {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .qa_item_container.question .text-paragraph {
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }
}
.qa_item_container.question .caption {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0px;
}

#block-views-block-articoli-block-articles .node-cover img,
.view-virtual-stand .node-cover img {
  margin: unset;
}

.brand-link {
  color: #ec0e00;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .brand-link {
    font-size: 16px;
  }
}
.brand-link :hover {
  text-decoration: underline;
}

.detail-sub-title a {
  color: #000000;
}

.teaser-in-evidence {
  margin-bottom: 25px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  position: relative;
}
@media screen and (min-width: 992px) {
  .teaser-in-evidence {
    margin-bottom: 48px;
  }
}
.teaser-in-evidence .title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 17px;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .teaser-in-evidence .title {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.76px;
    line-height: 48px;
    -webkit-line-clamp: 3;
  }
}
.teaser-in-evidence .teaser-abstract {
  display: none;
}
@media screen and (min-width: 992px) {
  .teaser-in-evidence .teaser-abstract {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.teaser-in-evidence .teaser-abstract-brand {
  display: none;
}
@media screen and (min-width: 992px) {
  .teaser-in-evidence .teaser-abstract-brand {
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.teaser-in-evidence .teaser-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 5px;
}
.teaser-in-evidence .teaser-footer .category {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
  color: #ec0e00 !important;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .teaser-in-evidence .teaser-footer .category {
    font-size: 14px;
  }
}
.teaser-in-evidence .teaser-footer .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .teaser-in-evidence .teaser-footer .author-name {
    opacity: 0.5;
  }
}
.teaser-in-evidence .field--name-field-padiglione div {
  display: block;
}
.teaser-in-evidence .field--name-field-stand div {
  display: block;
}

.related {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .related {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.76px;
    line-height: 40px;
    margin-bottom: 48px;
    margin-top: 70px;
  }
}

.teaser-container {
  position: relative;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-bottom: 25px !important;
}
.teaser-container .right-panel {
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .teaser-container .right-panel {
    padding-left: 13px;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
.teaser-container .right-panel .category {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
}
@media screen and (min-width: 992px) {
  .teaser-container .right-panel .category {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
  }
}
.teaser-container .right-panel .title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .teaser-container .right-panel .title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }
}
.teaser-container .right-panel .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .teaser-container .right-panel .author-name {
    line-height: 32px;
    font-size: 24px;
  }
}

.category a {
  color: #ec0e00 !important;
}

.teaser-video .category {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
  height: 20px;
}
.teaser-video .category a {
  color: #ffffff;
}
.teaser-video .title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .teaser-video .title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
}
.teaser-video .brand-link {
  color: #ec0e00;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .teaser-video .brand-link {
    font-size: 16px;
  }
}
.teaser-video .brand-link :hover {
  text-decoration: underline;
}
.teaser-video .detail-sub-title a {
  color: #000000;
}
.teaser-video .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
  height: 20px;
}

.read-all-stories {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 13px;
}
@media screen and (min-width: 992px) {
  .read-all-stories {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
  }
}

.mobile-row {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .mobile-row {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.article-summary,
.article-summary-worldpress {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 24px;
  margin-top: 24px;
  color: black;
}
@media screen and (min-width: 992px) {
  .article-summary,
  .article-summary-worldpress {
    font-size: 24px;
    line-height: 32px;
    margin-top: 80px;
  }
}

.article-summary-worldpress {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .article-summary-worldpress {
    margin-top: 25px;
  }
}

.red-separator {
  height: 2px;
  background-color: #ec0e00;
  width: 200px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .red-separator {
    margin-top: 24px;
  }
}

.red-separator-home {
  height: 2px;
  background-color: #ec0e00;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.video-block-container {
  background-color: #000000;
}
.video-block-container .block-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 32px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .video-block-container .block-title-container {
    flex-direction: row;
    margin-top: 69px;
    margin-bottom: 32px;
  }
}
.video-block-container .block-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .video-block-container .block-title {
    text-align: left;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 1.14px;
    line-height: 66px;
  }
}
.video-block-container .block-link > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  color: #979797;
}
@media screen and (min-width: 992px) {
  .video-block-container .block-link > a {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: right;
    color: #ffffff;
  }
}
.video-block-container .teaser-video .category a {
  color: #ffffff;
}
.video-block-container .teaser-video .title {
  color: #ffffff;
}
.video-block-container .teaser-video .author-name {
  color: #ffffff;
}

.video-tissue {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

/*.view-articoli-video{
    .view-title{
        margin-bottom: 40px;
        @media screen and (min-width: 992px) {
            margin-bottom: 66px;
        }
    }
}*/
.block-home-chosen .title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 992px) {
  .block-home-chosen .title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }
}
.block-home-chosen .category {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
}
.block-home-chosen .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
  height: 20px;
}

/*
.column-block-home-chosen {
border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}*/
.editors-pick .slide-content {
  width: 100%;
  background-color: white;
}
.editors-pick .swiper-slide {
  width: 100%;
}
.editors-pick .sdm-image-gradient {
  display: none;
}
.editors-pick .field--name-field-bl-title {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  font-weight: 300;
  min-height: 80px;
  color: black;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
}
@media screen and (min-width: 992px) {
  .editors-pick .field--name-field-bl-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.salone-pick .slide-content {
  width: 100%;
  background-color: white;
}
.salone-pick .swiper-slide {
  width: 80%;
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .salone-pick .swiper-slide {
    width: 100%;
  }
}
.salone-pick .sdm-image-gradient {
  display: none;
}
.salone-pick .field--name-field-bl-title {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  font-weight: 300;
  color: black;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
}
@media screen and (min-width: 992px) {
  .salone-pick .field--name-field-bl-title {
    font-size: 20px;
    min-height: 60px;
    line-height: 24px;
  }
}

.block-home-editor-pick {
  margin-bottom: 0px !important;
}
.block-home-editor-pick .description-content {
  padding: 20px 15px;
}
@media screen and (min-width: 992px) {
  .block-home-editor-pick .description-content {
    min-height: 180px;
  }
}
.block-home-editor-pick .title {
  min-height: 48px;
  font-size: 16px;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
@media screen and (min-width: 992px) {
  .block-home-editor-pick .title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 44px;
    -webkit-line-clamp: 2;
    font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  }
}
@media screen and (max-width: 767px) {
  .block-home-editor-pick .title {
    font-size: 28px;
    line-height: 44px;
    font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  }
}
.block-home-editor-pick .category a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  color: #ec0e00 !important;
}
.block-home-editor-pick .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
  height: 20px;
}

.block_home_title {
  border-bottom: 1px solid #ec0e00;
  margin-bottom: 50px;
  padding-bottom: 5px;
  color: #ec0e00;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .block_home_title {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
  }
}
.block_home_title .more-link {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
}
.block_home_title .more-link a {
  color: #979797;
}

.block_home_title.world-press-title {
  border-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.block_home_title.world-press-title a {
  color: #ec0e00;
  text-decoration: none;
}

.world-press-sub-title {
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 24px;
  margin-bottom: 30px;
}

.column-block_home_people .content-container {
  display: flex;
  flex-direction: row;
  align-content: center;
}
.column-block_home_people .img-blocked-64 {
  width: 64px;
  border-radius: 50%;
  margin-right: 10px;
}
.column-block_home_people .blocco-home-people .img-blocked-64 {
  width: 64px;
  border-radius: 50%;
  margin-right: 10px;
}
.column-block_home_people .text-summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.5;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .column-block_home_people .text-summary {
    height: 40px;
  }
}
.column-block_home_people .text-container {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.column-block_home_people .text-container .title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .column-block_home_people .text-container .title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
  }
}

.column-block-home-editor-picks {
  padding: 50px 0px 0px 0px;
  position: relative;
  background-color: #ec0e00;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .column-block-home-editor-picks {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.column-block-home-editor-picks .block-title {
  color: white;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (min-width: 992px) {
  .column-block-home-editor-picks .block-title {
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.76px;
    line-height: 40px;
    text-align: center;
  }
}
.column-block-home-editor-picks .swiper-pagination-editor-pick {
  width: 100%;
  margin-top: 70px;
  height: 20px;
  display: flex;
  justify-content: center;
}
.column-block-home-editor-picks .swiper-pagination-editor-pick .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: black;
  z-index: 10;
  display: flex;
  margin-right: 5px;
  border-radius: 50%;
  opacity: 0;
}
.column-block-home-editor-picks .swiper-pagination-editor-pick .swiper-pagination-bullet-active {
  background: white;
  opacity: 0;
}
.column-block-home-editor-picks .swiper-button-next-editor-pick {
  width: 45px;
  height: 45px;
  background: #ec0e00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/images/left-arrow-white.png");
  z-index: 10;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .column-block-home-editor-picks .swiper-button-next-editor-pick {
    right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .column-block-home-editor-picks .swiper-button-next-editor-pick {
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .column-block-home-editor-picks .swiper-button-next-editor-pick {
    right: 10px;
  }
}
.column-block-home-editor-picks .swiper-button-prev-editor-pick {
  width: 45px;
  height: 45px;
  background: #ec0e00;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/images/right-arrow-white.png");
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .column-block-home-editor-picks .swiper-button-prev-editor-pick {
    left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .column-block-home-editor-picks .swiper-button-prev-editor-pick {
    left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .column-block-home-editor-picks .swiper-button-prev-editor-pick {
    left: 10px;
  }
}
.column-block-home-editor-picks .container-lists-wrap {
  padding: 0px 50px;
}
@media screen and (min-width: 992px) {
  .column-block-home-editor-picks .container-lists-wrap {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .column-block-home-editor-picks .container-lists-wrap {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 992px) {
  .swiper-slide {
    width: 70%;
    margin-left: 0px !important;
  }
  .swiper-slide-active {
    margin-left: 0px !important;
  }
}
.products-container-home,
.categories-container-home {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .products-container-home,
  .categories-container-home {
    margin-top: 100px;
  }
}

.article-summary,
.article-summary-worldpress {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.article-summary a,
.article-summary-worldpress a {
  text-decoration: none !important;
  color: #ec0e00;
}

.section-text,
.bullet-list-container,
.content-summary,
.article-summary,
.article-summary-worldpress {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.section-text a,
.bullet-list-container a,
.content-summary a,
.article-summary a,
.article-summary-worldpress a {
  text-decoration: underline !important;
  color: #ec0e00;
}

.article-full-container .view-articoli {
  margin-bottom: 100px;
}
.article-full-container .view-articoli .view-header {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .article-full-container .view-articoli .view-header {
    line-height: 24px;
  }
}
.article-full-container .view-articoli .flag span {
  text-decoration: underline;
  text-decoration-color: #ec0e00;
  display: none;
}
@media screen and (min-width: 992px) {
  .article-full-container .view-articoli .flag span {
    display: block;
  }
}
.article-full-container .header-full-new .header-back {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .article-full-container .header-full-new .header-back {
    opacity: 1;
  }
}
.article-full-container .paragraph__column {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.detail-title-article {
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .detail-title-article {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 56px;
    text-align: center;
  }
}

.detail-title-authors {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .detail-title-authors {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .detail-title-authors {
    font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
    font-size: 28px;
    line-height: 44px;
  }
}

.autore__author-roles {
  margin-bottom: 15px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 32px;
}

.detail-title-exibition {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 35px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .detail-title-exibition {
    margin-bottom: 24px;
    font-size: 56px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 72px;
    text-align: center;
  }
}

.detail-title-article-press {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 35px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .detail-title-article-press {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 72px;
    /*  margin-top: 100px;*/
    text-align: center;
  }
}

.publish-date {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .publish-date {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
  }
}

.sdm-play-video {
  cursor: pointer;
}

.press-tissue {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
}

.video-container-press {
  position: relative;
}

#article-press {
  margin-bottom: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  #article-press {
    margin-bottom: 48px;
    margin-top: 20px;
  }
}
#article-press .img-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  #article-press .img-desktop {
    display: block;
  }
}
#article-press .img-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  #article-press .img-mobile {
    display: none;
  }
}

/*#press-block {
    font-family: $font-light;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;

    @media screen and (min-width: 992px) {
        margin-top: 30px;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
    }
    .field--name-field-descrizione-press {
        margin-top: 16px;
        margin-bottom: 16px;
        @media screen and (min-width: 992px) {
        }
    }
    .field--name-field-testo-1-press,
    .field--name-field-testo-2-press,
    .field--name-field-testo-3-press,
    .field--name-field-testo-4-press {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 20px;
        margin-top: 4px;
        margin-bottom: 4px;
        @media screen and (min-width: 992px) {
            margin-bottom: 20px;
            font-size: 20px;
            letter-spacing: 0;
            line-height: 28px;
        }
    }

    .field--name-field-testo-4-press {
        margin-bottom: 32px;
    }
}*/
.testata-giornalistica img {
  margin: 0 auto;
  /*max-width: 250px;*/
  max-height: 110px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .testata-giornalistica img {
    margin: 0;
  }
}

#world-press .title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  #world-press .title {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 44px;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  #world-press .title {
    font-size: 24px;
    line-height: 36px;
    font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  }
}
#world-press .category {
  padding-top: 10px;
  color: #ec0e00;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
}
#world-press .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
  height: 20px;
}

.world-press-home {
  width: 100%;
}
.world-press-home .description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  font-family: "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .world-press-home .description p {
    font-size: 14px;
    line-height: 16px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
.world-press-home .flex-press {
  display: flex;
  justify-content: space-between;
}
.world-press-home .flex-press .left-side {
  width: calc(60% - 10px);
}
.world-press-home .flex-press .right-side {
  width: 40%;
  align-items: flex-end;
}
.world-press-home .flex-press .press-link {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .world-press-home {
    width: auto;
  }
}
.world-press-home .title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.34px;
  line-height: 23px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.world-press-home .author-name {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-family: "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-bottom: 8px;
  color: #ec0e00;
}
@media screen and (min-width: 992px) {
  .world-press-home .author-name {
    line-height: 32px;
    font-size: 24px;
  }
}

#mobile-worldpress {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-teaser-container {
  position: relative;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-bottom: 25px !important;
}
.article-teaser-container .title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
}
.article-teaser-container .right-panel {
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .article-teaser-container .right-panel {
    padding-left: 0px;
    margin-top: 0px;
  }
}
.article-teaser-container .right-panel .category {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 12px;
  color: #ec0e00;
  margin-bottom: 10px;
}
.article-teaser-container .right-panel .title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .article-teaser-container .right-panel .title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }
}
.article-teaser-container .right-panel .author-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 15px;
  opacity: 0.5;
}
.article-teaser-container .right-panel .rubrica {
  display: none;
}

.view-tassonomia-categoria-articolo .rubrica {
  display: block !important;
}
.view-tassonomia-categoria-articolo .categoria-articoli {
  display: none !important;
}

.rubrica-title {
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 40px;
  line-height: 56px;
}
@media screen and (min-width: 992px) {
  .rubrica-title {
    font-size: 56px;
    line-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .rubrica-title {
    font-size: 32px;
    line-height: 48px;
  }
}

.exibitions-caption,
.partners-caption {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
.exibitions-caption a,
.partners-caption a {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline !important;
}
@media screen and (min-width: 992px) {
  .exibitions-caption a,
  .partners-caption a {
    font-size: 20px;
    line-height: 28px;
  }
}
.exibitions-caption a :hover,
.partners-caption a :hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 992px) {
  .exibitions-caption,
  .partners-caption {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }
}

.data-text {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .data-text {
    margin-bottom: 70px;
  }
}

.field--name-field-caption p a {
  color: #ec0e00;
}

.tg_regular_S {
  font-size: 14px;
  line-height: 20px;
}

.tg_body1 {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .tg_body1 {
    font-size: 20px;
    line-height: 26px;
  }
}

.tg_link2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ec0e00 !important;
}

.tg_input_text {
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0px;
  font-family: "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 0px;
  position: relative;
  cursor: text;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  width: 9%;
  color: black;
  border-bottom: 1px solid black;
  font-size: 16px !important;
  background-color: #f3f3f3;
  border-top: solid 0px #f3f3f3;
  border-right: solid 0px #f3f3f3;
  border-left: solid 0px #f3f3f3;
}
.tg_input_text .form-text {
  background-color: #f3f3f3;
  border-top: solid 0px #f3f3f3;
  border-right: solid 0px #f3f3f3;
  border-left: solid 0px #f3f3f3;
  border-bottom: solid 0px #f3f3f3;
  box-shadow: none;
  padding: 0px;
  font-size: 16px !important;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333;
  width: 90%;
}

.virtual-stand-section .filtro_hall ul li {
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  list-style: none;
  padding: 10px;
}
.virtual-stand-section .filtro_hall ul li a {
  color: black;
  width: 100%;
}
.virtual-stand-section .filter_anno div div div ul li {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  list-style: none;
  padding: 10px;
}
.virtual-stand-section .filter_anno div div div ul li a {
  color: black;
  width: 100%;
}
.virtual-stand-section .block {
  display: block;
}
.virtual-stand-section .panel {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 16px !important;
  line-height: 20px;
  border-bottom: 0 !important;
}
.virtual-stand-section .panel .panel-heading {
  background-color: transparent;
  padding: 10px 0px;
  border: none;
  text-align: left;
  font-size: 16px !important;
  line-height: 20px;
  border-bottom: 1px solid black;
  border-radius: 0px;
}
.virtual-stand-section .panel .panel-heading .panel-title {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 16px !important;
  line-height: 20px;
}
.virtual-stand-section .panel .panel-heading .caret-up {
  display: block;
}
.virtual-stand-section .panel .panel-heading .caret-down {
  display: none;
}
.virtual-stand-section .panel .panel-heading .collapsed {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 16px !important;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.virtual-stand-section .panel .panel-heading .collapsed .caret-down {
  display: block;
}
.virtual-stand-section .panel .panel-heading .collapsed .caret-up {
  display: none;
}
.virtual-stand-section .panel .panel-body {
  padding: 0px;
  border-bottom: 1px solid black !important;
}
.virtual-stand-section .panel :has(.collapsed) .caret-up {
  display: none;
}
.virtual-stand-section .panel :has(.collapsed) .caret-down {
  display: block;
}
.virtual-stand-section .form-actions {
  position: absolute;
  top: 40px;
  right: 0px;
}

.virtual-stand-filters {
  width: 100%;
  display: none;
  float: left;
}
@media screen and (min-width: 992px) {
  .virtual-stand-filters {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .d-md-none {
    display: none;
  }
}

.title-articlo-suggested {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 32px;
  font-size: 24px;
}

.grid-content {
  gap: 20px;
}
@media (min-width: 768px) {
  .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .view-display-id-altri_articoli {
    margin-bottom: 70px;
  }
}
.view-display-id-altri_articoli .grid-content {
  gap: 20px;
}
@media (min-width: 768px) {
  .view-display-id-altri_articoli .grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid-content-3 {
  gap: 20px;
}
@media (min-width: 768px) {
  .grid-content-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#menu-close {
  width: 40px;
}

.view-display-id-altri_articoli .views-row {
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .view-display-id-altri_articoli .views-row {
    height: 100%;
    background-color: #f0f0f0;
  }
}
.view-display-id-altri_articoli .views-row .article-body {
  display: block;
  color: #000000;
}
.view-display-id-altri_articoli .views-row .author-name {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 40px;
}
.view-display-id-altri_articoli .article-teaser-container {
  height: fit-content !important;
}
@media screen and (min-width: 992px) {
  .view-display-id-altri_articoli .article-teaser-container {
    padding-bottom: 30px;
  }
}
.view-display-id-altri_articoli .article-item.highlighted .interview-quote {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.view-display-id-altri_articoli .article-item.highlighted .interview-quote img {
  display: block;
}
.view-display-id-altri_articoli .article-item.highlighted .author-name {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
.view-display-id-altri_articoli .article-item.highlighted .article-body {
  display: block;
  color: #000000;
}
.view-display-id-altri_articoli .views-row .article-body {
  display: none;
}
.view-display-id-altri_articoli .views-row .interview-quote img {
  display: none;
}
.view-display-id-altri_articoli .views-row .author-name {
  display: none;
}
.view-display-id-altri_articoli .views-row .article-teaser-container {
  background-color: #f0f0f0;
  padding: 0px 15px;
  padding-bottom: 15px;
  position: relative;
  height: 100%;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .article-video,
.view-display-id-altri_articoli .views-row .article-teaser-container .cover {
  aspect-ratio: 4/3;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .article-video img,
.view-display-id-altri_articoli .views-row .article-teaser-container .article-video iframe,
.view-display-id-altri_articoli .views-row .article-teaser-container .cover img,
.view-display-id-altri_articoli .views-row .article-teaser-container .cover iframe {
  width: 100% !important;
  aspect-ratio: 4/3;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .cover div {
  height: 100%;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .cover div .img-responsive {
  height: 100%;
  aspect-ratio: 4/3;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .view-display-id-altri_articoli .views-row .article-teaser-container:hover .img-responsive,
  .view-display-id-altri_articoli .views-row .article-teaser-container:hover .article-video {
    opacity: 0.7;
  }
  .view-display-id-altri_articoli .views-row .article-teaser-container:hover .title,
  .view-display-id-altri_articoli .views-row .article-teaser-container:hover .category {
    text-decoration: underline;
  }
  .view-display-id-altri_articoli .views-row .article-teaser-container:hover .category div a {
    text-decoration: underline;
  }
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .img-responsive {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content {
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content > a {
  display: none;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .category {
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .category a {
  color: #db0d00 !important;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .category:hover {
  text-decoration: underline;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 15px 0;
  color: #000000 !important;
}
@media screen and (min-width: 992px) {
  .view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .author-name {
  font-size: 14px;
  line-height: 20px;
}
.view-display-id-altri_articoli .views-row .article-teaser-container .content .description-content .author-name a {
  color: #000000 !important;
}

.info-container .sub-title,
.info-container .medium-text {
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}

.demonstrations .menu-container button,
.demonstrations .menu-container .menu-servizi-div-desktop,
.partners .menu-container button,
.partners .menu-container .menu-servizi-div-desktop,
.article .menu-container button,
.article .menu-container .menu-servizi-div-desktop {
  background-color: #f0f0f0 !important;
}
.demonstrations .header-full-new,
.partners .header-full-new,
.article .header-full-new {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .demonstrations .header-full-new,
  .partners .header-full-new,
  .article .header-full-new {
    width: 80%;
    margin: 20px auto;
  }
}
.demonstrations .header-full-new .header-back,
.partners .header-full-new .header-back,
.article .header-full-new .header-back {
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .demonstrations .header-full-new .header-back,
  .partners .header-full-new .header-back,
  .article .header-full-new .header-back {
    opacity: 1;
  }
}
.demonstrations .header-full-new .header-back img,
.partners .header-full-new .header-back img,
.article .header-full-new .header-back img {
  width: 20px;
  height: 20px;
  margin-right: 10px !important;
}
.demonstrations .header-full-new .header-back p,
.demonstrations .header-full-new .header-back .field,
.partners .header-full-new .header-back p,
.partners .header-full-new .header-back .field,
.article .header-full-new .header-back p,
.article .header-full-new .header-back .field {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #000000;
  margin-bottom: 0;
}
.demonstrations .header-full-new .header-back p::first-letter,
.demonstrations .header-full-new .header-back .field::first-letter,
.partners .header-full-new .header-back p::first-letter,
.partners .header-full-new .header-back .field::first-letter,
.article .header-full-new .header-back p::first-letter,
.article .header-full-new .header-back .field::first-letter {
  text-transform: uppercase !important;
}
.demonstrations .header-full-new .header-back p > a,
.demonstrations .header-full-new .header-back .field > a,
.partners .header-full-new .header-back p > a,
.partners .header-full-new .header-back .field > a,
.article .header-full-new .header-back p > a,
.article .header-full-new .header-back .field > a {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #000000;
}
.demonstrations .header-full-new .header-back p > a::first-letter,
.demonstrations .header-full-new .header-back .field > a::first-letter,
.partners .header-full-new .header-back p > a::first-letter,
.partners .header-full-new .header-back .field > a::first-letter,
.article .header-full-new .header-back p > a::first-letter,
.article .header-full-new .header-back .field > a::first-letter {
  text-transform: uppercase !important;
}
.demonstrations .header-full-new .header-flex-inner,
.partners .header-full-new .header-flex-inner,
.article .header-full-new .header-flex-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.demonstrations .header-full-new .header-flex-inner img,
.partners .header-full-new .header-flex-inner img,
.article .header-full-new .header-flex-inner img {
  margin-right: 10px !important;
}
@media screen and (min-width: 992px) {
  .demonstrations .header-full-new .header-flex-inner img,
  .partners .header-full-new .header-flex-inner img,
  .article .header-full-new .header-flex-inner img {
    margin-right: 10px !important;
  }
}
.demonstrations .header-full-new .header-flex-inner > div,
.partners .header-full-new .header-flex-inner > div,
.article .header-full-new .header-flex-inner > div {
  margin-left: 20px;
}
.demonstrations .header-full-new .header-flex-inner > div > a,
.partners .header-full-new .header-flex-inner > div > a,
.article .header-full-new .header-flex-inner > div > a {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  height: 100%;
  text-transform: lowercase;
}
.demonstrations .header-full-new .header-flex-inner > div > a::first-letter,
.partners .header-full-new .header-flex-inner > div > a::first-letter,
.article .header-full-new .header-flex-inner > div > a::first-letter {
  text-transform: uppercase !important;
}
.demonstrations .header-full-new .header-flex-inner > div > a:first-child,
.partners .header-full-new .header-flex-inner > div > a:first-child,
.article .header-full-new .header-flex-inner > div > a:first-child {
  margin-left: 0;
}
.demonstrations .header-full-new .header-flex-inner > div .social-icons,
.partners .header-full-new .header-flex-inner > div .social-icons,
.article .header-full-new .header-flex-inner > div .social-icons {
  height: 24px;
  width: 24px;
}
.demonstrations .header-full-new .header-flex-inner .bookmark-box,
.demonstrations .header-full-new .header-flex-inner .flag-flag,
.partners .header-full-new .header-flex-inner .bookmark-box,
.partners .header-full-new .header-flex-inner .flag-flag,
.article .header-full-new .header-flex-inner .bookmark-box,
.article .header-full-new .header-flex-inner .flag-flag {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
}
.demonstrations .header-full-new .header-flex-inner .bookmark-box > a,
.demonstrations .header-full-new .header-flex-inner .bookmark-box span,
.demonstrations .header-full-new .header-flex-inner .flag-flag > a,
.demonstrations .header-full-new .header-flex-inner .flag-flag span,
.partners .header-full-new .header-flex-inner .bookmark-box > a,
.partners .header-full-new .header-flex-inner .bookmark-box span,
.partners .header-full-new .header-flex-inner .flag-flag > a,
.partners .header-full-new .header-flex-inner .flag-flag span,
.article .header-full-new .header-flex-inner .bookmark-box > a,
.article .header-full-new .header-flex-inner .bookmark-box span,
.article .header-full-new .header-flex-inner .flag-flag > a,
.article .header-full-new .header-flex-inner .flag-flag span {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  text-transform: lowercase;
}
.demonstrations .header-full-new .header-flex-inner .bookmark-box > a::first-letter,
.demonstrations .header-full-new .header-flex-inner .bookmark-box span::first-letter,
.demonstrations .header-full-new .header-flex-inner .flag-flag > a::first-letter,
.demonstrations .header-full-new .header-flex-inner .flag-flag span::first-letter,
.partners .header-full-new .header-flex-inner .bookmark-box > a::first-letter,
.partners .header-full-new .header-flex-inner .bookmark-box span::first-letter,
.partners .header-full-new .header-flex-inner .flag-flag > a::first-letter,
.partners .header-full-new .header-flex-inner .flag-flag span::first-letter,
.article .header-full-new .header-flex-inner .bookmark-box > a::first-letter,
.article .header-full-new .header-flex-inner .bookmark-box span::first-letter,
.article .header-full-new .header-flex-inner .flag-flag > a::first-letter,
.article .header-full-new .header-flex-inner .flag-flag span::first-letter {
  text-transform: uppercase !important;
}
.demonstrations .header-full-new .header-flex-inner .bookmark-box > a img,
.demonstrations .header-full-new .header-flex-inner .bookmark-box span img,
.demonstrations .header-full-new .header-flex-inner .flag-flag > a img,
.demonstrations .header-full-new .header-flex-inner .flag-flag span img,
.partners .header-full-new .header-flex-inner .bookmark-box > a img,
.partners .header-full-new .header-flex-inner .bookmark-box span img,
.partners .header-full-new .header-flex-inner .flag-flag > a img,
.partners .header-full-new .header-flex-inner .flag-flag span img,
.article .header-full-new .header-flex-inner .bookmark-box > a img,
.article .header-full-new .header-flex-inner .bookmark-box span img,
.article .header-full-new .header-flex-inner .flag-flag > a img,
.article .header-full-new .header-flex-inner .flag-flag span img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(7433%) hue-rotate(2deg) brightness(98%) contrast(120%);
  width: 20px;
  height: 20px;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .demonstrations .header-full-new .header-flex-inner .bookmark-box > a img,
  .demonstrations .header-full-new .header-flex-inner .bookmark-box span img,
  .demonstrations .header-full-new .header-flex-inner .flag-flag > a img,
  .demonstrations .header-full-new .header-flex-inner .flag-flag span img,
  .partners .header-full-new .header-flex-inner .bookmark-box > a img,
  .partners .header-full-new .header-flex-inner .bookmark-box span img,
  .partners .header-full-new .header-flex-inner .flag-flag > a img,
  .partners .header-full-new .header-flex-inner .flag-flag span img,
  .article .header-full-new .header-flex-inner .bookmark-box > a img,
  .article .header-full-new .header-flex-inner .bookmark-box span img,
  .article .header-full-new .header-flex-inner .flag-flag > a img,
  .article .header-full-new .header-flex-inner .flag-flag span img {
    margin-right: 10px !important;
  }
}
.demonstrations .header-full-new .header-flex-inner .bookmark-box > a > span,
.demonstrations .header-full-new .header-flex-inner .bookmark-box span > span,
.demonstrations .header-full-new .header-flex-inner .flag-flag > a > span,
.demonstrations .header-full-new .header-flex-inner .flag-flag span > span,
.partners .header-full-new .header-flex-inner .bookmark-box > a > span,
.partners .header-full-new .header-flex-inner .bookmark-box span > span,
.partners .header-full-new .header-flex-inner .flag-flag > a > span,
.partners .header-full-new .header-flex-inner .flag-flag span > span,
.article .header-full-new .header-flex-inner .bookmark-box > a > span,
.article .header-full-new .header-flex-inner .bookmark-box span > span,
.article .header-full-new .header-flex-inner .flag-flag > a > span,
.article .header-full-new .header-flex-inner .flag-flag span > span {
  display: none;
}
@media screen and (min-width: 992px) {
  .demonstrations .header-full-new .header-flex-inner .bookmark-box > a > span,
  .demonstrations .header-full-new .header-flex-inner .bookmark-box span > span,
  .demonstrations .header-full-new .header-flex-inner .flag-flag > a > span,
  .demonstrations .header-full-new .header-flex-inner .flag-flag span > span,
  .partners .header-full-new .header-flex-inner .bookmark-box > a > span,
  .partners .header-full-new .header-flex-inner .bookmark-box span > span,
  .partners .header-full-new .header-flex-inner .flag-flag > a > span,
  .partners .header-full-new .header-flex-inner .flag-flag span > span,
  .article .header-full-new .header-flex-inner .bookmark-box > a > span,
  .article .header-full-new .header-flex-inner .bookmark-box span > span,
  .article .header-full-new .header-flex-inner .flag-flag > a > span,
  .article .header-full-new .header-flex-inner .flag-flag span > span {
    display: block;
  }
}

.design-story-item .bookmark-box {
  display: block !important;
}
.design-story-item .bookmark-box a span {
  display: none !important;
}

.desing-stories-filter {
  background-color: #f0f0f0;
  padding-top: 30px;
}
.desing-stories-filter .view-filters.is-sticky {
  position: fixed;
  top: var(--sticky-top, 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: #f0f0f0;
}
.desing-stories-filter .view-filters {
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  white-space: nowrap;
}
.desing-stories-filter .view-filters .view-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  overflow: scroll;
  width: 300%;
}
@media screen and (min-width: 992px) {
  .desing-stories-filter .view-filters .view-content {
    width: 100%;
    overflow: hidden;
  }
}
.desing-stories-filter .view-filters .view-content .search-label {
  margin: 0 !important;
  border-radius: 40px;
  padding: 5px 15px !important;
  border: solid 1px #ec0e00;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 500;
  text-transform: capitalize !important;
  width: fit-content;
  flex: 0 0 auto;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .desing-stories-filter .view-filters .view-content .search-label {
    flex: none;
  }
}
.desing-stories-filter .view-filters .view-content .search-label--active {
  background-color: #ec0e00;
  color: #ffffff !important;
}
.desing-stories-filter .view-filters .view-content .search-label--active a {
  color: #ffffff !important;
}
.desing-stories-filter .title-header {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .desing-stories-filter .title-header {
    font-size: 24px;
    line-height: 32px;
  }
}
.desing-stories-filter .view-header {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  color: #333333;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .desing-stories-filter .view-header {
    font-size: 16px;
    line-height: 24px;
  }
}

.desing-stories-list {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.desing-stories-list .grid-content,
.desing-stories-list .custom-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .desing-stories-list .grid-content,
  .desing-stories-list .custom-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.desing-stories-list .grid-content .flag-flag,
.desing-stories-list .custom-grid-container .flag-flag {
  background-color: #ec0e00;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 100;
  padding: 10px 10px;
  display: block;
}
.desing-stories-list .grid-content .flag-flag a,
.desing-stories-list .custom-grid-container .flag-flag a {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff !important;
  letter-spacing: 0;
  display: flex;
}
.desing-stories-list .grid-content .flag-flag a span,
.desing-stories-list .custom-grid-container .flag-flag a span {
  display: none;
  margin-right: 5px;
}

.design-story-paginantion .pager {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
}
.design-story-paginantion .pager .pager__items {
  border-top: 0;
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.design-story-paginantion .pager .active-red {
  display: none;
}
.design-story-paginantion .pager .right-box,
.design-story-paginantion .pager .left-box {
  position: absolute;
  flex: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
  color: #000000;
}
.design-story-paginantion .pager .right-box a,
.design-story-paginantion .pager .left-box a {
  display: flex !important;
  padding: 0 !important;
}
.design-story-paginantion .pager .right-box a img,
.design-story-paginantion .pager .left-box a img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.design-story-paginantion .pager .central-box {
  flex: none;
  width: fit-content;
}
.design-story-paginantion .pager .central-box ul {
  padding: 0 !important;
}
.design-story-paginantion .pager .left-box {
  left: -50px;
  top: 4px;
}
@media screen and (min-width: 992px) {
  .design-story-paginantion .pager .left-box {
    left: -140px;
  }
}
.design-story-paginantion .pager .right-box {
  right: -50px;
  top: 4px;
}
@media screen and (min-width: 992px) {
  .design-story-paginantion .pager .right-box {
    right: -140px;
  }
}

.desing-story-item {
  background-color: #fff;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 20px;
  height: 100%;
}
.desing-story-item .flex-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 10px;
}
.desing-story-item .flag-flag {
  position: absolute;
  top: 0;
  background: #ec0e00;
  padding: 10px;
  right: 16px;
}
.desing-story-item .flag-flag img {
  margin-right: 0;
}
.desing-story-item .category {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 500;
  color: #db0d00;
}
.desing-story-item .author-name {
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  color: #333333;
}
.desing-story-item .author-name a {
  color: #333333 !important;
}
.desing-story-item .demonstrations-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desing-story-item .share {
  background-color: #ec0e00;
  color: #ffffff;
  position: absolute;
  right: 75px;
  top: 0;
  text-align: center;
  z-index: 100;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
}
.desing-story-item .share-box {
  position: relative;
}
.desing-story-item .share-popup {
  display: none;
  position: absolute;
  top: 23px;
  right: -15px;
  background: #ffffff;
  padding: 8px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.desing-story-item .share-box.active .share-popup {
  display: grid;
}
.desing-story-item .share-popup a img {
  width: 24px;
  height: 24px;
}

.grid-item .flag {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #ec0e00;
  padding: 10px;
}
.grid-item .flag span {
  display: none;
}
.grid-item .flag img {
  margin-right: 0;
}

.demonstrations-term-list {
  background-color: #f0f0f0;
}
.demonstrations-term-list .custom-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .demonstrations-term-list .custom-grid-container {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: 0 auto;
  }
}
.demonstrations-term-list .custom-grid-container .grid-item-full {
  grid-column: 1/-1;
}
.demonstrations-term-list .demonstrations-card {
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.demonstrations-term-list .demonstrations-card .demonstrations-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #000000;
}
.demonstrations-term-list .demonstrations-card .cover-image {
  width: 100%;
  min-height: 230px;
  aspect-ratio: 4/3;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .demonstrations-term-list .demonstrations-card .cover-image {
    min-height: 370px;
  }
}
.demonstrations-term-list .demonstrations-card .cover-image .field {
  height: 100%;
  width: 100%;
}
.demonstrations-term-list .demonstrations-card .cover-image img {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.design-block-grey .desing-story-item {
  background-color: #eee;
}
.design-block-grey .desing-story-item .date-label {
  display: none;
}

.author-label {
  color: #333 !important;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.date-label {
  color: #777;
  font-size: 14px;
  line-height: 20px;
}

.article-teaser-container .bookmark-box span {
  display: none;
}

.no-date date-label {
  display: none;
}

.teaser-author {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-bottom: 38px;
}
.teaser-author .name {
  margin-top: 8px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .teaser-author .name {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .teaser-author .name {
    font-size: 24px;
    line-height: 36px;
    font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  }
}
.teaser-author .description {
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #333;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333 !important;
  text-decoration: none !important;
  min-height: 34px;
  font-size: 16px;
  line-height: 24px;
}
.teaser-author .description p a {
  text-decoration: none !important;
  color: #333;
}

.contributors-list {
  background-color: #f0f0f0;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 30px;
}
.contributors-list .contributors-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .contributors-list .contributors-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.contributors-list .contributors-grid .bookmark-box,
.contributors-list .contributors-grid .flag-flag {
  display: none !important;
}

.teaser-author-new {
  background-color: #ffffff;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  height: 100%;
}
.teaser-author-new > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teaser-author-new .cover-img {
  width: 100%;
  height: 110px;
  aspect-ratio: 16/9;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .teaser-author-new .cover-img {
    height: 160px;
  }
}
.teaser-author-new .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-author-new .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teaser-author-new .content-wrapper .name {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.teaser-author-new .content-wrapper .description {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.quoted-text {
  border-left: solid 11px #ec0e00;
  padding: 10px;
}

.primary {
  color: #ec0e00;
}

.section-text .subtext {
  padding: 16px 0px 20px 0px;
}
@media screen and (min-width: 992px) {
  .section-text .subtext {
    padding: 32px 0px 20px 0px;
  }
}

.menu-servizi-div-desktop .is-active {
  color: #e30613 !important;
}

.menu-servizi-div-desktop[aria-expanded=true] {
  background-color: #ec0e00;
  color: white;
}

.menu-servizi-div-desktop.active {
  background-color: #ec0e00 !important;
  color: white !important;
}

@media screen and (min-width: 992px) {
  .formatted-text {
    padding: 32px 0px 20px 0px;
  }
}

.section-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .section-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.section-text a {
  color: #ec0e00 !important;
  text-decoration: underline !important;
}
.section-text .paragraph {
  padding: 10px 0;
}
.section-text .simple-text {
  margin-top: 20px;
}

.section-title {
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 28px;
    line-height: 44px;
  }
}
.section-title a {
  color: #ec0e00 !important;
  text-decoration: underline !important;
}

.section-text-in-evidence {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .section-text-in-evidence {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
  }
}
.section-text-in-evidence a {
  color: #ec0e00 !important;
  text-decoration: underline !important;
}
.section-text-in-evidence .paragraph {
  padding: 10px 0;
}
.section-text-in-evidence .simple-text {
  margin-top: 20px;
}

.marginauto {
  margin: 0 auto;
}

.twitter-tweet-rendered {
  margin: 0 auto;
}

.custom-abstract {
  min-height: 100px;
  font-size: 14px;
  line-height: 20px;
}
.custom-abstract div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .custom-abstract {
    font-size: 16px;
    line-height: 24px;
  }
}

.teaser-container {
  margin-bottom: 10px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.teaser-container .title {
  margin: 0px;
  margin-top: 9px;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .teaser-container .title {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.two-col-row {
  font-size: 14px;
  line-height: 24px;
}
.two-col-row figure {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .two-col-row figure {
    margin: unset;
  }
}
.two-col-row figure figcaption {
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  .two-col-row {
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .two-col-row {
    display: flex;
    align-items: center;
  }
}
.two-col-row .right-img {
  display: flex;
  flex-direction: column;
}
.two-col-row .right-img .field--name-field-didascalia {
  margin-top: 10px;
}
.two-col-row .right-img img {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .two-col-row .right-img img {
    width: 100%;
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .two-col-row .right-img img {
    width: 100%;
    float: right;
  }
}
.two-col-row .left-img {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .two-col-row .left-img {
    padding-bottom: 0px;
  }
}
.two-col-row .left-img .field--name-field-didascalia {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .two-col-row .left-img img {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .two-col-row .left-img img {
    width: 100%;
    float: left;
  }
}

.field--name-field-mappa iframe {
  min-height: 400px;
}

.field--name-field-contacts-address h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.38px;
}
.field--name-field-contacts-address p {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .field--name-field-contacts-address h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .field--name-field-contacts-address p {
    font-size: 20px;
    line-height: 32px;
  }
}

.technical-sheet-container,
.info-visitare-esporre {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.technical-sheet-container .tab,
.info-visitare-esporre .tab {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .technical-sheet-container .tab,
  .info-visitare-esporre .tab {
    padding-bottom: 64px;
  }
}
.technical-sheet-container .tab .tablinks,
.info-visitare-esporre .tab .tablinks {
  padding: 0px 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d8d8d8;
  width: 40%;
}
@media screen and (min-width: 992px) {
  .technical-sheet-container .tab .tablinks,
  .info-visitare-esporre .tab .tablinks {
    padding: 0px 25px;
    padding-bottom: 15px;
    width: inherit;
    min-width: 300px;
  }
}
.technical-sheet-container .data-container,
.info-visitare-esporre .data-container {
  /*display:flex;
  flex-wrap:wrap;*/
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .technical-sheet-container .data-container,
  .info-visitare-esporre .data-container {
    margin-top: 0px;
  }
}
.technical-sheet-container .data-container .data-container-inner .title,
.info-visitare-esporre .data-container .data-container-inner .title {
  margin-bottom: 14px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
}
.technical-sheet-container .data-container .data-container-inner .sub-title,
.info-visitare-esporre .data-container .data-container-inner .sub-title {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .technical-sheet-container .data-container .data-container-inner .sub-title,
  .info-visitare-esporre .data-container .data-container-inner .sub-title {
    padding-bottom: 38px;
    font-size: 20px;
    line-height: 32px;
  }
}
.technical-sheet-container .more-info a,
.info-visitare-esporre .more-info a {
  color: #000000;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .technical-sheet-container .more-info a,
  .info-visitare-esporre .more-info a {
    font-size: 20px;
  }
}
.technical-sheet-container .more-info a:hover,
.info-visitare-esporre .more-info a:hover {
  color: #000000;
  text-decoration: none;
}
.technical-sheet-container .more-info img,
.info-visitare-esporre .more-info img {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .technical-sheet-container .more-info img,
  .info-visitare-esporre .more-info img {
    width: 30px;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
}
.tab .first {
  margin-right: 0px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 2px solid #ec0e00 !important;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 2px solid #ec0e00 !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent.first {
  display: block;
}

.field--name-field-contacts-address a {
  color: #000000;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.field--name-field-contacts-address a:hover {
  color: #000000;
}

.designer-tab {
  padding-bottom: 16px;
}

.virtual-showroom {
  background-color: #000000;
  padding: 32px 0px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .virtual-showroom {
    padding: 64px 0px;
  }
}
.virtual-showroom .title {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .virtual-showroom .title {
    font-size: 60px;
    letter-spacing: 1.14px;
    line-height: 66px;
    margin-bottom: 40px;
  }
}
.virtual-showroom .sub-title {
  font-size: 16px;
  letter-spacing: 0.49px;
}
@media screen and (min-width: 992px) {
  .virtual-showroom .sub-title {
    font-size: 26px;
    letter-spacing: 0.49px;
    line-height: 32px;
  }
}
.virtual-showroom iframe {
  min-height: 600px;
}

#virtualShowRoom {
  position: relative;
}
#virtualShowRoom #player-icon {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.info-manifestazione {
  background: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 40px;
}
.info-manifestazione .info-container {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .info-manifestazione .info-container {
    flex-direction: row;
  }
}
.info-manifestazione .info-container .block {
  padding: 40px 16px;
  flex: 1;
  text-align: center;
}
.info-manifestazione .info-container .block .title {
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .info-manifestazione .info-container .block .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.info-manifestazione .info-container .block .sub-title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .info-manifestazione .info-container .block .sub-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.info-manifestazione .info-container .block a {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .info-manifestazione .info-container .block a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.38px;
    line-height: 25px;
  }
}
.info-manifestazione .info-container .block.info, .info-manifestazione .info-container .block.first-column {
  background: #f0f0f0;
}
.info-manifestazione .info-container .block.info .title,
.info-manifestazione .info-container .block.info .sub-title, .info-manifestazione .info-container .block.first-column .title,
.info-manifestazione .info-container .block.first-column .sub-title {
  color: #ffffff;
}
.info-manifestazione .info-container .block.info a, .info-manifestazione .info-container .block.first-column a {
  background: #ffffff;
  color: #ec0e00;
}
.info-manifestazione .info-container .block.partecipazione, .info-manifestazione .info-container .block.second-column {
  background: #ffffff;
}
.info-manifestazione .info-container .block.partecipazione a, .info-manifestazione .info-container .block.second-column a {
  background: #ec0e00;
  color: #ffffff;
}

.free-image figure {
  display: table;
  margin: auto;
}
.free-image img {
  /*-webkit-box-shadow: 0 0 5px 2px #999;
    -moz-box-shadow: 0 0 5px 2px #999;
    box-shadow: 0 0 5px 2px #999;*/
}
.free-image figcaption {
  margin-top: 10px;
}

.free-image-div {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .free-image-div {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.contenuto-editoriale .heading-1-mini {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .contenuto-editoriale .heading-1-mini {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contenuto-editoriale .heading-1-mini {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (min-width: 992px) {
  .contenuto-editoriale .free-image-div {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.press-block-content-editorial {
  margin-top: 64px;
}
.press-block-content-editorial .paragraph--type--slide-carousel {
  margin-bottom: 20px;
}
.press-block-content-editorial .slide-decription {
  position: absolute;
  bottom: 0px;
  padding: 25px;
  color: white;
  z-index: 12;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .press-block-content-editorial .slide-decription {
    padding: 25px;
  }
}
.press-block-content-editorial .slide-decription .title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .press-block-content-editorial .slide-decription .title {
    font-size: 40px;
    letter-spacing: 0.76px;
    line-height: 45px;
    margin-bottom: 16px;
  }
}

.descrizione-visitare-esporre {
  background: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .descrizione-visitare-esporre {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.visitare-esporre {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}
.visitare-esporre .tabcontent {
  padding: 0px;
}
.visitare-esporre #Expose {
  display: none;
}
.visitare-esporre .data-container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .visitare-esporre .data-container {
    flex-direction: row;
  }
}
.visitare-esporre .data-container .data-item {
  margin-bottom: 30px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  flex-basis: 23%;
}
@media screen and (min-width: 992px) {
  .visitare-esporre .data-container .data-item {
    margin-bottom: 0px;
  }
}
.visitare-esporre .data-container .data-item a {
  color: #ec0e00;
  text-decoration: underline;
}
.visitare-esporre .data-container .data-item:last-child {
  margin-bottom: 0px !important;
}
.visitare-esporre .data-container .data-title {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}

.info-visitare-esporre {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .info-visitare-esporre {
    margin-top: 40px;
  }
}
.info-visitare-esporre .tab {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .info-visitare-esporre .tab {
    padding-bottom: 32px;
  }
}
.info-visitare-esporre .tab .tablinks {
  border-bottom: 2px solid #d8d8d8;
}
@media screen and (min-width: 992px) {
  .info-visitare-esporre .tab .tablinks {
    padding: 0px 25px;
    padding-bottom: 10px;
  }
}

.testata-giornalistica {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .testata-giornalistica {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.testata-giornalistica .field--name-field-logo-testata img {
  margin: 0 auto;
}

#press-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #press-container {
    margin-top: 64px;
    margin-bottom: 64px;
    flex-direction: row;
  }
}
#press-container .press-description {
  font-size: 40px;
  letter-spacing: 0.76px;
  line-height: 40px;
  width: 100%;
  border-left: solid 12px #e30613;
  padding-left: 25px;
}
@media screen and (min-width: 992px) {
  #press-container .press-description {
    width: 70%;
    font-size: 48px;
    letter-spacing: 1.07px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  #press-container .press-description {
    font-size: 24px;
    line-height: 32px;
    font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  }
}
#press-container .press-small-image {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  #press-container .press-small-image {
    margin-top: 0px;
    width: 30%;
  }
}
#press-container .press-small-image img {
  float: right;
}
@media screen and (min-width: 992px) {
  #press-container .red-separator {
    position: absolute;
    bottom: 0px;
    width: 400px;
    margin-bottom: 0px;
  }
}

.editor-con-titolo {
  margin-top: 64px;
  display: none;
}
.editor-con-titolo .field--name-field-titolo {
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .editor-con-titolo .field--name-field-titolo {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.editor-con-titolo .field--name-field-editor {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .editor-con-titolo .field--name-field-editor {
    font-size: 20px;
    line-height: 32px;
  }
}

.download-container {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 2;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.download-container .field--items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.download-container .field--items .field--item {
  flex-basis: 100%;
}
.download-container .field--items > .field--item {
  margin-bottom: 60px;
}
.download-container .field--items .container-text {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  justify-content: space-between;
  flex-direction: column;
  min-height: 120px;
  width: calc(100% - 155px);
  padding-left: 15px;
  float: left;
  color: black !important;
}

.paragraph--type--column-container-transport {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.paragraph--type--column-container-transport .title-trasport {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
}
.paragraph--type--column-container-transport .col-sx-transport .title-trasport {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
}
.paragraph--type--column-container-transport .col-dx-transport .field--name-field-titolo {
  color: #000000;
  font-size: 32px;
  line-height: 40px;
}
.paragraph--type--column-container-transport .col-dx-transport .field--name-bp-card-title {
  font-size: 12px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  background-color: #ec0e00;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 3px;
}
.paragraph--type--column-container-transport .col-dx-transport .field--name-field-titolo-sezione {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.paragraph--type--column-container-transport .col-dx-transport .field--name-bp-card-title,
.paragraph--type--column-container-transport .col-dx-transport .field--name-field-titolo-sezione {
  margin: 15px 0;
}
.paragraph--type--column-container-transport .col-dx-transport .field--type-text-long {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--column-container-transport .col-dx-transport .field--type-text-long {
    font-size: 20px;
    line-height: 28px;
  }
}

.panel-title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}

.margin-48 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .margin-48 {
    margin-top: 48px;
  }
}

.paragraph--type--columns-responsive .field--name-field-titolo-sezione {
  font-size: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.paragraph--type--columns-responsive .table-title {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--columns-responsive .table-title {
    font-size: 20px;
  }
}
.paragraph--type--columns-responsive .table--sm--columns-responsive {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.paragraph--type--columns-responsive .table--sm--columns-responsive .wrapper-item {
  padding-top: 30px;
}
.paragraph--type--columns-responsive .table--sm--columns-responsive .wrapper-item:last-of-type {
  margin-bottom: 30px;
}
.paragraph--type--columns-responsive .table--sm--columns-responsive .wrapper-item .item-label {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--columns-responsive .table--sm--columns-responsive {
    display: none;
  }
}
.paragraph--type--columns-responsive .table--md--columns-responsive {
  display: none;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--columns-responsive .table--md--columns-responsive {
    display: flex;
  }
  .paragraph--type--columns-responsive .table--md--columns-responsive > div {
    flex: 1 1 auto;
  }
}
.paragraph--type--columns-responsive .table--md--columns-responsive .field--name-bp-header {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.paragraph--type--columns-responsive .table--md--columns-responsive .paragraph--type--columns-responsive-item {
  display: block;
}
.paragraph--type--columns-responsive .table--md--columns-responsive .paragraph--type--columns-responsive-item .paragraph__column {
  float: unset;
  padding: 0;
}

.qa_item_container a {
  color: #ec0e00 !important;
  text-decoration: underline !important;
}

.col-sx-transport img {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .col-sx-transport img {
    float: right;
  }
}
.col-sx-transport h3 {
  margin-left: 15px;
}

.slide-title {
  position: absolute;
  width: 100%;
  color: white;
  font-size: 24px;
  text-align: center;
}

.link-cta-red {
  font-weight: 500;
  color: #e30613;
  padding: 10px 40px;
  background-color: white;
  width: fit-content;
  margin: 0 auto;
}

.two-columns-mirror {
  background: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 40px;
}
.two-columns-mirror .info-container-v2 {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container-v2 {
    flex-direction: row;
  }
}
.two-columns-mirror .info-container-v2.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.two-columns-mirror .info-container-v2.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.two-columns-mirror .info-container-v2.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.two-columns-mirror .info-container-v2 .block {
  padding: 20px;
  flex: 1;
  background-color: white;
}
.two-columns-mirror .info-container-v2 .block .title, .two-columns-mirror .info-container-v2 .block .field--name-field-titolo {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: black;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container-v2 .block .title, .two-columns-mirror .info-container-v2 .block .field--name-field-titolo {
    font-size: 28px;
    line-height: 44px;
  }
}
.two-columns-mirror .info-container-v2 .block .field--name-field-icona {
  display: flex;
  justify-content: center;
}
.two-columns-mirror .info-container-v2 .block h3, .two-columns-mirror .info-container-v2 .block .field--name-field-intestazione {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.two-columns-mirror .info-container-v2 .block .sub-title, .two-columns-mirror .info-container-v2 .block .field--name-field-didascalia {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 24px;
  text-align: left;
}
.two-columns-mirror .info-container-v2 .block a {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container-v2 .block a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.two-columns-mirror .info-container-v2 .block.first-column {
  background: #fff;
}
.two-columns-mirror .info-container-v2 .block.first-column a {
  background: #ec0e00;
  color: white;
}
.two-columns-mirror .info-container-v2 .block.second-column {
  background: #fff;
}
.two-columns-mirror .info-container-v2 .block.second-column a {
  background: #ec0e00;
  color: #ffffff;
}
.two-columns-mirror .info-container-v2 .link-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container-v2 .link-container {
    flex-direction: row;
  }
}
.two-columns-mirror .info-container-v2 .link-container div {
  display: flex;
  text-align: center;
  flex-grow: 1;
}
.two-columns-mirror .info-container-v2 .link-container div:nth-child(2) a {
  background: white;
  color: #ec0e00;
  border: solid 1px #ec0e00;
}
.two-columns-mirror .info-container {
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container {
    flex-direction: row;
  }
}
.two-columns-mirror .info-container .block {
  padding: 20px;
  flex: 1;
  background-color: #f0f0f0;
}
.two-columns-mirror .info-container .block .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: black;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container .block .title {
    font-size: 28px;
    line-height: 44px;
  }
}
.two-columns-mirror .info-container .block h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.two-columns-mirror .info-container .block .sub-title {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 24px;
}
.two-columns-mirror .info-container .block a {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container .block a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.two-columns-mirror .info-container .block.first-column a {
  background: #ec0e00;
  color: #ffffff;
}
.two-columns-mirror .info-container .block.second-column a {
  background: #ec0e00;
  color: #ffffff;
}
.two-columns-mirror .info-container .link-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .two-columns-mirror .info-container .link-container {
    flex-direction: row;
  }
}
.two-columns-mirror .info-container .link-container div {
  display: flex;
  text-align: center;
  flex-grow: 1;
}
.two-columns-mirror .info-container .link-container div:nth-child(2) a {
  background: white;
  color: #ec0e00;
  border: solid 1px #ec0e00;
}

.two-columns-mirror.white-background {
  background: #fff;
}
.two-columns-mirror.white-background .info-container-v2 .block {
  background: #f3f3f3;
}

.field--name-field-privacy-text {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .field--name-field-privacy-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.slider-detail {
  position: relative;
}
.slider-detail .swiper-pagination-fraction {
  color: #ec0e00 !important;
}

@media screen and (min-width: 768px) {
  .paragraph--type--slider-detail {
    background-color: #eee;
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .paragraph--type--slider-detail > .container > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type--slider-detail .slider-detail {
  position: relative;
}
.paragraph--type--slider-detail .slider-detail .swiper-pagination-fraction {
  color: #ec0e00 !important;
}
.paragraph--type--slider-detail .slider-detail .slider-detail-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.paragraph--type--slider-detail .slider-detail .navigation {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .paragraph--type--slider-detail .slider-detail .navigation {
    justify-content: center;
  }
}
.paragraph--type--slider-detail .slider-detail .navigation .pagination {
  display: flex;
  align-items: center;
  color: #db0d00 !important;
}
.paragraph--type--slider-detail .slider-detail .navigation .pagination .swiper-autoplay-toggle-home {
  cursor: pointer;
  z-index: 1000;
  position: relative;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-pagination {
  display: inline-flex;
  width: fit-content !important;
  margin-top: 0 !important;
  margin-right: 10px;
  color: #db0d00 !important;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-pagination .swiper-pagination-fraction {
  color: #db0d00 !important;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-pagination .swiper-pagination-bullet {
  background-color: #737373;
  cursor: pointer;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #db0d00;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-button-next,
.paragraph--type--slider-detail .slider-detail .navigation .swiper-button-prev {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-button-next {
  margin-left: 10px;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-button-next img {
  transform: rotate(90deg);
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-button-prev {
  margin-right: 10px;
}
.paragraph--type--slider-detail .slider-detail .navigation .swiper-button-prev img {
  transform: rotate(-90deg);
}
.paragraph--type--slider-detail .slider-detail .figcaption-slider {
  margin-top: 10px;
  max-width: 100%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .paragraph--type--slider-detail .slider-detail .figcaption-slider {
    max-width: 100%;
    padding-left: 0;
    text-align: left;
  }
}
.paragraph--type--slider-detail .slider-detail .figcaption-slider a {
  color: #ec0e00 !important;
  text-decoration: underline !important;
}

.slider-detail-swiper-container {
  width: 100%;
}
.slider-detail-swiper-container .swiper-wrapper {
  width: 50%;
}
.slider-detail-swiper-container .swiper-slide {
  text-align: center;
  width: auto;
  display: block;
}
.slider-detail-swiper-container .paragraph--type--bp-image img {
  height: 260px;
  width: auto;
  display: inline;
}
@media screen and (min-width: 768px) {
  .slider-detail-swiper-container .paragraph--type--bp-image img {
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .slider-detail-swiper-container .paragraph--type--bp-image img {
    height: 600px;
  }
}
.slider-detail-swiper-container .paragraph--type--bp-image .figcaption-slider .field--name-field-caption {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.slider-detail-swiper-container .paragraph--type--bp-image .figcaption-slider p {
  max-width: 800px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .slider-detail .swiper-button-prev {
    right: unset;
    left: 0%;
  }
  .slider-detail .swiper-button-next {
    right: 0%;
  }
}
@media screen and (min-width: 920px) {
  .slider-detail .swiper-button-prev {
    right: unset !important;
    left: 5% !important;
  }
  .slider-detail .swiper-button-next {
    right: 5% !important;
  }
}
@media screen and (min-width: 1100px) {
  .slider-detail .swiper-button-prev {
    right: unset !important;
    left: 10% !important;
  }
  .slider-detail .swiper-button-next {
    right: 10% !important;
  }
}
@media screen and (min-width: 1200px) {
  .slider-detail .swiper-button-prev {
    right: unset !important;
    left: 12% !important;
  }
  .slider-detail .swiper-button-next {
    right: 12% !important;
  }
}
@media screen and (min-width: 1300px) {
  .slider-detail .swiper-button-prev {
    right: unset !important;
    left: 15% !important;
  }
  .slider-detail .swiper-button-next {
    right: 15% !important;
  }
}
@media screen and (min-width: 1400px) {
  .slider-detail .swiper-button-prev {
    right: unset !important;
    left: 16% !important;
  }
  .slider-detail .swiper-button-next {
    right: 16% !important;
  }
}
@media screen and (min-width: 1500px) {
  .slider-detail .swiper-button-prev {
    right: unset !important;
    left: 22% !important;
  }
  .slider-detail .swiper-button-next {
    right: 22% !important;
  }
}
.sdm-accordion-container .paragraph__column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.sdm-accordion-container .panel-accordion {
  border: none !important;
}
.sdm-accordion-container .sdm-accordion {
  background-color: white !important;
  border: none;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 40px !important;
  border-top: solid 1px #979797;
  padding: 0px !important;
  border-radius: 0px !important;
}
.sdm-accordion-container .sdm-accordion .panel {
  box-shadow: 0px !important;
}
.sdm-accordion-container .sdm-accordion .panel-title a {
  padding: 10px 0px !important;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .sdm-accordion-container .sdm-accordion .panel-title a {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
  }
}
.sdm-accordion-container .sdm-accordion .panel-heading {
  border: none;
}
.sdm-accordion-container .card-block {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .sdm-accordion-container .card-block {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.sdm-accordion-container .panel-accordion {
  border: none;
  box-shadow: none;
}
.sdm-accordion-container .paragraph--type--bp-accordion .panel-title > a[aria-expanded=true] .img_up {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.sdm-accordion-container .paragraph--type--bp-accordion .panel-title > a[aria-expanded=true] .img_down {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.sdm-accordion-container .paragraph--type--bp-accordion .panel-title > a[aria-expanded=false] .img_down {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.sdm-accordion-container .paragraph--type--bp-accordion .panel-title > a[aria-expanded=false] .img_up {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.sdm-accordion-container .paragraph--type--bp-accordion .panel-collapse > .paragraph {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*.paragraph--type--bp-accordion .panel-title > a[aria-expanded="true"] .img_up {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
.paragraph--type--bp-accordion .panel-title > a[aria-expanded="true"] .img_down {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}

.paragraph--type--bp-accordion .panel-title > a[aria-expanded="false"] .img_down {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
.paragraph--type--bp-accordion .panel-title > a[aria-expanded="false"] .img_up {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}

.paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
  padding-left: 0px;
  padding-right: 0px;
}*/
.paragraph--type--flickr .flickr-modal-toggle {
  cursor: pointer;
}
.paragraph--type--flickr .field--name-field-titolo {
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
}
.paragraph--type--flickr .photo-count {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.paragraph--type--flickr .photo-count .number {
  color: #000000;
}
.paragraph--type--flickr .modal-flickr {
  padding: 0 !important;
}
.paragraph--type--flickr .modal-flickr .modal-header {
  padding: 0;
  min-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.paragraph--type--flickr .modal-flickr .modal-header .modal-close {
  width: 40px;
  height: 40px;
  background-color: #ec0e00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph--type--flickr .modal-flickr .modal-header .modal-close .close {
  position: relative;
  opacity: 1;
  top: unset;
  right: unset;
}
.paragraph--type--flickr .modal-flickr .modal-content {
  padding: 0;
  height: 100%;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
.paragraph--type--flickr .modal-flickr .modal-body {
  height: calc(100% - 41px);
}
.paragraph--type--flickr .modal-flickr .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.paragraph--type--flickr .modal-flickr .field--name-field-media-image img {
  max-height: 600px;
  width: auto;
  padding: 35px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flickr .modal-flickr .field--name-field-media-image img {
    max-height: 600px;
    padding: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .paragraph--type--flickr .modal-flickr .field--name-field-media-image img {
    padding: 25px;
  }
}
.paragraph--type--flickr .modal-flickr .swiper-wrapper {
  align-items: center;
}
.paragraph--type--flickr .modal-flickr .flickr-wrapper {
  height: 100%;
}
.paragraph--type--flickr .modal-flickr .swiper-slide {
  justify-content: center;
}
.paragraph--type--flickr .modal-flickr .swiper-navigation > img {
  background: #ec0e00;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 72px));
  z-index: 10;
  width: 30px;
  height: 30px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flickr .modal-flickr .swiper-navigation > img {
    left: 1%;
    transform: translateY(calc(-50% - 48px));
    width: 47px;
    height: 47px;
  }
}
@media screen and (min-width: 1280px) {
  .paragraph--type--flickr .modal-flickr .swiper-navigation > img {
    left: 10%;
  }
}
.paragraph--type--flickr .modal-flickr .swiper-navigation > img.swiper-button-next {
  left: unset;
  right: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flickr .modal-flickr .swiper-navigation > img.swiper-button-next {
    right: 1%;
  }
}
@media screen and (min-width: 1280px) {
  .paragraph--type--flickr .modal-flickr .swiper-navigation > img.swiper-button-next {
    right: 10%;
  }
}
.paragraph--type--flickr .modal-flickr .modal-photo-count {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.paragraph--type--flickr .modal-flickr .download-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flickr .modal-flickr .download-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.paragraph--type--flickr .modal-flickr .download-wrapper .download-url {
  font-size: 16px;
  line-height: 46px;
  background: #ec0e00;
  color: #ffffff;
  min-width: 160px;
  min-height: 46px;
  display: block;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flickr .modal-flickr .download-wrapper .download-url {
    margin-top: 0;
    margin-left: 10px;
  }
}
.paragraph--type--flickr .modal-flickr .download-wrapper .select-download-wrapper > label {
  display: block;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--flickr .modal-flickr .download-wrapper .select-download-wrapper > label {
    text-align: left;
  }
}
.paragraph--type--flickr .modal-flickr .download-wrapper .select-download-wrapper .dropdown-toggle {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  size: 20px;
  line-height: 32px;
  z-index: 10;
}
.paragraph--type--flickr .modal-flickr .download-wrapper .select-download-wrapper .dropdown-menu ul {
  z-index: 1000;
}

.download-item-new {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 100px;
  flex: 100%;
  margin-bottom: 10px;
  flex-grow: inherit;
}
@media screen and (min-width: 992px) {
  .download-item-new {
    flex: 50%;
  }
}
.download-item-new .download-item-icon {
  padding: 10px;
  height: 55px;
  width: 55px;
  background-color: #ec0e00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-item-new .download-item-icon img {
  width: 40px;
  height: 40px;
}
.download-item-new .download-no-image {
  padding-bottom: 35px;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding-right: 50px !important;
  width: 100% !important;
}
.download-item-new .download-item-content {
  padding: 15px;
  padding-right: 0;
  background-color: #f0f0f0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.download-item-new .download-item-content .download-item-image {
  width: 100%;
  min-height: 190px;
}
@media screen and (min-width: 992px) {
  .download-item-new .download-item-content .download-item-image {
    min-height: 230px;
  }
}
.download-item-new .download-item-content .download-item-image .field {
  height: 100%;
  width: 100%;
}
.download-item-new .download-item-content .download-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-item-new .download-item-content .download-item-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.download-item-new .download-item-content .download-item-text-wrapper .download-item-text {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0;
  font-weight: 400;
  color: #333333;
}
@media screen and (min-width: 992px) {
  .download-item-new .download-item-content .download-item-text-wrapper .download-item-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.download-item-new .download-item-content .download-item-text-wrapper .download-item-text span {
  margin-top: 15px;
}
.download-item-new .download-item-content .download-item-text-wrapper .download-item-text-button {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: underline;
  color: #000000;
  margin-top: 15px;
}

.subnavigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.subnavigation {
  background-color: #f0f0f0;
  padding-top: 10px;
}
.subnavigation .container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .subnavigation .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.subnavigation .menu-items {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 400;
  display: flex;
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .subnavigation .menu-items {
    overflow: initial;
  }
}
.subnavigation .menu-items .menu-item {
  background-color: transparent;
  width: fit-content;
  padding: 0;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .subnavigation .menu-items .menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
.subnavigation .menu-items .menu-item .is-active {
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #000000 !important;
}
.subnavigation .menu-items .menu-item .is-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ec0e00;
  bottom: 0;
  left: 0;
}
.subnavigation .menu-items .menu-item a {
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .subnavigation .menu-items .menu-item a {
    padding-bottom: 0;
  }
}

.tab-line .menu-container {
  margin: 0;
  padding: 0;
  height: fit-content;
  background-color: #f3f3f3;
  display: flex;
  overflow: scroll;
  border-bottom: solid 2px #bdbdbd;
}
@media screen and (min-width: 992px) {
  .tab-line .menu-container {
    overflow: initial;
  }
}
.tab-line .menu-container .tablinks {
  border: 0;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  position: relative;
  text-decoration: none !important;
}
@media screen and (min-width: 992px) {
  .tab-line .menu-container .tablinks {
    margin: 0;
  }
}
.tab-line .menu-container .is-active {
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  text-decoration: none;
}
.tab-line .menu-container .is-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ec0e00;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.accordion-container-new .sdm-accordion-new {
  background-color: white !important;
  border: none;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: left !important;
}
.accordion-container-new .panel-heading {
  padding: 0 !important;
}
.accordion-container-new .field {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: solid 1px #979797 !important;
}
.accordion-container-new .field p {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  color: #000000 !important;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.accordion-container-new .panel-title-new a {
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0;
  text-align: left !important;
  padding: 0 !important;
  color: #000000 !important;
  border-bottom: solid 1px #979797 !important;
  width: 100% !important;
  display: inline-block !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.accordion-container-new .panel-title-new > a[aria-expanded=true] {
  border-bottom: 0 !important;
}
.accordion-container-new .panel-title-new > a[aria-expanded=true] .img_up {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.accordion-container-new .panel-title-new > a[aria-expanded=true] .img_down {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.accordion-container-new .panel-title-new > a[aria-expanded=false] .img_down {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}
.accordion-container-new .panel-title-new > a[aria-expanded=false] .img_up {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  max-width: 20px;
}

.container-transport {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.container-transport .transport-icon {
  position: absolute;
  top: 10px;
  right: 0;
}
.container-transport .transport-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.container-transport .transport-title h3 {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-transport .transport-title h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
.container-transport .container-text-info .container-flex-text {
  padding-top: 25px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .container-transport .container-text-info .container-flex-text {
    display: flex;
    align-items: flex-start;
  }
}
.container-transport .container-text-info .container-flex-text .container-content {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-transport .container-text-info .container-flex-text .container-content {
    font-size: 20px;
    line-height: 28px;
  }
}
.container-transport .container-text-info .container-flex-text .container-content strong,
.container-transport .container-text-info .container-flex-text .container-content a {
  font-weight: 500;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.container-transport .container-text-info .container-flex-text .container-content a {
  text-decoration: underline;
  color: #ec0e00;
  display: inline-block;
}
.container-transport .container-text-info .container-flex-text .container-content > p:first-of-type {
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.container-transport .container-text-info .container-flex-text .container-chip {
  background-color: #ec0e00;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  width: fit-content;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .container-transport .container-text-info .container-flex-text .container-chip {
    margin-right: 15px;
  }
}

.paragraph--sessione-press {
  margin-bottom: 25px;
  border: solid 1px #d8d8d8;
  padding: 15px;
  width: 100%;
}
.paragraph--sessione-press .sessione-press-data {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .paragraph--sessione-press .sessione-press-data {
    font-size: 16px;
    line-height: 24px;
  }
}
.paragraph--sessione-press .sessione-press-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
.paragraph--sessione-press .sessione-press-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .paragraph--sessione-press .sessione-press-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
  }
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-link {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-link--hidden {
  display: none;
}
@media screen and (min-width: 992px) {
  .paragraph--sessione-press .sessione-press-grid .sessione-press-link--hidden {
    display: flex;
  }
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-link p,
.paragraph--sessione-press .sessione-press-grid .sessione-press-link a {
  font-size: 16px;
  line-height: 24px;
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  text-decoration: underline;
  font-weight: 600;
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-link .sessione-press-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-link .sessione-press-icon img {
  width: 100%;
  height: 100%;
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-toggle-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .paragraph--sessione-press .sessione-press-grid .sessione-press-toggle-wrapper {
    display: none;
  }
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ec0e00;
  text-decoration: underline;
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-toggle.is-expanded img {
  transform: rotate(180deg);
}
.paragraph--sessione-press .sessione-press-grid .sessione-press-toggle .sessione-press-toggle-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.25s ease;
  transform: rotate(0deg);
}

.view-filters-comunicati-stampa .form--inline {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .view-filters-comunicati-stampa .form--inline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.view-filters-comunicati-stampa .form--inline::before, .view-filters-comunicati-stampa .form--inline::after, .view-filters-comunicati-stampa .form--inline label {
  display: none;
}
.view-filters-comunicati-stampa .form--inline button, .view-filters-comunicati-stampa .form--inline .select-wrapper {
  border: none;
  background: transparent;
  color: #ec0e00;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-decoration: underline;
}
.view-filters-comunicati-stampa .form--inline .select-wrapper {
  border-bottom: solid 1px #000;
}
.view-filters-comunicati-stampa .form--inline .select-wrapper:focus {
  background: transparent;
}
.view-filters-comunicati-stampa .form--inline .select-wrapper:focus-visible {
  background: transparent;
}
.view-filters-comunicati-stampa .form--inline .select-wrapper .open > .btn-default.dropdown-toggle {
  background: transparent;
}
.view-filters-comunicati-stampa .form--inline .select-wrapper .dropdown-menu > li:first-child {
  display: none;
}
.view-filters-comunicati-stampa .form--inline .views-reset-button {
  display: flex;
  align-items: center;
}
.view-filters-comunicati-stampa .form--inline .views-reset-button input[type=submit] {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00 !important;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.paragraph--two-buttons {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .paragraph--two-buttons {
    flex-direction: row;
  }
}
.paragraph--two-buttons .btn {
  padding: 10px 40px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .paragraph--two-buttons .btn {
    width: fit-content;
  }
}
.paragraph--two-buttons .btn.primario {
  background-color: #ec0e00;
  color: #ffffff;
}
.paragraph--two-buttons .btn.secondario {
  background-color: #ffffff;
  color: #ec0e00;
  border: solid 1px #ec0e00;
}

.field--name-field-immagine-libera-full img {
  width: 100%;
}

#edit-reset-comunicati-stampa {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #ec0e00 !important;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  line-height: 40px;
}
#edit-reset-comunicati-stampa .glyphicon {
  display: none;
}

.view-title.list-no-filter {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .view-title.list-no-filter {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 992px) {
  .view-title.title-hide-in-desktop {
    display: none !important;
  }
}

.img-categories-preview {
  cursor: pointer;
  min-height: 410px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .img-categories-preview {
    min-height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .img-categories-preview {
    min-height: 700px;
  }
}

.container-lists-wrap .category-title {
  position: absolute;
  z-index: 100;
  bottom: 36px;
  left: 24px;
  color: white;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .container-lists-wrap .category-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.container-lists-wrap .category-title .field--name-name {
  font-size: 24px;
  letter-spacing: 0.46px;
  line-height: 32px;
  text-align: left;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .container-lists-wrap .category-title .field--name-name {
    font-size: 32px;
    line-height: 32px;
  }
}

.term-block {
  position: relative;
}
.term-block .exibition-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.46px;
  line-height: 32px;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .term-block .exibition-title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 40px;
  }
}
.term-block .media-caption {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  position: absolute;
  color: #ffffff;
  top: 8px;
  left: 24px;
  font-weight: 300;
  letter-spacing: 0.27px;
  line-height: 20px;
  z-index: 102;
}

.field--name-field-peso {
  display: none;
}

.tissue {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 35%);
  height: 100%;
}

.tissue-top {
  position: absolute;
  z-index: 100;
  top: 0px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 35%);
  height: 100%;
}

.tissue-top-highlights {
  position: absolute;
  z-index: 100;
  top: 0px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 15%);
  height: 100%;
}

.sdm-image-gradient,
.tissue-highlights {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
  height: 100%;
  z-index: 10;
}

.position-relative {
  position: relative;
}

.share-wrapper {
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 64px;
  margin-top: 64px;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .share-wrapper {
    margin-bottom: 80px;
    margin-top: 80px;
    font-size: 20px;
    line-height: 32px;
  }
}
.share-wrapper > div {
  display: flex;
  justify-content: center;
}
.share-wrapper .text {
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .share-wrapper .text {
    margin-bottom: 15px;
  }
}

.brand-page .bookmark-box span {
  text-decoration: underline !important;
  text-decoration-color: #ec0e00 !important;
  display: none !important;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .brand-page .bookmark-box span {
    display: block !important;
  }
}
.brand-page img {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .autore .share-wrapper {
    margin-bottom: 100px;
    margin-top: 0px;
  }
}
.autore .view-content {
  background-color: #f0f0f0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.autore .desing-story-item {
  margin-bottom: 25px;
}
.autore .header-full-new {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .autore .header-full-new {
    width: 80%;
    margin: 20px auto;
  }
}
.autore .header-full-new .header-back {
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .autore .header-full-new .header-back {
    opacity: 1;
  }
}
.autore .header-full-new .header-back img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.autore .header-full-new .header-back p {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #000000;
}
.autore .header-full-new .header-back p::first-letter {
  text-transform: uppercase !important;
}
.autore .header-full-new .header-flex-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.autore .header-full-new .header-flex-inner img {
  margin-right: 10px !important;
}
@media screen and (min-width: 992px) {
  .autore .header-full-new .header-flex-inner img {
    margin-right: 10px !important;
  }
}
.autore .header-full-new .header-flex-inner > div {
  margin-left: 20px;
}
.autore .header-full-new .header-flex-inner > div > a {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  height: 100%;
  text-transform: lowercase;
}
.autore .header-full-new .header-flex-inner > div > a::first-letter {
  text-transform: uppercase !important;
}
.autore .header-full-new .header-flex-inner > div > a:first-child {
  margin-left: 0;
}
.autore .header-full-new .header-flex-inner > div .social-icons {
  height: 24px;
  width: 24px;
}
.autore .header-full-new .header-flex-inner .bookmark-box,
.autore .header-full-new .header-flex-inner .flag-flag {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
}
.autore .header-full-new .header-flex-inner .bookmark-box > a,
.autore .header-full-new .header-flex-inner .bookmark-box span,
.autore .header-full-new .header-flex-inner .flag-flag > a,
.autore .header-full-new .header-flex-inner .flag-flag span {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  text-transform: lowercase;
}
.autore .header-full-new .header-flex-inner .bookmark-box > a::first-letter,
.autore .header-full-new .header-flex-inner .bookmark-box span::first-letter,
.autore .header-full-new .header-flex-inner .flag-flag > a::first-letter,
.autore .header-full-new .header-flex-inner .flag-flag span::first-letter {
  text-transform: uppercase !important;
}
.autore .header-full-new .header-flex-inner .bookmark-box > a img,
.autore .header-full-new .header-flex-inner .bookmark-box span img,
.autore .header-full-new .header-flex-inner .flag-flag > a img,
.autore .header-full-new .header-flex-inner .flag-flag span img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(7433%) hue-rotate(2deg) brightness(98%) contrast(120%);
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .autore .header-full-new .header-flex-inner .bookmark-box > a img,
  .autore .header-full-new .header-flex-inner .bookmark-box span img,
  .autore .header-full-new .header-flex-inner .flag-flag > a img,
  .autore .header-full-new .header-flex-inner .flag-flag span img {
    margin-right: 5px;
  }
}
.autore .header-full-new .header-flex-inner .bookmark-box > a > span,
.autore .header-full-new .header-flex-inner .bookmark-box span > span,
.autore .header-full-new .header-flex-inner .flag-flag > a > span,
.autore .header-full-new .header-flex-inner .flag-flag span > span {
  text-decoration: underline !important;
  text-decoration-color: #ec0e00 !important;
}
@media screen and (min-width: 992px) {
  .autore .header-full-new .header-flex-inner .bookmark-box > a > span,
  .autore .header-full-new .header-flex-inner .bookmark-box span > span,
  .autore .header-full-new .header-flex-inner .flag-flag > a > span,
  .autore .header-full-new .header-flex-inner .flag-flag span > span {
    display: block;
  }
}
.autore .header-full-new .header-flex-inner .social-links > img {
  width: 24px;
  height: 24px;
}
.autore .header-full-new .header-text-mini {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .autore .header-full-new .header-text-mini {
    margin-bottom: 0;
  }
}

.share-display {
  color: #000000;
  display: none;
}
@media screen and (min-width: 768px) {
  .share-display {
    display: unset;
  }
}

.view-header {
  text-align: center;
}
.view-header .text-paragraph img {
  margin-left: 10px;
}
.view-header a {
  color: #000000;
  text-decoration: none;
}
.view-header .articoli-correlati {
  text-transform: none;
  margin-bottom: 32px;
}

.view-content a {
  color: #333;
  text-decoration: none;
}
.view-content .author-text {
  padding-top: 17px;
  color: #ec0e00;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .view-content .author-text {
    padding-top: 24px;
  }
}

.separator-bottom-30 {
  padding-bottom: 30px;
}

.separator-bottom-20 {
  padding-bottom: 20px;
}

.separator-bottom-slider {
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .separator-bottom-slider {
    padding-bottom: 8px;
  }
}

.small-sliders-title {
  font-size: 32px;
  line-height: 48px;
}
@media screen and (min-width: 992px) {
  .small-sliders-title {
    font-size: 32px;
    line-height: 28px;
  }
}

.separator-bottom-see-all {
  padding-bottom: 20px;
}
.separator-bottom-see-all a {
  color: #979797 !important;
}
.separator-bottom-see-all img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 992px) {
  .separator-bottom-see-all {
    padding-bottom: 48px;
  }
  .separator-bottom-see-all img {
    width: 25px;
    height: 25px;
  }
}

.separator-top-30 {
  padding-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.slider-item-width {
  padding-right: 25px;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .slider-item-width {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .slider-item-width {
    width: 500px;
  }
}

.slider-item-width-news {
  padding-right: 25px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .slider-item-width-news {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .slider-item-width-news {
    width: 465px;
  }
}

.slider-item-width-categories {
  padding-right: 25px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .slider-item-width-categories {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .slider-item-width-categories {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .slider-item-width-categories {
    width: 300px;
  }
}

.swiper-container .node-cover .img-responsive {
  height: auto;
  width: initial;
}

.swiper-container-full-screen {
  width: 100%;
  height: 100%;
}
.swiper-container-full-screen .swiper-slide {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .swiper-container-full-screen {
    width: 95%;
  }
}

.swiper-container-full-screen.swiper-container {
  margin-left: unset;
}

.slide-caption {
  position: absolute;
  z-index: 30;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  padding: 40px 15px;
}
.slide-caption .slider-caption-upper-text {
  margin-bottom: 20px;
}
.slide-caption .slider-caption-center-text {
  margin-bottom: 20px;
}
.slide-caption .slider-caption-bottom-text {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slide-caption .slider-caption-bottom-text {
    width: 100%;
  }
}

/*.swiper-detail-slider {

    .paragraph--type--bp-image {
        //padding-top: 5px;
        //padding-left: 5px;
    }
    .field--name-bp-image-field {
        img {
            //box-shadow: 0 0 5px 2px #999;

            //height: 600px;
            //object-fit: contain;
            //width: auto;
        }
    }
}*/
.red-panel {
  border-radius: 0;
  border: 0px;
  background-color: #ec0e00;
  color: white;
  text-align: center;
  padding: 15px 0px;
  margin: 0px;
}
.red-panel h3 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0px;
}
@media screen and (min-width: 992px) {
  .red-panel h3 {
    line-height: 40px;
    font-size: 32px;
  }
}

.container-custom {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .container-custom {
    margin-right: 0;
    margin-left: calc((100% - 715px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .container-custom {
    margin-right: 0;
    margin-left: calc((100% - 935px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .container-custom {
    margin-right: 0;
    margin-left: calc((100% - 1250px) / 2);
  }
}

@media screen and (min-width: 992px) {
  .views-element-container .article-teaser-container .title {
    font-size: 24px;
    line-height: 36px;
  }
}

.slide-overlay {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  min-height: 40%;
}

.paragraph--type--slider .paragraph__column,
.contenuto-editoriale .paragraph__column {
  padding-bottom: 0px;
}

#block-views-block-brand-brands-block,
#block-views-block-prodotti-product-list,
#block-views-block-articoli-block-articles {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  #block-views-block-brand-brands-block,
  #block-views-block-prodotti-product-list,
  #block-views-block-articoli-block-articles {
    margin-top: 0px;
  }
}

#block-views-block-prodotti-products-brand,
#block-views-block-prodotti-detail-product-list {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  #block-views-block-prodotti-products-brand,
  #block-views-block-prodotti-detail-product-list {
    margin-top: 0px;
  }
}

.custom-list .paragraph__column {
  padding-left: 0px;
  padding-right: 0px;
}

.products-categories .term-block {
  margin-bottom: 0px;
}
.products-categories .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-right: 25px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .products-categories .swiper-slide {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .products-categories .swiper-slide {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .products-categories .swiper-slide {
    width: 22%;
  }
}

.swiper-pagination-products-categories-prev {
  position: absolute;
  top: 60%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -25px;
}

.swiper-pagination-products-categories-next {
  position: absolute;
  top: 60%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.products-slider .swiper-slide,
.products-slider-2 .swiper-slide,
.products-slider-3 .swiper-slide {
  font-size: 18px;
  background: #ffffff;
  margin-left: 25px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 70%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .products-slider .swiper-slide,
  .products-slider-2 .swiper-slide,
  .products-slider-3 .swiper-slide {
    width: calc(40% - 25px);
    margin-left: 0px !important;
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .products-slider .swiper-slide,
  .products-slider-2 .swiper-slide,
  .products-slider-3 .swiper-slide {
    width: calc(25% - 25px);
    margin-left: 0px !important;
    margin-right: 25px;
  }
}
.products-slider .swiper-pagination-products-slider-prev,
.products-slider-2 .swiper-pagination-products-slider-prev,
.products-slider-3 .swiper-pagination-products-slider-prev {
  position: absolute;
  height: 45px;
  width: 45px;
  z-index: 50000;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .products-slider .swiper-pagination-products-slider-prev,
  .products-slider-2 .swiper-pagination-products-slider-prev,
  .products-slider-3 .swiper-pagination-products-slider-prev {
    left: 0px;
  }
}
.products-slider .swiper-pagination-products-slider-next,
.products-slider-2 .swiper-pagination-products-slider-next,
.products-slider-3 .swiper-pagination-products-slider-next {
  position: absolute;
  left: calc(70% - 0px);
  height: 45px;
  width: 45px;
  z-index: 50000;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .products-slider .swiper-pagination-products-slider-next,
  .products-slider-2 .swiper-pagination-products-slider-next,
  .products-slider-3 .swiper-pagination-products-slider-next {
    left: 100%;
  }
}

.products-slider-detail .swiper-slide {
  font-size: 18px;
  background: #ffffff;
  margin-left: 25px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .products-slider-detail .swiper-slide {
    width: 40%;
    margin-left: 0px !important;
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .products-slider-detail .swiper-slide {
    width: 25%;
    margin-left: 0px !important;
    margin-right: 25px;
  }
}

.swiper-block-home-chosen .swiper-slide {
  width: 80%;
  margin-right: 15px;
}

.swiper-block-home-press .swiper-slide {
  width: 80%;
  margin-right: 15px;
}

.swiper-block-home-people .swiper-slide {
  width: 80%;
  margin-right: 15px;
}

.swiper-pagination-products-slider-prev {
  position: absolute;
  height: 45px;
  width: 45px;
  z-index: 50000;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-products-slider-prev {
    left: -22px;
  }
}

.swiper-pagination-products-slider-next {
  position: absolute;
  left: calc(70% - 0px);
  height: 45px;
  width: 45px;
  z-index: 50000;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-products-slider-next {
    left: calc(100% - 22px);
  }
}
@media screen and (min-width: 992px) {
  .swiper-pagination-products-slider-next {
    left: calc(100% - 22px);
  }
}

.swiper-pagination-products-brand-slider-prev {
  position: absolute;
  left: 0px;
  height: 45px;
  width: 45px;
  z-index: 50000;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-products-brand-slider-prev {
    left: -22px;
  }
}

.swiper-pagination-products-brand-slider-next {
  position: absolute;
  left: 70%;
  height: 45px;
  width: 45px;
  z-index: 50000;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-products-brand-slider-next {
    left: calc(80% - 22px);
  }
}
@media screen and (min-width: 992px) {
  .swiper-pagination-products-brand-slider-next {
    left: calc(75% + 2px);
  }
}

/*.test-swiper-container{
    width: 100%;
    .swiper-wrapper {
        width: 50%;
      }
      .swiper-slide {
        text-align: center;
        width: auto;
        display: block;
        img{
            height: 600px;
            width: auto;
          }
          figure {
            margin: 0px;
          }
      }
}*/
#block-blocco-cta-home .paragraph--type--two-columns-mirror {
  background: none;
  margin-top: 0;
}

#block-views-block-articoli-block-articles .filters-container,
#block-views-block-prodotti-product-list .filters-container {
  margin: 46px 0px 56px 0px;
}
@media screen and (min-width: 992px) {
  #block-views-block-articoli-block-articles .filters-container,
  #block-views-block-prodotti-product-list .filters-container {
    margin: 46px 0px 88px 0px;
  }
}

.view-filters {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .view-filters {
    margin-bottom: 100px;
  }
}

.filters-container {
  margin: 30px 0px;
  display: none;
}
@media screen and (min-width: 768px) {
  .filters-container {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .filters-container {
    display: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .filters-container {
    display: inherit;
  }
}
.filters-container .has-float-label {
  position: unset !important;
}
.filters-container .filters-row {
  /*display:flex;
  align-items:center;
  justify-content:space-between;*/
  padding-top: 10px;
}
.filters-container .filters-row .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filters-container .filters-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.filters-container .filters-row-top .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filters-container .filter-option {
  text-transform: initial !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.filters-container .btn {
  background-color: transparent !important;
  border: none !important;
  color: #db0d00 !important;
  box-shadow: none !important;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding-left: 0px;
}
.filters-container .btn .icon {
  display: none;
}
.filters-container .form-submit {
  margin-right: 0px;
  padding-right: 0px;
}
.filters-container .simple-select .dropdown-menu li a {
  color: #000000;
  padding: 8px 10px 8px 0px;
  white-space: unset;
  background: #ffffff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.filters-container .simple-select .dropdown-menu li a.selected {
  color: #ec0e00;
}
.filters-container .simple-select .dropdown-menu li a:hover {
  color: #ec0e00;
}
.filters-container .multiple-selection .dropdown-menu li a {
  color: #000000;
  padding: 8px 10px 8px 0px;
  white-space: unset;
  background: #ffffff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.filters-container .multiple-selection .dropdown-menu li a.selected {
  color: #ec0e00;
}
.filters-container .multiple-selection .dropdown-menu li a:hover {
  color: #ec0e00;
}
.filters-container .multiple-selection .dropdown-menu li a:hover .glyphicon-ok:before {
  /*display: inline-block;
  width: 26px;
  height: 26px;
  content: "";
  background:  url('/images/select-icons/remove-icon.svg') no-repeat 0 0;
  background-size: 100%;*/
}

.text-flex-filter-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.text-flex-filter-text .clear-filter {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00;
  text-decoration: underline;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .text-flex-filter-text .clear-filter {
    width: fit-content;
  }
}

.filters-container-mobile {
  padding: 0px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .filters-container-mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .filters-container-mobile {
    display: none;
  }
}
.filters-container-mobile .filters-row {
  /*display:flex;
  align-items:center;
  justify-content:space-between;*/
  padding: 10px 0px;
}
.filters-container-mobile .filters-row .control-label {
  display: none;
}
.filters-container-mobile .filters-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.filters-container-mobile .filters-row-top .control-label {
  display: none;
}
.filters-container-mobile .filter-option {
  text-transform: initial !important;
}
.filters-container-mobile .btn {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 12px;
  line-height: 16px;
  padding-left: 0px;
}
.filters-container-mobile .btn .icon {
  display: none;
}
.filters-container-mobile .text-sort {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
}
.filters-container-mobile .text-sort img {
  margin-left: 8px;
}
.filters-container-mobile .form-submit {
  margin-right: 0px;
  padding-right: 0px;
}
.filters-container-mobile .dropdown-menu > li > a {
  color: #ec0e00;
  padding: 8px 20px;
  white-space: unset;
  background: #ffffff;
}
.filters-container-mobile .dropdown-menu > .active > a,
.filters-container-mobile .dropdown-menu > .active > a:hover,
.filters-container-mobile .dropdown-menu > .active > a:focus {
  background-color: #f3f3f3;
}

.view-promoted-products.view-display-id-page .filters-container {
  display: block;
}
.view-promoted-products.view-display-id-page .filters-container-mobile {
  display: none;
}

.bootstrap-select {
  background: transparent;
  box-shadow: none !important;
  outline: none;
  border-radius: 0px;
}
.bootstrap-select .btn {
  color: black !important;
}

.sorting-select {
  background: transparent;
  box-shadow: none !important;
  outline: none;
}
.sorting-select .btn {
  color: black !important;
}

.has-glyphicons .select-wrapper:after {
  display: none;
}

.glyphicon-ok:before {
  /*display: inline-block;
  width: 26px;
  height: 26px;
  content: "";
  background: url('/images/select-icons/check-icon.svg') no-repeat 0 0;
  background-size: 100%;*/
  display: none;
}

.select-wrapper {
  width: 100% !important;
  border-bottom: solid 1px #000000 !important;
}

.filter-letter .input-wrapper {
  border-bottom: solid 1px #000000 !important;
}

#filtro-ordinamento .select-wrapper {
  border-bottom: solid 1px #000000 !important;
}

.filters-row .form-type-select {
  width: 100%;
}
.filters-row .bootstrap-select {
  width: 100% !important;
}

.dropdown-menu {
  width: 100%;
}
.dropdown-menu .inner {
  overflow-y: unset !important;
}

.select-span {
  color: #ec0e00;
}

.mobile-form-text-container {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.mobile-form-text-container .mobile-form-text {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: calc(100% - 30px);
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 6px 25px 6px 0px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.mobile-form-text-container .search-img {
  width: 25px;
  height: 25px;
}

.filters-row .form-text {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 6px 25px 6px 0px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  width: 100%;
}
.filters-row .form-text:focus,
.filters-row .form-text:active {
  border-bottom: 2px solid #ec0e00 !important;
}
.filters-row input:not(:placeholder-shown) {
  border-bottom: 2px solid #ec0e00 !important;
}
.filters-row .form-type-textfield {
  width: 100%;
}
.filters-row .search-img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 8px;
}

.bootstrap-select.form-control {
  height: 34px !important;
}

.filter-option-inner-inner {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000000 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000 !important;
}

::placeholder {
  color: #000000 !important;
}

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.modal-dialog-full-width .close,
.modal-dialog-full-width .close:hover,
.modal-dialog-full-width .close:focus {
  opacity: 1;
}

.modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  border: none;
}
.modal-content-full-width .modal-body {
  max-height: calc(100vh - 147px);
  overflow-y: auto;
}

.modal-header-full-width {
  border-bottom: 2px solid #f3f3f3 !important;
}

.modal-footer-full-width {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #ec0e00;
  text-align: center;
  padding: 8px 15px;
}
.modal-footer-full-width button {
  background: none;
  border: none;
  color: white;
  outline: none;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
}

.text-big-filters {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.46px;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .text-big-filters {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0.49px;
  }
}
.text-big-filters .title-brand-filters {
  font-size: 15px;
  line-height: 20px;
  color: #ec0e00;
}

.filters-modal {
  background: #ffffff;
  padding-right: 0px !important;
}

.other-modals {
  background: #ffffff;
  padding-right: 0px !important;
}

.modal-header-full-width {
  display: flex;
  align-items: center;
}
.modal-header-full-width .left-section {
  width: 20%;
  text-align: left;
  color: #ec0e00;
  outline: none;
  cursor: pointer;
}
.modal-header-full-width .center-section {
  width: 60%;
  text-align: center;
  font-size: 32px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  letter-spacing: 0.46px;
}
.modal-header-full-width .right-section {
  width: 20%;
  text-align: right;
  color: #ec0e00;
  outline: none;
}

.modal-title {
  font-size: 35px;
}

.mobile-filter-text {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.mobile-filters-search {
  font-size: 20px;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  margin-bottom: 25px;
}

.mobile-option {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 30px;
  align-items: center;
  cursor: pointer;
}
.mobile-option img {
  height: 30px;
  width: 30px;
}

.mobile-option.active {
  color: #ec0e00;
}

#selectedExibition,
#selectedCategory,
#selectedBrand,
#selectedRooms,
#selectedClassi {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  height: 60px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  /*background: -webkit-linear-gradient( to left, rgba(0,0,0,0.05),  rgba(0,0,0,0));
  background: -o-linear-gradient( to left, rgba(0,0,0,0.05),  rgba(0,0,0,0));
  background: -moz-linear-gradient( to left, rgba(0,0,0,0.05),  rgba(0,0,0,0));
  background: linear-gradient( to left, rgba(0,0,0,0.05),  rgba(0,0,0,0));*/
  display: flex;
}

#selectedExibition.empty-div {
  background: none;
}

#selectedExibition::-webkit-scrollbar,
#selectedCategory::-webkit-scrollbar,
#selectedBrand::-webkit-scrollbar,
#selectedRooms::-webkit-scrollbar,
#selectedClassi::-webkit-scrollbar {
  display: none;
}

.selectedBlock {
  border: 1px solid #ec0e00;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ec0e00;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.no-selectedBlock {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #979797;
  color: #979797;
  cursor: pointer;
}

.deleteOption {
  margin-left: 10px;
  background-image: url("/images/select-icons/deleteOptionIcon.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  padding: 10px;
}

.hide-apply {
  display: none !important;
}

.number {
  color: #ec0e00;
  font-size: 16px;
  line-height: 18px;
} /*
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
 // outline: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
//  outline: none !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
//  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
//  outline: none !important;
}
:focus {
//  outline: none !important;
} */
#category-body,
#rooms-body {
  margin-bottom: 80px;
}

.view-autori .filters-container {
  border-bottom: 0px !important;
  padding: 0px !important;
}
@media screen and (min-width: 992px) {
  .view-autori .filters-bottom-grey {
    display: none;
  }
}
.view-autori .view-filters {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .view-autori .view-filters {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}

#modalFiltersBrand {
  padding-right: 0px !important;
}

.view-ambienti,
.view-tassonomie-prodotti,
.view-tutti-i-prodotti,
.view-classi-merceologiche {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .view-ambienti,
  .view-tassonomie-prodotti,
  .view-tutti-i-prodotti,
  .view-classi-merceologiche {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .view-ambienti .filters-bottom-grey,
  .view-tassonomie-prodotti .filters-bottom-grey,
  .view-tutti-i-prodotti .filters-bottom-grey,
  .view-classi-merceologiche .filters-bottom-grey {
    display: none;
  }
}

.view-classi-merceologiche .view-filters,
.input-wrapper .view-filters {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .view-classi-merceologiche .view-filters,
  .input-wrapper .view-filters {
    margin-bottom: 60px;
  }
}
.view-classi-merceologiche.view-display-id-promoted_products .view-filters,
.input-wrapper.view-display-id-promoted_products .view-filters {
  display: none !important;
}

#search-filter-mobile {
  padding-right: 0 !important;
}

.filters-row {
  position: relative;
  display: flex;
}
.filters-row .dropdown-menu > li > a {
  display: inline-block;
}
.filters-row .dropdown-menu {
  border: 0px;
  border-radius: 0px;
  padding: 10px;
}
.filters-row .bootstrap-select.open {
  border-bottom: 2px solid #ec0e00;
}
.filters-row .dropup,
.filters-row .dropdown {
  position: unset !important;
}
.filters-row .select-wrapper {
  position: unset;
}
.filters-row .filters-bottom-grey {
  position: absolute;
  padding: 1px;
  background-color: #f3f3f3;
  width: 100%;
  bottom: 1px;
  z-index: -1;
}
.filters-row .left-part {
  display: flex;
  flex-basis: 50%;
}
.filters-row .right-part {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}
.filters-row .brands-search {
  min-width: 200px;
  padding-bottom: 2px;
}
.filters-row #filtro-ordinamento ul {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: start;
  flex-direction: column;
  column-count: unset !important;
  column-gap: unset !important;
}
.filters-row #filtro-ordinamento ul span.text {
  margin-right: 0px;
  margin-left: 34px;
}
.filters-row #filtro-ordinamento .form-type-select {
  max-width: 320px;
  min-width: 130px;
}
@media screen and (min-width: 992px) {
  .filters-row #filtro-ordinamento .form-type-select {
    max-width: 100%;
  }
}
.filters-row .form-text.form-control {
  background-color: transparent !important;
}
.filters-row .form-type-select {
  max-width: 250px;
  min-width: 130px;
}
@media screen and (min-width: 992px) {
  .filters-row .form-type-select {
    max-width: 100%;
  }
}

.view-autori .filters-bottom-grey {
  bottom: 0px;
}

.form-item-field-giorno-fiera-value {
  width: 100%;
  background-color: #f3f3f3;
}

.field-categoria-articoli ul {
  display: flex;
}
.field-categoria-articoli li {
  background-color: white;
  padding: 0px 10px;
  margin: 0px 5px;
  display: flex;
  align-items: center;
  text-align: left;
  height: auto;
  white-space: nowrap;
  font-size: 20px;
  justify-content: space-between;
  width: 200px;
}
@media screen and (min-width: 992px) {
  .field-categoria-articoli li {
    padding: 20px 0px;
    flex-basis: calc(20% - 10px);
    justify-content: center;
    white-space: normal;
    font-size: 24px;
  }
}
.field-categoria-articoli li a {
  color: black;
}
.field-categoria-articoli li a .is-active {
  color: red;
}

.edit-field-giorno-fiera-value-all {
  display: none;
}

.form-item-field-hall-target-id {
  width: 100%;
}
.form-item-field-hall-target-id button {
  border: solid 0px white;
}

.red-checkbox {
  width: 100%;
  height: 20px;
  font-size: 20px;
  background-image: url("/images/ico_red.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.gray-checkbox {
  width: 100%;
  height: 20px;
  font-size: 20px;
  background-image: url("/images/ico_grey.png");
  background-position: top right;
  background-repeat: no-repeat;
}

#edit-field-luogo-evento-value-0,
#edit-field-luogo-evento-value-1 {
  margin-left: -20px !important;
}

.form-radios .form-item-field-luogo-dell-evento-value {
  width: 250px;
  height: 20px;
  font-size: 20px;
  background-image: url("/images/ico_red.png");
  background-position: top right;
  background-repeat: no-repeat;
}
.form-radios label {
  color: #999;
  font-size: 28px;
}
.form-radios .checkbox input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px !important;
}
.form-radios .checkbox label {
  position: relative;
}
.form-radios .radio input[type=radio],
.form-radios .radio-inline input[type=radio],
.form-radios .checkbox input[type=checkbox],
.form-radios .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px !important;
}
.form-radios .checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #ec0e00;
}
.form-radios .checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #ec0e00;
  border-left: 2px solid #ec0e00;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 10px;
}
.form-radios .checkbox input[type=checkbox]:checked ~ label::before {
  color: #ec0e00;
  margin-left: -20px !important;
}
.form-radios .checkbox input[type=checkbox]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.form-radios input[type=checkbox]:checked::after {
  top: -5px;
  left: -20px;
}
.form-radios .checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.form-radios .checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-radios .checkbox input[type=checkbox]:focus + label::before {
  outline: 0;
}
.form-radios .reset-filter .form-submit {
  color: red;
  border: solid 0px white;
}

.appuntamenti-form .js-form-submit {
  color: #ec0e00;
  border: solid 0px white;
}

.bef-link--selected {
  color: #ec0e00 !important;
}

.promoted {
  background-color: #ec0e00;
  color: white;
  width: 100%;
  text-align: left;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  padding: 0px 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .filter-brand {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .filter-brand .filters-container {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .filter-brand .filters-container .filters-row {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .filter-brand .filters-container .left-part,
  .filter-brand .filters-container .right-part {
    display: block;
  }
}
.filter-brand .filters-container .form-item {
  margin-bottom: 50px;
  /*  border-bottom: solid 1px $black;*/
  position: relative;
}
.filter-brand .filters-container .form-item .dropdown-menu {
  width: auto;
}
.filter-brand .form-item {
  border-bottom: solid 1px #000000 !important;
}
.filter-brand #filtro-ordinamento .select-wrapper {
  border-bottom: none !important;
}
.filter-brand .text-flex-filter-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.filter-brand .text-flex-filter-text .clear-filter {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00;
  text-decoration: underline;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .filter-brand .text-flex-filter-text .clear-filter {
    width: fit-content;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #EC0E00;
}

.swiper-container, .swiper-espositori {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

.swiper-slide {
  flex-shrink: 0;
  /*width: 100%;*/
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #EC0E00;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

.swiper-slide {
  flex-shrink: 0;
  /*width: 100%;*/
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}


#block-selettorelingua .contextual {
  display: none !important;
}

.facets-widget-sdm_links {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.facets-widget-sdm_links a {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facets-widget-sdm_links > ul {
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: flex;
  text-align: center;
}
.facets-widget-sdm_links > ul::-webkit-scrollbar {
  display: none;
}
.facets-widget-sdm_links > ul > li {
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-weight: 300;
  border-bottom: 2px solid #d8d8d8;
}
.facets-widget-sdm_links > ul > li:not(:last-child) {
  padding-right: 32px;
}
.facets-widget-sdm_links > ul > li.is-active {
  border-bottom: 2px solid #ec0e00;
}
.facets-widget-sdm_links > ul > li.is-active .facet-item__count {
  color: #ec0e00;
}
.facets-widget-sdm_links > ul > li.no-results {
  color: #979797;
}
.facets-widget-sdm_links > ul > li .facet-item__count {
  padding-left: 9px;
}
.facets-widget-sdm_links .facet-item__value {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.facets-widget-sdm_links .facet-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdm-search-api-text {
  text-align: center;
  font-weight: 300;
  margin-bottom: 32px;
}
.sdm-search-api-text .description {
  text-transform: uppercase;
}
.sdm-search-api-text .search-text {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .sdm-search-api-text .description {
    font-size: 26px;
    line-height: 29px;
  }
  .sdm-search-api-text .search-text {
    font-size: 96px;
    line-height: 105px;
  }
}

.block-facets:not(.block-facet-blockcontent-type),
.block-ordinamentoricerca {
  margin-top: 32px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 16px;
}
.block-facets:not(.block-facet-blockcontent-type) .facet-link,
.block-ordinamentoricerca .facet-link {
  display: flex;
  align-items: center;
  color: #333333;
}
.block-facets:not(.block-facet-blockcontent-type) .facet-link[aria-expanded=false] .caret-up,
.block-ordinamentoricerca .facet-link[aria-expanded=false] .caret-up {
  transform: rotate(180deg);
}
.block-facets:not(.block-facet-blockcontent-type) .facet-link .block-title,
.block-ordinamentoricerca .facet-link .block-title {
  margin: 0;
}
.block-facets:not(.block-facet-blockcontent-type) .facet-link .caret-up,
.block-ordinamentoricerca .facet-link .caret-up {
  max-width: 20px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  transition: 0.6s;
}
.block-facets:not(.block-facet-blockcontent-type) ul.item-list__checkbox, .block-facets:not(.block-facet-blockcontent-type) ul.ordinamento-ricerca,
.block-ordinamentoricerca ul.item-list__checkbox,
.block-ordinamentoricerca ul.ordinamento-ricerca {
  list-style-type: none;
  padding: 0;
}
.block-facets:not(.block-facet-blockcontent-type) ul.item-list__checkbox .facet-item, .block-facets:not(.block-facet-blockcontent-type) ul.ordinamento-ricerca .facet-item,
.block-ordinamentoricerca ul.item-list__checkbox .facet-item,
.block-ordinamentoricerca ul.ordinamento-ricerca .facet-item {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.block-facets:not(.block-facet-blockcontent-type) ul.item-list__checkbox .facet-item:first-child, .block-facets:not(.block-facet-blockcontent-type) ul.ordinamento-ricerca .facet-item:first-child,
.block-ordinamentoricerca ul.item-list__checkbox .facet-item:first-child,
.block-ordinamentoricerca ul.ordinamento-ricerca .facet-item:first-child {
  padding-top: 30px;
}
.block-facets:not(.block-facet-blockcontent-type) ul.item-list__checkbox .facet-item label, .block-facets:not(.block-facet-blockcontent-type) ul.ordinamento-ricerca .facet-item label,
.block-ordinamentoricerca ul.item-list__checkbox .facet-item label,
.block-ordinamentoricerca ul.ordinamento-ricerca .facet-item label {
  font-weight: 300;
}
.block-facets:not(.block-facet-blockcontent-type) ul.item-list__checkbox .facet-item label:before, .block-facets:not(.block-facet-blockcontent-type) ul.ordinamento-ricerca .facet-item label:before,
.block-ordinamentoricerca ul.item-list__checkbox .facet-item label:before,
.block-ordinamentoricerca ul.ordinamento-ricerca .facet-item label:before {
  top: 2px;
}
.block-facets:not(.block-facet-blockcontent-type) ul.item-list__checkbox .facet-item label:after, .block-facets:not(.block-facet-blockcontent-type) ul.ordinamento-ricerca .facet-item label:after,
.block-ordinamentoricerca ul.item-list__checkbox .facet-item label:after,
.block-ordinamentoricerca ul.ordinamento-ricerca .facet-item label:after {
  top: 13px;
}

.facets-widget-glossaryaz {
  padding-top: 16px;
}
.facets-widget-glossaryaz a {
  color: #ec0e00 !important;
}
.facets-widget-glossaryaz > ul {
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 30px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .facets-widget-glossaryaz > ul {
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (min-width: 992px) {
  .facets-widget-glossaryaz > ul {
    grid-gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .facets-widget-glossaryaz > ul {
    grid-template-columns: repeat(10, auto);
  }
}
.facets-widget-glossaryaz > ul li label {
  display: none;
}
.facets-widget-glossaryaz > ul li a {
  display: block !important;
}
.facets-widget-glossaryaz > ul li.is-active a {
  color: #ec0e00 !important;
}

.block-views-exposed-filter-blockricerca-pagina-ricerca .form-type-search-api-autocomplete .input-group-addon {
  display: none !important;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .form-item-sort-by {
  display: none !important;
}
.block-views-exposed-filter-blockricerca-pagina-ricerca .form-actions {
  display: none !important;
}

.search-block {
  margin-top: 30px;
  margin-bottom: 100px;
}
.search-block .brand-teaser {
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.search-block .pager-nav {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.search-block .block-title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.search-block .filters-title {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.search-filter-title-container-mobile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pager__items {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: right;
  padding-left: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}
.pager__items a {
  color: #000000;
  border-radius: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
  padding: 5px !important;
  position: relative;
  display: inline !important;
}
.pager__items .pager__item {
  position: relative;
}
.pager__items .pager__item.is-active a {
  color: #db0d00;
}
.pager__items .pager__item.is-active .active-red {
  background-color: #db0d00;
}
.pager__items .active-red {
  padding: 1px;
  position: absolute;
  top: -15px;
  left: 0px;
  width: 100%;
}
.pager__items .left-box {
  flex: 1;
  text-align: left;
}
.pager__items .left-box img {
  font-size: 10px;
  max-width: 30px;
  transform: rotate(180deg);
}
.pager__items .central-box {
  flex: 2;
  text-align: center;
}
.pager__items .right-box {
  flex: 1;
  text-align: right;
}
.pager__items .right-box img {
  font-size: 10px;
  max-width: 30px;
}

.view-ricerca .view-empty {
  text-align: center;
}
.view-ricerca .flag-flag {
  display: none !important;
}
.view-ricerca .view-empty__heading {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.76px;
  line-height: 40px;
  margin-top: 30px;
}
.view-ricerca .view-empty__description {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.34px;
  line-height: 24px;
  margin: 16px 0 24px 0;
}
.view-ricerca .view-empty__new-search {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.38px;
  line-height: 25px;
  cursor: pointer;
  display: inline-block;
  background: #ec0e00;
  color: #ffffff;
  padding: 10px 15px;
}

.chk-hidden input {
  display: none;
}
.chk-hidden label {
  display: none;
}
.chk-hidden a {
  display: block !important;
}

.view .pager-nav li.active a {
  background-color: #ec0e00;
  color: #ffffff;
}
.view .pager-nav li a {
  color: #ec0e00;
  border: none;
}

.show-hide-text {
  display: flex;
  flex-wrap: wrap;
}
.show-hide-text a {
  order: 2;
}
.show-hide-text .div-clamp {
  position: relative;
  overflow: hidden;
  max-height: 72px;
  line-height: 24px;
}
.show-hide-text .div-clamp:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 24px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
@supports (-webkit-line-clamp: 3) {
  .show-hide-text .div-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .show-hide-text .div-clamp:after {
    display: none;
  }
}

.loadAccordion {
  cursor: pointer;
}

.wrapper-clap {
  margin: 20px 0px 50px 0px auto;
}
.wrapper-clap .div-clamp {
  font-size: 16px;
  line-height: 24px;
}

.rooms-label {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .rooms-label {
    font-size: 70px;
    font-weight: 300;
    letter-spacing: -0.67px;
    line-height: 80px;
  }
}

.heading-categories {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  .heading-categories {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -0.67px;
    line-height: 70px;
  }
}

.user-exibitor-activity .activity {
  padding: 50px 0;
  padding-bottom: 0;
}
.user-exibitor-activity .activity .title-page {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .activity .title-page {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
.user-exibitor-activity .activity #tipologia-filter {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.user-exibitor-activity .activity #tipologia-filter .options-filter {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  background-color: transparent;
  padding: 10px;
  border: 0;
  border-bottom: solid 2px #d8d8d8;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .activity #tipologia-filter .options-filter {
    font-size: 20px;
    line-height: 28px;
  }
}
.user-exibitor-activity .activity #tipologia-filter .options-filter.active {
  border-bottom: 2px solid #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.user-exibitor-activity .activity-bg-gray {
  background-color: #f3f3f3;
}
.user-exibitor-activity .view-activity {
  min-height: 50vh;
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .view-activity {
    padding: 50px 0;
  }
}
.user-exibitor-activity .card-activity {
  background-color: #ffffff;
  padding: 20px;
}
.user-exibitor-activity .card-activity:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity {
    padding: 20px;
  }
}
.user-exibitor-activity .card-activity .bydate-field {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .content-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.user-exibitor-activity .card-activity .content-title .toggle-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .content-title .toggle-content {
    display: block;
  }
  .user-exibitor-activity .card-activity .content-title .toggle-content .arrow {
    display: none;
  }
}
.user-exibitor-activity .card-activity .content-title .card-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  margin-bottom: 0px;
  margin-top: 0;
  max-width: 90%;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .content-title .card-title {
    margin-bottom: 0;
    max-width: none;
  }
}
.user-exibitor-activity .card-activity .status {
  font-size: 12px;
  line-height: 16px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  background-color: #eeeeee;
  padding: 5px 10px;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 10px;
  display: inline-block;
  height: fit-content;
  width: fit-content;
  font-weight: 600;
}
.user-exibitor-activity .card-activity .status.mandatory {
  background-color: #fce8e8;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .status {
    margin-bottom: 0;
  }
}
.user-exibitor-activity .card-activity .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .only-mobile {
    display: none;
  }
}
.user-exibitor-activity .card-activity .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .only-desktop {
    display: block;
  }
}
.user-exibitor-activity .card-activity .card-info {
  display: none;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .card-info {
    display: block;
  }
}
.user-exibitor-activity .card-activity.open .card-info {
  display: block;
}
.user-exibitor-activity .card-activity .arrow {
  align-item: center;
  transition: transform 0.3s ease-in-out;
}
.user-exibitor-activity .card-activity.open .arrow {
  transform: rotate(180deg);
}
.user-exibitor-activity .card-activity .card-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .user-exibitor-activity .card-activity .card-content {
    gap: 60px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.user-exibitor-activity .card-activity .card-content .card-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  margin-top: 0;
  font-weight: 600;
}
.user-exibitor-activity .card-activity .card-content .card-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0;
}
.user-exibitor-activity .card-activity .card-content .card-text a {
  color: #ec0e00;
  text-decoration: underline;
}
.user-exibitor-activity .card-activity .card-content .card-note {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-top: 0;
}
.user-exibitor-activity .card-activity .card-content .card-body p,
.user-exibitor-activity .card-activity .card-content .card-body li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0;
}
.user-exibitor-activity .card-activity .card-content .card-body li {
  margin-bottom: 10px;
}
.user-exibitor-activity .card-activity .card-content .card-body li:not(:last-child) {
  margin-bottom: 10px;
}
.user-exibitor-activity .card-activity .card-content .card-body a {
  color: #ec0e00;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}
.user-exibitor-activity .card-activity .card-content .link {
  color: #ec0e00;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}
.user-exibitor-activity .card-activity .card-content .flex {
  display: flex;
}
.user-exibitor-activity .card-activity .card-content .flex img {
  margin-left: 5px;
}
.user-exibitor-activity .card-activity .card-link-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  border-top: solid 1px #d8d8d8;
}
.user-exibitor-activity .card-activity .card-link-more .link {
  color: #ec0e00;
  text-decoration: underline;
  margin-right: 5px;
  font-size: 16px;
  line-height: 24px;
}

.page-your-offers {
  padding-top: 50px;
}
.page-your-offers .offers-title {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-title {
    margin-bottom: 40px;
  }
}
.page-your-offers .offers-subtitle {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.page-your-offers .offers-grid {
  margin-top: 20px;
  gap: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-grid {
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-basic .container {
    padding: 0 80px;
  }
}
.page-your-offers .offers-basic .offers-card-basic {
  border: solid 1px #d8d8d8;
  padding: 20px;
  padding-top: 0;
}
.page-your-offers .offers-basic .offers-card-basic .offers-card-basic-icon {
  background-color: #ec0e00;
  padding: 5px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-your-offers .offers-basic .offers-card-basic .offers-card-basic-content {
  margin-bottom: 20px;
}
.page-your-offers .offers-basic .offers-card-basic .offers-card-basic-title {
  margin-bottom: 25px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.page-your-offers .offers-basic .offers-card-basic .offers-card-basic-title.underline-title {
  text-decoration: underline;
}
.page-your-offers .offers-basic .offers-card-basic .offers-card-basic-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-basic .offers-card-basic .offers-card-basic-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-your-offers .offers-basic .offers-card-basic .offers-card-basic-links a {
  color: #ec0e00;
  text-decoration: underline;
  margin-right: 10px;
}
.page-your-offers .offers-premium {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-premium .container {
    padding: 0 80px;
  }
}
.page-your-offers .offers-premium .offers-alert {
  background-color: #eeeeee;
  padding: 15px 25px;
  display: flex;
  border: solid 1px #777;
  margin-top: 20px;
}
.page-your-offers .offers-premium .offers-alert p {
  margin-left: 10px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.page-your-offers .offers-premium .offers-card-premium {
  background-color: #ffffff;
  padding: 20px;
  padding-top: 0;
  border: solid 1px #e1e1e1;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-premium .offers-card-premium {
    height: 100%;
    min-height: 250px;
  }
}
.page-your-offers .offers-premium .offers-card-premium .offers-card-premium-icon {
  background-color: #641e34;
  padding: 5px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-your-offers .offers-premium .offers-card-premium .offers-card-premium-title {
  margin-bottom: 25px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.page-your-offers .offers-premium .offers-card-premium .offers-card-premium-list {
  list-style: none;
  padding-left: 0;
}
.page-your-offers .offers-premium .offers-card-premium .offers-card-premium-list .offers-card-premium-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-your-offers .offers-premium .offers-card-premium .offers-card-premium-list .offers-card-premium-list-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page-your-offers .offers-premium .offers-card-premium .offers-card-premium-list .offers-card-premium-list-item.checke {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.page-your-offers .offers-info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 60px 0;
}
.page-your-offers .offers-info-container .info-title {
  margin-bottom: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-align: center;
}
.page-your-offers .offers-info-container .info-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-info-container .info-buttons {
    flex-direction: row;
  }
}
.page-your-offers .offers-info-container .info-buttons .info-button-primary {
  min-width: 100%;
  background-color: #ec0e00;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-info-container .info-buttons .info-button-primary {
    min-width: 300px;
  }
}
.page-your-offers .offers-info-container .info-buttons .info-button-second {
  min-width: 100%;
  border: solid 1px #ec0e00;
  color: #ec0e00;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
}
.page-your-offers .offers-info-container .info-buttons .info-button-second span {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .page-your-offers .offers-info-container .info-buttons .info-button-second {
    min-width: 300px;
  }
}

.category-info {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 24px;
  right: 24px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  padding: 10px;
}
.category-info.sponsored {
  background-color: #ec0e00;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .category-info {
    min-height: 150px;
  }
}
.category-info .sponsored-category-brand {
  color: #ffffff;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .category-info .sponsored-category-brand {
    margin-bottom: 0;
  }
}
.category-info .sponsored-category-title {
  color: #ffffff;
  font-family: "Parmisan-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .category-info .sponsored-category-title {
    font-size: 32px;
    line-height: 48px;
  }
}

.category-title {
  color: #ffffff;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
}

.accademy-page section .view-header {
  background-color: #ffffff;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  text-align: start;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.accademy-page section .view-header:before, .accademy-page section .view-header:after {
  display: table;
  content: " ";
}
.accademy-page section .view-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .accademy-page section .view-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .accademy-page section .view-header {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .accademy-page section .view-header {
    width: 1280px;
  }
}
.accademy-page .accademy-header .title {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .accademy-page .accademy-header .title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
.accademy-page .view-filters,
.accademy-page .form-group {
  margin-bottom: 0 !important;
}
.accademy-page .view-filters {
  background-color: #f3f3f3;
}
.accademy-page .accademy-content {
  padding-bottom: 50px;
  padding-top: 50px;
  min-height: 20vh;
  background-color: #f3f3f3;
}
.accademy-page .accademy-content .label-text {
  margin-bottom: 30px;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .accademy-page .accademy-content .label-text {
    display: none;
  }
}
.accademy-page .accademy-content .accademy-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.accademy-page .accademy-content .accademy-grid .accademy-card {
  background-color: #ffffff;
  padding: 20px;
  border: solid 1px #d8d8d8;
}
.accademy-page .accademy-content .accademy-grid .accademy-card .flex {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .accademy-page .accademy-content .accademy-grid .accademy-card .flex {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row;
  }
}
.accademy-page .accademy-content .accademy-grid .accademy-card p {
  margin-bottom: 0;
}
.accademy-page .accademy-content .accademy-grid .accademy-card .headline-text {
  width: 100%;
  font-weight: 600;
}
.accademy-page .accademy-content .accademy-grid .accademy-card .accademy-card-content {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 20px;
}
.accademy-page .accademy-content .accademy-grid .accademy-card .download {
  background-color: #ec0e00;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accademy-page .accademy-form-filter {
  padding-top: 20px;
}
.accademy-page .accademy-form-filter .form-composite legend {
  font-size: 24px;
  line-height: 32px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .accademy-page .accademy-form-filter .form-composite legend {
    display: none;
  }
}
.accademy-page .accademy-form-filter #edit-tid {
  background-color: #ffffff;
  border: solid 2px #d8d8d8;
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .accademy-page .accademy-form-filter #edit-tid {
    background-color: transparent;
    border: 0;
  }
}
.accademy-page .accademy-form-filter .fieldgroup,
.accademy-page .accademy-form-filter .fieldset-wrapper,
.accademy-page .accademy-form-filter #edit-tid {
  width: 100%;
}
.accademy-page .accademy-form-filter .form-radios {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .accademy-page .accademy-form-filter .form-radios {
    flex-direction: row;
  }
}
.accademy-page .accademy-form-filter .form-radios .control-label {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000;
  border-bottom: solid 2px #d8d8d8;
  width: 100%;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accademy-page .accademy-form-filter .form-radios .control-label input {
  display: none;
}
.accademy-page .accademy-form-filter .form-radios .control-label.active {
  border-color: #ec0e00;
}
.accademy-page .accademy-form-filter .form-radios .form-item {
  width: 100%;
  text-align: center;
  margin: 0;
}

.grid-events-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .grid-events-container {
    grid-template-columns: 20% 1fr;
    gap: 20px;
  }
}
.grid-events-container .event-filter {
  width: 100%;
}
.grid-events-container .event-filter .filter-title {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
.grid-events-container .event-filter .field-giorni {
  margin-top: 20px;
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  color: #000000;
}
.grid-events-container .event-filter .field-giorni .giorni-list {
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  display: grid;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
.grid-events-container .event-filter .field-giorni .giorni-list .giorni-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #333333 !important;
  border: solid 1px #000;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.grid-events-container .event-filter .field-giorni .giorni-list .giorni-btn.is-selected {
  background-color: #ec0e00 !important;
  color: #ffffff !important;
  border: solid 1px #ec0e00;
}
.grid-events-container .event-filter .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.grid-events-container .event-filter .reset-filter .btn-info {
  display: block;
}
.grid-events-container .event-filter .reset-filter .btn-default {
  display: none;
}
.grid-events-container .event-filter .reset-filter .btn-default.visible {
  display: block;
}
.grid-events-container .event-filter .reset-filter .btn-info.hidden {
  display: none;
}
@media screen and (min-width: 992px) {
  .grid-events-container .event-filter .reset-filter .btn-info {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .grid-events-container .event-filter .reset-filter .btn-default {
    display: block;
  }
}
.grid-events-container .event-filter .filter-container {
  display: none;
}
@media screen and (min-width: 992px) {
  .grid-events-container .event-filter .filter-container {
    display: block;
  }
}
.grid-events-container .event-filter .filter-container.open {
  display: block;
}
.grid-events-container .event-filter .reset-filter .button {
  color: #ec0e00;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.grid-events-container .event-filter .reset-filter .button:hover {
  text-decoration: underline;
}
.grid-events-container .event-filter .filter-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__toggle {
  width: 100%;
  background: none;
  border: 0;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.2s ease;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown.open .filter-dropdown__caret {
  transform: rotate(180deg);
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu {
  width: 100%;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px #000;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu .gray-checkbox,
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu .red-checkbox {
  background-image: none !important;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu label {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu input[type=checkbox],
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu input[type=radio] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu input[type=checkbox]::before,
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu .checkbox,
.grid-events-container .event-filter .filter-dropdown .filter-dropdown__menu .form-check {
  margin: 6px 0;
  font-size: 14px;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations label {
  font-size: 12px !important;
}
.grid-events-container .event-filter .filter-dropdown.open .filter-dropdown__menu--locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .filter-dropdown__option {
  margin: 0;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .location-pill {
  display: block;
  cursor: pointer;
  text-align: center;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .location-pill__content {
  background: #ffffff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 20px;
  padding: 5px;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .location-pill__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .location-pill__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.grid-events-container .event-filter .location-pill__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  display: none;
}
.grid-events-container .event-filter .location-pill__input::before {
  content: none;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .location-pill__input:checked + .location-pill__content {
  background: #ec0e00;
  color: #fff;
  border: 1px solid #fff;
}
.grid-events-container .event-filter .filter-dropdown__menu--locations .location-pill__input:checked + .location-pill__content img {
  filter: invert(1);
}
.grid-events-container .field-giorni-picker {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #000;
  padding: 10px;
  border-radius: 5px;
}
.grid-events-container .field-giorni-picker button {
  width: 100%;
  display: flex;
  gap: 5px;
}

.flatpickr-calendar--appuntamenti .flatpickr-current-month,
.flatpickr-calendar--appuntamenti .flatpickr-current-month .cur-month,
.flatpickr-calendar--appuntamenti .flatpickr-current-month input.cur-year {
  font-weight: 400;
  color: #000000;
}
.flatpickr-calendar--appuntamenti .flatpickr-current-month input.cur-year:focus {
  outline: none;
  box-shadow: none;
}
.flatpickr-calendar--appuntamenti .flatpickr-day {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  position: relative;
}
.flatpickr-calendar--appuntamenti .flatpickr-day:hover {
  background-color: #fbcfcc;
  border: solid 1px #fbcfcc;
  color: #000000;
}
.flatpickr-calendar--appuntamenti .flatpickr-day.selected {
  background-color: #ec0e00;
  color: #ffffff;
  border: solid 1px #ec0e00;
}
.flatpickr-calendar--appuntamenti .flatpickr-day.today {
  border: solid 1px #ec0e00;
}
.flatpickr-calendar--appuntamenti .flatpickr-prev-month, .flatpickr-calendar--appuntamenti .flatpickr-next-month {
  display: none;
}

.grid-event-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid-event-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.grid-event-cards-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.grid-event-cards > .grid-item {
  min-width: 0;
}

.card-evento {
  background-color: #ffffff;
  border: 1px solid #757575;
  color: #000000;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  padding-top: 0;
  height: 100%;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-evento .header-card-evento {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-evento .header-card-evento .icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: #ec0e00;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.card-evento .header-card-evento .icon img {
  height: 20px;
  width: 20px;
}
.card-evento .header-card-evento .label {
  flex: 1 1 0;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  color: #ec0e00;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: left;
}
.card-evento .footer-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.card-evento .footer-text span {
  margin-left: 10px;
}
.card-evento .footer-text .field {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: flex;
  align-items: center;
  display: block;
  margin-bottom: 0 !important;
}
.card-evento .body-card-evento {
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-evento .body-card-evento .field,
.card-evento .body-card-evento span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-evento .link {
  color: #ec0e00;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.card-evento .link:hover {
  text-decoration: underline;
}
.card-evento .event-chip {
  color: #000;
  background-color: #eeeeee;
  border: solid 1px #000;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.card-evento .event-chip span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-left: 5px;
}
.card-evento .event-chip p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  width: 100%;
}

.event-event-modal-overlay[hidden] {
  display: none !important;
}

.event-event-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.event-modal {
  background: #fff;
  max-width: 680px;
  width: 100%;
  padding: 20px;
  position: relative;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .event-modal {
    height: 50vh;
  }
}

.event-modal-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-transform: capitalize !important;
}

.event-modal-body .field {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 15px;
  display: block;
  overflow: auto;
}

.event-modal-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.event-modal-meta-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.event-modal-meta-text img {
  margin-right: 10px;
}
.event-modal-meta-text .field {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.event-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

body.event-event-modal-open {
  overflow: hidden;
}

.event-modal-footer {
  display: flex;
  align-items: center;
  justify-content: start;
}
.event-modal-footer .event-modal-link {
  margin-right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.event-modal-footer .event-modal-link img {
  margin-right: 5px;
}
.event-modal-footer .event-modal-link p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  color: #ec0e00;
  text-decoration: underline;
}
.event-modal-footer .event-modal-link p:hover {
  text-decoration: underline;
}

.highlighted-appuntamenti-aziende {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}
.highlighted-appuntamenti-aziende .view-header {
  display: none;
}
.highlighted-appuntamenti-aziende .grid-event-cards-evidenza {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 992px) {
  .highlighted-appuntamenti-aziende .grid-event-cards-evidenza {
    grid-template-columns: repeat(4, 1fr);
  }
}
.highlighted-appuntamenti-aziende .title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 30px;
  text-align: left;
  color: #333;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .highlighted-appuntamenti-aziende .title {
    width: fit-content;
  }
}
.highlighted-appuntamenti-aziende .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ec0e00;
  margin-bottom: 10px;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .paginations-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .paginations-wrapper {
    justify-content: flex-end;
  }
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .swiper-slide {
  height: auto;
  width: 100%;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .swiper-pagination {
  display: block;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .swiper-pagination-fraction {
  color: #ec0e00;
  font-size: 20px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .swiper-pagination-bullets {
  margin-top: 0;
  display: flex !important;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .play-pause-button {
  cursor: pointer;
  margin: 0 10px;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .play-pause-button img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .play-pause-button img {
    filter: invert(16%) sepia(99%) saturate(7470%) hue-rotate(11deg) brightness(95%) contrast(106%);
  }
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .play-pause-button .pause {
  display: block;
}
.highlighted-appuntamenti-aziende .swiper-appuntamenti-evidenza .play-pause-button .play {
  display: none;
}
.highlighted-appuntamenti-aziende .card-evento {
  margin: 0;
}
.highlighted-appuntamenti-aziende .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .highlighted-appuntamenti-aziende .only-desktop {
    display: flex;
  }
}
.highlighted-appuntamenti-aziende .only-mobile {
  display: flex;
}
@media screen and (min-width: 992px) {
  .highlighted-appuntamenti-aziende .only-mobile {
    display: none;
  }
}

.showroom-map-view .map-title-wrapper {
  margin-bottom: 30px;
}
.showroom-map-view .map-title-wrapper .heading-1 {
  margin: 0;
}
.showroom-map-view .view-filters button, .showroom-map-view .view-filters input, .showroom-map-view .view-filters form, .showroom-map-view .view-filters select {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.showroom-map-view .view-filters button:focus, .showroom-map-view .view-filters button:active, .showroom-map-view .view-filters button:focus-visible, .showroom-map-view .view-filters input:focus, .showroom-map-view .view-filters input:active, .showroom-map-view .view-filters input:focus-visible, .showroom-map-view .view-filters form:focus, .showroom-map-view .view-filters form:active, .showroom-map-view .view-filters form:focus-visible, .showroom-map-view .view-filters select:focus, .showroom-map-view .view-filters select:active, .showroom-map-view .view-filters select:focus-visible {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.showroom-map-view .filter-wrapper-showroom {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .showroom-map-view .filter-wrapper-showroom {
    flex-direction: row;
  }
}
.showroom-map-view .filter-wrapper-showroom .filter-category {
  position: relative;
  width: 100%;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown {
  position: relative;
  width: 100%;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
  text-align: left;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__arrow {
  flex-shrink: 0;
  margin-left: 12px;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  z-index: 20;
  display: none;
  max-height: 260px;
  overflow-y: auto;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown.is-open .category-dropdown__menu {
  display: block;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__item {
  margin: 0;
  padding: 0;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__option {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__radio {
  display: none;
}
.showroom-map-view .filter-wrapper-showroom .category-dropdown__label {
  display: block;
  word-break: break-word;
}
.showroom-map-view .filter-wrapper-showroom .filter-brand {
  position: relative;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.showroom-map-view .filter-wrapper-showroom .filter-brand__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  pointer-events: none;
  color: #333;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete {
  position: relative;
  width: 100%;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__control {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  background: transparent;
  border-bottom: 1px solid #000;
  cursor: text;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__clear {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__help {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__item strong {
  font-weight: 700;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  z-index: 20;
  display: none;
  max-height: 260px;
  overflow-y: auto;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete.is-open .brand-autocomplete__menu {
  display: block;
}
.showroom-map-view .filter-wrapper-showroom .brand-autocomplete__item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.showroom-map-view .showroom-map-view-content-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .showroom-map-view .showroom-map-view-content-desktop {
    display: block;
  }
}
.showroom-map-view .showroom-map-view-content-desktop .js-sticky-filters {
  background-color: #F0F0F0;
  padding-top: 50px;
}
.showroom-map-view .showroom-map-view-content-desktop .js-sticky-filters.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 4px 10px -4px rgba(51, 51, 51, 0.25);
}
.showroom-map-view .showroom-map-view-content-desktop .section-map,
.showroom-map-view .showroom-map-view-content-desktop .section-filters {
  background-color: #F0F0F0;
  padding-top: 50px;
}
.showroom-map-view .showroom-map-view-content-desktop .section-map .form-actions input[type=submit]:not([name=reset]),
.showroom-map-view .showroom-map-view-content-desktop .section-filters .form-actions input[type=submit]:not([name=reset]) {
  display: none;
}
.showroom-map-view .showroom-map-view-content-desktop .section-map .form-actions input[name=reset],
.showroom-map-view .showroom-map-view-content-desktop .section-filters .form-actions input[name=reset] {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #ec0e00 !important;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
}
.showroom-map-view .showroom-map-view-content-desktop .map-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 50px;
  min-height: 600px;
}
.showroom-map-view .showroom-map-view-content-desktop .map-column .woosmap-view {
  width: 100%;
  overflow: hidden;
  height: 900px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column {
  display: flex;
  flex-direction: column;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-header-desktop {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-header-desktop h3,
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-header-desktop p {
  margin: 0;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop {
  max-height: 850px;
  overflow: auto;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop {
  background: #fff;
  padding: 20px;
  padding-left: 0;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-left: 0;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop.is-active {
  border: 2px solid #ec0e00;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop:last-child {
  margin-bottom: 0;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: start;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-image-wrapper {
  position: relative;
  height: 100%;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-image-wrapper .card-image-overlay {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-image-wrapper .card-image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
  justify-content: start;
  align-items: start;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-info {
  min-width: 0;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block {
  margin-top: 8px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block .categories-title-text {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block .categories-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block .categories-box.is-collapsed .categories-list li:nth-child(n+3) {
  display: none;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block .categories-list {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  padding-left: 15px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block .categories-list .categories-item {
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .categories-block .categories-toggle {
  background: none;
  border: none;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  text-align: justify;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-brand {
  margin: 0 0 8px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-brand .brand-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ec0e00;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .card-brand .brand-link:hover {
  text-decoration-thickness: 2px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .info-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .info-row span {
  min-width: 0;
  word-break: break-word;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .info-links .info-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ec0e00;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .info-links .info-link:hover {
  text-decoration-thickness: 2px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-list-desktop .showroom-card-desktop .icon-arrow {
  width: 20px;
  height: 20px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 12px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn {
  background: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  color: #333;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn.is-disabled, .showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn:disabled {
  color: #999999;
  cursor: default;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn.is-disabled .pagination-arrow, .showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn:disabled .pagination-arrow {
  filter: invert(63%) sepia(0%) saturate(0%) hue-rotate(68deg) brightness(98%) contrast(90%);
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn .pagination-arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
  transition: opacity 0.2s;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-btn .pagination-arrow.pagination-arrow-prev {
  transform: rotate(180deg);
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-numbers .pagination-number {
  background: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  color: #333;
  border: none;
  padding: 0;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-numbers .pagination-number.is-disabled, .showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-numbers .pagination-number:disabled {
  color: #999999;
  cursor: default;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-numbers .pagination-number.is-current {
  color: #ec0e00;
}
.showroom-map-view .showroom-map-view-content-desktop .cards-column .cards-pagination-desktop .pagination-numbers .pagination-ellipsis {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 0 2px;
}
.showroom-map-view .showroom-map-view-content-desktop .woosmap-map-pane[pane_id=floatPane] > div {
  border: 2px solid #ec0e00 !important;
  border-radius: 0 !important;
}
.showroom-map-view .showroom-map-view-content-desktop .woosmap-map-pane[pane_id=floatPane] > div > div {
  padding: 5px !important;
  padding-right: 40px !important;
  padding-left: 0 !important;
}
.showroom-map-view .showroom-map-view-content-desktop .marker-info-popup.grid-popup {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 5px;
  align-items: center;
}
.showroom-map-view .showroom-map-view-content-desktop .marker-info-popup.grid-popup .popup-image img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: block;
}
.showroom-map-view .showroom-map-view-content-desktop .marker-info-popup.grid-popup .popup-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.showroom-map-view .showroom-map-view-content-desktop .marker-info-popup.grid-popup .popup-location {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.showroom-map-view .showroom-map-view-content-mobile {
  display: block;
  padding-bottom: 50px;
  background-color: #F0F0F0;
}
@media screen and (min-width: 992px) {
  .showroom-map-view .showroom-map-view-content-mobile {
    display: none;
  }
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-cards-slider {
  display: none;
}
.showroom-map-view .showroom-map-view-content-mobile .cards-list-mobile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile {
  background: #fff;
  border: 1px solid #E1E1E1;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-summary {
  list-style: none;
  display: grid;
  grid-template-columns: 60px 1fr 20px;
  padding: 15px;
  gap: 20px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-summary .showroom-card-mobile-title-wrapper {
  display: flex;
  align-items: center;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-title {
  margin: 0;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-arrow img {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.2s ease;
  filter: invert(20%) sepia(96%) saturate(7496%) hue-rotate(11deg) brightness(95%) contrast(108%);
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info {
  padding: 10px;
  display: none;
  flex-direction: column;
  gap: 15px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-location {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: flex;
  gap: 10px;
  align-items: center;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .categories-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .categories-box .categories-toggle-mobile {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  text-align: justify;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .categories-box .categories-toggle-mobile img {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .categories-box.is-collapsed .info-list-category li:nth-child(n+3) {
  display: none;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .categories-box.is-expanded .categories-toggle-mobile img {
  transform: rotate(180deg);
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .info-list-category {
  list-style: disc;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 20px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-categories .info-list-category .category-item {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-actions .action-btn {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #ec0e00;
  color: #fff;
  border: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  gap: 10px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-actions .action-btn img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(105%) contrast(102%);
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-actions .action-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ec0e00;
  padding: 10px;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile .showroom-card-mobile-info .info-actions .action-link img {
  width: 20px;
  height: 20px;
  display: block;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile.is-open .showroom-card-mobile-info {
  display: flex;
}
.showroom-map-view .showroom-map-view-content-mobile .showroom-card-mobile.is-open .showroom-card-mobile-arrow img {
  transform: rotate(180deg);
}
.showroom-map-view .showroom-map-view-content-mobile .header-mobile-count {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.showroom-map-view .showroom-map-view-content-mobile .header-mobile-count h3,
.showroom-map-view .showroom-map-view-content-mobile .header-mobile-count p {
  margin: 0;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell {
  position: relative;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell .mobile-map-shell-header {
  display: none;
}
.showroom-map-view .showroom-map-view-content-mobile .woosmap-view-mobile {
  width: 100%;
  height: 150px;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-preview {
  position: relative;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-overlay.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  inset: auto;
  z-index: 1001;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1490196078);
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 80px;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-overlay.is-fixed button {
  min-width: 350px;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-open-btn {
  background: #ec0e00;
  color: #fff;
  border: 0;
  padding: 10px 16px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.6);
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: #fff;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .woosmap-view-mobile {
  height: calc(100vh - 50px);
  margin-top: 50px;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-overlay {
  display: none;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-shell-header {
  display: block;
  position: absolute;
  top: 0;
  z-index: 5;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  box-shadow: 0px 4px 10px -4px rgba(51, 51, 51, 0.25);
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 10px;
  padding: 0 16px;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider::-webkit-scrollbar {
  display: none;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .showroom-card-mobile {
  flex: 0 0 calc(100% - 48px);
  scroll-snap-align: center;
  box-shadow: 0px 4px 16px -4px rgba(51, 51, 51, 0.35);
  transition: border 0.15s ease;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .showroom-card-mobile.is-slider-active {
  border: 2px solid #ec0e00;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-map-close-btn, .showroom-map-view .showroom-map-view-content-mobile .map-mobile-filter-open-btn, .showroom-map-view .showroom-map-view-content-mobile .mobile-filter-open-btn, .showroom-map-view .showroom-map-view-content-mobile .mobile-filter-delete {
  color: #ec0e00;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 25px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-shell-filter-header {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showroom-map-view .showroom-map-view-content-mobile .mobile-shell-filter-header.is-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 4px 10px -4px rgba(51, 51, 51, 0.25);
}
.showroom-map-view .cards-pagination-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 15px;
}
.showroom-map-view .cards-pagination-mobile .pagination-btn {
  background: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  color: #333;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.showroom-map-view .cards-pagination-mobile .pagination-btn.is-disabled, .showroom-map-view .cards-pagination-mobile .pagination-btn:disabled {
  color: #999999;
  cursor: default;
}
.showroom-map-view .cards-pagination-mobile .pagination-btn.is-disabled .pagination-arrow, .showroom-map-view .cards-pagination-mobile .pagination-btn:disabled .pagination-arrow {
  filter: invert(63%) sepia(0%) saturate(0%) hue-rotate(68deg) brightness(98%) contrast(90%);
}
.showroom-map-view .cards-pagination-mobile .pagination-btn .pagination-arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.showroom-map-view .cards-pagination-mobile .pagination-btn .pagination-arrow.pagination-arrow-prev {
  transform: rotate(180deg);
}
.showroom-map-view .modal-filters-mobile {
  display: none;
}
.showroom-map-view .modal-filters-mobile.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1005;
  padding: 20px;
  padding-bottom: 50px;
}
.showroom-map-view .modal-filters-mobile .modal-filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showroom-map-view .modal-filters-mobile .modal-filters-header img {
  filter: invert(0%) sepia(2%) saturate(5%) hue-rotate(29deg) brightness(92%) contrast(100%);
}
.showroom-map-view .modal-filters-mobile .modal-filters-header .title {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-left: 20px;
}
.showroom-map-view .modal-filters-mobile .modal-filters-header > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content .view-filters {
  margin-bottom: 20px;
  height: 100%;
  overflow: visible;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content .view-filters .views-exposed-form {
  height: 100%;
  overflow: visible;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content .view-filters .form-inline {
  height: 100%;
  gap: 30px;
  justify-content: initial;
  overflow: visible;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content .view-filters .form-actions {
  display: none;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content .category-dropdown__menu {
  position: absolute;
  z-index: 50;
}
.showroom-map-view .modal-filters-mobile .modal-filters-content .modal-filters-footer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.showroom-map-view .modal-filters-mobile .apply-filters-btn {
  background-color: #ec0e00;
  color: #ffffff;
  border: 0;
  padding: 10px 16px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.appoints-map-view .modal-filters-mobile {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  z-index: 1000;
  padding: 20px;
  padding-bottom: 50px;
}
.appoints-map-view .modal-filters-mobile[hidden] {
  display: none;
}
.appoints-map-view .modal-filters-mobile:not([hidden]) {
  display: block;
}
.appoints-map-view .modal-filters-mobile .modal-filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appoints-map-view .modal-filters-mobile .modal-filters-header img {
  filter: invert(0%) sepia(2%) saturate(5%) hue-rotate(29deg) brightness(92%) contrast(100%);
}
.appoints-map-view .modal-filters-mobile .modal-filters-header .title {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-left: 20px;
}
.appoints-map-view .modal-filters-mobile .modal-filters-header > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .view-filters {
  margin-bottom: 20px;
  height: 100%;
  overflow: visible;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .view-filters .views-exposed-form {
  height: 100%;
  overflow: visible;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .view-filters .form-inline {
  height: 100%;
  gap: 30px;
  justify-content: initial;
  overflow: visible;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .view-filters .form-actions {
  display: none;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .category-dropdown__menu {
  position: absolute;
  z-index: 50;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .modal-filters-footer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.appoints-map-view .modal-filters-mobile .apply-filters-btn {
  background-color: #ec0e00;
  color: #ffffff;
  border: 0;
  padding: 10px 16px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.appoints-map-view .modal-filters-mobile .mobile-filter-delete {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #ec0e00;
  text-decoration: underline;
  cursor: pointer;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content {
  height: 100%;
}
.appoints-map-view .modal-filters-mobile .modal-filters-content .filter-company {
  display: block;
}
.appoints-map-view .modal-filters-mobile .modal-filters-dialog {
  height: 100%;
}
.appoints-map-view .event-card-mobile.is-azienda,
.appoints-map-view .event-card-desktop.appoint-card.is-azienda,
.appoints-map-view .marker-info-popup.grid-popup.is-azienda {
  border-left: 2px solid #333;
}
.appoints-map-view .event-card-mobile.is-salone,
.appoints-map-view .event-card-desktop.appoint-card.is-salone,
.appoints-map-view .marker-info-popup.grid-popup.is-salone {
  border-left: 2px solid #ec0e00;
}
.appoints-map-view .event-filter-locator .event-day-filter {
  position: relative;
  display: inline-block;
}
.appoints-map-view .event-filter-locator .event-day-filter .day-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 0 12px;
  height: 44px;
  min-width: 250px;
  border-radius: 5px;
  cursor: pointer;
  appearance: none;
  border: solid 1px rgba(51, 51, 51, 0.2);
}
.appoints-map-view .event-filter-locator .event-day-filter .day-trigger:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
}
.appoints-map-view .event-filter-locator .event-day-filter .day-trigger__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}
.appoints-map-view .event-filter-locator .event-day-filter .js-day-label {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.appoints-map-view .event-filter-locator .filters-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.appoints-map-view .event-filter-locator .legend {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 992px) {
  .appoints-map-view .event-filter-locator .legend {
    align-items: center;
    gap: 20px;
    flex-direction: row;
  }
}
.appoints-map-view .event-filter-locator .legend-item {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  padding-left: 14px;
  position: relative;
}
.appoints-map-view .event-filter-locator .legend-salone::before,
.appoints-map-view .event-filter-locator .legend-azienda::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.appoints-map-view .event-filter-locator .legend-salone::before {
  background: #E10600;
}
.appoints-map-view .event-filter-locator .legend-azienda::before {
  background: #000;
}
.appoints-map-view .map-title-wrapper {
  margin-bottom: 30px;
}
.appoints-map-view .appoints-map-view-content-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .appoints-map-view .appoints-map-view-content-desktop {
    display: block;
  }
}
.appoints-map-view .appoints-map-view-content-desktop .section-map {
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.appoints-map-view .appoints-map-view-content-desktop .map-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 600px;
}
.appoints-map-view .appoints-map-view-content-desktop .map-column .woosmap-view {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column {
  display: flex;
  flex-direction: column;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-header-desktop {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-header-desktop h3, .appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-header-desktop p {
  margin: 0;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop {
  max-height: 700px;
  overflow: auto;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .event-card-desktop {
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .event-card-desktop:last-child {
  margin-bottom: 0;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-inner {
  padding: 20px;
  position: relative;
  min-height: 260px;
  position: relative;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-eyebrow {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-eyebrow .appoint-eyebrow-brand {
  text-transform: uppercase;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-eyebrow .appoint-card-eyebrow-sep {
  margin-left: 6px;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-badge {
  width: 45px;
  height: 45px;
  background: #ec0e00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  right: 20px;
  cursor: pointer;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-badge img {
  width: 20px;
  height: 20px;
  display: block;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-title {
  margin-bottom: 10px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  max-width: 95%;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-meta-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-meta-text {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.appoints-map-view .appoints-map-view-content-desktop .cards-column .cards-list-desktop .appoint-card-cta {
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.appoints-map-view .appoints-map-view-content-desktop .woosmap-map-pane[pane_id=floatPane] > div {
  border-radius: 0 !important;
}
.appoints-map-view .appoints-map-view-content-desktop .woosmap-map-pane[pane_id=floatPane] > div > div {
  padding: 5px !important;
  padding-right: 40px !important;
  padding-left: 0 !important;
}
.appoints-map-view .appoints-map-view-content-desktop .marker-info-popup.grid-popup {
  gap: 5px;
  align-items: center;
  padding: 5px;
}
.appoints-map-view .appoints-map-view-content-desktop .marker-info-popup.grid-popup .popup-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.appoints-map-view .appoints-map-view-content-desktop .marker-info-popup.grid-popup .popup-location {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.appoints-map-view .cards-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 16px 0;
}
.appoints-map-view .event-modal-meta {
  margin-top: 20px;
}
.appoints-map-view .cards-tab {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  border-bottom: 2px solid #E1E1E1;
  text-align: center;
}
.appoints-map-view .cards-tab.is-active {
  border-bottom-color: #ec0e00;
  font-weight: 600;
}
.appoints-map-view .event-event-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.appoints-map-view .event-modal {
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.appoints-map-view .event-modal-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  float: right;
}
.appoints-map-view .event-modal-title {
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #111;
}
.appoints-map-view .event-modal-body p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.appoints-map-view .event-modal-meta {
  margin: 12px 0 0 0;
}
.appoints-map-view .event-modal-meta-text {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.appoints-map-view .event-modal-meta-text img {
  width: 18px;
  height: auto;
  margin-top: 2px;
}
.appoints-map-view .event-modal-footer {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
}
.appoints-map-view .event-modal-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.appoints-map-view .event-modal-link img {
  width: 18px;
  height: auto;
}

.section-filter-day .filter-company {
  display: none;
}

.section-filter-company .filter-day {
  display: none;
}

.filter-company {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  gap: 20px;
  flex-direction: column;
  display: none;
}
@media screen and (min-width: 992px) {
  .filter-company {
    display: flex;
  }
}
.filter-company .filter-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.filter-company .filter-dropdown .filter-dropdown__toggle {
  width: 100%;
  background: none;
  border: 0;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-company .filter-dropdown .filter-dropdown__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.2s ease;
}
.filter-company .filter-dropdown .filter-dropdown.open .filter-dropdown__caret {
  transform: rotate(180deg);
}
.filter-company .filter-dropdown .filter-dropdown__menu {
  width: 100%;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px #000;
}
.filter-company .filter-dropdown .filter-dropdown__menu .gray-checkbox,
.filter-company .filter-dropdown .filter-dropdown__menu .red-checkbox {
  background-image: none !important;
}
.filter-company .filter-dropdown .filter-dropdown__menu label {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.filter-company .filter-dropdown .filter-dropdown__menu input[type=checkbox],
.filter-company .filter-dropdown .filter-dropdown__menu input[type=radio] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.filter-company .filter-dropdown .filter-dropdown__menu input[type=checkbox]::before,
.filter-company .filter-dropdown .filter-dropdown__menu input[type=radio]::before {
  border: solid 1px #ec0e00;
  background: #ec0e00;
}
.filter-company .filter-dropdown .filter-dropdown__menu input[type=checkbox]:checked::after,
.filter-company .filter-dropdown .filter-dropdown__menu input[type=radio]:checked::after {
  color: #fff;
  background: #fff;
}
.filter-company .filter-dropdown .filter-dropdown__menu .checkbox,
.filter-company .filter-dropdown .filter-dropdown__menu .form-check {
  margin: 6px 0;
  font-size: 14px;
}

.appoints-map-view .mobile-map-open-shell.is-sticky-new {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 1001;
  background: #fff;
  padding: 10px;
  min-height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1490196078);
}
.appoints-map-view .mobile-map-open-shell.is-sticky-new button {
  min-width: 350px;
}
.appoints-map-view .appoints-map-view-content-mobile {
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .appoints-map-view .appoints-map-view-content-mobile {
    display: none;
  }
}
.appoints-map-view .appoints-map-view-content-mobile .filter-button-mobile {
  font-size: 16px;
  line-height: 24px;
  color: #ec0e00;
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.appoints-map-view .appoints-map-view-content-mobile .filter-button-mobile button {
  text-decoration: underline;
}
.appoints-map-view .appoints-map-view-content-mobile .cards-header-mobile {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  gap: 5px;
  display: flex;
  align-items: center;
}
.appoints-map-view .appoints-map-view-content-mobile .cards-header-mobile h3, .appoints-map-view .appoints-map-view-content-mobile .cards-header-mobile p {
  margin: 0;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-filters-shell {
  position: relative;
  z-index: 30;
  background: transparent;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-filters-shell.is-sticky-new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 4px 10px -4px rgba(51, 51, 51, 0.2509803922);
  padding: 10px;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell {
  position: relative;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-preview {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #f0f0f0;
}
.appoints-map-view .appoints-map-view-content-mobile .woosmap-view-mobile {
  width: 100%;
  height: 150px;
  display: block;
  background: #f0f0f0;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-open-shell {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-open-shell .mobile-map-overlay {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-open-shell .mobile-map-open-btn {
  pointer-events: auto;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-open-shell.is-sticky-new {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  inset: auto;
  z-index: 1001;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.1490196078);
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 80px;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-open-btn {
  background: #ec0e00 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 10px 16px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-open-btn span {
  color: inherit !important;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: #fff;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-preview {
  height: calc(100vh - 50px);
  margin-top: 50px;
  background: #fff;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .woosmap-view-mobile {
  height: calc(100vh - 50px);
  background: #fff;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-open-shell {
  display: none;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-shell-header {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  box-shadow: 0px 4px 10px -4px rgba(51, 51, 51, 0.25);
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-shell-header button {
  color: #ec0e00;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  padding: 0;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 10;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 10px;
  padding: 0 16px;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider::-webkit-scrollbar {
  display: none;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .showroom-card-mobile,
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .event-card-mobile {
  flex: 0 0 calc(100% - 48px);
  scroll-snap-align: center;
  box-shadow: 0px 4px 16px -4px rgba(51, 51, 51, 0.35);
  transition: border 0.15s ease;
  border: 1px solid #fff;
}
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .showroom-card-mobile.is-slider-active,
.appoints-map-view .appoints-map-view-content-mobile .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .event-card-mobile.is-slider-active {
  border: 2px solid #ec0e00;
}
.appoints-map-view .mobile-map-cards-slider {
  display: none;
}
.appoints-map-view .mobile-map-shell.is-fullscreen .mobile-map-cards-slider {
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 20;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 10px;
  padding: 0 16px;
}
.appoints-map-view .mobile-map-shell.is-fullscreen .mobile-map-cards-slider::-webkit-scrollbar {
  display: none;
}
.appoints-map-view .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .showroom-card-mobile,
.appoints-map-view .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .event-card-mobile {
  flex: 0 0 calc(100% - 48px);
  scroll-snap-align: center;
  box-shadow: 0px 4px 16px -4px rgba(51, 51, 51, 0.35);
  transition: border 0.15s ease;
}
.appoints-map-view .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .showroom-card-mobile.is-slider-active,
.appoints-map-view .mobile-map-shell.is-fullscreen .mobile-map-cards-slider .event-card-mobile.is-slider-active {
  border: 2px solid #ec0e00;
}
.appoints-map-view .mobile-map-shell.is-fullscreen .mapboxgl-ctrl {
  margin-top: 80px !important;
}
.appoints-map-view .event-card-mobile.is-map-popup .showroom-card-mobile-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  cursor: pointer;
  user-select: none;
}
.appoints-map-view .event-card-mobile.is-map-popup .event-card-mobile-eyebrow {
  margin: 0 0 6px 0;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.appoints-map-view .event-card-mobile.is-map-popup .showroom-card-mobile-title {
  margin: 0;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 18px;
  line-height: 24px;
  color: #111;
}
.appoints-map-view .event-card-mobile.is-map-popup .showroom-card-mobile-arrow img {
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.appoints-map-view .event-card-mobile.is-map-popup.is-open .showroom-card-mobile-arrow img {
  transform: rotate(0deg);
}
.appoints-map-view .event-card-mobile.is-map-popup .event-map-popup-info {
  display: none;
  padding: 0 14px 14px 14px;
}
.appoints-map-view .event-card-mobile.is-map-popup.is-open .event-map-popup-info {
  display: block;
}
.appoints-map-view .event-card-mobile.is-map-popup .event-modal-body p {
  margin: 0 0 14px 0;
}
.appoints-map-view .event-card-mobile.is-map-popup .event-modal-footer {
  flex-direction: column;
  gap: 12px;
}
.appoints-map-view .event-card-mobile.is-map-popup .event-modal-footer .event-modal-link--row {
  width: 100%;
}

.event-card-mobile {
  background-color: #ffffff;
  padding: 15px;
  border-left: 2px solid #333;
  cursor: pointer;
}

.cards-list-mobile {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.event-card-mobile-inner {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.event-card-mobile-inner .event-card-mobile-eyebrow {
  color: #333;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.event-card-mobile-inner .event-card-mobile-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.event-card-mobile-inner .event-card-mobile-meta-row {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0;
}
.event-card-mobile-inner .event-card-mobile-footer {
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
}
.event-card-mobile-inner .event-card-mobile-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.view-press .title-press {
  font-size: 32px;
  line-height: 42px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .view-press .title-press {
    font-size: 40px;
    line-height: 56px;
  }
}
.view-press .view-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.view-press .view-header h3 {
  font-size: 20px;
  line-height: 28px;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .view-press .view-header h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.view-press .view-header p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .view-press .view-header p {
    font-size: 16px;
    line-height: 24px;
  }
}
.view-press .view-header a {
  color: #ec0e00;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .view-press .view-header a {
    font-size: 16px;
    line-height: 24px;
  }
}
.view-press .view-header .btn-press {
  background-color: #ec0e00;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  min-width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .view-press .view-header .btn-press {
    font-size: 20px;
    line-height: 28px;
  }
}
.view-press .view-header .anno-cs-nav {
  display: none;
}
.view-press .filter-press {
  padding-top: 50px;
  background-color: #F3F3F3;
}
.view-press .filter-press .view-filter-anno h3, .view-press .filter-press .view-filter-anno p {
  display: none;
}
.view-press .filter-press .view-filter-anno .anno-cs-nav {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .view-filter-anno .anno-cs-nav {
    margin-bottom: 50px;
  }
}
.view-press .filter-press .view-filter-anno .anno-cs-nav .anno-year-select {
  display: none;
}
.view-press .filter-press .view-filter-anno .anno-cs-nav .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .view-filter-anno .anno-cs-nav .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.view-press .filter-press .view-filter-anno .anno-cs-nav .subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .view-filter-anno .anno-cs-nav .subtitle {
    display: none;
  }
}
.view-press .filter-press .view-filter-anno ul {
  list-style: none;
  align-items: center;
  gap: 10px;
  padding: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .view-filter-anno ul {
    display: flex;
  }
}
.view-press .filter-press .view-filter-anno a {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  border: solid 1px #ec0e00;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #000;
}
.view-press .filter-press .view-filter-anno .selected {
  background-color: #ec0e00;
  color: #fff;
}
.view-press .filter-press .select-wrapper {
  min-width: 250px;
}
.view-press .filter-press .view-filters {
  display: none;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .view-filters {
    display: block;
  }
}
.view-press .filter-press .filter-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .filter-mobile {
    display: none;
  }
}
.view-press .filter-press .filter-mobile .filter-btn {
  font-size: 16px;
  line-height: 24px;
  color: #ec0e00;
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.view-press .filter-press .modal-filter-mobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .view-press .filter-press .modal-filter-mobile {
    display: none;
  }
}
.view-press .filter-press .modal-filter-mobile.is-active {
  display: flex;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  inset: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.view-press .filter-press .modal-filter-mobile.is-active ul, .view-press .filter-press .modal-filter-mobile.is-active .view-filters {
  display: block;
}
.view-press .filter-press .modal-filter-mobile.is-active ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.view-press .filter-press .modal-filter-mobile.is-active .dropdown-menu {
  flex-direction: column;
  gap: 10px;
}
.view-press .filter-press .modal-filter-mobile.is-active .js-form-submit {
  display: none;
}
.view-press .filter-press .modal-filter-mobile .title, .view-press .filter-press .modal-filter-mobile .subtitle {
  display: none !important;
}
.view-press .filter-press .modal-filter-mobile p {
  margin: 0;
}
.view-press .filter-press .modal-filter-mobile .form--inline {
  gap: 30px;
}
.view-press .filter-press .modal-filter-mobile .modal-header-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.view-press .filter-press .modal-filter-mobile .modal-year-info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 30px;
}
.view-press .filter-press .modal-filter-mobile .modal-year-info strong {
  color: #ec0e00;
}
.view-press .filter-press .modal-filter-mobile .filter-modal-btn,
.view-press .filter-press .modal-filter-mobile .apply-filters-btn-press {
  background-color: #ec0e00;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  min-width: 200px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 30px;
  margin: 0 20px;
}
.view-press .filter-press .filter-stiky-mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap {
  flex: 1;
  overflow: hidden;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap p, .view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap ul, .view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap h3 {
  display: none !important;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-cs-nav {
  margin: 0;
  padding: 0;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-cs-nav p, .view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-cs-nav ul, .view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-cs-nav h3 {
  display: none !important;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-year-select {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 0 24px 0 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23ec0e00' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 22px;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-year-select option {
  color: #333;
  font-weight: 300;
  padding: 20px;
}
.view-press .filter-press .filter-stiky-mobile .anno-year-select-wrap .anno-year-select:focus {
  outline: none;
}
.view-press .filter-press .filter-stiky-mobile .filter-btn {
  flex-shrink: 0;
}
.view-press .filter-press .filter-stiky-mobile.is-sticky-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 12px 15px;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.1254901961);
}
.view-press .filter-press .filter-delete {
  font-size: 16px;
  line-height: 24px;
  color: #ec0e00;
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.view-press .filter-press .header-text {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.view-press .result {
  display: none;
}
@media screen and (min-width: 992px) {
  .view-press .result {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  }
}

.flatpickr-calendar--locator .flatpickr-current-month,
.flatpickr-calendar--locator .flatpickr-current-month .cur-month,
.flatpickr-calendar--locator .flatpickr-current-month input.cur-year {
  font-weight: 400;
  color: #000000;
}
.flatpickr-calendar--locator .flatpickr-current-month input.cur-year:focus {
  outline: none;
  box-shadow: none;
}
.flatpickr-calendar--locator .flatpickr-day {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  position: relative;
}
.flatpickr-calendar--locator .flatpickr-day:hover {
  background-color: #fbcfcc;
  border: solid 1px #fbcfcc;
  color: #000000;
}
.flatpickr-calendar--locator .flatpickr-day.selected {
  background-color: #ec0e00;
  color: #ffffff;
  border: solid 1px #ec0e00;
}
.flatpickr-calendar--locator .flatpickr-day.today {
  border: solid 1px #ec0e00;
}
.flatpickr-calendar--locator .flatpickr-day.has-markers {
  padding-bottom: 15px;
}
.flatpickr-calendar--locator .flatpickr-day .day-markers {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.flatpickr-calendar--locator .flatpickr-day .day-marker {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
}
.flatpickr-calendar--locator .flatpickr-day .day-marker.is-salone {
  background: #ec0e00;
}
.flatpickr-calendar--locator .flatpickr-day .day-marker.is-azienda {
  background: #000;
}
.flatpickr-calendar--locator .flatpickr-prev-month, .flatpickr-calendar--locator .flatpickr-next-month {
  display: none;
}

#drupal-contact-us-modal .paragraph--type--webform {
  padding-right: 0 !important;
}
#drupal-contact-us-modal .paragraph--type--webform #drupal-modal--body {
  overflow: initial !important;
}
#drupal-contact-us-modal .paragraph--type--webform .modal-header {
  border-bottom: none;
  padding: 40px 100px 0 100px;
}
#drupal-contact-us-modal .paragraph--type--webform .ui-dialog-title {
  float: none;
  margin: 0;
  white-space: unset;
  width: 100%;
  letter-spacing: 0;
}
#drupal-contact-us-modal .paragraph--type--webform .modal-body {
  padding: 0 20px;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .paragraph--type--webform .modal-body {
    padding: 10px 100px 0px 100px;
  }
}
#drupal-contact-us-modal .paragraph--type--webform .modal-buttons {
  text-align: center;
}
#drupal-contact-us-modal .paragraph--type--webform .modal-title {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .paragraph--type--webform .modal-title {
    font-size: 32px;
    line-height: 40px;
  }
}
#drupal-contact-us-modal .paragraph--type--webform .modal-dialog {
  background-color: #ec0e00;
  width: 100%;
  height: calc(100% - 10px);
  min-height: 655px;
  margin: 0;
  padding: 0;
  max-width: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 2000001;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .paragraph--type--webform .modal-dialog {
    width: 720px;
    height: inherit;
    padding: inherit;
    max-width: unset;
    margin: 30px auto;
  }
}
#drupal-contact-us-modal .paragraph--type--webform .modal-content {
  background-color: #ffffff;
  border: none !important;
  box-shadow: none;
  color: black;
  height: auto;
  min-height: calc(100% - 10px);
  margin: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 200;
  border-radius: 0 !important;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .paragraph--type--webform .modal-content {
    min-height: 600px;
    font-size: 20px;
    margin: 0;
  }
}
#drupal-contact-us-modal .paragraph--type--webform .w-50-inline {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .paragraph--type--webform .w-50-inline {
    width: 46%;
  }
}
#drupal-contact-us-modal .paragraph--type--webform .close {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  cursor: pointer;
  width: 17px;
  height: 17px;
  z-index: 5000;
  font-size: 20px;
}
#drupal-contact-us-modal .paragraph--type--webform .close img {
  width: 17px;
}
#drupal-contact-us-modal .paragraph--type--webform .dropdown-menu a {
  color: #e30613;
  padding: 8px 20px;
  white-space: unset;
  background: #ffffff;
}
#drupal-contact-us-modal .paragraph--type--webform .dropdown-menu a :hover {
  background: #f3f3f3;
}
#drupal-contact-us-modal .paragraph--type--webform .dropdown-menu .bs-searchbox {
  border-bottom: solid 1px #e30613;
}
#drupal-contact-us-modal .paragraph--type--webform .dropdown-menu .bs-searchbox input {
  color: #e30613;
}
#drupal-contact-us-modal .paragraph--type--webform .modal-footer {
  border-top: none;
  padding-bottom: 10px;
  text-align: center;
}
#drupal-contact-us-modal .paragraph--type--webform .error-modal {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 10px;
}
#drupal-contact-us-modal .paragraph--type--webform .error-modal img {
  width: 30px;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .paragraph--type--webform .error-modal {
    font-size: 12px;
  }
}

#drupal-contact-us-modal .right,
#webform-ajax-form-wrapper .right,
#newsletter-open .right {
  float: right;
}
#drupal-contact-us-modal .btn-primary,
#webform-ajax-form-wrapper .btn-primary,
#newsletter-open .btn-primary {
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #ec0e00;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  min-width: 160px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .btn-primary,
  #webform-ajax-form-wrapper .btn-primary,
  #newsletter-open .btn-primary {
    font-size: 20px;
    line-height: 25px;
  }
}
#drupal-contact-us-modal .newsletter-field-container,
#webform-ajax-form-wrapper .newsletter-field-container,
#newsletter-open .newsletter-field-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .newsletter-field-container,
  #webform-ajax-form-wrapper .newsletter-field-container,
  #newsletter-open .newsletter-field-container {
    display: inherit;
  }
}
#drupal-contact-us-modal .newsletter-field-container .form-type-checkbox a,
#webform-ajax-form-wrapper .newsletter-field-container .form-type-checkbox a,
#newsletter-open .newsletter-field-container .form-type-checkbox a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
#drupal-contact-us-modal .form-control,
#webform-ajax-form-wrapper .form-control,
#newsletter-open .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  padding: 6px 0;
  color: #ffffff;
}
#drupal-contact-us-modal .form-control:not(.form-select),
#webform-ajax-form-wrapper .form-control:not(.form-select),
#newsletter-open .form-control:not(.form-select) {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .form-control:not(.form-select),
  #webform-ajax-form-wrapper .form-control:not(.form-select),
  #newsletter-open .form-control:not(.form-select) {
    font-size: 26px;
  }
}
#drupal-contact-us-modal .form-item:not(.has-float-label) .form-control::placeholder,
#webform-ajax-form-wrapper .form-item:not(.has-float-label) .form-control::placeholder,
#newsletter-open .form-item:not(.has-float-label) .form-control::placeholder {
  color: #ffffff !important;
}
#drupal-contact-us-modal legend,
#webform-ajax-form-wrapper legend,
#newsletter-open legend {
  color: #ffffff;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
}
#drupal-contact-us-modal .form-item label,
#webform-ajax-form-wrapper .form-item label,
#newsletter-open .form-item label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#drupal-contact-us-modal .bootstrap-select,
#webform-ajax-form-wrapper .bootstrap-select,
#newsletter-open .bootstrap-select {
  border-bottom: none !important;
}
#drupal-contact-us-modal .bootstrap-select > .dropdown-toggle,
#webform-ajax-form-wrapper .bootstrap-select > .dropdown-toggle,
#newsletter-open .bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: none;
  border-bottom: 2px solid white;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
#drupal-contact-us-modal .filter-option-inner-inner,
#webform-ajax-form-wrapper .filter-option-inner-inner,
#newsletter-open .filter-option-inner-inner {
  font-size: 16px;
  line-height: 18px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .filter-option-inner-inner,
  #webform-ajax-form-wrapper .filter-option-inner-inner,
  #newsletter-open .filter-option-inner-inner {
    font-size: 26px;
    line-height: 32px;
  }
}
#drupal-contact-us-modal .dropdown-menu,
#webform-ajax-form-wrapper .dropdown-menu,
#newsletter-open .dropdown-menu {
  margin: 0;
  margin-top: -10px;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .dropdown-menu,
  #webform-ajax-form-wrapper .dropdown-menu,
  #newsletter-open .dropdown-menu {
    margin: 6px 0 0;
  }
}
#drupal-contact-us-modal .form-checkbox,
#webform-ajax-form-wrapper .form-checkbox,
#newsletter-open .form-checkbox {
  cursor: pointer;
}
#drupal-contact-us-modal .btn-newsletter,
#webform-ajax-form-wrapper .btn-newsletter,
#newsletter-open .btn-newsletter {
  color: #ec0e00 !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.38px;
  line-height: 38px;
  text-align: center;
  background-color: #ffffff;
  border: none;
  width: 158px;
  height: 40px;
  margin-top: 0;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  #drupal-contact-us-modal .btn-newsletter,
  #webform-ajax-form-wrapper .btn-newsletter,
  #newsletter-open .btn-newsletter {
    margin-top: 25px;
    float: unset;
    margin-top: unset;
    font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 38px;
  }
}

.newsletter-dialog {
  overflow-y: auto;
  font-family: "Suisse-ExtraLight", "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.newsletter-dialog::-webkit-scrollbar {
  display: none;
}

.contact-us-dialog {
  overflow-y: auto;
  font-family: "Suisse-ExtraLight", "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.contact-us-dialog::-webkit-scrollbar {
  display: none;
}
.contact-us-dialog .modal-header {
  margin-bottom: 30px;
}
.contact-us-dialog .form-control:placeholder-shown:not(:focus) + * {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .contact-us-dialog .form-control:not(.form-select) {
    font-size: 16px !important;
  }
}
.contact-us-dialog .form-type-select .filter-option-inner-inner {
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  .contact-us-dialog .form-type-select .filter-option-inner-inner {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .contact-us-dialog .richiesta .form-checkboxes {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .contact-us-dialog .richiesta .form-checkboxes > .checkbox {
    flex: 0 0 33.33%;
  }
}
.contact-us-dialog .richiesta .control-label {
  font-size: 14px;
  font-weight: 200;
}
.contact-us-dialog .modal-title {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 200;
}
.contact-us-dialog .form-item label {
  font-family: "Suisse-ExtraLight", "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
  font-weight: 200;
  font-size: 14px;
}
.contact-us-dialog legend {
  font-family: "Suisse-ExtraLight", "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
  font-weight: 200;
}
.contact-us-dialog label {
  font-family: "Suisse-ExtraLight", "FSSiena-ExtraLight", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif !important;
  font-weight: 200;
  font-size: 14px;
}
.contact-us-dialog .form-item-messaggio label {
  font-size: 16px;
}
.contact-us-dialog .form-item-nazione .select-wrapper .dropdown-menu.open {
  overflow-y: auto !important;
}

.webform-submission-contact-us-form .form-type-checkbox a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.webform-submission-form {
  /* Firefox */
}
.webform-submission-form input::-webkit-outer-spin-button,
.webform-submission-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.webform-submission-form input[type=number] {
  -moz-appearance: textfield;
}
.webform-submission-form .messages__wrapper {
  display: none !important;
}
.webform-submission-form .webform-required {
  display: none;
}
.webform-submission-form .control-label.form-required:after,
.webform-submission-form .fieldset-legend.form-required:after {
  display: inline-block !important;
  content: "*";
  height: unset;
  top: unset;
  left: unset;
  right: unset;
  background: unset;
}
.webform-submission-form .panel-body .control-label.form-required:after,
.webform-submission-form .panel-body .fieldset-legend.form-required:after {
  content: "";
}
.webform-submission-form .form-type-select .simple-select .dropdown-menu .dropdown-menu.inner > li a[id^=bs-select-][id$="-0"] {
  display: none;
}

.newsletter-subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .newsletter-subtitle {
    margin-bottom: 23px;
    font-size: 20px;
    letter-spacing: -0.51px;
    line-height: 32px;
  }
}

.webform-submission-contact-us-registration-form div[id^=edit-actions],
.webform-submission-newsletter-registration-form .webform-submission-contact-us-form div[id^=edit-actions],
.webform-submission-newsletter-form div[id^=edit-actions] {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.webform-submission-contact-us-registration-form .webform-confirmation__message,
.webform-submission-newsletter-registration-form .webform-submission-contact-us-form .webform-confirmation__message,
.webform-submission-newsletter-form .webform-confirmation__message {
  margin: auto;
  text-align: center;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -0.51px;
  line-height: 32px;
}
.webform-submission-contact-us-registration-form .webform-confirmation__message > div,
.webform-submission-newsletter-registration-form .webform-submission-contact-us-form .webform-confirmation__message > div,
.webform-submission-newsletter-form .webform-confirmation__message > div {
  color: #ffffff;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .webform-submission-contact-us-registration-form .webform-confirmation__message > div,
  .webform-submission-newsletter-registration-form .webform-submission-contact-us-form .webform-confirmation__message > div,
  .webform-submission-newsletter-form .webform-confirmation__message > div {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.webform-submission-contact-us-registration-form .webform-confirmation__message h4,
.webform-submission-newsletter-registration-form .webform-submission-contact-us-form .webform-confirmation__message h4,
.webform-submission-newsletter-form .webform-confirmation__message h4 {
  color: #ffffff;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.4px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  .webform-submission-contact-us-registration-form .webform-confirmation__message h4,
  .webform-submission-newsletter-registration-form .webform-submission-contact-us-form .webform-confirmation__message h4,
  .webform-submission-newsletter-form .webform-confirmation__message h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.6px;
  }
}
.webform-submission-contact-us-registration-form .form-type-select.form-type-select .sdm-float-label-default-value label,
.webform-submission-newsletter-registration-form .webform-submission-contact-us-form .form-type-select.form-type-select .sdm-float-label-default-value label,
.webform-submission-newsletter-form .form-type-select.form-type-select .sdm-float-label-default-value label {
  font-size: 16px;
}

.webform-submission-newsletter-form .form-group {
  margin-bottom: 50px;
}

.paragraph .webform-submission-newsletter-form div[id^=edit-actions] {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.paragraph .webform-submission-newsletter-form .webform-confirmation__message {
  margin: auto;
  text-align: center;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -0.51px;
  line-height: 32px;
}
.paragraph .webform-submission-newsletter-form .webform-confirmation__message > div {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .paragraph .webform-submission-newsletter-form .webform-confirmation__message > div {
    margin-top: 180px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.paragraph .webform-submission-newsletter-form .webform-confirmation__message h4 {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.4px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  .paragraph .webform-submission-newsletter-form .webform-confirmation__message h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.6px;
  }
}
.paragraph .webform-submission-newsletter-form .form-type-select.form-type-select .sdm-float-label-default-value label {
  font-size: 16px;
}
.paragraph .webform-submission-newsletter-form .form-group {
  margin-bottom: 50px;
}

.webform-newsletter-page .webform-submission-newsletter-add-form,
form[class*=webform-submission-pre-adesione],
.webform-submission-iscrizione-scuola-add-form,
.webform-submission-iscrizione-gruppo-add-form,
.content .webform-submission-newsletter-add-form {
  /* Tweak details toggle state. */
}
.webform-newsletter-page .webform-submission-newsletter-add-form .has-error,
form[class*=webform-submission-pre-adesione] .has-error,
.webform-submission-iscrizione-scuola-add-form .has-error,
.webform-submission-iscrizione-gruppo-add-form .has-error,
.content .webform-submission-newsletter-add-form .has-error {
  color: #000000;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .has-error .description,
.webform-newsletter-page .webform-submission-newsletter-add-form .has-error label,
form[class*=webform-submission-pre-adesione] .has-error .description,
form[class*=webform-submission-pre-adesione] .has-error label,
.webform-submission-iscrizione-scuola-add-form .has-error .description,
.webform-submission-iscrizione-scuola-add-form .has-error label,
.webform-submission-iscrizione-gruppo-add-form .has-error .description,
.webform-submission-iscrizione-gruppo-add-form .has-error label,
.content .webform-submission-newsletter-add-form .has-error .description,
.content .webform-submission-newsletter-add-form .has-error label {
  color: #000000 !important;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .has-error .form-control:focus,
.webform-newsletter-page .webform-submission-newsletter-add-form .has-error .dropdown-toggle,
form[class*=webform-submission-pre-adesione] .has-error .form-control:focus,
form[class*=webform-submission-pre-adesione] .has-error .dropdown-toggle,
.webform-submission-iscrizione-scuola-add-form .has-error .form-control:focus,
.webform-submission-iscrizione-scuola-add-form .has-error .dropdown-toggle,
.webform-submission-iscrizione-gruppo-add-form .has-error .form-control:focus,
.webform-submission-iscrizione-gruppo-add-form .has-error .dropdown-toggle,
.content .webform-submission-newsletter-add-form .has-error .form-control:focus,
.content .webform-submission-newsletter-add-form .has-error .dropdown-toggle {
  border-color: #000000;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .has-error .form-control:focus,
form[class*=webform-submission-pre-adesione] .has-error .form-control:focus,
.webform-submission-iscrizione-scuola-add-form .has-error .form-control:focus,
.webform-submission-iscrizione-gruppo-add-form .has-error .form-control:focus,
.content .webform-submission-newsletter-add-form .has-error .form-control:focus {
  box-shadow: none;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .error-modal,
form[class*=webform-submission-pre-adesione] .error-modal,
.webform-submission-iscrizione-scuola-add-form .error-modal,
.webform-submission-iscrizione-gruppo-add-form .error-modal,
.content .webform-submission-newsletter-add-form .error-modal {
  padding-top: 30px;
  color: #ec0e00;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .error-modal > img,
form[class*=webform-submission-pre-adesione] .error-modal > img,
.webform-submission-iscrizione-scuola-add-form .error-modal > img,
.webform-submission-iscrizione-gruppo-add-form .error-modal > img,
.content .webform-submission-newsletter-add-form .error-modal > img {
  display: none;
}
@media screen and (min-width: 992px) {
  .webform-newsletter-page .webform-submission-newsletter-add-form .error-modal,
  form[class*=webform-submission-pre-adesione] .error-modal,
  .webform-submission-iscrizione-scuola-add-form .error-modal,
  .webform-submission-iscrizione-gruppo-add-form .error-modal,
  .content .webform-submission-newsletter-add-form .error-modal {
    margin-left: 8.33%;
  }
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-group,
form[class*=webform-submission-pre-adesione] .form-group,
.webform-submission-iscrizione-scuola-add-form .form-group,
.webform-submission-iscrizione-gruppo-add-form .form-group,
.content .webform-submission-newsletter-add-form .form-group {
  margin-bottom: 0;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-item,
form[class*=webform-submission-pre-adesione] .form-item,
.webform-submission-iscrizione-scuola-add-form .form-item,
.webform-submission-iscrizione-gruppo-add-form .form-item,
.content .webform-submission-newsletter-add-form .form-item {
  margin-bottom: 60px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-item.form-item-materiale-fotografico, .webform-newsletter-page .webform-submission-newsletter-add-form .form-item.form-item-tipologia-azienda,
form[class*=webform-submission-pre-adesione] .form-item.form-item-materiale-fotografico,
form[class*=webform-submission-pre-adesione] .form-item.form-item-tipologia-azienda,
.webform-submission-iscrizione-scuola-add-form .form-item.form-item-materiale-fotografico,
.webform-submission-iscrizione-scuola-add-form .form-item.form-item-tipologia-azienda,
.webform-submission-iscrizione-gruppo-add-form .form-item.form-item-materiale-fotografico,
.webform-submission-iscrizione-gruppo-add-form .form-item.form-item-tipologia-azienda,
.content .webform-submission-newsletter-add-form .form-item.form-item-materiale-fotografico,
.content .webform-submission-newsletter-add-form .form-item.form-item-tipologia-azienda {
  margin-bottom: 15px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-control,
form[class*=webform-submission-pre-adesione] .form-control,
.webform-submission-iscrizione-scuola-add-form .form-control,
.webform-submission-iscrizione-gruppo-add-form .form-control,
.content .webform-submission-newsletter-add-form .form-control {
  width: 100%;
  border: solid 0 #ffffff;
  border-radius: 0;
  border-bottom: solid 1px #000000;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 0px;
  font-size: 20px;
  color: black;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .btn,
form[class*=webform-submission-pre-adesione] .btn,
.webform-submission-iscrizione-scuola-add-form .btn,
.webform-submission-iscrizione-gruppo-add-form .btn,
.content .webform-submission-newsletter-add-form .btn {
  border-radius: 0;
  border: 0 solid white;
  border-bottom: 1px black;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 150%;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .btn-default,
form[class*=webform-submission-pre-adesione] .btn-default,
.webform-submission-iscrizione-scuola-add-form .btn-default,
.webform-submission-iscrizione-gruppo-add-form .btn-default,
.content .webform-submission-newsletter-add-form .btn-default {
  border: solid 0 white;
  border-radius: 0;
  border-bottom: solid 1px black;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: 300;
  letter-spacing: 0.49px;
  line-height: 32px;
  margin-bottom: 25px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .btn-primary,
form[class*=webform-submission-pre-adesione] .btn-primary,
.webform-submission-iscrizione-scuola-add-form .btn-primary,
.webform-submission-iscrizione-gruppo-add-form .btn-primary,
.content .webform-submission-newsletter-add-form .btn-primary {
  color: #ffffff;
  background-color: #ec0e00;
  border-color: #ec0e00;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-select .btn,
form[class*=webform-submission-pre-adesione] .form-type-select .btn,
.webform-submission-iscrizione-scuola-add-form .form-type-select .btn,
.webform-submission-iscrizione-gruppo-add-form .form-type-select .btn,
.content .webform-submission-newsletter-add-form .form-type-select .btn {
  padding-left: 0;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-select .dropdown-menu,
form[class*=webform-submission-pre-adesione] .form-type-select .dropdown-menu,
.webform-submission-iscrizione-scuola-add-form .form-type-select .dropdown-menu,
.webform-submission-iscrizione-gruppo-add-form .form-type-select .dropdown-menu,
.content .webform-submission-newsletter-add-form .form-type-select .dropdown-menu {
  max-height: 250px;
  overflow-y: auto !important;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-select .dropdown-menu > .active a,
form[class*=webform-submission-pre-adesione] .form-type-select .dropdown-menu > .active a,
.webform-submission-iscrizione-scuola-add-form .form-type-select .dropdown-menu > .active a,
.webform-submission-iscrizione-gruppo-add-form .form-type-select .dropdown-menu > .active a,
.content .webform-submission-newsletter-add-form .form-type-select .dropdown-menu > .active a {
  color: black;
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .filter-option-inner-inner,
form[class*=webform-submission-pre-adesione] .filter-option-inner-inner,
.webform-submission-iscrizione-scuola-add-form .filter-option-inner-inner,
.webform-submission-iscrizione-gruppo-add-form .filter-option-inner-inner,
.content .webform-submission-newsletter-add-form .filter-option-inner-inner {
  font-size: 20px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-radio,
form[class*=webform-submission-pre-adesione] .form-type-radio,
.webform-submission-iscrizione-scuola-add-form .form-type-radio,
.webform-submission-iscrizione-gruppo-add-form .form-type-radio,
.content .webform-submission-newsletter-add-form .form-type-radio {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-radio input[type=radio],
form[class*=webform-submission-pre-adesione] .form-type-radio input[type=radio],
.webform-submission-iscrizione-scuola-add-form .form-type-radio input[type=radio],
.webform-submission-iscrizione-gruppo-add-form .form-type-radio input[type=radio],
.content .webform-submission-newsletter-add-form .form-type-radio input[type=radio] {
  display: none;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-radio label,
form[class*=webform-submission-pre-adesione] .form-type-radio label,
.webform-submission-iscrizione-scuola-add-form .form-type-radio label,
.webform-submission-iscrizione-gruppo-add-form .form-type-radio label,
.content .webform-submission-newsletter-add-form .form-type-radio label {
  color: #666;
  font-weight: normal;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-radio label:before,
form[class*=webform-submission-pre-adesione] .form-type-radio label:before,
.webform-submission-iscrizione-scuola-add-form .form-type-radio label:before,
.webform-submission-iscrizione-gruppo-add-form .form-type-radio label:before,
.content .webform-submission-newsletter-add-form .form-type-radio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #111111;
  background-color: transparent;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-radio input[type=radio]:checked + label:after,
form[class*=webform-submission-pre-adesione] .form-type-radio input[type=radio]:checked + label:after,
.webform-submission-iscrizione-scuola-add-form .form-type-radio input[type=radio]:checked + label:after,
.webform-submission-iscrizione-gruppo-add-form .form-type-radio input[type=radio]:checked + label:after,
.content .webform-submission-newsletter-add-form .form-type-radio input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .webform-details-toggle-state,
form[class*=webform-submission-pre-adesione] .webform-details-toggle-state,
.webform-submission-iscrizione-scuola-add-form .webform-details-toggle-state,
.webform-submission-iscrizione-gruppo-add-form .webform-details-toggle-state,
.content .webform-submission-newsletter-add-form .webform-details-toggle-state {
  text-decoration: none;
  color: #e30613;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .webform-cards-toggle,
form[class*=webform-submission-pre-adesione] .webform-cards-toggle,
.webform-submission-iscrizione-scuola-add-form .webform-cards-toggle,
.webform-submission-iscrizione-gruppo-add-form .webform-cards-toggle,
.content .webform-submission-newsletter-add-form .webform-cards-toggle {
  text-decoration: none;
  color: #e30613;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox],
form[class*=webform-submission-pre-adesione] .form-type-checkbox input[type=checkbox],
.webform-submission-iscrizione-scuola-add-form .form-type-checkbox input[type=checkbox],
.webform-submission-iscrizione-gruppo-add-form .form-type-checkbox input[type=checkbox],
.content .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox] {
  top: 4px !important;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox],
form[class*=webform-submission-pre-adesione] .form-type-checkbox input[type=checkbox],
.webform-submission-iscrizione-scuola-add-form .form-type-checkbox input[type=checkbox],
.webform-submission-iscrizione-gruppo-add-form .form-type-checkbox input[type=checkbox],
.content .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  content: none;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox]:before,
form[class*=webform-submission-pre-adesione] .form-type-checkbox input[type=checkbox]:before,
.webform-submission-iscrizione-scuola-add-form .form-type-checkbox input[type=checkbox]:before,
.webform-submission-iscrizione-gruppo-add-form .form-type-checkbox input[type=checkbox]:before,
.content .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox]:before {
  font-size: 15px;
  color: transparent !important;
  background: white;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  top: 2px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox]:after,
form[class*=webform-submission-pre-adesione] .form-type-checkbox input[type=checkbox]:after,
.webform-submission-iscrizione-scuola-add-form .form-type-checkbox input[type=checkbox]:after,
.webform-submission-iscrizione-gruppo-add-form .form-type-checkbox input[type=checkbox]:after,
.content .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox]:after {
  top: 4px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox]:checked:before,
form[class*=webform-submission-pre-adesione] .form-type-checkbox input[type=checkbox]:checked:before,
.webform-submission-iscrizione-scuola-add-form .form-type-checkbox input[type=checkbox]:checked:before,
.webform-submission-iscrizione-gruppo-add-form .form-type-checkbox input[type=checkbox]:checked:before,
.content .webform-submission-newsletter-add-form .form-type-checkbox input[type=checkbox]:checked:before {
  color: #ec0e00 !important;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-checkbox .description,
form[class*=webform-submission-pre-adesione] .form-type-checkbox .description,
.webform-submission-iscrizione-scuola-add-form .form-type-checkbox .description,
.webform-submission-iscrizione-gruppo-add-form .form-type-checkbox .description,
.content .webform-submission-newsletter-add-form .form-type-checkbox .description {
  padding-left: 25px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-checkbox,
form[class*=webform-submission-pre-adesione] .form-checkbox,
.webform-submission-iscrizione-scuola-add-form .form-checkbox,
.webform-submission-iscrizione-gruppo-add-form .form-checkbox,
.content .webform-submission-newsletter-add-form .form-checkbox {
  margin-left: 0;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .back-link,
.webform-newsletter-page .webform-submission-newsletter-add-form .back-link:hover,
form[class*=webform-submission-pre-adesione] .back-link,
form[class*=webform-submission-pre-adesione] .back-link:hover,
.webform-submission-iscrizione-scuola-add-form .back-link,
.webform-submission-iscrizione-scuola-add-form .back-link:hover,
.webform-submission-iscrizione-gruppo-add-form .back-link,
.webform-submission-iscrizione-gruppo-add-form .back-link:hover,
.content .webform-submission-newsletter-add-form .back-link,
.content .webform-submission-newsletter-add-form .back-link:hover {
  color: #ec0e00;
  text-decoration: underline !important;
}

.webform-submission-iscrizione-scuola-add-form .webform-confirmation__message,
.webform-submission-iscrizione-gruppo-add-form .webform-confirmation__message {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.paragraph .webform-submission-newsletter-form div[id^=edit-actions] {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.paragraph .webform-submission-newsletter-form .webform-confirmation__message {
  margin: auto;
  text-align: center;
  color: black;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -0.51px;
  line-height: 32px;
}
.paragraph .webform-submission-newsletter-form .webform-confirmation__message > div {
  margin-top: 0px;
  padding-bottom: 20px;
  color: black;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .paragraph .webform-submission-newsletter-form .webform-confirmation__message > div {
    margin-top: 180px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
.paragraph .webform-submission-newsletter-form .webform-confirmation__message h4 {
  color: black;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.4px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  .paragraph .webform-submission-newsletter-form .webform-confirmation__message h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.6px;
  }
}
.paragraph .webform-submission-newsletter-form .form-type-select.form-type-select .sdm-float-label-default-value label {
  font-size: 16px;
}
.paragraph .webform-submission-newsletter-form .form-group {
  margin-bottom: 50px;
}

.webform-newsletter-page .webform-submission-newsletter-add-form {
  margin-bottom: 60px;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .error-modal {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .webform-newsletter-page .webform-submission-newsletter-add-form .error-modal {
    margin-left: 0;
  }
}
.webform-newsletter-page .webform-submission-newsletter-add-form .error-modal > img {
  display: none;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .webform-confirmation__message > div {
  margin-top: 0;
  color: #000000;
}
.webform-newsletter-page .webform-submission-newsletter-add-form .form-type-select.form-type-select .sdm-float-label-default-value label {
  font-size: 20px; /*16px paolop*/
}

.form-item-field-hall-target-id .dropdown-menu > .active > a, .form-item-field-hall-target-id .dropdown-menu > .active > a:hover, .form-item-field-hall-target-id .dropdown-menu > .active > a:focus {
  background-color: #ec0e00 !important;
}

.form-type-checkbox input[type=checkbox] {
  top: 4px !important;
}
.form-type-checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-type-checkbox input[type=checkbox]:before {
  font-size: 15px;
  color: transparent !important;
  background: #ffffff;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  text-align: center;
}
.form-type-checkbox input[type=checkbox]:checked:before {
  color: #ec0e00 !important;
}

.dropdown-menu .active a {
  background-color: transparent;
}

.adesione-response {
  background-color: #E8FCF3;
  border: 1px solid #17CF76;
  padding: 20px;
}

form[class*=webform-submission-showroom-submission] .form-group {
  margin-bottom: 0;
}
form[class*=webform-submission-showroom-submission] .form-item {
  margin-bottom: 30px;
}
form[class*=webform-submission-showroom-submission] .control-label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
}
form[class*=webform-submission-showroom-submission] .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 10px 0;
  color: #000000;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  transition: none;
}
form[class*=webform-submission-showroom-submission] .form-control:focus {
  border-color: #000000;
  box-shadow: none;
  -webkit-box-shadow: none;
}
form[class*=webform-submission-showroom-submission] .form-control[readonly] {
  opacity: 0.55;
  cursor: not-allowed;
  background: transparent;
}
form[class*=webform-submission-showroom-submission] textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
form[class*=webform-submission-showroom-submission] .select-wrapper {
  border-bottom: 2px solid #000000;
}
form[class*=webform-submission-showroom-submission] .bootstrap-select {
  border-bottom: none;
}
form[class*=webform-submission-showroom-submission] .bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
form[class*=webform-submission-showroom-submission] .filter-option-inner-inner {
  font-size: 16px;
  color: #000000;
}
form[class*=webform-submission-showroom-submission] .form-type-select .btn {
  padding-left: 0;
}
form[class*=webform-submission-showroom-submission] .form-type-select .dropdown-menu {
  max-height: 250px;
  overflow-y: auto !important;
}
form[class*=webform-submission-showroom-submission] .form-type-select .dropdown-menu > .active > a {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
}
form[class*=webform-submission-showroom-submission] .form-type-checkbox {
  margin-top: 20px;
}
form[class*=webform-submission-showroom-submission] .form-type-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
form[class*=webform-submission-showroom-submission] .form-type-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
form[class*=webform-submission-showroom-submission] .form-type-checkbox label {
  font-size: 16px;
}
form[class*=webform-submission-showroom-submission] .form-type-checkbox .description {
  padding-left: 25px;
}
form[class*=webform-submission-showroom-submission] .form-checkbox {
  margin-left: 0;
}
form[class*=webform-submission-showroom-submission] .webform-image-file .help-block,
form[class*=webform-submission-showroom-submission] .webform-image-file .form-text {
  font-size: 13px;
  color: #333333;
}
form[class*=webform-submission-showroom-submission] div[id^=edit-actions] {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: left;
}
form[class*=webform-submission-showroom-submission] .btn-primary,
form[class*=webform-submission-showroom-submission] .webform-button--submit {
  background: #ec0e00;
  border: none;
  border-radius: 0;
  color: #ffffff !important;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 400 !important;
  min-width: 160px;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 40px;
  height: 48px;
  margin-top: 10px;
}
form[class*=webform-submission-showroom-submission] .btn-primary:hover, form[class*=webform-submission-showroom-submission] .btn-primary:focus,
form[class*=webform-submission-showroom-submission] .webform-button--submit:hover,
form[class*=webform-submission-showroom-submission] .webform-button--submit:focus {
  background: #b20b00;
  color: #ffffff !important;
}
form[class*=webform-submission-showroom-submission] .btn-primary:disabled,
form[class*=webform-submission-showroom-submission] .webform-button--submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
form[class*=webform-submission-showroom-submission] .webform-confirmation__message {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  text-align: center;
  margin: 40px auto;
}
form[class*=webform-submission-showroom-submission] .webform-confirmation__message p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  form[class*=webform-submission-showroom-submission] .webform-confirmation__message p {
    font-size: 20px;
    line-height: 32px;
  }
}
form[class*=webform-submission-showroom-submission] .has-error {
  color: #000000;
}
form[class*=webform-submission-showroom-submission] .has-error label,
form[class*=webform-submission-showroom-submission] .has-error .description {
  color: #000000 !important;
}
form[class*=webform-submission-showroom-submission] .has-error .form-control:focus,
form[class*=webform-submission-showroom-submission] .has-error .dropdown-toggle {
  border-color: #ec0e00;
}
form[class*=webform-submission-showroom-submission] .has-error .form-control:focus {
  box-shadow: none;
}
form[class*=webform-submission-showroom-submission] .has-error .help-block {
  color: #ec0e00;
}
form[class*=webform-submission-showroom-submission] .showroom-previous-list {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #000000;
}
form[class*=webform-submission-showroom-submission] .showroom-previous-list h3 {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  form[class*=webform-submission-showroom-submission] .showroom-previous-list h3 {
    font-size: 20px;
  }
}
form[class*=webform-submission-showroom-submission] .showroom-previous-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
form[class*=webform-submission-showroom-submission] .showroom-previous-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333333;
}
form[class*=webform-submission-showroom-submission] .showroom-previous-list ul li:last-child {
  border-bottom: none;
}

form[class*=webform-submission-contract-project-submission] .form-group {
  margin-bottom: 0;
}
form[class*=webform-submission-contract-project-submission] .form-item {
  margin-bottom: 30px;
}
form[class*=webform-submission-contract-project-submission] .control-label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
}
form[class*=webform-submission-contract-project-submission] .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 10px 0;
  color: #000000;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  transition: none;
}
form[class*=webform-submission-contract-project-submission] .form-control:focus {
  border-color: #000000;
  box-shadow: none;
  -webkit-box-shadow: none;
}
form[class*=webform-submission-contract-project-submission] .form-control[readonly] {
  opacity: 0.55;
  cursor: not-allowed;
  background: transparent;
}
form[class*=webform-submission-contract-project-submission] textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
form[class*=webform-submission-contract-project-submission] .select-wrapper {
  border-bottom: 2px solid #000000;
}
form[class*=webform-submission-contract-project-submission] .bootstrap-select {
  border-bottom: none;
}
form[class*=webform-submission-contract-project-submission] .bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
form[class*=webform-submission-contract-project-submission] .filter-option-inner-inner {
  font-size: 16px;
  color: #000000;
}
form[class*=webform-submission-contract-project-submission] .form-type-select .btn {
  padding-left: 0;
}
form[class*=webform-submission-contract-project-submission] .form-type-select .dropdown-menu {
  max-height: 250px !important;
  overflow-y: auto !important;
}
form[class*=webform-submission-contract-project-submission] .form-type-select .dropdown-menu > .active > a {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
}
form[class*=webform-submission-contract-project-submission] .form-type-checkbox {
  margin-top: 20px;
}
form[class*=webform-submission-contract-project-submission] .form-type-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
form[class*=webform-submission-contract-project-submission] .form-type-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
form[class*=webform-submission-contract-project-submission] .form-type-checkbox label {
  font-size: 16px;
}
form[class*=webform-submission-contract-project-submission] .form-type-checkbox .description {
  padding-left: 25px;
}
form[class*=webform-submission-contract-project-submission] .form-checkbox {
  margin-left: 0;
}
form[class*=webform-submission-contract-project-submission] .webform-image-file .help-block,
form[class*=webform-submission-contract-project-submission] .webform-image-file .form-text,
form[class*=webform-submission-contract-project-submission] .webform-document-file .help-block,
form[class*=webform-submission-contract-project-submission] .webform-document-file .form-text {
  font-size: 13px;
  color: #333333;
}
form[class*=webform-submission-contract-project-submission] .webform-multiple-table--handle,
form[class*=webform-submission-contract-project-submission] .tabledrag-handle,
form[class*=webform-submission-contract-project-submission] .tabledrag-toggle-weight-wrapper {
  display: none !important;
}
form[class*=webform-submission-contract-project-submission] div[id^=edit-actions] {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: left;
}
form[class*=webform-submission-contract-project-submission] .btn-primary,
form[class*=webform-submission-contract-project-submission] .webform-button--submit {
  background: #ec0e00;
  border: none;
  border-radius: 0;
  color: #ffffff !important;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 400 !important;
  min-width: 160px;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 40px;
  height: 48px;
  margin-top: 10px;
}
form[class*=webform-submission-contract-project-submission] .btn-primary:hover, form[class*=webform-submission-contract-project-submission] .btn-primary:focus,
form[class*=webform-submission-contract-project-submission] .webform-button--submit:hover,
form[class*=webform-submission-contract-project-submission] .webform-button--submit:focus {
  background: #b20b00;
  color: #ffffff !important;
}
form[class*=webform-submission-contract-project-submission] .btn-primary:disabled,
form[class*=webform-submission-contract-project-submission] .webform-button--submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
form[class*=webform-submission-contract-project-submission] .btn-success,
form[class*=webform-submission-contract-project-submission] .btn-danger {
  background-color: #ec0e00;
  border-color: #ec0e00;
  color: #ffffff !important;
  border-radius: 0;
}
form[class*=webform-submission-contract-project-submission] .btn-success:hover, form[class*=webform-submission-contract-project-submission] .btn-success:focus,
form[class*=webform-submission-contract-project-submission] .btn-danger:hover,
form[class*=webform-submission-contract-project-submission] .btn-danger:focus {
  background-color: #b20b00;
  border-color: #b20b00;
  color: #ffffff !important;
}
form[class*=webform-submission-contract-project-submission] .webform-confirmation__message {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  text-align: center;
  margin: 40px auto;
}
form[class*=webform-submission-contract-project-submission] .webform-confirmation__message p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  form[class*=webform-submission-contract-project-submission] .webform-confirmation__message p {
    font-size: 20px;
    line-height: 32px;
  }
}
form[class*=webform-submission-contract-project-submission] .has-error {
  color: #000000;
}
form[class*=webform-submission-contract-project-submission] .has-error label,
form[class*=webform-submission-contract-project-submission] .has-error .description {
  color: #000000 !important;
}
form[class*=webform-submission-contract-project-submission] .has-error .form-control:focus,
form[class*=webform-submission-contract-project-submission] .has-error .dropdown-toggle {
  border-color: #ec0e00;
}
form[class*=webform-submission-contract-project-submission] .has-error .form-control:focus {
  box-shadow: none;
}
form[class*=webform-submission-contract-project-submission] .has-error .help-block {
  color: #ec0e00;
}

.view-bookmarks .form-type-select {
  width: 100%;
}
.view-bookmarks .form-radios {
  display: flex;
  padding: 0px !important;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
  margin-top: 60px;
}
.view-bookmarks .form-radios::-webkit-scrollbar {
  display: none;
}
.view-bookmarks .form-radios .radio {
  margin-top: 0px;
}
.view-bookmarks .form-radios .form-item {
  flex: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #000000 !important;
}
.view-bookmarks .form-radios .form-item .form-radio {
  display: none;
}
.view-bookmarks .form-radios .form-item label {
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
}
.view-bookmarks .form-radios .form-item label.active {
  border-bottom: 2px solid #ec0e00;
}
.view-bookmarks .brand-teaser {
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.view-bookmarks .prodotto .flag-flag.action-flag,
.view-bookmarks .brand-teaser .flag-flag.action-flag,
.view-bookmarks .teaser-author .flag-flag.action-flag {
  display: none;
}

.story-products .flag span {
  display: none !important;
}

.add-calendar-link .flag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-calendar-link .flag span {
  display: none;
}
.add-calendar-link .flag img {
  display: none;
}
.add-calendar-link .flag .session-icon-url {
  display: block !important;
}
.add-calendar-link .flag .session-flag-title {
  display: block !important;
}

.view-promoted-products .teaser-container,
.view-promoted-products .teaser-author,
.view-promoted-products .brand-teaser,
.view-promoted-products .promoted-products-container,
.view-bookmarks .teaser-container,
.view-bookmarks .teaser-author,
.view-bookmarks .brand-teaser,
.view-bookmarks .promoted-products-container {
  position: relative;
}
.view-promoted-products .teaser-container .flag,
.view-promoted-products .teaser-author .flag,
.view-promoted-products .brand-teaser .flag,
.view-promoted-products .promoted-products-container .flag,
.view-bookmarks .teaser-container .flag,
.view-bookmarks .teaser-author .flag,
.view-bookmarks .brand-teaser .flag,
.view-bookmarks .promoted-products-container .flag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ec0e00;
  padding: 6px 10px;
}
.view-promoted-products .teaser-container .flag span,
.view-promoted-products .teaser-author .flag span,
.view-promoted-products .brand-teaser .flag span,
.view-promoted-products .promoted-products-container .flag span,
.view-bookmarks .teaser-container .flag span,
.view-bookmarks .teaser-author .flag span,
.view-bookmarks .brand-teaser .flag span,
.view-bookmarks .promoted-products-container .flag span {
  display: none;
}
.view-promoted-products .teaser-container .flag img,
.view-promoted-products .teaser-author .flag img,
.view-promoted-products .brand-teaser .flag img,
.view-promoted-products .promoted-products-container .flag img,
.view-bookmarks .teaser-container .flag img,
.view-bookmarks .teaser-author .flag img,
.view-bookmarks .brand-teaser .flag img,
.view-bookmarks .promoted-products-container .flag img {
  margin-right: 0;
}

.view-promoted-products .promoted-products-container {
  margin-bottom: 10px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.view-promoted-products .promoted-products-container .title {
  margin: 9px 0 13px;
}
@media screen and (min-width: 992px) {
  .view-promoted-products .promoted-products-container .title {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.view-wishlist .form-type-select {
  width: 100%;
}
.view-wishlist .form-radios {
  display: flex;
  padding: 0px !important;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
  margin-top: 60px;
}
.view-wishlist .form-radios::-webkit-scrollbar {
  display: none;
}
.view-wishlist .form-radios .radio {
  margin-top: 0px;
}
.view-wishlist .form-radios .form-item {
  flex: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #000000 !important;
}
.view-wishlist .form-radios .form-item .form-radio {
  display: none;
}
.view-wishlist .form-radios .form-item label {
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
}
.view-wishlist .form-radios .form-item label.active {
  border-bottom: 2px solid #ec0e00;
}
.view-wishlist .brand-teaser {
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.view-wishlist .teaser-container,
.view-wishlist .teaser-author,
.view-wishlist .brand-teaser {
  position: relative;
}
.view-wishlist .teaser-container .flag-wishlist,
.view-wishlist .teaser-author .flag-wishlist,
.view-wishlist .brand-teaser .flag-wishlist {
  position: absolute;
  top: 10px;
  right: 25px;
  background-color: #ec0e00;
  padding: 6px 10px;
}
.view-wishlist .teaser-container .flag-wishlist span,
.view-wishlist .teaser-author .flag-wishlist span,
.view-wishlist .brand-teaser .flag-wishlist span {
  display: none;
}
.view-wishlist .teaser-container .flag-wishlist img,
.view-wishlist .teaser-author .flag-wishlist img,
.view-wishlist .brand-teaser .flag-wishlist img {
  margin-right: 0px;
}
.view-wishlist .teaser-container .flag-wishlist.action-flag,
.view-wishlist .teaser-author .flag-wishlist.action-flag,
.view-wishlist .brand-teaser .flag-wishlist.action-flag {
  display: none;
}
.view-wishlist .prodotto .flag-wishlist,
.view-wishlist .brand-teaser .flag-wishlist,
.view-wishlist .teaser-author .flag-wishlist {
  right: 10px !important;
}

#my-account {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column;
}
#my-account .btn-default.active,
#my-account .open > .btn-default.dropdown-toggle {
  background-color: transparent;
}
#my-account .select-brand-wrapper {
  margin-top: 30px;
}
#my-account .select-brand-wrapper label {
  display: block;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#my-account .bootstrap-select .dropdown-menu li a span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#my-account #selected-brands + .btn-default {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
#my-account #selected-brands + .btn-default .filter-option-inner-inner {
  font-size: 24px;
}
#my-account #selected-brands + .btn-default + .dropdown-menu {
  margin-top: 10px;
  padding: 15px;
  font-size: 16px;
  border: none;
  border-radius: 0%;
}
#my-account #selected-brands + .btn-default + .dropdown-menu li span.text {
  font-size: 16px;
}
#my-account #selected-brands + .btn-default + .dropdown-menu li.active > a {
  background-color: transparent;
  color: #000000;
}
#my-account #selected-brands + .btn-default:hover {
  background-color: transparent;
}
#my-account #selected-brands + .btn:active, #my-account #selected-brands + .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  #my-account {
    flex-direction: row;
    width: 80%;
  }
}
#my-account .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  #my-account .left {
    width: 20%;
  }
}
#my-account .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  #my-account .right {
    width: 75%;
  }
}
#my-account .iniziali {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  font-size: 40px;
  letter-spacing: 0.76px;
  line-height: 40px;
  color: #ffffff;
}
#my-account .title {
  font-size: 40px;
  letter-spacing: 0.76px;
  line-height: 40px;
  margin-bottom: 24px;
}
#my-account .sub-title {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.my-account {
  position: relative;
}
.my-account .user-press-allert {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  background-color: #fce8e8;
  border: solid 1px #e83232;
  padding: 25px 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.my-account .user-press-allert .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.my-account .roles {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.my-account .roles p {
  border-radius: 25px;
  background-color: #e1e1e1;
  text-align: center;
  padding: 5px 10px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .my-account .box {
    display: flex;
  }
}
.my-account .box .info {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .my-account .box .info {
    margin-bottom: 0;
    margin-right: 70px;
  }
}
.my-account .box .info .text {
  display: flex;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  gap: 5px;
}
.my-account .box .info .text strong {
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
  margin-left: 2px;
}
@media screen and (min-width: 992px) {
  .my-account .box .info .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.my-account .box .info .content .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .my-account .box .info .content .subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.my-account .box .info .content .email {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .my-account .box .info .content .email {
    margin-bottom: 20px;
  }
}
.my-account .box .info #selected-brands {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .my-account .box .info #selected-brands {
    width: 350px;
  }
}
.my-account .box .info #selected-brands .dropdown-menu > li > a {
  white-space: normal;
}
.my-account .box .info #selected-brands .open > .btn-default.dropdown-toggle:hover {
  background-color: transparent !important;
}
.my-account .box .info #selected-brands .btn {
  border: 0;
  border-bottom: solid 1px #000000;
  border-radius: 0;
  padding: 5px 0;
}
.my-account .box .info #selected-brands .filter-option-inner-inner {
  font-size: 20px;
  line-height: 28px;
}
.my-account .box .info #selected-brands .collout-text {
  margin-bottom: 0;
  font-weight: 400;
}
.my-account .box .actions {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .my-account .box .actions {
    min-width: 250px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
}
.my-account .box .actions .button {
  background-color: #ffffff;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px;
  border-color: #ec0e00;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 95px;
}
@media screen and (min-width: 992px) {
  .my-account .box .actions .button {
    height: fit-content;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.my-account .box .actions .button.primary-color {
  background-color: #ec0e00;
  color: #ffffff;
  border-color: #ec0e00;
}
.my-account .box .actions .button img {
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .my-account .box .actions .button img {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

#new-cards-container {
  padding: 50px 0;
  background-color: #f3f3f3;
}
#new-cards-container .headline-text {
  color: #333333;
}
@media screen and (min-width: 992px) {
  #new-cards-container .headline-text {
    display: none;
  }
}
#new-cards-container .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #new-cards-container .navigation {
    display: grid;
    width: 100%;
  }
}
#new-cards-container .navigation .link {
  background-color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  border: solid 1px #d8d8d8;
  border-top: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 992px) {
  #new-cards-container .navigation .link {
    text-align: center;
    border: none;
    background-color: transparent;
    border-bottom: solid 2px #d8d8d8;
  }
}
#new-cards-container .navigation .link:first-child {
  border-top: solid 1px #d8d8d8;
}
@media screen and (min-width: 992px) {
  #new-cards-container .navigation .link:first-child {
    border-top: none;
  }
}
#new-cards-container .navigation .link.active {
  border-bottom: solid 3px #ec0e00;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
}
#new-cards-container .navigation .link.d-none {
  display: none !important;
}
#new-cards-container .grid-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
#new-cards-container .grid-content .grid-3 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  #new-cards-container .grid-content .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#new-cards-container .grid-content .grid-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  #new-cards-container .grid-content .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#new-cards-container .grid-content .grid-1 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
#new-cards-container .grid-content .service-label {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding-bottom: 10px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #new-cards-container .grid-content .service-label {
    display: none;
  }
}

.card-new {
  background-color: #ffffff;
  padding: 20px;
  border: solid 1px #d8d8d8;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.card-new.card-status {
  flex-basis: calc(50% - 30px);
}
.card-new.card-status .deactivated {
  background-color: #fce8e8;
  color: #000000;
  font-size: 12px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 25px;
  height: fit-content;
  font-weight: 600;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .card-new.card-status .deactivated {
    min-width: 135px;
  }
}
.card-new.card-status .box-title {
  display: flex;
  color: #000;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
  flex-direction: column-reverse;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .card-new.card-status .box-title {
    flex-direction: row;
    gap: 10px;
  }
}
.card-new.card-status .box-title .title {
  margin: 0;
}
.card-new.acepted .deactivated {
  background-color: #e8fcf3;
}
.card-new.pending .deactivated {
  background-color: #fff4cc;
}
.card-new.denied .deactivated {
  background-color: #fce8e8;
}
.card-new.block-card {
  background-color: #f3f3f3;
}
.card-new.block-card .icon,
.card-new.block-card .link-data {
  background-color: #f28c8c;
}
.card-new.block-card .title,
.card-new.block-card .card-body {
  color: #999999;
}
.card-new.block-card .cta,
.card-new.block-card .cta-btn {
  color: #f28c8c;
}
.card-new.block-card .box-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
  flex-direction: column-reverse;
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .card-new.block-card .box-title {
    flex-direction: row;
    gap: 10px;
  }
}
.card-new.block-card .box-title .title {
  margin: 0;
}
.card-new.block-card .deactivated {
  background-color: #fce8e8;
  color: #000000;
  font-size: 12px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 25px;
  height: fit-content;
  font-weight: 600;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .card-new.block-card .deactivated {
    min-width: 135px;
  }
}
.card-new .d-none {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .card-new {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 25px;
    padding-top: 0;
  }
  .card-new .d-none {
    display: none !important;
  }
}
.card-new .icon {
  background-color: #ec0e00;
  padding: 5px;
  margin-bottom: 20px;
  width: fit-content;
}
.card-new .title {
  color: #000;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 24px;
  line-height: 28px;
}
.card-new .card-body {
  margin-bottom: 20px;
}
.card-new .card-body p {
  margin-bottom: 0;
}
.card-new .card-body strong {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.card-new .card-body a {
  color: #ec0e00;
  text-decoration: underline;
  cursor: pointer;
}
.card-new .card-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.card-new .card-body ul li {
  margin-bottom: 5px;
}
.card-new .card-body ul li:last-child {
  margin-bottom: 0;
}
.card-new .card-body ul li code {
  background-color: #ec0e00;
  color: #ffffff;
  border-radius: 40px;
  text-align: center;
  margin-left: 10px;
  padding: 0 10px;
}
.card-new .card-body ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/images/user-area/card/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.card-new .card-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.card-new .link {
  padding-bottom: 15px;
  border-bottom: solid 1px #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-new .link:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.card-new .link .link-cta {
  display: flex;
}
.card-new .link .link-cta .icon-link {
  width: 20px;
  height: 20px;
}
.card-new .link .link-cta p {
  color: #ec0e00;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.card-new .link .link-cta .edit {
  display: none;
}
@media screen and (min-width: 992px) {
  .card-new .link .link-cta .edit {
    display: block;
  }
}
.card-new .link .link-new {
  background-color: #ec0e00;
  color: #ffffff;
  border-radius: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.card-new .link .circle-text-label strong {
  text-transform: lowercase; /* Tutto minuscolo */
}
.card-new .link .circle-text-label strong::first-letter {
  text-transform: capitalize; /* Prima lettera maiuscola */
}
.card-new .link .link-text {
  color: #333333;
  display: flex;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .card-new .link .link-text {
    max-width: 73%;
  }
}
.card-new .link .link-text strong {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
}
.card-new .link .link-text .link-data {
  background-color: #ec0e00;
  color: #ffffff;
  padding: 3px;
  margin-right: 10px;
  border-radius: 40px;
  font-size: 12px;
  line-height: 16px;
  min-width: 36px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.card-new .link .link-text .info-text-data {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #737373;
  margin-top: 5px;
}
.card-new .circle-graph-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.card-new .circle-graph {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.card-new .circle-graph::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
}
.card-new .circle-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  z-index: 1;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.card-new .cta {
  margin-top: 20px;
  gap: 20px;
  color: #ec0e00;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .card-new .cta {
    display: flex;
    flex-direction: row;
  }
}
.card-new .cta .cta-btn {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ec0e00;
}
.card-new .cta .cta-btn span {
  color: #ec0e00;
  text-decoration: underline;
  margin-right: 5px;
  margin-left: 5px;
}
.card-new .button-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .card-new .button-container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-new .button-container .button {
  color: #ffffff;
  background-color: #ec0e00;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  min-width: 200px;
}

#block-sdm-menuespositori-menu {
  display: none;
}

.container-black {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100vw;
  content: "";
  height: 100%;
  z-index: -1;
}

.menu-user-exhibitors {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .menu-user-exhibitors {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors {
    margin-right: 0;
    margin-left: 0;
  }
}
.menu-user-exhibitors .menu-desktop {
  background-color: #333333;
  color: #ffffff;
  position: relative;
  display: none;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors .menu-desktop {
    display: none;
  }
}
.menu-user-exhibitors .menu-desktop .container li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors .menu-desktop:has(.active) {
    display: block;
  }
}
.menu-user-exhibitors .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-user-exhibitors .container .text {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.menu-user-exhibitors .container .text img {
  margin-right: 10px;
}
.menu-user-exhibitors .container .menu {
  padding-left: 0;
  margin-left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
.menu-user-exhibitors .container .menu .menu-link {
  color: #ffffff;
  display: block;
  position: relative;
}
.menu-user-exhibitors .container .menu .menu-link.active::before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  content: "";
  left: 0;
}
.menu-user-exhibitors .container .menu .menu-link.active .body-text {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.menu-user-exhibitors .container .menu .menu-link:not(:last-child) {
  margin-right: 35px;
}
.menu-user-exhibitors .container .menu .menu-link .link {
  color: #ffffff;
}
.menu-user-exhibitors .sub-menu-wrapper {
  position: relative;
  background-color: #333333;
}
.menu-user-exhibitors .sub-menu-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 25px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors .sub-menu-wrapper::before {
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
.menu-user-exhibitors .sub-menu-wrapper::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 25px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent);
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors .sub-menu-wrapper::after {
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
.menu-user-exhibitors .sub-menu {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 30px;
  overflow-x: scroll;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: initial;
  }
}
.menu-user-exhibitors .sub-menu .sub-menu-link {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px 15px;
  min-width: 200px;
  font-weight: 400;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .menu-user-exhibitors .sub-menu .sub-menu-link {
    min-width: fit-content;
  }
}
.menu-user-exhibitors .sub-menu .sub-menu-link a {
  color: #ec0e00;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.menu-user-exhibitors .sub-menu .sub-menu-link img {
  display: none;
}
.menu-user-exhibitors .sub-menu .sub-menu-link.active {
  background-color: #ec0e00;
  color: #ffffff;
}
.menu-user-exhibitors .sub-menu .sub-menu-link.active .body-text {
  margin-right: 10px;
  color: #ffffff;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.menu-user-exhibitors .sub-menu .sub-menu-link.active img {
  display: block;
}

.back {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline !important;
  color: #ffffff;
  display: none;
  position: absolute;
  left: 30px;
  bottom: 15px;
}
.back.active {
  display: block;
  text-decoration: underline !important;
}
.back:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

.matchmaking {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.matchmaking .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .matchmaking .container {
    flex-direction: row;
  }
}
.matchmaking .matchmaking-title {
  font-size: 28px;
  line-height: 44px;
  font-weight: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .matchmaking .matchmaking-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.matchmaking .matchmaking-buttons {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .matchmaking .matchmaking-buttons {
    width: fit-content;
  }
}
.matchmaking .matchmaking-img {
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .matchmaking .matchmaking-img {
    margin-top: 0;
    margin-left: 40px;
  }
}
.matchmaking .matchmaking-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#modal-info {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
#modal-info .close-btn {
  position: absolute;
  right: 30px;
  top: 20px;
  transform: scale(2);
}
#modal-info .modal-content {
  background-color: #ffffff;
  height: 90%;
  width: 90%;
  padding: 40px;
  border-radius: 20px;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  #modal-info .modal-content {
    height: fit-content;
    width: 70%;
  }
}
#modal-info .modal-content .modal-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  #modal-info .modal-content .modal-title {
    font-size: 24px;
    line-height: 32px;
  }
}
#modal-info .modal-content .body-text strong {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
#modal-info .modal-content .body-text a {
  color: #ec0e00;
  text-decoration: underline;
  cursor: pointer;
}
#modal-info .modal-content .body-text p {
  margin-bottom: 0;
}
#modal-info .modal-content .body-text ul {
  margin-bottom: 20px;
}
#modal-info .modal-content .body-text ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
#modal-info .modal-content .body-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 50%;
}

#services-links {
  padding: 24px 0px;
  background-color: #f3f3f3;
}
#services-links .container-row-links {
  display: flex;
  flex-wrap: wrap;
}
#services-links .container-row-links .links-item {
  flex-basis: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #services-links .container-row-links .links-item {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  #services-links .container-row-links .links-item {
    flex-basis: calc(33.3% - 30px);
  }
}
#services-links .block {
  padding: 30px;
  text-align: center;
}
#services-links .block .title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
#services-links .block .title img {
  margin-left: 20px;
}
#services-links .block .sub-title {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
}
#services-links .block a {
  color: #000000;
}
#services-links .block a :hover {
  color: #ec0e00;
}

#my-account-links {
  padding: 48px 0px;
  background-color: #f3f3f3;
}
#my-account-links .container-row-links {
  display: flex;
  flex-wrap: wrap;
}
#my-account-links .container-row-links .links-item {
  flex-basis: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #my-account-links .container-row-links .links-item {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  #my-account-links .container-row-links .links-item {
    flex-basis: calc(33.3% - 30px);
  }
}

#my-account-links {
  padding: 48px 0px;
  background-color: #f3f3f3;
}
#my-account-links .container-row-links {
  display: flex;
  flex-wrap: wrap;
}
#my-account-links .container-row-links .links-item {
  flex-basis: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #my-account-links .container-row-links .links-item {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  #my-account-links .container-row-links .links-item {
    flex-basis: calc(33.3% - 30px);
  }
}
#my-account-links .block {
  padding: 20px;
  text-align: center;
}
#my-account-links .block .title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
#my-account-links .block .sub-title {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 32px;
}
#my-account-links .block a {
  color: #ec0e00;
}
#my-account-links .block a :hover {
  color: #ec0e00;
}

.brand_title_area {
  text-transform: lowercase;
  font-weight: 700;
}

.brand_title_area {
  text-transform: lowercase;
  font-weight: 700;
}

.brand_title_area:first-letter {
  text-transform: uppercase;
}

#map-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#map-modal .map-modal-content {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  height: 90%;
  min-width: 90%;
  min-height: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#map-modal .map-modal-content iframe {
  height: 95% !important;
  width: 100%;
}
#map-modal .map-modal-content .close-modal-map {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

#stand-map {
  cursor: pointer;
}

.commercial-section {
  background-color: #F3F3F3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.commercial-section .section-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .commercial-section .section-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.commercial-section .title {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .commercial-section .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.commercial-section .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .commercial-section .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.commercial-section .button {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #ffffff;
  border: none;
  background-color: #ec0e00;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .commercial-section .button {
    width: fit-content;
    min-width: 230px;
  }
}
.commercial-section .image {
  width: 100%;
  height: 300px;
}
.commercial-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-description {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .event-description {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.event-description .summary {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .event-description .summary {
    font-size: 32px;
    line-height: 40px;
  }
}

.event-image #player-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.event-date {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .event-date {
    text-align: left;
    margin-bottom: 30px;
  }
}

.alert-bookmark {
  background-color: #e8fcf3;
  border: solid 1px #17cf76;
  min-height: 100px;
  width: 100%;
  padding: 25px 15px;
  display: flex;
  position: relative;
  position: absolute;
  z-index: 200;
  top: 0px;
}
.alert-bookmark .alert-close {
  position: absolute;
  top: 10px;
  right: 5px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.alert-bookmark img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.alert-bookmark .alert-title,
.alert-bookmark .alert-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.alert-bookmark .alert-title {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
}
.alert-bookmark .alert-subtitle {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.alert-bookmark .alert-subtitle a {
  text-decoration: underline;
  color: #ec0e00;
}

.box-link-event .add-calendar-link {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media screen and (min-width: 992px) {
  .box-link-event .add-calendar-link {
    text-align: end;
  }
}
.box-link-event .add-calendar-link a {
  text-transform: none;
  color: #ec0e00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.box-link-event .add-calendar-link img {
  height: 22px;
  width: 22px;
  margin-right: 5px;
}
.box-link-event .add-calendar-link .bookmark-box a {
  display: flex;
}
.box-link-event .add-calendar-link .bookmark-box a .session-flag-title {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .box-link-event .add-calendar-link .bookmark-box a .session-flag-title {
    text-align: end;
  }
}
.box-link-event .add-calendar-link .bookmark-box a img {
  height: 24px;
  width: 24px;
}

.event-tab {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.event-tab .tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .event-tab .tab {
    padding-bottom: 64px;
  }
}
.event-tab .tab .tablinks {
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
.event-tab .tab .tablinks:hover {
  border-bottom: 2px solid #d8d8d8 !important;
}
.event-tab .tab .tablinks a {
  color: #ec0e00;
}
.event-tab .tab .active {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  border-bottom: 2px solid #ec0e00;
}

.sessione .content {
  position: relative;
}
.sessione .content .title {
  position: absolute;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 0;
  padding: 25px;
  color: white;
  z-index: 12;
  width: 100%;
}
.sessione .tabcontent {
  padding: 0px;
}
.sessione .sdm-intervento {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .sessione .sdm-intervento {
    justify-content: space-between;
  }
}
.sessione .sdm-intervento > div {
  flex-basis: calc(100% - 30px);
}
@media screen and (min-width: 992px) {
  .sessione .sdm-intervento > div {
    flex-basis: calc(50% - 20px);
  }
}
.sessione .field--name-field-external-cta {
  display: flex;
  justify-content: center;
}
.sessione .field--name-field-external-cta a {
  display: inline-block;
  margin-top: 25px;
  color: white;
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 25px;
  background-color: #ec0e00;
  padding: 10px 35px;
}
.sessione .brand-cta-wrapper {
  position: relative;
}
.sessione .brand-cta-wrapper .text-wrapper {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sessione .brand-cta-wrapper .text-wrapper .first-text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.46px;
}
@media screen and (min-width: 992px) {
  .sessione .brand-cta-wrapper .text-wrapper .first-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
}
.sessione .brand-cta-wrapper .text-wrapper .second-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .sessione .brand-cta-wrapper .text-wrapper .second-text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.sessione .brand-cta-wrapper .text-wrapper .red-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: white;
  width: auto;
  background-color: #ec0e00;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .sessione .brand-cta-wrapper .text-wrapper .red-link {
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 25px;
  }
}
.sessione .header-full-new {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sessione .header-full-new {
    width: 80%;
    margin: 20px auto;
  }
}
.sessione .header-full-new .date-details {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.sessione .header-full-new .header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sessione .header-full-new .header-flex .header-back {
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .sessione .header-full-new .header-flex .header-back {
    opacity: 1;
  }
}
.sessione .header-full-new .header-flex .header-back img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sessione .header-full-new .header-flex .header-back p {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #000000;
}
.sessione .header-full-new .header-flex .header-flex-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sessione .header-full-new .header-flex .header-flex-inner img {
  margin-right: 10px !important;
}
@media screen and (min-width: 992px) {
  .sessione .header-full-new .header-flex .header-flex-inner img {
    margin-right: 10px !important;
  }
}
.sessione .header-full-new .header-flex .header-flex-inner > div {
  margin-left: 20px;
}
.sessione .header-full-new .header-flex .header-flex-inner > div > a {
  text-decoration: underline;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  height: 100%;
  text-transform: lowercase;
}
.sessione .header-full-new .header-flex .header-flex-inner > div > a::first-letter {
  text-transform: uppercase;
}
.sessione .header-full-new .header-flex .header-flex-inner > div > a:first-child {
  margin-left: 0;
}
.sessione .header-full-new .header-flex .header-flex-inner > div .social-icons {
  height: 24px;
  width: 24px;
}
.sessione .header-full-new .header-flex .header-flex-inner .session-flag-title {
  display: none !important;
}
.sessione .header-full-new .header-flex .header-flex-inner .calendar a {
  display: flex;
  align-items: center;
}
.sessione .header-full-new .header-flex .header-flex-inner .calendar a span {
  display: none;
}
@media screen and (min-width: 992px) {
  .sessione .header-full-new .header-flex .header-flex-inner .calendar a span {
    display: block;
  }
}

#speakers .teaser-author {
  margin-bottom: 0px;
}
#speakers .name {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000 !important;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  #speakers .name {
    font-size: 20px;
    line-height: 28px;
  }
}
#speakers .description {
  display: none;
  color: #333 !important;
}
#speakers .description div {
  color: #333 !important;
}
#speakers .description div div {
  color: #333 !important;
}
#speakers .field--name-field-ruolo-speaker {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  #speakers .field--name-field-ruolo-speaker {
    font-size: 14px;
    line-height: 20px;
  }
}

.view-id-sessione {
  position: relative;
}
.view-id-sessione.view-display-id-schedule {
  background-color: #f3f3f3;
  font-size: 20px;
}
.view-id-sessione.view-display-id-schedule h3 {
  font-size: 20px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  color: #979797;
}
.view-id-sessione.view-display-id-schedule .views-row {
  flex-direction: column;
}
.view-id-sessione.view-display-id-schedule .views-row .views-field {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .view-id-sessione.view-display-id-schedule .views-row .views-field {
    width: 25%;
  }
}
.view-id-sessione.view-display-id-schedule .views-row .views-field .orario-elenco-sessioni {
  width: 100%;
}
.view-id-sessione.view-display-id-schedule .views-row .views-field-title {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .view-id-sessione.view-display-id-schedule .views-row .views-field-title {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .view-id-sessione.view-display-id-schedule .views-row {
    flex-direction: row;
  }
}
.view-id-sessione.view-display-id-schedule .views-field-field-tipologia-sessione {
  width: 25%;
  text-align: right;
}
.view-id-sessione.view-display-id-schedule .views-field-field-tipologia-sessione a {
  text-transform: uppercase;
  color: #ec0e00;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-align: right;
}
.view-id-sessione.view-display-id-schedule .category {
  text-decoration: underline;
  width: 200px;
}
.view-id-sessione.view-display-id-schedule .views-field-title .streaming {
  background-color: #ec0e00;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.view-id-sessione.view-display-id-schedule > .view-content {
  height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
}
@media screen and (min-width: 992px) {
  .view-id-sessione.view-display-id-schedule > .view-content {
    height: 617px;
    padding-bottom: 125px;
  }
}
.view-id-sessione.view-display-id-schedule > .view-content::-webkit-scrollbar {
  display: none;
}
.view-id-sessione.view-display-id-schedule > .view-content::-webkit-scrollbar-track {
  display: none;
}
.view-id-sessione.view-display-id-schedule > .view-content .views-field-body {
  width: 500px;
}
.view-id-sessione.view-display-id-schedule > .view-content .orario-elenco-sessioni {
  width: 70px;
}
.view-id-sessione.view-display-id-schedule > .view-content .views-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #979797;
  padding: 25px 0;
}
.view-id-sessione.view-display-id-schedule > .view-content .views-row > * {
  padding: 0 8px;
}

.container-sessione-highlights {
  background-color: #f3f3f3;
}
.container-sessione-highlights .block_home_title {
  margin-bottom: 0;
  max-width: 1280px;
  line-height: 31px;
}
.container-sessione-highlights .swiper-highlights-section {
  padding-bottom: 80px;
}
.container-sessione-highlights .swiper-highlights-section .swiper-slide {
  max-width: 410px;
  flex-direction: column;
  align-items: flex-start;
}
.container-sessione-highlights .swiper-highlights-section .swiper-slide > a {
  text-decoration: none;
  color: #000000;
}
.container-sessione-highlights .swiper-highlights-section .swiper-slide .views-field-field-image {
  max-width: 100%;
  padding-top: 40px;
}
.container-sessione-highlights .swiper-highlights-section .swiper-slide .views-field-body {
  font-size: 20px;
}
.container-sessione-highlights .swiper-highlights-section .swiper-slide .views-field-field-data-intervento {
  color: #333;
  font-size: 16px;
}
.container-sessione-highlights .swiper-highlights-section .swiper-slide .views-field-body,
.container-sessione-highlights .swiper-highlights-section .swiper-slide .views-field-field-data-intervento {
  padding-top: 20px;
}

.view-latest-event {
  padding: 100px 0px;
}
.view-latest-event .subtitle-section {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  color: #000000;
  line-height: 35px;
  font-size: 26px;
  letter-spacing: 0.49px;
  text-align: center;
}
.view-latest-event .detail-title-article {
  margin-bottom: 48px;
}
.view-latest-event .swiper-latest-events .swiper-slide {
  position: relative;
  max-width: 628px;
}
.view-latest-event .swiper-latest-events .swiper-slide.container {
  padding-left: 0;
}
.view-latest-event .swiper-latest-events .swiper-slide .views-field-field-image {
  width: 100%;
}
.view-latest-event .swiper-latest-events .swiper-slide .title-latest-event {
  position: absolute;
  line-height: 40px;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(360deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  min-height: 120px;
}
.view-latest-event .swiper-latest-events .swiper-slide .title-latest-event h3 {
  font-size: 24px;
  line-height: 35px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .view-latest-event .swiper-latest-events .swiper-slide .title-latest-event h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.view-latest-event .swiper-latest-events .swiper-slide .title-latest-event h3 a {
  color: #ffffff;
}

.sdm-eventi-page .section-top-evento {
  background-color: #f3f3f3;
  padding-top: 64px;
}
.sdm-eventi-page .section-top-evento .view-header h3.title-view-featured-evento {
  display: none;
}
.sdm-eventi-page .block-event-wrapper {
  position: relative;
  margin: 30px 0;
}
.sdm-eventi-page .block-event-wrapper .field--name-field-titolo {
  position: absolute;
  left: 35px;
  bottom: 40px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .sdm-eventi-page .block-event-wrapper .field--name-field-titolo {
    font-size: 32px;
    line-height: 40px;
  }
}
.sdm-eventi-page .box-text {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sdm-eventi-page .box-text .title {
  font-size: 40px;
  line-height: 56px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 20px;
}
.sdm-eventi-page .box-text .subtitle {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 20px;
}
.sdm-eventi-page .box-text .button {
  border: solid 1px #ec0e00;
  padding: 5px 20px;
  min-width: 300px;
  min-height: 40px;
  text-align: center;
  color: #ec0e00;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  text-decoration: none;
}
.sdm-eventi-page .tabs {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: solid 1px #e1e1e1;
}
@media screen and (min-width: 768px) {
  .sdm-eventi-page .tabs {
    grid-template-columns: 1fr 1fr;
  }
}
.sdm-eventi-page .tabs .tab-button {
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  text-align: center;
}
.sdm-eventi-page .tabs .tab-button.active {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  border-bottom: solid 2px #ec0e00;
}
.sdm-eventi-page .events-grid {
  background-color: #f3f3f3;
  min-height: 50vh;
  display: grid;
  grid-template-columns: 1fr;
  padding: 40px 70px;
  gap: 15px;
}
.sdm-eventi-page .events-grid .view-id-sessione::after {
  display: none;
}
.sdm-eventi-page .events-grid .views-element-container {
  height: fit-content;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .sdm-eventi-page .events-grid .is-odd {
    border-right: 7px solid #f3f3f3;
  }
}
@media screen and (min-width: 992px) {
  .sdm-eventi-page .events-grid .is-even {
    border-left: 7px solid #f3f3f3;
  }
}
.sdm-eventi-page .events-grid .views-row {
  display: block;
  background: #fff;
  padding: 5px;
}

.view-display-id-event_featured_sessions {
  padding-bottom: 65px;
}
.view-display-id-event_featured_sessions .views-row {
  position: relative;
}
.view-display-id-event_featured_sessions .views-row .views-field-title {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.01));
  padding: 60px 48px 32px 24px;
  color: #ffffff;
  width: 100%;
}
.view-display-id-event_featured_sessions .views-row .views-field-title a {
  color: #ffffff;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.view-display-id-event_featured_sessions .views-row .views-field-title h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .view-display-id-event_featured_sessions .views-row .views-field-title h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.66px;
  }
}
.view-display-id-event_featured_sessions .swiper-eventi-in-evidenza {
  margin-top: 72px;
}
@media screen and (min-width: 992px) {
  .view-display-id-event_featured_sessions .swiper-eventi-in-evidenza {
    max-height: 617px;
  }
}
.view-display-id-event_featured_sessions .swiper-eventi-in-evidenza .swiper-pagination-eventi-in-evidenza-next {
  z-index: 1000;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
  background: #ec0e00;
  position: absolute;
  background-image: url("/images/right-arrow-red.png");
  background-size: 25px;
}
@media screen and (min-width: 992px) {
  .view-display-id-event_featured_sessions .swiper-eventi-in-evidenza .swiper-pagination-eventi-in-evidenza-next {
    width: 45px;
    height: 45px;
    background-size: auto;
  }
}
.view-display-id-event_featured_sessions .swiper-eventi-in-evidenza .swiper-pagination-eventi-in-evidenza-prev {
  z-index: 1000;
  top: 0px;
  right: 27px;
  width: 25px;
  height: 25px;
  background: #ec0e00;
  position: absolute;
  background-image: url("/images/left-arrow-red.png");
  background-size: 25px;
}
@media screen and (min-width: 992px) {
  .view-display-id-event_featured_sessions .swiper-eventi-in-evidenza .swiper-pagination-eventi-in-evidenza-prev {
    right: 47px;
    width: 45px;
    height: 45px;
    background-size: auto;
  }
}

.container-event-details {
  background-color: #f3f3f3;
  padding-top: 64px;
}
.container-event-details .view-display-id-event_featured_sessions .swiper-eventi-in-evidenza {
  margin-top: 32px;
}
.container-event-details .view-header h3 {
  text-align: left;
}

.container-event-details-highlights {
  background-color: #f3f3f3;
  padding-top: 20px;
  margin-bottom: 25px;
}
.container-event-details-highlights .view-header h3 {
  text-align: left;
}

.view-header h3.title-view-events {
  letter-spacing: 0.76px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  color: #000000;
  font-size: 40px;
  margin-bottom: 32px;
}

.mt-40px-highlights {
  margin-top: 40px;
}

.session-item {
  margin-bottom: 25px;
}
.session-item .views-field-field-image {
  width: 100%;
  display: block;
  float: left;
}
@media screen and (min-width: 992px) {
  .session-item .views-field-field-image {
    width: 60%;
  }
}
.session-item .views-field-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  display: block;
  float: right;
  font-size: 24px;
  width: 100% !important;
  padding: 5px;
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  .session-item .views-field-title {
    font-size: 20px;
    line-height: 28px;
    width: 35% !important;
  }
}
.session-item .views-field-field-data-intervento-1 {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  width: 100%;
  padding-left: 5px;
}
@media screen and (min-width: 992px) {
  .session-item .views-field-field-data-intervento-1 {
    width: 35%;
  }
}
.session-item .views-field-field-data-intervento {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  width: 100%;
  padding-left: 5px;
}
@media screen and (min-width: 992px) {
  .session-item .views-field-field-data-intervento {
    width: 35%;
  }
}
.session-item .views-field-field-section {
  display: block;
  float: left;
  font-size: 16px;
  padding-left: 5px;
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  width: 100%;
  background-color: #737373;
}
@media screen and (min-width: 992px) {
  .session-item .views-field-field-section {
    width: calc(35% - 5px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: right;
  }
}
.session-item .views-field-field-section a {
  color: white !important;
}
@media screen and (min-width: 992px) {
  .session-item .views-field-field-section {
    width: 35%;
  }
}
.session-item .streaming {
  background-color: #ec0e00;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.session-item .views-field-field-tipologia-sessione {
  display: none;
  padding: 5px;
}

.header-virtual-stend {
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 50px;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .header-virtual-stend {
    line-height: 28px;
    font-size: 20px;
  }
}

.view-sessione a {
  color: #000;
}

.field--name-field-ruolo-speaker {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .field--name-field-ruolo-speaker {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 992px) {
  .sessione-header-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    width: 100%;
    padding-top: 15px;
  }
  .sessione-header-sticky.is-stuck {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.sessione-details {
  padding-bottom: 50px;
  padding-top: 50px;
}
.sessione-details .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .sessione-details .only-mobile {
    display: none;
  }
}
.sessione-details .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .sessione-details .only-desktop {
    display: block;
  }
}
.sessione-details .calendar-button .sdm-atc-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.sessione-details .calendar-button .sdm-atc-trigger {
  display: block;
  width: 100%;
  background: #ec0e00;
  color: #ffffff;
  border: 1px solid #ec0e00;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
}
.sessione-details .calendar-button .sdm-atc-trigger:hover, .sessione-details .calendar-button .sdm-atc-trigger:focus {
  background: #b90b00;
  border-color: #b90b00;
  outline: none;
}
.sessione-details .calendar-button .sdm-atc-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  min-width: 210px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sessione-details .calendar-button .sdm-atc-dropdown li {
  border-bottom: 1px solid #f0f0f0;
}
.sessione-details .calendar-button .sdm-atc-dropdown li:last-child {
  border-bottom: none;
}
.sessione-details .calendar-button .sdm-atc-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.sessione-details .calendar-button .sdm-atc-dropdown a:hover {
  background: #f5f5f5;
  color: #000000;
}
.sessione-details .calendar-button .sdm-atc-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sessione-details .calendar-button .sdm-atc-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.sessione-details .sessione-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.sessione-details .sessione-header .share-box {
  position: relative;
}
.sessione-details .sessione-header .share-popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 8px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  z-index: 100;
}
.sessione-details .sessione-header .share-box.active .share-popup {
  display: grid;
}
.sessione-details .sessione-header .share-popup a img {
  width: 24px;
  height: 24px;
}
.sessione-details .sessione-header .header-back {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-header .header-back {
    margin-bottom: 0;
  }
}
.sessione-details .sessione-header .header-back img {
  margin-right: 5px;
}
.sessione-details .sessione-header .header-back p {
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.sessione-details .sessione-header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.sessione-details .sessione-header .header-links .share-box {
  position: relative;
}
.sessione-details .sessione-header .header-links .share-popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 8px;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  z-index: 100;
}
.sessione-details .sessione-header .header-links .share-box.active .share-popup {
  display: grid;
}
.sessione-details .sessione-header .header-links .share-popup a img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-header .header-links {
    width: fit-content;
    justify-content: flex-end;
  }
}
.sessione-details .sessione-header .header-links .link {
  cursor: pointer;
}
.sessione-details .sessione-header .header-links .link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-header .header-links .link span {
    display: inline;
    text-decoration: underline;
    font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ec0e00;
  }
}
.sessione-details .video-container {
  position: relative;
}
.sessione-details .sessione-details-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-details-container {
    gap: 30px;
    grid-template-columns: 33% 67%;
    position: relative;
  }
}
.sessione-details .sessione-details-container .subtitle {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-details-container .subtitle {
    width: fit-content;
  }
}
.sessione-details .sessione-details-container .subtitle-full {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  width: 100%;
}
.sessione-details .sessione-details-container .title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #000;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-details-container .title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 56px;
  }
}
.sessione-details .sessione-details-container .sessione-info {
  padding-bottom: 20px;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-details-container .sessione-info {
    position: sticky;
    top: 50px;
  }
}
.sessione-details .sessione-details-container .sessione-info .sessione-info-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.sessione-details .sessione-details-container .sessione-info .sessione-info-list .sessione-info-item {
  display: flex;
  align-items: center;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 24px;
}
.sessione-details .sessione-details-container .sessione-info .sessione-info-list .sessione-info-item img {
  margin-right: 10px;
}
.sessione-details .sessione-details-container .sessione-media-body > div {
  margin-bottom: 20px;
}
.sessione-details .sessione-details-container .sessione-media-body .sessione-image {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 992px) {
  .sessione-details .sessione-details-container .sessione-media-body .sessione-image {
    height: 460px;
  }
}
.sessione-details .sessione-details-container .sessione-media-body .sessione-image #player-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sessione-details .sessione-details-container .sessione-media-body .sessione-image .field--item {
  width: 100%;
  height: 100%;
}
.sessione-details .sessione-details-container .sessione-media-body .sessione-image .field--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
}
.sessione-details .sessione-details-container .sessione-media-body .sessione-body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  padding-bottom: 70px;
  position: relative;
  padding-top: 25px;
}
.sessione-details .sessione-details-container .sessione-media-body .sessione-body::before {
  content: "";
  display: block;
  height: 1px;
  width: 70%;
  background-color: #ec0e00;
  position: absolute;
  top: 0;
}
.sessione-details .btn-register {
  background-color: #ec0e00;
  width: 100%;
  color: #ffffff;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  line-height: 28px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sessione-details .line-before::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ec0e00;
  margin-bottom: 10px;
}

.sessione-related {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .sessione-related {
    grid-column: 2;
  }
}
.sessione-related .sessione-related-list {
  list-style: none;
  padding: 0;
}
.sessione-related .sessione-related-list .sessione-related-item {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
  padding: 20px;
}
.sessione-related .sessione-related-list .sessione-related-item:last-child {
  margin-bottom: 0;
}
.sessione-related .sessione-related-list .sessione-related-item .sessione-related-title {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
  width: 80%;
}
.sessione-related .sessione-related-list .sessione-related-item .sessione-related-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sessione-related .sessione-related-list .sessione-related-item .sessione-related-info .sessione-related-info-details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sessione-related .sessione-related-list .sessione-related-item .sessione-related-info .sessione-related-info-text {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
}
.sessione-related .sessione-related-list .sessione-related-item .sessione-related-info .sessione-related-info-text img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.sessione-related .sessione-related-list .sessione-related-item .sessione-related-info .sessione-related-link {
  cursor: pointer;
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ec0e00;
}

.eventi-page .counter {
  background-color: #0f4044;
  padding: 15px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  margin: 40px auto;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter {
    width: fit-content;
    margin: 60px auto;
    padding: 15px 50px;
  }
}
@media screen and (min-width: 992px) {
  .eventi-page .counter .counter-text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
.eventi-page .counter .counter-text-container span {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter .counter-text-container span {
    text-align: left;
  }
}
.eventi-page .counter .counter-text-container .counter-title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter .counter-text-container .counter-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.eventi-page .counter .counter-text-container .counter-date {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter .counter-text-container .counter-date {
    font-size: 24px;
    line-height: 32px;
  }
}
.eventi-page .counter #countdown.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter #countdown.countdown-grid {
    border-bottom: 0;
    padding-bottom: 0;
    padding-right: 15px;
    margin-top: 0;
  }
}
.eventi-page .counter #countdown.countdown-grid .countdown-item {
  display: grid;
  align-items: center;
  justify-items: center;
}
.eventi-page .counter #countdown.countdown-grid .countdown-value {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 28px;
  line-height: 44px;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter #countdown.countdown-grid .countdown-value {
    font-size: 40px;
    line-height: 56px;
  }
}
.eventi-page .counter #countdown.countdown-grid .countdown-label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}
.eventi-page .counter .clock-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .eventi-page .counter .clock-container {
    margin-top: 0;
  }
}
.eventi-page .container-gray-bg {
  background-color: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.eventi-page .container-gray-bg .events-card {
  background: #ffffff;
  width: 100%;
}
.eventi-page .container-gray-bg .events-card__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  padding: 15px 0;
}
.eventi-page .container-gray-bg .events-tab {
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 15px;
  justify-content: center;
}
.eventi-page .container-gray-bg .events-tab.is-active {
  background: #ec0e00;
  color: #ffffff;
}
.eventi-page .container-gray-bg .events-tab__title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-tab__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.eventi-page .container-gray-bg .events-tab__subtitle {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-tab__subtitle {
    font-size: 16px;
    line-height: 24px;
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
    margin-top: 10px;
    display: block;
  }
}
.eventi-page .container-gray-bg .events-sections {
  margin-top: 40px;
}
.eventi-page .container-gray-bg .events-sections .events-section {
  display: none;
  text-align: center;
}
.eventi-page .container-gray-bg .events-sections .events-section h3 {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
  color: #000000;
}
.eventi-page .container-gray-bg .events-sections .events-section.is-active {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-grid-4 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-grid-6 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-grid-3 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-grid-2 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-banner {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-position: center;
  justify-content: space-between;
  min-height: 250px;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    min-height: 140px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-banner .title {
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  font-weight: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 30px;
  text-align: start;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-banner .title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 56px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-banner p {
  text-align: start;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-banner .btn {
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 10px;
  min-width: 230px;
}
.eventi-page .container-gray-bg .events-sections .events-section .salone-banner .btn {
  color: #ec0e00;
}
.eventi-page .container-gray-bg .events-sections .events-section .company-banner .btn {
  color: #0f4044;
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner {
  background-color: #82705e;
  padding: 25px 15px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .info-banner {
    padding: 50px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner .title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 20px;
  text-align: start;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .info-banner .title {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-banner-content {
    grid-template-columns: repeat(5, 1fr);
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px #ffffff;
  padding: 5px;
  flex-direction: column;
  min-height: 120px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-item:not(:last-child) {
    border-right: none;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-item:nth-child(5) {
  grid-column: 1/span 2;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-item:nth-child(5) {
    grid-column: auto;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-item span {
  font-size: 40px;
  line-height: 56px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-right: 10px;
}
.eventi-page .container-gray-bg .events-sections .events-section .info-banner .info-item p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-section-header {
    margin-bottom: 40px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-section-header p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  width: fit-content;
  position: relative;
  padding-top: 10px;
  text-align: start;
  color: #333333;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-section-header p::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ec0e00;
  position: absolute;
  top: 0;
  left: 0;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-section-header a {
  display: flex;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-section-header a span {
  margin-right: 5px;
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-section-header a span:hover {
  text-decoration: underline;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card {
  padding: 20px 15px;
  background-color: #ffffff;
  padding-bottom: 0;
  text-align: left;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .little-image {
  display: block;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .big-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .little-image {
    display: none;
  }
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .big-image {
    display: block;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content {
    min-height: 120px;
    justify-content: space-between;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
  color: #000000;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content .info {
  display: flex;
  align-items: center;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content .info p,
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content .info span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  color: #333333;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .content .info span {
  margin-left: 5px;
  margin-right: 5px;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .image {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .image {
    height: 200px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card.big {
  order: -1;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card.big .little-image {
  display: block;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card.big .big-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card.big {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card.big .little-image {
    display: none;
  }
  .eventi-page .container-gray-bg .events-sections .events-section .event-formats .event-format-card.big .big-image {
    display: block;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-daily-planner .event-card-daily {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #333333;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-daily-planner .event-card-daily .day {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 5px;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-daily-planner .event-card-daily .date-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-daily-planner .event-card-daily .date-container .date-full {
  font-size: 32px;
  line-height: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-card-years {
  background-color: #333333;
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 75px;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-card-years {
    min-height: 85px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-card-years p {
  color: #ffffff;
  font-size: 25px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-card-years p {
    font-size: 32px;
    line-height: 48px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-card-years img {
  width: 25px;
  height: 25px;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .paginations-wrapper-years {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .paginations-wrapper-years {
    justify-content: flex-end;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-years-evidenza {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-years-evidenza .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-years-evidenza .swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  height: auto;
  display: flex;
  align-items: baseline;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-container {
  height: fit-content;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-container .swiper-pagination-bullets {
  margin: 0;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-years-grid {
  display: grid;
  gap: 20px;
  width: 100%;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-years-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .event-card-years {
  width: 100%;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-button-prev-years,
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-button-next-years {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-pagination-years {
  display: block;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-pagination-years .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-pagination-years .only-desktop {
    display: block;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-pagination-years .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-pagination-years .only-mobile {
    display: none;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .swiper-pagination-fraction {
  color: #ec0e00;
  font-size: 20px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .play-pause-button-years {
  cursor: pointer;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .play-pause-button-years img {
  width: 15px;
  height: 15px;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .play-pause-button-years .pause {
  display: block;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-years-archive .play-pause-button-years .play {
  display: none;
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company {
  background-color: #ffffff;
  padding: 15px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company {
    padding: 20px;
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
    min-height: 230px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company .event-card-content {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .event-card-content {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company .icon {
  background-color: #f7e3e3;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company .title {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: start;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company .subtitle {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .subtitle {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
  }
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .subtitle p {
    text-align: start;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company .link {
  background-color: #ec0e00;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  cursor: pointer;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .link {
    background-color: transparent;
    width: fit-content;
    height: fit-content;
  }
}
.eventi-page .container-gray-bg .events-sections .events-section .event-card-company .link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .link span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ec0e00;
    padding: 0;
    text-decoration: underline;
    font-weight: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) {
  .eventi-page .container-gray-bg .events-sections .events-section .event-card-company .link img {
    display: none;
  }
}

.eventi-aggregator {
  padding-bottom: 50px;
  padding-top: 50px;
}
.eventi-aggregator .only-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .only-mobile {
    display: none;
  }
}
.eventi-aggregator .only-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .only-desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .header-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    width: 100%;
    padding-top: 15px;
  }
  .eventi-aggregator .header-sticky.is-stuck {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
.eventi-aggregator .header {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.eventi-aggregator .header .header-back {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .header .header-back {
    margin-bottom: 0;
  }
}
.eventi-aggregator .header .header-back img {
  margin-right: 5px;
}
.eventi-aggregator .header .header-back p {
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.eventi-aggregator .header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .header .header-links {
    width: fit-content;
    justify-content: flex-end;
  }
}
.eventi-aggregator .header .header-links .link {
  cursor: pointer;
}
.eventi-aggregator .header .header-links .link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .header .header-links .link span {
    display: inline;
    text-decoration: underline;
    font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ec0e00;
  }
}
.eventi-aggregator .subtitle {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 24px;
  line-height: 36px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .subtitle {
    width: fit-content;
  }
}
.eventi-aggregator .subtitle::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ec0e00;
  margin-bottom: 10px;
}
.eventi-aggregator .eventi-aggregator-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container {
    gap: 30px;
    grid-template-columns: 35% 65%;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info {
  height: fit-content;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info {
    position: sticky;
    top: 70px;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info .title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info .title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 56px;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info .info-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info .info-list .info-item {
  display: flex;
  align-items: center;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-info .info-list .info-item img {
  margin-right: 10px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body {
    padding-bottom: 70px;
    display: block;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .image {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .image .sdm-image-gradient {
  display: none;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .image .field--name-field-image {
  height: 200px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .image .field--name-field-image {
    height: 460px;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .image .field--name-field-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  position: relative;
  padding-top: 25px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .body::before {
  content: "";
  display: block;
  height: 1px;
  width: 30%;
  background-color: #ec0e00;
  position: absolute;
  top: 0;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .body .field--name-body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .body .field--name-body span {
  display: block;
  height: fit-content;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .link-more {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .link-more span {
  margin-right: 5px;
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .link-more span:hover {
  text-decoration: underline;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body .link-more img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body.is-expanded .field--name-body {
  -webkit-line-clamp: unset;
  display: block;
}
.eventi-aggregator .eventi-aggregator-container .eventi-aggregator-media-body.is-expanded .link-more img {
  transform: rotate(180deg);
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 20px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .only-mobile {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .only-mobile {
    display: none !important;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .only-desktop {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .only-desktop {
    display: block !important;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card {
  border: solid 1px #e1e1e1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 15px;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card {
    padding: 20px;
    padding-left: 0;
    flex-direction: row;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card.is-hidden-list .card-meta {
  background-color: #ec0e00;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card.is-hidden-list .card-meta .card-date {
  display: block;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card.is-hidden-list .card-meta .card-time {
  display: none;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card.no-title {
  background-color: #fff;
  border: none;
  padding: 0px;
  padding-top: 20px;
  border-top: solid 1px #ec0e00;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card.tipologia-senza-dettaglio .box-link,
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card.tipologia-senza-dettaglio .card-speakers-avatars {
  display: none;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-header {
    margin-bottom: 10px;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta {
  padding: 10px;
  background-color: #333;
  color: #ffffff;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta {
    height: fit-content;
    display: flex;
    justify-content: left;
    min-width: 200px;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta .card-date,
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta .card-time {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin: 0;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta .card-date img,
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta .card-time img {
  margin-right: 10px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-meta span {
  font-size: 12px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-type {
  font-size: 14px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-title {
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-bottom: 10px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-body {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-body {
    width: 80%;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-body p {
  margin-bottom: 5px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-body ul {
  list-style: disc;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-body a {
  color: #ec0e00;
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-body a:hover {
  text-decoration: underline;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-location {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333333;
  display: flex;
  align-items: center;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-location img {
  margin-right: 5px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .box-link {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .box-link .card-link {
  color: #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .box-link .card-link:focus {
  outline: none;
  background-color: transparent;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .box-link .card-link img {
  margin-right: 5px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .box-link .card-link:hover {
  text-decoration: underline;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-speakers-avatars {
  display: flex;
  align-items: center;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-speakers-avatars.is-hidden {
  display: none;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-event-image.is-hidden {
  display: none;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-event-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .card-event-image img {
    width: 300px;
  }
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .speaker-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #d3d3d3;
  overflow: hidden;
  background: #f5f5f5;
  box-sizing: border-box;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .speaker-avatar:not(:first-child) {
  margin-left: -12px;
}
.eventi-aggregator .eventi-aggregator-container .eventi-section .eventi-section-program .program-cards .program-card .speaker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eventi-aggregator .explorer-container {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .explorer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eventi-aggregator .explorer-container .card-explorer {
  background-position: center;
  background-size: cover;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .explorer-container .card-explorer {
    min-height: 360px;
  }
}
.eventi-aggregator .explorer-container .card-explorer .title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.eventi-aggregator .explorer-container .card-explorer .body {
  display: none;
}
@media screen and (min-width: 992px) {
  .eventi-aggregator .explorer-container .card-explorer .body {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
    margin-bottom: 20px;
  }
}
.eventi-aggregator .explorer-container .card-explorer .button-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.eventi-aggregator .explorer-container .card-explorer .button-container .button-outline {
  color: #ffffff;
  border: solid 1px #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: transparent;
  width: fit-content;
  min-width: 250px;
  justify-content: center;
}
.eventi-aggregator .explorer-container .card-explorer .button {
  color: #000000;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  justify-content: center;
}

.event-page-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.event-page-list .event-list-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.event-page-list .event-list-back {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.event-page-list .event-list-back img {
  margin-right: 5px;
}
.event-page-list .event-list-back span {
  text-decoration: underline;
}
.event-page-list .title {
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 25px;
  color: #000000;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .event-page-list .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.event-page-list .subtitle {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333333;
}
@media screen and (min-width: 992px) {
  .event-page-list .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.event-page-list .event-list-container {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-page-list .event-list-container .form-group {
  margin: 0;
}
.event-page-list .event-list-container .upcoming-events,
.event-page-list .event-list-container .past-events {
  display: none;
}
.event-page-list .event-list-container .upcoming-events.is-active,
.event-page-list .event-list-container .past-events.is-active {
  display: block;
}
.event-page-list .event-list-container .upcoming-events .element-container,
.event-page-list .event-list-container .past-events .element-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .event-page-list .event-list-container .upcoming-events .element-container,
  .event-page-list .event-list-container .past-events .element-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.event-page-list .event-list-container .upcoming-events .views-element-container,
.event-page-list .event-list-container .past-events .views-element-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .event-page-list .event-list-container .upcoming-events .views-element-container,
  .event-page-list .event-list-container .past-events .views-element-container {
    grid-template-columns: 1fr 3fr;
  }
}
.event-page-list .views-element-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .event-page-list .views-element-container {
    grid-template-columns: 1fr 3fr;
  }
}
.event-page-list .grid-2 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .event-page-list .grid-2 {
    grid-template-columns: 1fr 3fr;
  }
}
.event-page-list .event-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.event-page-list .event-tab .buttom-tab {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  padding-bottom: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  border-bottom: solid 3px #d8d8d8;
}
.event-page-list .event-tab .buttom-tab.is-active {
  border-bottom: solid 3px #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.event-page-list .card-eventi-list-future {
  border: solid 1px #757575;
}
.event-page-list .card-eventi-list {
  color: #000000;
  background-color: #ffffff;
  padding: 15px;
  padding-top: 0;
  display: block;
  position: relative;
  display: block;
}
.event-page-list .card-eventi-list .card-tag {
  background-color: #333;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 15px;
  border-radius: 20px;
}
.event-page-list .card-eventi-list .calendar {
  background-color: #ec0e00;
  padding: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-page-list .card-eventi-list:hover .title {
  color: #000000;
}
.event-page-list .card-eventi-list .sessione {
  font-size: 14px;
  line-height: 20px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-bottom: 10px;
  color: #ec0e00;
}
.event-page-list .card-eventi-list .image {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.event-page-list .card-eventi-list .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  aspect-ratio: 4/3;
}
.event-page-list .card-eventi-list .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
  color: #000000;
}
.event-page-list .card-eventi-list .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-page-list .card-eventi-list .info-list .info-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.event-page-list .card-eventi-list .info-list .info-list-item img {
  margin-right: 5px;
}
.event-page-list .card-eventi-list .info-list .info-list-item span {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  color: #333333;
}
.event-page-list .event-filter {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .event-page-list .event-filter {
    margin-top: -50px;
  }
}
.event-page-list .event-filter .filter-title {
  font-size: 28px;
  line-height: 44px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
.event-page-list .event-filter .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.event-page-list .event-filter .reset-filter .btn-info {
  display: block;
}
.event-page-list .event-filter .reset-filter .btn-default {
  display: none;
}
.event-page-list .event-filter .reset-filter .btn-default.visible {
  display: block;
}
.event-page-list .event-filter .reset-filter .btn-info.hidden {
  display: none;
}
@media screen and (min-width: 992px) {
  .event-page-list .event-filter .reset-filter .btn-info {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .event-page-list .event-filter .reset-filter .btn-default {
    display: block;
  }
}
.event-page-list .event-filter .filter-container {
  display: none;
}
@media screen and (min-width: 992px) {
  .event-page-list .event-filter .filter-container {
    display: block;
  }
}
.event-page-list .event-filter .filter-container.open {
  display: block;
}
.event-page-list .event-filter .reset-filter .button {
  color: #ec0e00;
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.event-page-list .event-filter .reset-filter .button:hover {
  text-decoration: underline;
}
.event-page-list .event-filter .form-info-register {
  border: solid 1px #777;
  background-color: #eeeeee;
  padding: 25px 15px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.event-page-list .event-filter .form-info-register img {
  margin-right: 10px;
}
.event-page-list .event-filter .form-info-register .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.event-page-list .event-filter .form-info-register .text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.event-page-list .event-filter .form-info-register .text a {
  color: #000000;
  text-decoration: underline;
  font-weight: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.event-page-list .event-filter .select-filter {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.event-page-list .event-filter .select-filter .dropdown {
  width: 100%;
  background: none;
  border: 0;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-page-list .event-filter .filter-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__toggle {
  width: 100%;
  background: none;
  border: 0;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.2s ease;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown.open .filter-dropdown__caret {
  transform: rotate(180deg);
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu {
  width: 100%;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px #000;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu .gray-checkbox,
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu .red-checkbox {
  background-image: none !important;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu label {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu input::before {
  border: solid 1px #000;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu input[type=checkbox],
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu input[type=radio] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu input[type=checkbox]::before,
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu .checkbox,
.event-page-list .event-filter .filter-dropdown .filter-dropdown__menu .form-check {
  margin: 6px 0;
  font-size: 14px;
}
.event-page-list .event-filter .filter-dropdown__menu--locations {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.event-page-list .event-filter .filter-dropdown__menu--locations label {
  font-size: 12px !important;
}
.event-page-list .event-filter .filter-dropdown.open .filter-dropdown__menu--locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
}
.event-page-list .event-filter .filter-dropdown__menu--locations .filter-dropdown__option {
  margin: 0;
}
.event-page-list .event-filter .filter-dropdown__menu--years .filter-years__grid {
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  display: grid;
  padding: 0;
}
.event-page-list .event-filter .filter-dropdown__menu--years .filter-years__grid .filter-years__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #333333 !important;
  border: solid 1px #000;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  min-height: 35px;
}
.event-page-list .event-filter .filter-dropdown__menu--years .filter-years__grid .filter-years__item:hover {
  background-color: #ec0e00 !important;
  color: #ffffff !important;
  border: solid 1px #ec0e00;
}
.event-page-list .event-filter .filter-dropdown__menu--years .filter-years__grid .filter-years__item.is-selected {
  background-color: #ec0e00 !important;
  color: #ffffff !important;
  border: solid 1px #ec0e00;
}
.event-page-list .event-filter .location-pill {
  display: block;
  cursor: pointer;
  text-align: center;
}
.event-page-list .event-filter .location-pill__content {
  background: #ffffff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 20px;
  padding: 5px;
}
.event-page-list .event-filter .location-pill__content-full {
  grid-column: span 2;
}
.event-page-list .event-filter .location-pill__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}
.event-page-list .event-filter .location-pill__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.event-page-list .event-filter .location-pill__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.event-page-list .event-filter .location-pill__input:checked + .location-pill__content {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.event-page-list .event-filter .location-pill__input:checked + .location-pill__content img {
  filter: invert(1);
}
.event-page-list .event-filter .field-giorni {
  margin-top: 20px;
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  color: #000000;
}
.event-page-list .event-filter .field-giorni .giorni-list {
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  display: grid;
  padding: 0;
}
.event-page-list .event-filter .field-giorni .giorni-list .giorni-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #333333 !important;
  border: solid 1px #000;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  min-height: 35px;
}
.event-page-list .event-filter .field-giorni .giorni-list .giorni-btn:hover {
  background-color: #ec0e00 !important;
  color: #ffffff !important;
  border: solid 1px #ec0e00;
}
.event-page-list .event-filter .field-giorni .giorni-list .giorni-btn.is-selected {
  background-color: #ec0e00 !important;
  color: #ffffff !important;
  border: solid 1px #ec0e00;
}
.event-page-list .event-filter .container-date-calendar {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
.event-page-list .event-filter .container-date-calendar .calendar-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.event-page-list .event-filter .container-date-calendar .calendar-tab .buttom-tab-calendar {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  padding-bottom: 5px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  border-bottom: solid 3px #d8d8d8;
  color: #333333;
}
.event-page-list .event-filter .container-date-calendar .calendar-tab .buttom-tab-calendar.is-active {
  border-bottom: solid 3px #ec0e00;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.event-page-list .event-filter .container-date-calendar .container-calendar-year {
  display: none;
  min-height: 200px;
  align-items: center;
  justify-content: center;
}
.event-page-list .event-filter .container-date-calendar .container-calendar-year.is-active {
  display: flex;
}
.event-page-list .event-filter .container-date-calendar .container-calendar-salone {
  display: none;
}
.event-page-list .event-filter .container-date-calendar .container-calendar-salone.is-active {
  display: block;
}
.event-page-list .event-filter .panel-default {
  border: none;
  box-shadow: none;
}
.event-page-list .event-filter .panel-default .form-item-field-data-intervento-value-max,
.event-page-list .event-filter .panel-default .panel-heading,
.event-page-list .event-filter .panel-default .control-label,
.event-page-list .event-filter .panel-default .flatpickr-input {
  display: none;
}
.event-page-list .event-filter .panel-default .panel-body {
  padding: 0;
  border: none;
  margin-top: 20px;
}
.event-page-list .event-filter .panel-default .panel-body .form-type-datetime-flatpickr {
  margin-bottom: 15px;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar {
  background-color: #fdfbfb;
  box-shadow: none;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-day {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-weight: 400;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-day:hover {
  background-color: #fbcfcc;
  border: solid 1px #fbcfcc;
  color: #000000;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-day.selected {
  background-color: #ec0e00;
  color: #ffffff;
  border: solid 1px #ec0e00;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-day.today {
  border: solid 1px #ec0e00;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-current-month {
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-monthDropdown-months {
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .numInputWrapper {
  font-size: 11px;
  line-height: 15px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-month {
  position: relative;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-prev-month {
  position: absolute;
  left: 5px;
  padding: 0;
  top: 7px;
  width: fit-content;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-next-month {
  position: absolute;
  left: 115px;
  padding: 0;
  top: 7px;
  width: fit-content;
}
.event-page-list .event-filter .panel-default .panel-body .flatpickr-calendar .flatpickr-weekday {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.check-square {
  font-weight: 300;
}

.sessione-speaker {
  padding-top: 10px;
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .sessione-speaker {
    border-top: solid 1px #ec0e00;
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
}
.sessione-speaker .speaker-list {
  list-style: none;
  padding: 0;
}
.sessione-speaker .speaker-list .speaker-item {
  padding: 10px;
  border-bottom: solid 1px #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.sessione-speaker .speaker-list .speaker-item .speaker-container {
  display: flex;
  align-items: center;
}
.sessione-speaker .speaker-list .speaker-item .speaker-container .speaker-img {
  margin-right: 10px;
}
.sessione-speaker .speaker-list .speaker-item .speaker-container .speaker-img img {
  border-radius: 100%;
  border: solid 1px #ec0e00;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}
.sessione-speaker .speaker-list .speaker-item .speaker-container .speaker-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 992px) {
  .sessione-speaker .speaker-list .speaker-item .speaker-container .speaker-info {
    flex-direction: row;
  }
}
.sessione-speaker .speaker-list .speaker-item .speaker-container .speaker-info .speaker-name,
.sessione-speaker .speaker-list .speaker-item .speaker-container .speaker-info .speaker-role {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.sessione-speaker .speaker-list .speaker-item .speaker-link {
  cursor: pointer;
  text-decoration: underline;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ec0e00;
}

.view-empty-list-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.view-empty-list-events img {
  margin-bottom: 20px;
}
.view-empty-list-events .text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
}
.view-empty-list-events .text strong {
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  font-weight: 600;
}
.view-empty-list-events .text a {
  color: #ec0e00;
  text-decoration: underline;
}

.event-list-container .flag, .highlights-events-list .flag {
  background-color: #ec0e00;
  padding: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-list-container .flag p, .highlights-events-list .flag p {
  display: none;
}
.event-list-container .img-white, .highlights-events-list .img-white {
  display: inline;
}
.event-list-container .img-red, .highlights-events-list .img-red {
  display: none;
}

.sessione-details .flag {
  cursor: pointer;
}
.sessione-details .flag .img-white {
  display: none;
}
.sessione-details .flag .img-red {
  display: inline;
}
.sessione-details .flag p {
  display: none;
}
@media screen and (min-width: 992px) {
  .sessione-details .flag p {
    display: inline;
    text-decoration: underline;
    font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ec0e00;
  }
}

.body-display {
  display: none;
}

@media screen and (min-width: 992px) {
  .highlights-events-item--big .body-display {
    display: block;
    margin-bottom: 20px;
  }
}

.element-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .element-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

#user-profile-container .user-title {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 1.14px;
  line-height: 64px;
  text-align: center;
}
#user-profile-container hr {
  margin-top: 48px;
  margin-bottom: 48px;
}
#user-profile-container .user-profile {
  margin-top: 64px;
}
#user-profile-container .section-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}
#user-profile-container .field {
  margin-bottom: 32px;
}
#user-profile-container .field--label {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
#user-profile-container .field--item {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.49px;
  line-height: 32px;
}
#user-profile-container .btn-edit-user {
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  background-color: #ec0e00;
  padding: 10px 60px;
  width: 150px;
  color: #ffffff !important;
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 25px;
}
@media screen and (min-width: 992px) {
  #user-profile-container .field-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #user-profile-container .field-wrapper > .field {
    flex: 1 0 50%;
  }
}
#user-profile-container input {
  border: 0px;
}

form.sdm-schede-sdm-schede-postcard {
  margin: 60px 0;
}
form.sdm-schede-sdm-schede-postcard .form-description {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5;
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper {
  margin-top: 60px;
}
@media (min-width: 768px) {
  form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper {
    display: flex;
    align-items: center;
  }
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper > div {
  margin: 0;
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-item-postcard-file-prefix {
  color: #ffffff;
  background-color: #ec0e00;
  padding: 10px 30px;
  cursor: pointer;
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-item-postcard-file-prefix .description {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-item-postcard [type=file] {
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  padding: 22px;
  line-height: 5px;
  border-radius: 0;
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-item-postcard [type=file]::file-selector-button {
  display: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-item-postcard [type=file] {
      text-indent: -120px;
      margin-left: -7em;
    }
    form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-item-postcard [type=file]::file-selector-button {
      display: inline;
    }
  }
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-actions {
  margin-top: 30px;
}
@media (min-width: 768px) {
  form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-actions {
    margin-top: 0;
    margin-left: 15px;
  }
}
form.sdm-schede-sdm-schede-postcard .form-postcard-wrapper .form-actions > button {
  background: white;
  border: 1px solid red;
  color: red;
  border-radius: 0;
  padding: 9px 30px;
  font-size: 18px;
}

.background {
  background-color: #F3F3F3;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  padding: 60px 70px;
  gap: 30px;
}

.left-content {
  max-width: 555px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.title-text {
  font-family: FSSiena-Regular;
  font-size: 32px;
  line-height: 48px;
  margin: 0;
}

.bolded {
  font-weight: 600;
}

.subtitle-text {
  font-family: FSSiena-Regular;
}

@media screen and (max-width: 850px) {
  body {
    margin: 0;
  }
  .background {
    flex-direction: column;
    gap: 20px;
    height: 100%;
  }
  .left-content {
    width: 100%;
  }
}
.ticketing {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.ticketing .small-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.76px;
  line-height: 40px;
}
.ticketing .summary {
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .ticketing .summary {
    font-size: 32px;
    line-height: 40px;
  }
}
.ticketing .small-summary {
  margin-top: 16px;
  margin-bottom: 64px;
}
@media screen and (min-width: 992px) {
  .ticketing .small-summary {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.ticketing .form-submit {
  background-color: #ec0e00;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.ticketing .custom-form-container {
  background-color: #f3f3f3;
  padding-top: 64px;
  padding-bottom: 64px;
}
.ticketing .custom-form-container .title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.76px;
  margin-bottom: 40px;
}
.ticketing .custom-form-container .panel {
  box-shadow: none;
}
.ticketing .custom-form-container .panel-default {
  border: none;
}
.ticketing .custom-form-container .ticket-container .ticket-in-cart {
  background-color: red;
}
.ticketing .custom-form-container .ticket-container > .panel-body {
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f3f3;
  border: none;
  padding: 0px;
}
.ticketing .custom-form-container .ticket-container .ticket {
  flex-basis: calc(33.3% - 10px);
  margin: 0px 10px 20px 0px;
  min-height: 400px;
  padding: 16px;
}
.ticketing .custom-form-container .ticket-container .ticket .panel-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .ticketing .custom-form-container .ticket-container .ticket .ticket-name {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .ticketing .custom-form-container .ticket-container .ticket .ticket-add-button {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.38px;
    line-height: 25px;
    border: none;
    border-radius: 0px;
    background-color: #ec0e00;
    color: #ffffff;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .ticketing .custom-form-container .ticket-container .ticket .ticket-price {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.ticketing .custom-form-container .ticket-container .ticket .ticket-no-form {
  padding: 0px;
  border: none;
  box-shadow: none;
  background-color: #ffffff;
}
.ticketing .custom-form-container .ticket-container .has-float-label label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  color: #979797;
}
.ticketing .custom-form-container .cart-container {
  background-color: #ffffff;
  padding: 15px;
}
.ticketing .custom-form-container .cart-container .panel-heading {
  background-color: #ffffff;
  border-bottom: 0px;
}
.ticketing .custom-form-container .cart-container .panel-heading .panel-title {
  font-size: 32px;
  line-height: 40px;
}
.ticketing .custom-form-container .cart-container .panel-body {
  border-bottom: 0px;
  padding: 0px;
}
.ticketing .custom-form-container .cart-container .form-type-select .input-group {
  width: 100%;
}
.ticketing .custom-form-container .cart-container .cart-item {
  background-color: #f3f3f3;
}
.ticketing .custom-form-container .cart-container .cart-item .cart-item-name {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17px;
  padding-bottom: 10px;
}
.ticketing .custom-form-container .cart-container .cart-item .panel-body {
  padding: 15px;
}
.ticketing .custom-form-container .cart-container .cart-item .cart-item-price {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17px;
  padding-bottom: 10px;
}
.ticketing .custom-form-container .cart-container .cart-item .remove-cart-item {
  background-color: transparent;
  color: #ec0e00;
  border: none;
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: uppercase;
}
.ticketing .custom-form-container .cart-container .cart-item .remove-cart-item .glyphicon-trash:before {
  content: unset;
}
.ticketing .custom-form-container .cart-container .cart-item .input-group-addon {
  display: none;
}
.ticketing .custom-form-container .cart-container .has-float-label label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  color: #979797;
}
.ticketing .custom-form-container .cart-proceed {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.38px;
  line-height: 25px;
  border: none;
  border-radius: 0px;
  background-color: #ec0e00;
  color: #ffffff;
}
.ticketing .custom-form-container .w-100 {
  width: 100%;
}
.ticketing .custom-form-container .cart-summary {
  font-size: 22px;
  letter-spacing: 0.42px;
  line-height: 32px;
  margin: 15px 0px;
}
.ticketing .custom-form-container .cart-summary-merchandising {
  font-size: 22px;
  letter-spacing: 0.42px;
  line-height: 32px;
  margin: 15px 0px;
  margin-right: 30px;
}
.ticketing .custom-form-container .dropdown-toggle {
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0px !important;
  box-shadow: none;
  padding: 6px 12px;
}
.ticketing .custom-form-container .dropdown-toggle .filter-option-inner-inner {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}
.ticketing .ticket-wrapper .panel-heading {
  background-color: #ffffff;
  margin: 30px 0px 0px 0px;
}
.ticketing .sdm-heading-container-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticketing .sdm-heading-container-row .small-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.ticketing .sdm-heading-container-row .medium-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}
.ticketing .sdm-heading-container-row .big-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}
.ticketing .sdm-heading-container-row .sdm-owner-edit-button a {
  color: #ec0e00;
  text-transform: uppercase;
}
.ticketing .owner-textfield {
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  padding: 6px 0px;
  margin-bottom: 20px;
  width: 100%;
  color: #000000;
}
.ticketing .sdm-ticketing-dates-wrapper .form-type-radio.selected {
  background-color: red;
}
.ticketing .ticket-date {
  border: 1px solid #979797;
  color: #979797;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 25px;
  width: 200px;
  padding: 8px 20px;
  text-align: center;
  margin-top: 5px;
  font-size: 20px;
}
.ticketing .ticket-date-selected {
  border: 1px solid #ec0e00;
  background-color: green;
  color: #ffffff;
}
.ticketing .ticket-merchandising {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.ticketing .ticket-merchandising .merchandising-item .title-label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  color: #979797;
}
.ticketing .ticket-merchandising .merchandising-item .title-value {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}
.ticketing .ticket-merchandising .merchandising-item .title-value .js-form-type-select .control-label {
  display: none;
}
.ticketing .ticket-merchandising .merchandising-item .title-value .js-form-type-select .input-group-addon {
  display: none;
}
.ticketing .ticket-merchandising .merchandising-item .form-item-merchandising-quantity label {
  display: none;
}
.ticketing .recommended {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 40px;
}
.ticketing .action-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order .small-summary {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .order .small-summary {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
}
.order .padding-row {
  margin-bottom: 64px;
}
.order .cart-total-container {
  margin: 64px 0px;
}
.order .cart-total-container .cart-total {
  font-size: 32px;
  line-height: 40px;
  margin-right: 64px;
}

.cart-proceed {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.38px;
  line-height: 25px;
  border: none;
  border-radius: 0px;
  background-color: #ec0e00;
  color: #ffffff;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ec0e00;
  border-radius: 50%;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.payment .form-item-wrapper {
  background-color: #ffffff;
  padding: 40px 0px;
  margin-bottom: 24px;
}

.ticketing-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.76px;
  line-height: 40px;
}

.ticketing-description {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.ticketing-subtitle {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.ticketing-text {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.49px;
  line-height: 32px;
}

.ticketing-label {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.sdm-text-field {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sdm-text-field .form-group.has-float-label label, .sdm-text-field .form-group.has-float-label > span {
  top: -20px;
}
.sdm-text-field input {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #000000;
  padding: 6px 25px 6px 0px;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.49px;
  line-height: 32px;
}
.sdm-text-field label {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(300%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.modal-fullscreen .modal-fullscreen2 {
  padding-right: 0px !important;
  z-index: 999;
  height: calc(100% - 80px);
  margin-top: 80px;
}
.modal-fullscreen .modal-fullscreen2 .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.modal-fullscreen .modal-fullscreen2 .modal-content {
  background-color: #ec0e00;
  background-size: cover;
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.modal-fullscreen .modal-fullscreen2 .modal-content .close {
  z-index: 102;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1 !important;
  animation-delay: 0.1s;
}
.modal-fullscreen .modal-fullscreen2 .modal-content .close img {
  width: 50px;
}
.modal-fullscreen .modal-fullscreen2 .modal-header {
  border-bottom: 0px;
  z-index: 101;
}
.modal-fullscreen .modal-fullscreen2 .modal-tissue {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.modal-fullscreen .modal-fullscreen2 .modal-body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 5%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
}
@media screen and (min-width: 992px) {
  .modal-fullscreen .modal-fullscreen2 .modal-body {
    margin: 30px 15%;
  }
}
.modal-fullscreen .modal-fullscreen2 .modal-white {
  margin: 0px !important;
  padding: 0px !important;
  background-color: white;
  justify-content: flex-start !important;
}
.modal-fullscreen .modal-fullscreen2 #date {
  color: white;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.29px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .modal-fullscreen .modal-fullscreen2 #date {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.29px;
    line-height: 24px;
  }
}
.modal-fullscreen .modal-fullscreen2 #title {
  color: white;
  width: 100%;
  animation-delay: 0.1s;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.58px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .modal-fullscreen .modal-fullscreen2 #title {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 0.87px;
    line-height: 64px;
  }
}
.modal-fullscreen .modal-fullscreen2 .modal-white #title {
  color: red;
}
.modal-fullscreen .modal-fullscreen2 .modal-white #title a {
  text-decoration: underline !important;
  color: red !important;
}
.modal-fullscreen .modal-fullscreen2 #subtitle {
  color: white;
  width: 100%;
  animation-delay: 0.3s;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.29px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .modal-fullscreen .modal-fullscreen2 #subtitle {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 32px;
  }
}
.modal-fullscreen .modal-fullscreen2 #link {
  color: white;
  width: 100%;
  animation-delay: 0.4s;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .modal-fullscreen .modal-fullscreen2 #link {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.46px;
    line-height: 40px;
  }
}
.modal-fullscreen .modal-fullscreen2 .modal-white #link a {
  color: white !important;
  background-color: red;
}
.modal-fullscreen .modal-fullscreen2 .cssanimation {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-fullscreen .modal-fullscreen2 .cssanimation2 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-fullscreen .modal-fullscreen2 .cssanimation3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-fullscreen .modal-fullscreen2 .cssanimation4 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-fullscreen .modal-fullscreen2 .fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

.modal-hp,
.postcard-upload-modal {
  z-index: 200000001;
  height: 100% !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 992px) {
  .modal-hp,
  .postcard-upload-modal {
    margin-top: 80px !important;
    height: calc(100% - 80px) !important;
  }
}
.modal-hp .modal-content,
.postcard-upload-modal .modal-content {
  background-color: #ec0e00;
  height: auto;
  min-height: 600px;
  max-height: 800px;
  max-width: 700px;
  border: 0 none;
  border-radius: 0;
  z-index: 200000005;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin: auto;
  overflow-y: hidden;
  text-align: center;
}
.modal-hp .modal-content .modal-img-logo,
.postcard-upload-modal .modal-content .modal-img-logo {
  margin-top: 20px !important;
}
@media screen and (min-width: 992px) {
  .modal-hp .modal-content .modal-img-logo,
  .postcard-upload-modal .modal-content .modal-img-logo {
    margin-top: 40px !important;
  }
}
.modal-hp .modal-content .close,
.postcard-upload-modal .modal-content .close {
  z-index: 10003;
  position: absolute;
  top: 20px;
  right: 50px;
  opacity: 1 !important;
  animation-delay: 0.1s;
}
.modal-hp .modal-content .close img,
.postcard-upload-modal .modal-content .close img {
  width: 20px !important;
  height: 20px !important;
  z-index: 10005;
}
@media screen and (min-width: 992px) {
  .modal-hp .modal-content .close img,
  .postcard-upload-modal .modal-content .close img {
    width: 30px !important;
    height: 30px !important;
  }
}
.modal-hp .modal-header,
.postcard-upload-modal .modal-header {
  border-bottom: 0;
  z-index: 101;
}
.modal-hp .modal-tissue2,
.postcard-upload-modal .modal-tissue2 {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
}
.modal-hp .modal-tissue,
.postcard-upload-modal .modal-tissue {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.modal-hp .modal-body,
.postcard-upload-modal .modal-body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 5%;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .modal-hp .modal-body,
  .postcard-upload-modal .modal-body {
    margin: 30px 15%;
  }
}

.modal-hp #date {
  color: white;
  width: 100%;
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: 0.29px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .modal-hp #date {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.29px;
    line-height: 24px;
  }
}
.modal-hp #title {
  color: white;
  width: 100%;
  animation-delay: 0.1s;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.58px;
  line-height: 48px;
  margin-bottom: 16px;
  margin-top: 24px;
}
.modal-hp #title a {
  color: white !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 992px) {
  .modal-hp #title {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.87px;
    line-height: 48px;
    margin-top: 40px;
  }
}
.modal-hp #subtitle {
  color: white;
  width: 100%;
  animation-delay: 0.3s;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.29px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .modal-hp #subtitle {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 32px;
  }
}
.modal-hp #link {
  margin-top: 5px;
  width: 100%;
  animation-delay: 0.4s;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 32px;
}
.modal-hp #link a {
  padding: 10px 40px;
  color: #ec0e00 !important;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .modal-hp #link {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.46px;
    line-height: 40px;
  }
}
.modal-hp .cssanimation {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-hp .cssanimation2 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-hp .cssanimation3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-hp .cssanimation4 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-hp .fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

.postcard-upload-modal .modal-content {
  background-color: #ffffff;
  padding: 30px;
}
.postcard-upload-modal .modal-content .modal-body {
  margin: 30px 0 0 0;
  font-size: 20px;
  position: relative;
}
.postcard-upload-modal .modal-content .close-btn {
  background-color: #ec0e00;
  color: #ffffff;
  border-radius: 0;
  padding: 10px 60px;
  font-size: 18px;
  margin-top: 30px;
}

.sdm-modal .close {
  z-index: 10003;
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 1 !important;
  animation-delay: 0.1s;
}
.sdm-modal .close img {
  width: 20px !important;
  height: 20px !important;
  z-index: 10005;
}
@media screen and (min-width: 992px) {
  .sdm-modal .close img {
    width: 20px !important;
    height: 20px !important;
  }
}
.sdm-modal .modal-content {
  padding: 30px;
  background-color: transparent;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: none;
}
.sdm-modal .modal-body {
  margin: 0;
  min-height: auto;
  max-height: auto;
  padding: 20px;
  background-color: white;
}
.sdm-modal .modal-body .field--name-field-immagine img,
.sdm-modal .modal-body .field--name-field-image img {
  min-height: auto;
  max-height: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sdm-modal .modal-body .field--name-field-immagine {
  display: none;
}
@media screen and (min-width: 992px) {
  .sdm-modal .modal-body .field--name-field-immagine {
    display: block;
    min-height: auto;
    max-height: auto;
    height: 100%;
  }
  .sdm-modal .modal-body .field--name-field-image {
    display: none;
  }
}

.sdm-press-user-page {
  margin-bottom: 60px;
}
.sdm-press-user-page .press-link {
  color: white;
  background-color: red;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 250px;
}
.sdm-press-user-page .press-status-wrapper,
.sdm-press-user-page .description {
  font-size: 20px;
  line-height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sdm-press-user-page .press-status-wrapper,
  .sdm-press-user-page .description {
    font-size: 32px;
    line-height: 40px;
  }
}
.sdm-press-user-page .press-status-wrapper {
  display: flex;
  align-items: center;
}
.sdm-press-user-page .press-status-wrapper.denied .press-circle {
  background-color: #ec0e00;
}
.sdm-press-user-page .press-status-wrapper.accepted .press-circle {
  background-color: #2ae128;
}
.sdm-press-user-page .press-status-wrapper > span {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .sdm-press-user-page .press-status-wrapper > span {
    padding-right: 15px;
  }
}
.sdm-press-user-page .press-status-wrapper .status {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sdm-press-user-page .press-status-wrapper .status {
    font-size: 40px;
    line-height: 40px;
  }
}
.sdm-press-user-page .press-status-wrapper .press-circle {
  height: 20px;
  width: 20px;
  background-color: #e1b328;
  border-radius: 50%;
  margin-bottom: 5px;
}
.sdm-press-user-page .download-wrapper {
  position: relative;
  margin-top: 30px;
  padding-left: 116px;
}
.sdm-press-user-page .download-wrapper .icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.sdm-press-user-page .download-wrapper .icon-wrapper svg {
  width: 106px;
  height: auto;
}
.sdm-press-user-page .download-wrapper .text-wrapper {
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
.sdm-press-user-page .download-wrapper .text-wrapper > div {
  flex: 1 0 100%;
}
.sdm-press-user-page .download-wrapper .text-wrapper .title {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .sdm-press-user-page .download-wrapper .text-wrapper .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.sdm-press-user-page .download-wrapper .text-wrapper .download {
  align-self: flex-end;
}
.sdm-press-user-page .download-wrapper .text-wrapper .download a {
  color: #000000;
}

#contact-us-registration,
#contact_us_registration_v2,
.paragraph--type--webform,
#contact-us-newsletter {
  padding-right: 0 !important;
}
#contact-us-registration .form-group.has-float-label.form-type-select .sdm-float-label-default-value label,
#contact_us_registration_v2 .form-group.has-float-label.form-type-select .sdm-float-label-default-value label,
.paragraph--type--webform .form-group.has-float-label.form-type-select .sdm-float-label-default-value label,
#contact-us-newsletter .form-group.has-float-label.form-type-select .sdm-float-label-default-value label {
  font-size: 17px;
}
#contact-us-registration #drupal-modal--body,
#contact_us_registration_v2 #drupal-modal--body,
.paragraph--type--webform #drupal-modal--body,
#contact-us-newsletter #drupal-modal--body {
  overflow: initial !important;
}
#contact-us-registration #edit-messaggio,
#contact_us_registration_v2 #edit-messaggio,
.paragraph--type--webform #edit-messaggio,
#contact-us-newsletter #edit-messaggio {
  background-color: #eeeeee;
  padding: 10px;
}
#contact-us-registration .webform-button--submit,
#contact_us_registration_v2 .webform-button--submit,
.paragraph--type--webform .webform-button--submit,
#contact-us-newsletter .webform-button--submit {
  font-weight: 400 !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif !important;
}
#contact-us-registration .modal-content,
#contact_us_registration_v2 .modal-content,
.paragraph--type--webform .modal-content,
#contact-us-newsletter .modal-content {
  color: #333 !important;
  z-index: 2000001;
}
#contact-us-registration .contact-us-title-custom,
#contact_us_registration_v2 .contact-us-title-custom,
.paragraph--type--webform .contact-us-title-custom,
#contact-us-newsletter .contact-us-title-custom {
  font-size: 32px;
  margin-bottom: 48px;
  font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#contact-us-registration .form-item-citta .select-wrapper .dropdown-menu.open,
#contact_us_registration_v2 .form-item-citta .select-wrapper .dropdown-menu.open,
.paragraph--type--webform .form-item-citta .select-wrapper .dropdown-menu.open,
#contact-us-newsletter .form-item-citta .select-wrapper .dropdown-menu.open {
  overflow-y: auto !important;
}
#contact-us-registration .form-item-role-company-press .select-wrapper .dropdown-menu.open,
#contact_us_registration_v2 .form-item-role-company-press .select-wrapper .dropdown-menu.open,
.paragraph--type--webform .form-item-role-company-press .select-wrapper .dropdown-menu.open,
#contact-us-newsletter .form-item-role-company-press .select-wrapper .dropdown-menu.open {
  overflow-y: auto !important;
}
#contact-us-registration .modal-header,
#contact_us_registration_v2 .modal-header,
.paragraph--type--webform .modal-header,
#contact-us-newsletter .modal-header {
  border-bottom: none;
  padding: 20px 20px 0;
}
#contact-us-registration .header-content,
#contact_us_registration_v2 .header-content,
.paragraph--type--webform .header-content,
#contact-us-newsletter .header-content {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#contact-us-registration .modal-body,
#contact_us_registration_v2 .modal-body,
.paragraph--type--webform .modal-body,
#contact-us-newsletter .modal-body {
  padding: 0 20px;
  overflow-y: hidden;
}
#contact-us-registration .modal-title,
#contact_us_registration_v2 .modal-title,
.paragraph--type--webform .modal-title,
#contact-us-newsletter .modal-title {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  color: #000000;
  margin: 0;
  padding-right: 20px;
  width: auto;
}
#contact-us-registration .login-link,
#contact_us_registration_v2 .login-link,
.paragraph--type--webform .login-link,
#contact-us-newsletter .login-link {
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
}
#contact-us-registration .login-link a,
#contact_us_registration_v2 .login-link a,
.paragraph--type--webform .login-link a,
#contact-us-newsletter .login-link a {
  color: #ec0e00;
  text-decoration: none;
  font-weight: bold;
}
#contact-us-registration .mobile-login,
#contact_us_registration_v2 .mobile-login,
.paragraph--type--webform .mobile-login,
#contact-us-newsletter .mobile-login {
  display: none;
}
#contact-us-registration .modal-dialog,
#contact_us_registration_v2 .modal-dialog,
.paragraph--type--webform .modal-dialog,
#contact-us-newsletter .modal-dialog {
  background-color: #ffffff;
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
  box-shadow: none;
  border-radius: 12px;
  z-index: 2000001;
}
#contact-us-registration .modal-content,
#contact_us_registration_v2 .modal-content,
.paragraph--type--webform .modal-content,
#contact-us-newsletter .modal-content {
  background-color: #ffffff;
  border: none !important;
  box-shadow: none;
  color: #000000;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  #contact-us-registration .desktop-login,
  #contact_us_registration_v2 .desktop-login,
  .paragraph--type--webform .desktop-login,
  #contact-us-newsletter .desktop-login {
    display: none;
  }
  #contact-us-registration .mobile-login,
  #contact_us_registration_v2 .mobile-login,
  .paragraph--type--webform .mobile-login,
  #contact-us-newsletter .mobile-login {
    display: block;
    margin-top: 15px;
  }
  #contact-us-registration .modal-title,
  #contact_us_registration_v2 .modal-title,
  .paragraph--type--webform .modal-title,
  #contact-us-newsletter .modal-title {
    width: 100%;
  }
}
#contact-us-registration .w-50-inline,
#contact_us_registration_v2 .w-50-inline,
.paragraph--type--webform .w-50-inline,
#contact-us-newsletter .w-50-inline {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #contact-us-registration .w-50-inline,
  #contact_us_registration_v2 .w-50-inline,
  .paragraph--type--webform .w-50-inline,
  #contact-us-newsletter .w-50-inline {
    width: 48%;
  }
  #contact-us-registration .w-50-inline:nth-child(odd),
  #contact_us_registration_v2 .w-50-inline:nth-child(odd),
  .paragraph--type--webform .w-50-inline:nth-child(odd),
  #contact-us-newsletter .w-50-inline:nth-child(odd) {
    margin-right: 4%;
  }
}
#contact-us-registration #drupal-contact-us-modal .dropdown-menu .bs-searchbox,
#contact_us_registration_v2 #drupal-contact-us-modal .dropdown-menu .bs-searchbox,
.paragraph--type--webform #drupal-contact-us-modal .dropdown-menu .bs-searchbox,
#contact-us-newsletter #drupal-contact-us-modal .dropdown-menu .bs-searchbox {
  border-bottom: none;
}
#contact-us-registration .close,
#contact_us_registration_v2 .close,
.paragraph--type--webform .close,
#contact-us-newsletter .close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  cursor: pointer;
  font-size: 24px;
  color: #000000;
}
#contact-us-registration .form-control,
#contact_us_registration_v2 .form-control,
.paragraph--type--webform .form-control,
#contact-us-newsletter .form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 10px 0;
  color: #000000;
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#contact-us-registration .form-control:focus,
#contact_us_registration_v2 .form-control:focus,
.paragraph--type--webform .form-control:focus,
#contact-us-newsletter .form-control:focus {
  border-color: #000000;
}
#contact-us-registration .form-select,
#contact_us_registration_v2 .form-select,
.paragraph--type--webform .form-select,
#contact-us-newsletter .form-select {
  appearance: none;
}
#contact-us-registration .form-select::-ms-expand,
#contact_us_registration_v2 .form-select::-ms-expand,
.paragraph--type--webform .form-select::-ms-expand,
#contact-us-newsletter .form-select::-ms-expand {
  display: none;
}
#contact-us-registration .form-select,
#contact-us-registration .dropdown-menu a,
#contact_us_registration_v2 .form-select,
#contact_us_registration_v2 .dropdown-menu a,
.paragraph--type--webform .form-select,
.paragraph--type--webform .dropdown-menu a,
#contact-us-newsletter .form-select,
#contact-us-newsletter .dropdown-menu a {
  color: #000000 !important;
}
#contact-us-registration .filter-option-inner-inner,
#contact_us_registration_v2 .filter-option-inner-inner,
.paragraph--type--webform .filter-option-inner-inner,
#contact-us-newsletter .filter-option-inner-inner {
  color: #000000;
}
#contact-us-registration textarea.form-control,
#contact_us_registration_v2 textarea.form-control,
.paragraph--type--webform textarea.form-control,
#contact-us-newsletter textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
#contact-us-registration .form-type-checkbox,
#contact_us_registration_v2 .form-type-checkbox,
.paragraph--type--webform .form-type-checkbox,
#contact-us-newsletter .form-type-checkbox {
  margin-top: 20px;
}
#contact-us-registration .form-type-checkbox .form-checkbox,
#contact_us_registration_v2 .form-type-checkbox .form-checkbox,
.paragraph--type--webform .form-type-checkbox .form-checkbox,
#contact-us-newsletter .form-type-checkbox .form-checkbox {
  margin-right: 20px;
}
#contact-us-registration .form-type-checkbox .form-checkbox input[type=checkbox],
#contact_us_registration_v2 .form-type-checkbox .form-checkbox input[type=checkbox],
.paragraph--type--webform .form-type-checkbox .form-checkbox input[type=checkbox],
#contact-us-newsletter .form-type-checkbox .form-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin: 0;
}
#contact-us-registration .form-type-checkbox .form-checkbox input[type=checkbox]:checked::before,
#contact_us_registration_v2 .form-type-checkbox .form-checkbox input[type=checkbox]:checked::before,
.paragraph--type--webform .form-type-checkbox .form-checkbox input[type=checkbox]:checked::before,
#contact-us-newsletter .form-type-checkbox .form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact-us-registration .form-type-checkbox label,
#contact_us_registration_v2 .form-type-checkbox label,
.paragraph--type--webform .form-type-checkbox label,
#contact-us-newsletter .form-type-checkbox label {
  font-size: 16px;
}
#contact-us-registration .form-type-checkbox a,
#contact_us_registration_v2 .form-type-checkbox a,
.paragraph--type--webform .form-type-checkbox a,
#contact-us-newsletter .form-type-checkbox a {
  color: #000000 !important;
  text-decoration: underline !important;
}
#contact-us-registration .select-wrapper,
#contact_us_registration_v2 .select-wrapper,
.paragraph--type--webform .select-wrapper,
#contact-us-newsletter .select-wrapper {
  border-bottom: 2px solid #000000;
}
#contact-us-registration .bootstrap-select,
#contact_us_registration_v2 .bootstrap-select,
.paragraph--type--webform .bootstrap-select,
#contact-us-newsletter .bootstrap-select {
  border-bottom: none;
}
#contact-us-registration .bootstrap-select > .dropdown-toggle,
#contact_us_registration_v2 .bootstrap-select > .dropdown-toggle,
.paragraph--type--webform .bootstrap-select > .dropdown-toggle,
#contact-us-newsletter .bootstrap-select > .dropdown-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
#contact-us-registration .btn-primary,
#contact_us_registration_v2 .btn-primary,
.paragraph--type--webform .btn-primary,
#contact-us-newsletter .btn-primary {
  background: #ec0e00;
  border: none;
  border-radius: 0;
  color: #ffffff !important;
  font-family: "Suisse-Bold", "FSSiena-Bold", "Source_Sans_Pro-Bold", "Roboto-Bold", Arial, Verdana, Sans Serif;
  min-width: 160px;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 40px;
  height: 48px;
  margin-top: 20px;
}
#contact-us-registration .form-item,
#contact_us_registration_v2 .form-item,
.paragraph--type--webform .form-item,
#contact-us-newsletter .form-item {
  margin-bottom: 20px;
}
#contact-us-registration .contact-us-dialog .form-item label,
#contact_us_registration_v2 .contact-us-dialog .form-item label,
.paragraph--type--webform .contact-us-dialog .form-item label,
#contact-us-newsletter .contact-us-dialog .form-item label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif !important;
  font-weight: 400 !important;
  font-size: 17px;
}
#contact-us-registration .contact-us-dialog .form-item label.form-required::after,
#contact_us_registration_v2 .contact-us-dialog .form-item label.form-required::after,
.paragraph--type--webform .contact-us-dialog .form-item label.form-required::after,
#contact-us-newsletter .contact-us-dialog .form-item label.form-required::after {
  color: red !important;
}
#contact-us-registration .custom-form-submission-selector #accordion .panel-heading,
#contact_us_registration_v2 .custom-form-submission-selector #accordion .panel-heading,
.paragraph--type--webform .custom-form-submission-selector #accordion .panel-heading,
#contact-us-newsletter .custom-form-submission-selector #accordion .panel-heading {
  position: relative;
  padding-left: 40px;
}
#contact-us-registration .custom-form-submission-selector #accordion input[type=radio],
#contact_us_registration_v2 .custom-form-submission-selector #accordion input[type=radio],
.paragraph--type--webform .custom-form-submission-selector #accordion input[type=radio],
#contact-us-newsletter .custom-form-submission-selector #accordion input[type=radio] {
  position: absolute;
  opacity: 0;
}
#contact-us-registration .custom-form-submission-selector #accordion .radio-custom,
#contact_us_registration_v2 .custom-form-submission-selector #accordion .radio-custom,
.paragraph--type--webform .custom-form-submission-selector #accordion .radio-custom,
#contact-us-newsletter .custom-form-submission-selector #accordion .radio-custom {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 50%;
}
#contact-us-registration .custom-form-submission-selector #accordion .radio-custom::after,
#contact_us_registration_v2 .custom-form-submission-selector #accordion .radio-custom::after,
.paragraph--type--webform .custom-form-submission-selector #accordion .radio-custom::after,
#contact-us-newsletter .custom-form-submission-selector #accordion .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ec0e00;
  opacity: 0;
}
#contact-us-registration .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom::after,
#contact_us_registration_v2 .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom::after,
.paragraph--type--webform .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom::after,
#contact-us-newsletter .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom::after {
  opacity: 1;
}
#contact-us-registration .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom,
#contact_us_registration_v2 .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom,
.paragraph--type--webform .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom,
#contact-us-newsletter .custom-form-submission-selector #accordion input[type=radio]:checked + .radio-custom {
  border: 2px solid #ec0e00;
}
#contact-us-registration .custom-form-submission-selector #accordion .panel-title,
#contact_us_registration_v2 .custom-form-submission-selector #accordion .panel-title,
.paragraph--type--webform .custom-form-submission-selector #accordion .panel-title,
#contact-us-newsletter .custom-form-submission-selector #accordion .panel-title {
  margin: 0;
  display: flex;
  align-items: center;
}
#contact-us-registration .custom-form-submission-selector #accordion .panel-title a,
#contact_us_registration_v2 .custom-form-submission-selector #accordion .panel-title a,
.paragraph--type--webform .custom-form-submission-selector #accordion .panel-title a,
#contact-us-newsletter .custom-form-submission-selector #accordion .panel-title a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  padding-left: 10px;
}
#contact-us-registration .custom-form-submission-selector #accordion .panel-title .description,
#contact_us_registration_v2 .custom-form-submission-selector #accordion .panel-title .description,
.paragraph--type--webform .custom-form-submission-selector #accordion .panel-title .description,
#contact-us-newsletter .custom-form-submission-selector #accordion .panel-title .description {
  font-size: 0.8em;
  opacity: 0.8;
}
#contact-us-registration .custom-form-submission-selector .panel-body,
#contact_us_registration_v2 .custom-form-submission-selector .panel-body,
.paragraph--type--webform .custom-form-submission-selector .panel-body,
#contact-us-newsletter .custom-form-submission-selector .panel-body {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: var(--FontSizem);
  font-weight: 600;
  line-height: var(--FontLine-heightm);
  text-align: left;
  width: 100%;
  padding: 25px 20px;
  border-top: 2px solid transparent;
  opacity: 1;
}
#contact-us-registration .webform-confirmation-finalstep,
#contact_us_registration_v2 .webform-confirmation-finalstep,
.paragraph--type--webform .webform-confirmation-finalstep,
#contact-us-newsletter .webform-confirmation-finalstep {
  margin: 50px auto;
  background-color: #ffffff;
  font-size: 30px;
  line-height: 36px;
}
#contact-us-registration .webform-confirmation-finalstep .checkmark,
#contact_us_registration_v2 .webform-confirmation-finalstep .checkmark,
.paragraph--type--webform .webform-confirmation-finalstep .checkmark,
#contact-us-newsletter .webform-confirmation-finalstep .checkmark {
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}
#contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message h2,
#contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message h2,
.paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message h2,
#contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  #contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message h2,
  #contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message h2,
  .paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message h2,
  #contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message h2 {
    text-align: center;
  }
}
#contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message p,
#contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message p,
.paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message p,
#contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #333;
}
#contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message ul,
#contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message ul,
.paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message ul,
#contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message ul {
  list-style: none;
  padding-left: 0;
}
#contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message ul li,
#contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message ul li,
.paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message ul li,
#contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (min-width: 992px) {
  #contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message ul li,
  #contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message ul li,
  .paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message ul li,
  #contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message ul li {
    font-size: 20px;
    line-height: 28px;
  }
}
#contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message ul li::before,
#contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message ul li::before,
.paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message ul li::before,
#contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message ul li::before {
  content: "✓";
  margin-right: 10px;
}
#contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message ul li span,
#contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message ul li span,
.paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message ul li span,
#contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message ul li span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  margin-right: 4px;
  margin-left: 4px;
}
@media screen and (min-width: 992px) {
  #contact-us-registration .webform-confirmation-finalstep .webform-confirmation__message ul li span,
  #contact_us_registration_v2 .webform-confirmation-finalstep .webform-confirmation__message ul li span,
  .paragraph--type--webform .webform-confirmation-finalstep .webform-confirmation__message ul li span,
  #contact-us-newsletter .webform-confirmation-finalstep .webform-confirmation__message ul li span {
    font-size: 20px;
    line-height: 28px;
  }
}
#contact-us-registration .webform-confirmation-finalstep .btn-custom,
#contact_us_registration_v2 .webform-confirmation-finalstep .btn-custom,
.paragraph--type--webform .webform-confirmation-finalstep .btn-custom,
#contact-us-newsletter .webform-confirmation-finalstep .btn-custom {
  background-color: #ec0e00;
  color: white;
  border: none;
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
}
#contact-us-registration .webform-confirmation-finalstep .btn-custom:hover,
#contact_us_registration_v2 .webform-confirmation-finalstep .btn-custom:hover,
.paragraph--type--webform .webform-confirmation-finalstep .btn-custom:hover,
#contact-us-newsletter .webform-confirmation-finalstep .btn-custom:hover {
  background-color: #ec0e00;
}
#contact-us-registration .webform-confirmation-finalstep .btn__wrapper,
#contact_us_registration_v2 .webform-confirmation-finalstep .btn__wrapper,
.paragraph--type--webform .webform-confirmation-finalstep .btn__wrapper,
#contact-us-newsletter .webform-confirmation-finalstep .btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contact-us-registration .webform-confirmation-finalstep .btn__wrapper .link__wrapper,
#contact_us_registration_v2 .webform-confirmation-finalstep .btn__wrapper .link__wrapper,
.paragraph--type--webform .webform-confirmation-finalstep .btn__wrapper .link__wrapper,
#contact-us-newsletter .webform-confirmation-finalstep .btn__wrapper .link__wrapper {
  flex: 100%;
}
#contact-us-registration .webform-confirmation-finalstep .btn__wrapper .bnt--close,
#contact_us_registration_v2 .webform-confirmation-finalstep .btn__wrapper .bnt--close,
.paragraph--type--webform .webform-confirmation-finalstep .btn__wrapper .bnt--close,
#contact-us-newsletter .webform-confirmation-finalstep .btn__wrapper .bnt--close {
  background: unset;
  border: unset;
  color: #ec0e00;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 15px;
  font-family: "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, "Sans Serif";
}

/* Stili specifici per contact-us-newsletter */
#contact-us-newsletter #edit-submit-newsletter {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* Stili per accordion-request-type */
#accordion-request-type {
  width: 100%;
  margin: 0 auto;
}
#accordion-request-type > h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
#accordion-request-type .panel-default {
  overflow: hidden;
  border-radius: 0;
}
#accordion-request-type .panel-heading {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
#accordion-request-type .panel-title {
  margin: 0;
  font-weight: 400 !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#accordion-request-type .panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
  font-weight: 400 !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#accordion-request-type .panel-title a p {
  font-weight: 400 !important;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#accordion-request-type .panel-title a::after {
  display: none;
}
#accordion-request-type .panel-title a[aria-expanded=true]::after {
  transform: rotate(180deg);
}
#accordion-request-type #collapseOne {
  border-top: 1px solid #000000;
}
#accordion-request-type #collapseOne .panel-body > div {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
#accordion-request-type .panel-body {
  background-color: #fff;
  color: #000;
  padding: 15px;
}
#accordion-request-type .form-type-checkbox label {
  font-size: 20px;
  font-weight: normal;
}

.ui-dialog-titlebar-close {
  z-index: 1000000;
}

.ui-dialog-title {
  overflow: auto !important;
  text-overflow: initial !important;
}

.js-form-wrapper .form-group {
  margin-bottom: 25px;
}

.custom-form-submission-selector h4 {
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.custom-form-submission-selector .panel-default {
  margin-bottom: 25px;
  border-color: #333 !important;
}
.custom-form-submission-selector .panel-default .panel-heading {
  color: #333 !important;
  padding: 20px;
}
.custom-form-submission-selector .panel-default .panel-title {
  font-weight: 400;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.custom-form-submission-selector .panel-default .radio-custom {
  left: 30px !important;
}

.js-form-item-privacy-privacy .control-label {
  padding-left: 30px;
}
.js-form-item-privacy-privacy input:before {
  left: -10px;
}

.page-wrapper.supersalone {
  background-color: #ec0e00;
}

.supersalone-container {
  margin: auto;
  width: 100%;
  max-width: 630px;
  text-align: center;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .supersalone-container {
    padding-top: 120px;
  }
}

.supersalone-title {
  color: #ffffff;
  width: 100%;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .supersalone-title {
    font-size: 60px;
    line-height: 64px;
  }
}

.supersalone-link-container {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .supersalone-link-container {
    margin-top: 50px;
    width: 100%;
  }
}

.supersalone-app-link {
  display: block;
  margin-top: 20px;
}
.supersalone-app-link > img {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .supersalone-app-link {
    margin-right: 20px;
    display: inline-block;
  }
}

.session-container-agenda {
  display: flex;
  flex-direction: row;
  height: 152px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .session-container-agenda {
    flex-direction: row;
  }
}

.views-field-title {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .views-field-title {
    font-size: 20px;
    width: 25%;
  }
}

.views-field-field-data-intervento {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .views-field-field-data-intervento {
    font-size: 20px;
    width: 25%;
  }
}

.views-field-field-data-intervento-1 {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .views-field-field-data-intervento-1 {
    font-size: 20px;
    width: 25%;
  }
}

.views-field-field-tipologia-sessione {
  font-size: 16px;
  text-align: right;
  width: 25%;
}
.views-field-field-tipologia-sessione .field-content .link-button {
  background-color: rgb(227, 6, 19);
  color: white;
  padding: 10px 15px;
  display: block;
  float: right;
}
.views-field-field-tipologia-sessione .field-content .link-button a {
  color: white;
}

.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio {
    padding-bottom: 60px;
  }
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .view-header .subtitle-section {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.41px;
  margin-bottom: 8px;
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .view-header .detail-title-article {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .view-header .subtitle-section {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.49px;
    margin-bottom: 10px;
  }
  .view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .view-header .detail-title-article {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 1.14px;
    margin-bottom: 36px;
  }
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .detail-title-article {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .views-field-field-immagine .field-content {
    width: fit-content;
    margin: 0 auto;
  }
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .views-row {
  margin-bottom: 16px;
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .archivio-eventi-wrapper {
  display: flex;
  justify-content: center;
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .archivio-eventi-wrapper .image-wrapper {
  position: relative;
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .archivio-eventi-wrapper .image-wrapper img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .archivio-eventi-wrapper .image-wrapper .titolo-archivio-eventi {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 24px;
  z-index: 10;
  color: #ffffff;
  font-size: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  line-height: 32px;
  letter-spacing: 0.46px;
}
@media screen and (min-width: 768px) {
  .view-termini-tassonomia-categoria-archivio.view-display-id-categoria_archivio .archivio-eventi-wrapper .image-wrapper .titolo-archivio-eventi {
    font-size: 32px;
    line-height: 40px;
  }
}

.view-tassonomia-archivio-eventi {
  padding-bottom: 70px;
}
.view-tassonomia-archivio-eventi .views-row {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .view-tassonomia-archivio-eventi .views-row {
    margin-bottom: 32px;
  }
}
.view-tassonomia-archivio-eventi .view-header .events {
  margin-bottom: 8px;
  margin-top: 16px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 768px) {
  .view-tassonomia-archivio-eventi .view-header .events {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.view-tassonomia-archivio-eventi .view-header .field--name-name {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.46px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .view-tassonomia-archivio-eventi .view-header .field--name-name {
    font-size: 60px;
    margin-bottom: 64px;
    line-height: 64px;
  }
}
.view-tassonomia-archivio-eventi .wrapper-archivio-eventi {
  position: relative;
}
.view-tassonomia-archivio-eventi .wrapper-archivio-eventi h2 {
  position: absolute;
  bottom: 0;
  margin: 24px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .view-tassonomia-archivio-eventi .wrapper-archivio-eventi h2 {
    margin: 28px 32px;
  }
}
.view-tassonomia-archivio-eventi .wrapper-archivio-eventi h2 a span {
  color: #ffffff;
  font-size: 24px;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  letter-spacing: 0.46px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .view-tassonomia-archivio-eventi .wrapper-archivio-eventi h2 a span {
    font-size: 32px;
  }
}

.archivio-eventi.full .field--name-field-data {
  font-weight: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .archivio-eventi.full .field--name-field-data {
    font-size: 20px;
    line-height: 28px;
  }
}

.format-page .wrapper-hero-image-format {
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.format-page .wrapper-hero-image-format .hero-image-format {
  position: absolute;
}
.format-page .wrapper-hero-image-format .hero-image-format > span {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
}
@media screen and (min-width: 768px) {
  .format-page .wrapper-hero-image-format .hero-image-format > span {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.49px;
  }
}
.format-page .wrapper-hero-image-format .hero-image-format h3 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  letter-spacing: 0.58px;
}
@media screen and (min-width: 768px) {
  .format-page .wrapper-hero-image-format .hero-image-format h3 {
    font-size: 96px;
    line-height: 105px;
    letter-spacing: 1.39px;
  }
}
.format-page .wrapper-hero-image-format .hero-image-format p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}
@media screen and (min-width: 768px) {
  .format-page .wrapper-hero-image-format .hero-image-format p {
    opacity: 0.6;
  }
}
.format-page .section-text {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .format-page .section-text {
    padding-bottom: 70px;
  }
}
.format-page .list-episodes {
  background-color: #f3f3f3;
  padding: 40px 15px;
  text-align: center;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
.format-page .list-episodes .field--name-field-episodes {
  text-align: left;
}
.format-page .list-episodes .field--name-field-episodes article.episode {
  margin-bottom: 25px;
}
.format-page .dates-episode {
  color: #979797;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.23px;
  margin: 16px 0px 8px 0px;
}
.format-page .container-format-episode .swiper-slider-episode .swiper-slide {
  max-width: 410px;
  flex-direction: column;
  align-items: flex-start;
}
.format-page .heading-2, .format-page .text-big {
  text-align: center;
}
.format-page .heading-2 {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .format-page .heading-2 {
    padding-bottom: 40px;
  }
}
.format-page .text-big {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .format-page .text-big {
    padding-bottom: 10px;
  }
}
.format-page .preview-title-episode, .format-page .views-field-title > a {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
}
.format-page .list-episodes-slider {
  background-color: #f3f3f3;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  padding-top: 64px;
  padding-bottom: 80px;
}

.view-id-media_gallery.view-display-id-page .media-gallery-img {
  margin: 60px 0;
}
.view-id-media_gallery.view-display-id-page .view-filters {
  min-height: 148px;
  background: #f3f3f3;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .view-id-media_gallery.view-display-id-page .view-filters {
    padding: 15px 120px;
  }
}
.view-id-media_gallery.view-display-id-page .view-filters fieldset {
  float: none;
}
.view-id-media_gallery.view-display-id-page .view-filters fieldset legend {
  margin: 15px 0;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] input {
  display: none;
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios {
    overflow-x: auto;
    justify-content: center;
  }
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios .form-item {
  margin: 0;
  padding: 20px;
}
@media screen and (min-width: 1280px) {
  .view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios .form-item {
    padding: 25px;
  }
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios .form-item:first-child {
  padding-left: 0;
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios .form-item:last-child {
  padding-right: 0;
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios .form-item label {
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}
.view-id-media_gallery.view-display-id-page .view-filters div[id^=edit-anno] .form-radios .form-item label.active {
  color: #ec0e00;
}
.view-id-media_gallery.view-display-id-page .view-title {
  margin-top: 60px;
  font-size: 32px;
  line-height: 40px;
}
.view-id-media_gallery.view-display-id-page .view-header {
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  margin: 60px 0;
}
.view-id-media_gallery.view-display-id-page .views-row {
  margin-bottom: 60px;
}

.field--name-field-album {
  display: none;
}

.virtual-stand.full {
  padding-bottom: 40px;
  padding-left: 25px;
}
.virtual-stand.teaser .field--name-field-stand {
  display: inline-block;
}
.virtual-stand .open-vs {
  cursor: pointer;
}
.virtual-stand .gotoVS {
  position: absolute;
  text-align: center;
  width: 100%;
  display: none;
  top: calc(50% - 10px);
  left: 0px;
  font-size: 24px;
  z-index: 100;
  font-weight: 700;
}
@media (hover: hover) {
  .virtual-stand .divOpacity:hover .open-vs {
    opacity: 0.4;
  }
  .virtual-stand .divOpacity:hover .gotoVS {
    display: block;
    opacity: 1;
  }
}
.virtual-stand .brand-link {
  color: #ec0e00;
  font-size: 12px;
  margin-top: 22px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .virtual-stand .brand-link {
    font-size: 16px;
  }
}
.virtual-stand .brand-link :hover {
  text-decoration: underline;
}
.virtual-stand .sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.virtual-stand .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
.virtual-stand__image-wrapper {
  position: relative;
}

.virtual-stand__chip-outer {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
  color: #ffffff;
}

.virtual-stand__chip-inner {
  background-color: #ec0e00;
  color: #ffffff;
  border-radius: 25px;
  padding: 5px 10px 4px 10px;
  line-height: 1;
}

.virtual-stand__card-text-wrapper {
  padding: 25px;
  margin-bottom: 65px;
  background-color: #ffffff;
}

.virtual-stand__field-wrapper {
  padding-bottom: 25px;
}

.virtual-stand__card-footer {
  display: flex;
}

.virtual-stand__brand-link {
  margin-left: auto;
}

body {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  margin-top: 0px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

button {
  background-color: transparent;
  border: none;
}

a:focus {
  outline-offset: 5px !important;
}

.field--type-text-long a {
  text-decoration: underline;
}

p a {
  text-decoration: underline !important;
}

span.views-throbbing {
  display: none !important;
}

a.views-throbbing {
  padding-right: 0 !important;
}

.views-throbbing {
  display: none !important;
}

.height-0 {
  height: 0px !important;
  display: none !important;
  padding: 0 !important;
}

.hide-in-desktop {
  display: none !important;
}

.hide-in-mobile {
  display: unset !important;
}

.d-none {
  display: none;
}

.no-margin-left {
  margin-left: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.padding-0 {
  padding: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.page-wrapper {
  padding-top: 50px;
}

.page-wrapper.page-login {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .page-wrapper.page-login {
    padding-top: 120px;
  }
}

.divider-top {
  padding-top: 15px !important;
}
@media screen and (min-width: 992px) {
  .divider-top {
    padding-top: 25px !important;
  }
}

.divider-bottom {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 992px) {
  .divider-bottom {
    padding-bottom: 25px !important;
  }
}

#menu-toggle {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 970px;
  }
}
@media screen and (min-width: 1280px) {
  .navbar.container {
    max-width: 1280px;
  }
}

@media (max-width: 767px) {
  .hide-in-desktop {
    display: unset !important;
  }
  .hide-in-mobile {
    display: none !important;
  }
  .row.vertical-align {
    display: block;
    /* Turn off the flexible box layout */
  }
  .row.vertical-align.no-display-block {
    display: flex;
    /* Turn off the flexible box layout */
  }
}
.form-required:after {
  display: none;
}

button {
  background-color: transparent;
  border: none;
}

#user-login-form button,
.user-pass-reset button,
.user-pass button {
  background: #ec0e00;
  border-color: #ec0e00;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}
#user-login-form button .glyphicon-log-in,
.user-pass-reset button .glyphicon-log-in,
.user-pass button .glyphicon-log-in {
  display: none;
}
#user-login-form .label,
.user-pass-reset .label,
.user-pass .label {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
}

.welcome {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .welcome {
    font-size: 25px;
  }
}

.node-preview-container {
  display: none;
}

.dialog-off-canvas-main-canvas {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/*
.swiper-slide.swiper-slide-duplicate.swiper-slide-prev.swiper-slide-duplicate-next {
  width: 0px !important;
}
*/
#user-login-form button,
.user-pass-reset button,
.user-pass button {
  border-radius: 0px;
}

@media screen and (min-width: 992px) {
  .hide-block-desktop {
    display: none !important;
  }
}

.hide-block-mobile {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .hide-block-mobile {
    display: inherit !important;
  }
}

.menu--menu-utente {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .menu--menu-utente {
    flex-direction: row;
  }
}
.menu--menu-utente a {
  color: #000000 !important;
  padding: 0px 15px 10px 15px !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
}

.divider-home {
  padding: 16px 0px;
  background-color: #ffffff;
}

#modal-login,
#modal-login2,
#modal-login3,
#modal-login4,
#modal-login5 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: 300px;
  min-height: 440px;
}
#modal-login .modal-dialog,
#modal-login2 .modal-dialog,
#modal-login3 .modal-dialog,
#modal-login4 .modal-dialog,
#modal-login5 .modal-dialog {
  max-width: 800px;
  width: auto;
}
#modal-login .modal-header,
#modal-login2 .modal-header,
#modal-login3 .modal-header,
#modal-login4 .modal-header,
#modal-login5 .modal-header {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-bottom: none !important;
}
#modal-login .modal-body,
#modal-login2 .modal-body,
#modal-login3 .modal-body,
#modal-login4 .modal-body,
#modal-login5 .modal-body {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#modal-login #close-login-popup,
#modal-login2 #close-login-popup,
#modal-login3 #close-login-popup,
#modal-login4 #close-login-popup,
#modal-login5 #close-login-popup {
  position: absolute;
  top: 20px;
  right: 20px;
}
#modal-login .title,
#modal-login2 .title,
#modal-login3 .title,
#modal-login4 .title,
#modal-login5 .title {
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  #modal-login .title,
  #modal-login2 .title,
  #modal-login3 .title,
  #modal-login4 .title,
  #modal-login5 .title {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
  }
}
#modal-login .sub-title,
#modal-login2 .sub-title,
#modal-login3 .sub-title,
#modal-login4 .sub-title,
#modal-login5 .sub-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #modal-login .sub-title,
  #modal-login2 .sub-title,
  #modal-login3 .sub-title,
  #modal-login4 .sub-title,
  #modal-login5 .sub-title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.38px;
    line-height: 20px;
    text-align: center;
  }
}
#modal-login .login-action,
#modal-login2 .login-action,
#modal-login3 .login-action,
#modal-login4 .login-action,
#modal-login5 .login-action {
  background: #ec0e00;
  padding: 10px 60px;
  color: #ffffff;
}

#footer-separator {
  padding: 32px;
}
@media screen and (min-width: 992px) {
  #footer-separator {
    padding: 48px;
  }
}

.flag-flag {
  display: block;
}
.flag-flag a {
  color: #ec0e00 !important;
  font-family: "Suisse-Medium", "FSSiena-Medium", "Source_Sans_Pro-Medium", "Roboto-Medium", Arial, Verdana, Sans Serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none !important;
}
@media screen and (min-width: 992px) {
  .flag-flag a {
    letter-spacing: 0.38px;
    line-height: 25px;
    font-size: 20px;
  }
}

.list-flex-container-products .flag-flag,
.custom-products-block .flag-flag,
.products-slider-detail .flag-flag {
  background-color: #ec0e00;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 10px 10px;
  display: block;
}
.list-flex-container-products .flag-flag a,
.custom-products-block .flag-flag a,
.products-slider-detail .flag-flag a {
  font-size: 16px;
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  line-height: 24px;
  color: #ffffff !important;
  letter-spacing: 0;
  display: flex;
}
.list-flex-container-products .flag-flag a span,
.custom-products-block .flag-flag a span,
.products-slider-detail .flag-flag a span {
  display: none;
  margin-right: 5px;
}

.article.full .flag-flag,
.autore.full .flag-flag,
.prodotto.full .flag-flag,
.scheda-espositore.full .flag-flag,
.view-bookmarks .flag-flag {
  display: block;
  font-style: normal;
}
.article.full .flag-flag img,
.autore.full .flag-flag img,
.prodotto.full .flag-flag img,
.scheda-espositore.full .flag-flag img,
.view-bookmarks .flag-flag img {
  margin-right: 5px;
}

.flag-wishlist {
  display: none;
}

.products-slider-detail .flag-wishlist {
  display: none !important;
}

.article.full .flag-wishlist,
.autore.full .flag-wishlist,
.prodotto.full .flag-wishlist,
.scheda-espositore.full .flag-wishlist,
.view-wishlist .flag-wishlist {
  display: block;
  font-style: normal;
}
.article.full .flag-wishlist img,
.autore.full .flag-wishlist img,
.prodotto.full .flag-wishlist img,
.scheda-espositore.full .flag-wishlist img,
.view-wishlist .flag-wishlist img {
  margin-right: 5px;
}

#edit-name::-webkit-input-placeholder {
  color: transparent !important;
}
#edit-name:-moz-placeholder {
  /* Firefox 18- */
  color: transparent !important;
}
#edit-name ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent !important;
}
#edit-name:-ms-input-placeholder {
  color: transparent !important;
}

.disclaimer-partners {
  font-family: "Suisse-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .disclaimer-partners {
    margin-bottom: 0px;
  }
}

.agree-button {
  background: white;
  border: none;
  border-radius: 0px;
  padding: 8px 20px;
  color: #000000;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
}

.decline-button {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  padding: 8px 20px;
  text-shadow: none;
  font-family: "Suisse-Light", "FSSiena-Light", "Source_Sans_Pro-Light", "Roboto-Light", Arial, Verdana, Sans Serif;
  box-shadow: none;
}
.decline-button :hover {
  background-color: transparent;
}

.eu-cookie-compliance-content {
  padding-top: 10px;
}

#sliding-popup {
  background: #ec0e00 !important;
  box-shadow: 0 -5px 5px -5px #979797 !important;
}

.slider-next-arrow {
  width: 45px;
  height: 45px;
  background: #ec0e00;
  background-image: url("/images/right-arrow-red.png");
  z-index: 10;
}

.slider-prev-arrow {
  width: 45px;
  height: 45px;
  background: #ec0e00;
  background-image: url("/images/left-arrow-red.png");
  z-index: 10;
}

.block-worldpress {
  background: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-worldpress .block_home_world_press {
  background: #ffffff;
  padding: 16px;
  min-height: 160px;
  margin-top: 20px;
  height: auto;
}
.block-worldpress .author-name {
  color: #ec0e00;
  opacity: 1 !important;
}
.block-worldpress .swiper-slide {
  align-items: flex-start !important;
}

.list-flex-container-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-flex-container-products .list-flex-element-products {
  margin: 0px 15px;
  flex-basis: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .list-flex-container-products .list-flex-element-products {
    flex-basis: calc(33.3% - 30px);
  }
}
.list-flex-container-products .list-flex-element-products .custom-abstract {
  display: none;
}

.list-flex-container-category-contract {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-flex-container-category-contract .list-flex-element-category-contract {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .list-flex-container-category-contract .list-flex-element-category-contract {
    flex-basis: 25%;
  }
}
.list-flex-container-category-contract .list-flex-element-category-contract .custom-abstract {
  display: none;
}

.list-flex-container-brands {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-flex-container-brands .list-flex-element-brands {
  background-color: #ffffff;
  align-items: flex-start;
  margin: 0 15px 20px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-flex-container-brands .list-flex-element-brands {
    flex-basis: calc(33.3% - 30px);
  }
}

.list-flex-container-partner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-flex-container-partner .list-flex-element-partner {
  background-color: #ffffff;
  flex-basis: calc(50% - 30px);
  align-items: flex-start;
  margin: 0 15px 20px 15px;
}
@media screen and (min-width: 768px) {
  .list-flex-container-partner .list-flex-element-partner {
    flex-basis: calc(23.3% - 30px);
  }
}

.list-flex-container-authors,
.list-flex-container-edicola {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-flex-container-authors .list-flex-element-authors,
.list-flex-container-authors .list-flex-element-edicola,
.list-flex-container-edicola .list-flex-element-authors,
.list-flex-container-edicola .list-flex-element-edicola {
  background-color: #ffffff;
  flex-basis: calc(100% - 30px);
  align-items: flex-start;
  margin: 0px 15px;
}
@media screen and (min-width: 768px) {
  .list-flex-container-authors .list-flex-element-authors,
  .list-flex-container-authors .list-flex-element-edicola,
  .list-flex-container-edicola .list-flex-element-authors,
  .list-flex-container-edicola .list-flex-element-edicola {
    flex-basis: calc(25% - 30px);
  }
}

.home-in-colonna {
  display: none !important;
  flex-direction: row;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .home-in-colonna {
    display: flex !important;
  }
}

.right-slider-block {
  width: calc((100% - 1250px) / 2);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 100;
  opacity: 0.98;
  background: linear-gradient(to left, white 70%, rgba(255, 255, 255, 0) 100%);
}

.left-slider-block {
  width: calc((100% - 1250px) / 2);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 100;
  opacity: 0.98;
  background: linear-gradient(to right, white 70%, rgba(255, 255, 255, 0) 100%);
}

.custom-node-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .custom-node-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 56px;
    font-family: "Parmisan-Regular", "FSSiena-Regular", "Source_Sans_Pro-Regular", "Roboto-Regular", Arial, Verdana, Sans Serif;
  }
}

.text-page-error {
  font-size: 18px;
}
.text-page-error a {
  color: #ec0e00 !important;
  text-decoration: underline !important;
}

.acquia-active-subscription {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .session-title {
    font-size: 72px;
    line-height: 92px;
  }
}

.promoted-products-view .container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .promoted-products-view .container {
    padding-top: 60px;
  }
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 1000;
  background: #fff;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .is-sticky {
    padding: 0 150px;
  }
}
/*# sourceMappingURL=style.css.map */
