@charset "UTF-8";
/*Version Build 1686739217995*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul {
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  font-size: 100%;
}
legend {
  color: #000;
}
/* fonts */
body {
  font: 12px/1.44 arial, helvetica, clean, sans-serif;
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
textarea:focus,
input:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  border: none;
}
fieldset {
  border: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.front {
  z-index: 10000000;
}
.c-float {
  *zoom: 1;
}
.c-float:before,
.c-float:after {
  content: "";
  display: table;
}
.c-float:after {
  clear: both;
}
.centro {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  overflow: visible;
  display: block;
}
.centro:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: -10px;
  top: -1px;
  display: block;
  content: '';
  background: transparent;
}
.centro:before {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -1px;
  top: -10px;
  display: block;
  content: '';
  background: transparent;
}
.centro-fix {
  position: fixed;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  overflow: visible;
  display: block;
  z-index: 10;
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
}
.centro-fix:after {
  position: absolute;
  width: 20px;
  height: 2px;
  left: -10px;
  top: -1px;
  display: block;
  content: '';
  background: transparent;
}
.centro-fix:before {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -1px;
  top: -10px;
  display: block;
  content: '';
  background: transparent;
}
.centra {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: table;
}
.centro60 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}
.fullframe {
  border: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  overflow: scroll;
}
.scale {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.centro.scale1 {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
.j-text {
  text-align: justify;
}
.bold {
  font-weight: 600 !important;
}
.normal {
  font-weight: 400 !important;
}
.left-text {
  text-align: left;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.smallcaps {
  font-variant: small-caps;
}
.italic {
  font-style: italic;
}
.hide {
  display: none !important;
}
.thin {
  font-weight: 400 !important;
}
.show {
  display: block;
}
.i-block {
  display: inline-block !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.un {
  text-decoration: underline !important;
}
.fixed {
  position: fixed;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.fit {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.fit.fit--mask {
  z-index: 1000;
}
.full-fit {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.body--disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg {
  max-width: 100%;
}
.pad-t-10 {
  padding-top: 10px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-t-40 {
  padding-top: 40px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-t-60 {
  padding-top: 60px;
}
.pad-t-70 {
  padding-top: 70px;
}
.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-40 {
  padding-bottom: 40px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-b-60 {
  padding-bottom: 60px;
}
.pad-b-70 {
  padding-bottom: 70px;
}
.pad-v-10 {
  padding: 10px 0;
}
.pad-v-20 {
  padding: 20px 0;
}
.pad-v-40 {
  padding: 40px 0;
}
.pad-v-50 {
  padding: 50px 0;
}
.pad-v-60 {
  padding: 60px 0;
}
.pad-v-70 {
  padding: 70px 0;
}
.pad-h-10 {
  padding: 0 10px;
}
.pad-h-20 {
  padding: 0 20px;
}
.pad-h-40 {
  padding: 0 40px;
}
.pad-h-50 {
  padding: 0 50px;
}
.pad-h-60 {
  padding: 0 60px;
}
.pad-h-70 {
  padding: 0 70px;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-h {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-h-r {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-v-r {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-rev {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.j-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.j-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.j-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.j-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.j-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.a-i-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.a-i-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.a-i-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.a-i-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.a-i-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.a-c-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.a-c-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.a-c-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.a-c-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
}
.a-c-space-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
.a-c-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.flex-1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex-5 {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex-6 {
  -webkit-flex: 6;
  -moz-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.order-4 {
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.order-5 {
  -webkit-order: 5;
  -moz-order: 5;
  -ms-order: 5;
  order: 5;
}
.order-6 {
  -webkit-order: 6;
  -moz-order: 6;
  -ms-order: 6;
  order: 6;
}
.grow-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.grow-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.grow-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
.grow-4 {
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-grow: 4;
  flex-grow: 4;
}
.grow-5 {
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-grow: 5;
  flex-grow: 5;
}
.grow-6 {
  -webkit-flex-grow: 6;
  -moz-flex-grow: 6;
  -ms-flex-grow: 6;
  flex-grow: 6;
}
.shrink-1 {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.shrink-2 {
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2;
}
.shrink-3 {
  -webkit-flex-shrink: 3;
  -moz-flex-shrink: 3;
  -ms-flex-shrink: 3;
  flex-shrink: 3;
}
.shrink-4 {
  -webkit-flex-shrink: 4;
  -moz-flex-shrink: 4;
  -ms-flex-shrink: 4;
  flex-shrink: 4;
}
.shrink-5 {
  -webkit-flex-shrink: 5;
  -moz-flex-shrink: 5;
  -ms-flex-shrink: 5;
  flex-shrink: 5;
}
.shrink-6 {
  -webkit-flex-shrink: 6;
  -moz-flex-shrink: 6;
  -ms-flex-shrink: 6;
  flex-shrink: 6;
}
.a-auto {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}
.a-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.a-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.a-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.a-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
.a-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
@media only screen and (max-width: 580px) {
  .s-show {
    display: block !important;
  }
  table.s-show {
    display: table;
  }
  tr.s-show {
    display: table-row !important;
  }
  th.s-show,
  td.s-show {
    display: table-cell !important;
  }
  .s-show-inline {
    display: inline !important;
  }
  .s-show-i-block {
    display: inline-block !important;
  }
  .s-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 581px) and (max-width: 768px) {
  .m-show {
    display: block !important;
  }
  table.m-show {
    display: table;
  }
  tr.m-show {
    display: table-row !important;
  }
  th.m-show,
  td.m-show {
    display: table-cell !important;
  }
  .m-show-inline {
    display: inline !important;
  }
  .m-show-i-block {
    display: inline-block !important;
  }
  .m-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .l-show {
    display: block !important;
  }
  table.l-show {
    display: table;
  }
  tr.l-show {
    display: table-row !important;
  }
  th.l-show,
  td.l-show {
    display: table-cell !important;
  }
  .l-show-inline {
    display: inline !important;
  }
  .l-show-i-block {
    display: inline-block !important;
  }
  .l-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-show {
    display: block !important;
  }
  table.xl-show {
    display: table;
  }
  tr.xl-show {
    display: table-row !important;
  }
  th.xl-show,
  td.xl-show {
    display: table-cell !important;
  }
  .xl-show-inline {
    display: inline !important;
  }
  .xl-show-i-block {
    display: inline-block !important;
  }
  .xl-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-show {
    display: block !important;
  }
  table.xxl-show {
    display: table;
  }
  tr.xxl-show {
    display: table-row !important;
  }
  th.xxl-show,
  td.xxl-show {
    display: table-cell !important;
  }
  .xxl-show-inline {
    display: inline !important;
  }
  .xxl-show-i-block {
    display: inline-block !important;
  }
  .xxl-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 580px) {
  .s-ct {
    text-align: center;
  }
  .s-rt {
    text-align: right;
  }
  .s-jt {
    text-align: justify;
  }
  .s-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 581px) and (max-width: 768px) {
  .m-ct {
    text-align: center;
  }
  .m-rt {
    text-align: right;
  }
  .m-jt {
    text-align: justify;
  }
  .m-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .l-ct {
    text-align: center;
  }
  .l-rt {
    text-align: right;
  }
  .l-jt {
    text-align: justify;
  }
  .l-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-ct {
    text-align: center;
  }
  .xl-rt {
    text-align: right;
  }
  .xl-jt {
    text-align: justify;
  }
  .xl-lt {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-ct {
    text-align: center;
  }
  .xxl-rt {
    text-align: right;
  }
  .xxl-jt {
    text-align: justify;
  }
  .xxl-lt {
    text-align: left;
  }
}
body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.layout {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: right 0.3s ease,left 0.3s ease;
  -moz-transition: right 0.3s ease,left 0.3s ease;
  -o-transition: right 0.3s ease,left 0.3s ease;
  transition: right 0.3s ease,left 0.3s ease;
  min-height: 100vh;
  height: auto;
  z-index: 2;
}
.side {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: transparent;
}
.side__left {
  position: absolute;
  top: 0;
  left: -40%;
  bottom: 0;
  width: 40%;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  padding: 10px;
  overflow-y: auto;
}
@media only screen and (max-width:580px) {
  .side__left {
    left: -100%;
    width: 100%;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .side__left {
    left: -100%;
    width: 100%;
  }
}
.open-left {
  overflow: hidden;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.open-left .body {
  overflow: hidden;
}
.open-left .layout {
  left: 40%;
  overflow: hidden;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media only screen and (max-width:580px) {
  .open-left .layout {
    left: -100%;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .open-left .layout {
    left: -100%;
  }
}
.open-left .side__left {
  left: 0px;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.side__right {
  position: absolute;
  top: 0;
  right: -40%;
  bottom: 0;
  width: 40%;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 10px;
  overflow-y: auto;
}
@media only screen and (max-width:580px) {
  .side__right {
    right: -100%;
    width: 100%;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .side__right {
    right: -100%;
    width: 100%;
  }
}
.open-right {
  overflow: hidden;
  -webkit-transition: right 0.3s ease,left 0.3s ease;
  -moz-transition: right 0.3s ease,left 0.3s ease;
  -o-transition: right 0.3s ease,left 0.3s ease;
  transition: right 0.3s ease,left 0.3s ease;
}
.open-right .body {
  overflow: hidden;
}
.open-right .layout {
  right: 40%;
  left: -40%;
  -webkit-transition: right 0.3s ease,left 0.3s ease;
  -moz-transition: right 0.3s ease,left 0.3s ease;
  -o-transition: right 0.3s ease,left 0.3s ease;
  transition: right 0.3s ease,left 0.3s ease;
}
@media only screen and (max-width:580px) {
  .open-right .layout {
    right: 100%;
    left: -100%;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .open-right .layout {
    right: 100%;
    left: -100%;
  }
}
.open-right .side__right {
  right: 0px;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.open-top {
  top: 80px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-outside {
  height: 80px;
  width: 100%;
  position: absolute;
  top: -80px;
  background: #ffffff;
}
body.open-bottom {
  bottom: 90%;
  position: absolute;
  padding-bottom: 90%;
}
.open-bottom .layout {
  padding-bottom: 90%;
}
.open-bottom .footer {
  bottom: 0px;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0px;
  margin-top: 0px;
}
.open-bottom .footer .footer-outside {
  top: 0;
  display: block;
  bottom: 0;
}
.footer-outside {
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: -2000px;
  background: #ffffff;
  display: block;
}
.open-left .side,
.open-right .side {
  overflow: hidden;
}
.footer--side {
  bottom: 0px;
  top: 100%;
  margin-top: -40px;
}
.arrow {
  width: 0px;
  height: 0px;
  overflow: visible;
  position: absolute;
  border: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.arrow:before {
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  content: '';
  display: block;
  position: absolute;
}
.arrow:after {
  width: 8px;
  height: 8px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -5px;
  top: -5px;
  margin-top: -1px;
  margin-left: -1px;
  border: 2px solid #707070;
}
.arrow-small {
  width: 0px;
  height: 0px;
  overflow: visible;
  position: absolute;
  border: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.arrow-small:before {
  width: 8px;
  height: 8px;
  left: -4px;
  top: -4px;
  content: '';
  display: block;
  position: absolute;
}
.arrow-small:after {
  width: 7px;
  height: 7px;
  position: absolute;
  background: transparent;
  content: '';
  display: block;
  left: -4px;
  top: -4px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #707070;
}
.arrow-right:after {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-right.arrow-inner {
  margin-right: 25px;
}
.arrow-right.arrow-inner:after {
  border-left-width: 0;
  border-bottom-width: 0;
}
.arrow-top:after {
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-top.arrow-inner {
  margin-top: 25px;
}
.arrow-top.arrow-inner:after {
  border-right-width: 0;
  border-bottom-width: 0;
}
.arrow-left:after {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.arrow-left.arrow-inner {
  margin-left: 25px;
}
.arrow-left.arrow-inner:after {
  border-right-width: 0;
  border-top-width: 0;
}
.arrow-bottom:after {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.arrow-bottom.arrow-inner {
  margin-bottom: 25px;
}
.arrow-bottom.arrow-inner:after {
  border-left-width: 0;
  border-top-width: 0;
}
.transparent:after {
  background: transparent !important;
}
.a-t-c {
  left: 50%;
  top: 0;
}
.a-t-l {
  left: 0%;
  top: 0;
  margin-left: 35px;
}
.a-t-l.arrow-fill {
  margin-left: 17.5px;
}
.a-t-r {
  right: 0%;
  top: 0;
  margin-right: 35px;
}
.a-t-r.arrow-fill {
  margin-right: 17.5px;
}
.a-r-c {
  right: 0;
  top: 50%;
}
.a-r-t {
  right: 0%;
  top: 0%;
  margin-top: 35px;
}
.a-r-t.arrow-fill {
  margin-top: 17.5px;
}
.a-r-b {
  right: 0%;
  bottom: 0%;
  margin-bottom: 35px;
}
.a-r-b.arrow-fill {
  margin-bottom: 17.5px;
}
.a-b-c {
  left: 50%;
  bottom: 0px;
}
.a-b-l {
  left: 0%;
  bottom: 0;
  margin-left: 35px;
}
.a-b-l.arrow-fill {
  margin-left: 17.5px;
}
.a-b-r {
  right: 0%;
  bottom: 0;
  margin-right: 35px;
}
.a-b-r.arrow-fill {
  margin-right: 17.5px;
}
.a-l-c {
  left: 0;
  top: 50%;
}
.a-l-t {
  left: 0;
  top: 0%;
  margin-top: 35px;
}
.a-l-t.arrow-fill {
  margin-top: 17.5px;
}
.a-l-b {
  left: 0;
  bottom: 0%;
  margin-bottom: 35px;
}
.a-l-b.arrow-fill {
  margin-bottom: 17.5px;
}
.arrow-fill {
  position: absolute;
  border: 15px solid #000;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  width: 0;
  height: 0;
  line-height: 0;
}
.arrow-fill-small {
  position: absolute;
  border: 8px solid #000;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px;
  width: 0;
  height: 0;
  line-height: 0;
}
.arrow-fill-top {
  border-top: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arrow-fill-top.arrow-inner {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.arrow-fill-bottom {
  border-bottom: none;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.arrow-fill-bottom.arrow-inner {
  margin-bottom: 25px !important;
}
.arrow-fill-left {
  border-left: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-left.arrow-inner {
  margin-left: 25px !important;
  margin-right: 0 !important;
}
.arrow-fill-right {
  border-right: none;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.arrow-fill-right.arrow-inner {
  margin-right: 25px !important;
  margin-left: 0 !important;
}
body {
  font-family: titillium;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
blockquote {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-top: 0;
  padding-bottom: 0;
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6,
table p,
table ul,
table ol,
table dl,
ul h1,
ul h2,
ul h3,
ul h4,
ul h5,
ul h6,
ul p,
ul ul,
ul ol,
ul dl,
ol h1,
ol h2,
ol h3,
ol h4,
ol h5,
ol h6,
ol p,
ol ul,
ol ol,
ol dl {
  padding: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1,
.h1 {
  font-size: 2.19047619em;
  font-weight: 700;
  font-style: normal;
  font-family: titillium;
  line-height: 1.1;
}
h2,
.h2 {
  font-size: 1.42857143em;
  font-weight: 700;
  font-style: normal;
  font-family: titillium;
  line-height: 1.1;
}
h3,
.h3 {
  font-size: 1.28571429em;
  font-weight: 600;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
}
h4,
.h4 {
  font-size: 1.04761905em;
  font-weight: 600;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
}
h5,
.h5 {
  font-size: 1.19047619em;
  font-weight: 600;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
}
h6,
.h6 {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
}
p,
.p {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
}
.negative {
  color: #ffffff;
  background: #000000;
}
.super {
  font-size: 2.61904762em;
}
.big {
  font-size: 270%;
}
.small {
  font-size: 0.9047619em;
}
.xsmall {
  font-size: 0.76190476em;
}
a {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #26397E;
  text-decoration: underline;
}
a:visited {
  color: #000000;
}
img {
  display: inline-block;
}
.img-round {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.img-circle {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.img-fluid {
  width: 100%;
}
.line,
.unit--last {
  overflow: hidden;
}
.line--o-visible {
  overflow: visible;
}
.line--spacing {
  margin: 0 1.3rem;
}
@media only screen and (max-width:580px) {
  .line--spacing {
    margin: 0 0.325rem;
  }
}
.line--spacing-half {
  margin: 0 0.65rem;
}
@media only screen and (max-width:580px) {
  .line--spacing-half {
    margin: 0;
  }
}
.unit {
  float: left;
  padding: 0 1.3rem;
}
@media only screen and (max-width:580px) {
  .unit {
    padding: 0 0.325rem;
  }
}
.unit-half {
  padding: 0 0.65rem;
}
@media only screen and (max-width:580px) {
  .unit-half {
    margin: 0 0.325rem;
  }
}
.unit-half > .line {
  margin-left: -0.325rem;
  margin-right: -0.325rem;
}
.unit {
  float: left;
  padding: 0 1.3rem;
}
@media only screen and (max-width:580px) {
  .unit {
    padding: 0 0.325rem;
  }
}
.unit > .line {
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}
@media only screen and (max-width:580px) {
  .unit > .line {
    margin-left: -0.325rem;
    margin-right: -0.325rem;
  }
}
.unit > .line--s {
  margin-left: 0;
  margin-right: 0;
}
.unit > img {
  display: block;
}
.unit--top-space {
  padding-top: 10px;
}
.unit--v-space {
  padding-top: 10px;
  padding-bottom: 10px;
}
.unit--rev {
  float: right;
}
.unit--last {
  float: none;
  width: auto;
}
.unit--fit {
  padding: 0;
}
.g1of1 {
  width: 100%;
}
.g1of2 {
  width: 50%;
}
.g1of3 {
  width: 33.33333%;
}
.g2of3 {
  width: 66.66666%;
}
.g1of4 {
  width: 25%;
}
.g3of4 {
  width: 75%;
}
.g1of5 {
  width: 20%;
}
.g2of5 {
  width: 40%;
}
.g3of5 {
  width: 60%;
}
.g4of5 {
  width: 80%;
}
@media only screen and (max-width: 580px) {
  .s-g1of1 {
    width: 100%;
  }
  .s-g1of2 {
    width: 50%;
  }
  .s-g1of3 {
    width: 33.33333%;
  }
  .s-g2of3 {
    width: 66.66666%;
  }
  .s-g1of4 {
    width: 25%;
  }
  .s-g3of4 {
    width: 75%;
  }
  .s-g1of5 {
    width: 20%;
  }
  .s-g2of5 {
    width: 40%;
  }
  .s-g3of5 {
    width: 60%;
  }
  .s-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 581px) and (max-width: 768px) {
  .m-g1of1 {
    width: 100%;
  }
  .m-g1of2 {
    width: 50%;
  }
  .m-g1of3 {
    width: 33.33333%;
  }
  .m-g2of3 {
    width: 66.66666%;
  }
  .m-g1of4 {
    width: 25%;
  }
  .m-g3of4 {
    width: 75%;
  }
  .m-g1of5 {
    width: 20%;
  }
  .m-g2of5 {
    width: 40%;
  }
  .m-g3of5 {
    width: 60%;
  }
  .m-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) {
  .l-g1of1 {
    width: 100%;
  }
  .l-g1of2 {
    width: 50%;
  }
  .l-g1of3 {
    width: 33.33333%;
  }
  .l-g2of3 {
    width: 66.66666%;
  }
  .l-g1of4 {
    width: 25%;
  }
  .l-g3of4 {
    width: 75%;
  }
  .l-g1of5 {
    width: 20%;
  }
  .l-g2of5 {
    width: 40%;
  }
  .l-g3of5 {
    width: 60%;
  }
  .l-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-g1of1 {
    width: 100%;
  }
  .xl-g1of2 {
    width: 50%;
  }
  .xl-g1of3 {
    width: 33.33333%;
  }
  .xl-g2of3 {
    width: 66.66666%;
  }
  .xl-g1of4 {
    width: 25%;
  }
  .xl-g3of4 {
    width: 75%;
  }
  .xl-g1of5 {
    width: 20%;
  }
  .xl-g2of5 {
    width: 40%;
  }
  .xl-g3of5 {
    width: 60%;
  }
  .xl-g4of5 {
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-g1of1 {
    width: 100%;
  }
  .xxl-g1of2 {
    width: 50%;
  }
  .xxl-g1of3 {
    width: 33.33333%;
  }
  .xxl-g2of3 {
    width: 66.66666%;
  }
  .xxl-g1of4 {
    width: 25%;
  }
  .xxl-g3of4 {
    width: 75%;
  }
  .xxl-g1of5 {
    width: 20%;
  }
  .xxl-g2of5 {
    width: 40%;
  }
  .xxl-g3of5 {
    width: 60%;
  }
  .xxl-g4of5 {
    width: 80%;
  }
}
.media {
  padding: 1.3rem 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.media__img {
  float: left;
  margin: 1.3rem;
  position: relative;
}
.media__img--rev {
  float: right;
  margin: 6px;
}
.media__img img,
.media__img--rev img {
  display: block;
  margin: 0.65rem;
  z-index: 1;
}
.media__caption {
  padding: 3px 0.65rem;
  margin: 0;
}
.media__body {
  overflow: hidden;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}
.media__link {
  position: absolute;
  text-decoration: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.media__link.active {
  z-index: 0;
  cursor: pointer;
}
.media__body--ellipsis > * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.media--menu {
  position: relative;
}
.media--menu .media__body {
  position: relative;
}
.media--thumbs {
  position: relative;
  padding: 1.3rem;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.media--thumbs .media__img {
  float: none;
  margin: 0;
  padding: 0;
}
.media--thumbs .media__img img {
  margin: 0;
  width: 100%;
}
.media--thumbs .media__body.media__body--over {
  position: absolute;
  top: 70%;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
}
.media--table {
  width: 100%;
  display: table;
}
.media--table .media__img,
.media--table .media__body {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.media__body--ellipsis h4 {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media only screen and (max-width: 580px) {
  .s-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .s-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .s-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .s-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .s-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 581px) and (max-width: 768px) {
  .m-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .m-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .m-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .m-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .m-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 960px) {
  .l-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .l-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .l-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .l-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .l-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 1024px) {
  .xl-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .xl-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .xl-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .xl-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .xl-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 1280px) {
  .xxl-column1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .xxl-column2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .xxl-column3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .xxl-column4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .xxl-column5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
.form {
  font-size: 100%;
  padding: 5px;
}
.form fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.form legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
.form button,
.form input,
.form select,
.form textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.form button,
.form input {
  line-height: normal;
}
.form button,
.form input[type="button"],
.form input[type="reset"],
.form input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.form button[disabled],
.form input[disabled] {
  cursor: default;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.form input[type="search"] {
  -webkit-appearance: textfield;
}
.form input[type="search"]::-webkit-search-cancel-button,
.form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form button::-moz-focus-inner,
.form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form textarea {
  overflow: auto;
  vertical-align: top;
}
.form input,
.form select,
.form textarea {
  margin-bottom: 0.4em;
  padding: 0.3em 0.3em;
  font-size: 0.9em;
  min-width: 270px;
}
.form input[type="radio"],
.form input[type="checkbox"] {
  display: inline !important;
  width: 13px !important;
}
.form .checkbox,
.form .radio {
  margin: 0.5em;
  display: block;
}
.form select[multiple] {
  height: auto;
}
.form label {
  margin: 0.5em 0 0.2em;
}
.form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  font-size: 125%;
}
.form input.input-round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: 0.5em 1.05em;
}
.form .form__group input {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  top: -1px;
}
.form .form__group input:focus {
  z-index: 2;
}
.form .form__group input:first-child {
  top: 1px;
}
.form .form__group input:last-child {
  top: -2px;
}
.form .form__group button {
  margin: 1em 0;
}
.form .form__message {
  display: block;
  font-size: 80%;
}
.form .form__message--inline {
  display: inline-block;
  padding-left: .5em;
  vertical-align: middle;
}
input,
select,
textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 0px 0px #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-font-smoothing: antialiased;
  background-color: #F6F6F6;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #58779d;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ffffff;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #cccccc;
  outline: 1px auto #58779d;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #58779d;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: #f0f0f0;
  color: #1a1a1a !important;
  border-color: #cccccc;
}
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  background: #f0f0f0;
  color: #1a1a1a !important;
  border-color: #cccccc;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #58779d;
  border: 1px solid #58779d;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #58779d;
}
select {
  border: 1px solid #cccccc;
  background-color: #F6F6F6;
}
legend {
  color: #000000;
  border-bottom: 1px solid #333333;
}
select,
input,
button,
textarea {
  font-family: titillium;
}
.form__group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form__group input:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.form__group input:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.form__message {
  color: #F00;
}
.form--block input,
.form--block select,
.form--block label,
.form--block textarea {
  display: block;
  margin: 0.25em 0;
  width: 100%;
}
.form--inline input,
.form--inline select,
.form--inline textarea {
  display: inline-block;
}
.form--aligned input,
.form--aligned textarea,
.form--aligned select,
.form--aligned .form__line {
  margin-bottom: 0.5em;
}
.form--aligned input label,
.form--aligned textarea label,
.form--aligned select label,
.form--aligned .form__line label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin: 0 16px 0 0;
}
.form--aligned .form__message {
  margin: 0 0 0 200px;
}
.form--aligned .form__controls {
  margin: 1em 0 1em 196px;
}
.form--aligned .form__controls .form__message {
  margin: 0 0 0 4px;
}
.form--compressed .form__line {
  position: relative;
  max-width: 300px;
  margin: 10px auto;
}
.form--compressed .form__line label {
  position: absolute;
  top: 0px;
  margin: 0;
  left: 0.5em;
}
.form--compressed .form__line input,
.form--compressed .form__line textarea,
.form--compressed .form__line select {
  max-width: 290px;
  padding-top: 27px !important;
}
.form--compressed .form__line input {
  height: 45px;
}
.form--compressed .form__line input.input-round + label {
  padding-left: 10px;
}
.form--compressed .form__controls {
  position: relative;
  max-width: 300px;
  margin: 10px auto;
}
@media only screen and (max-width:580px) {
  .form__line {
    width: 100%;
    margin: 0 auto;
  }
  .form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .form input,
  .form textarea,
  .form label {
    margin: 0 auto 0.3em auto;
    display: block;
    width: 100%;
  }
  .form__group input,
  .form__group label {
    margin-bottom: 0 !important;
  }
  .form--aligned .form__line label {
    margin: 0 auto 0.3em auto;
    text-align: left;
    display: block;
    width: 100%;
  }
  .form--aligned .form__controls {
    margin: 1.5em 0 0 0;
  }
  .form__message {
    display: block;
    padding: 0.2em 0 0.8em;
    margin: 0 auto 0.3em auto !important;
    width: 100%;
  }
  a.btn,
  .btn {
    width: 100% !important;
  }
}
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120%;
  padding: 0.5em 1.5em 0.5em 1.5em;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: box-shadow 0.1s linear;
  -moz-transition: box-shadow 0.1s linear;
  -o-transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  border: none;
}
.btn-hover,
.btn:hover,
.btn:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}
.btn-active,
.btn:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.btn[disabled],
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-hidden {
  display: none;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-icon {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.square400 {
  width: 400px;
  height: 400px;
  display: block;
}
.square360 {
  width: 360px;
  height: 360px;
  display: block;
}
.square320 {
  width: 320px;
  height: 320px;
  display: block;
}
.square280 {
  width: 280px;
  height: 280px;
  display: block;
}
.square240 {
  width: 240px;
  height: 240px;
  display: block;
}
.square200 {
  width: 200px;
  height: 200px;
  display: block;
}
.square160 {
  width: 160px;
  height: 160px;
  display: block;
}
.square120 {
  width: 120px;
  height: 120px;
  display: block;
}
.square80 {
  width: 80px;
  height: 80px;
  display: block;
}
.square40 {
  width: 40px;
  height: 40px;
  display: block;
}
.modal .modal__overlay {
  z-index: 900;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.modal .modal__overlay.transparent {
  background-color: transparent;
}
.modal .modal__box {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: visible;
  -webkit-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -moz-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -o-transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  transition: right 0.5s ease,left 0.5s ease,top 0.7s ease,bottom 0.7s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal .modal__box.modal__box--from-right {
  left: 150%;
}
.modal .modal__box.modal__box--from-left {
  left: -50%;
}
.modal .modal__box.modal__box--from-top {
  top: -50%;
}
.modal .modal__box.modal__box--from-bottom {
  top: 150%;
}
.modal .modal__box .modal__header {
  position: absolute;
  top: 0px;
  width: 100%;
}
.modal .modal__box .modal__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.modal .modal__box .modal__content {
  position: absolute;
  overflow: scroll;
  width: 100%;
}
.flipcard {
  -webkit-perspective: 600;
  -moz-perspective: 600;
  -ms-perspective: 600;
  -o-perspective: 600;
  perspective: 600px;
  position: relative;
  overflow: visible;
}
.flipcard:after {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  display: block;
}
.flipcard__inner {
  border: 3px solid #F00;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.flipcard__inner:after {
  content: "";
  display: block;
  padding-bottom: 120%;
  padding-left: 100%;
}
.flipcard__inner.hover,
.flipcard__inner.find {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipcard__inner--square:after {
  padding-bottom: 100%;
}
.flipcard__side {
  border: 2px solid #00F;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.flipcard__side:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.flipcard__side.flipcard__side--back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #F00;
  padding-bottom: 100%;
}
.flipcard__side .box__inner,
.flipcard__side fieldset {
  position: inherit;
}
.gbk {
  border: 1px solid #000 !important;
}
.gr {
  border: 1px solid #F00 !important;
}
.gg {
  border: 1px solid #0F0 !important;
}
.gb {
  border: 1px solid #00F !important;
}
.js-scroll-container {
  overflow: hidden !important;
  position: relative;
}
.js-scroll-container > .js-scrollbar-y-wrap {
  display: none;
  background-color: transparent;
  width: 2px;
  background-color: #d7d7d7;
  opacity: 1;
  position: absolute;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 10px;
}
.js-scroll-container > .js-scrollbar-y-wrap > .js-scrollbar-y {
  position: absolute;
  border-radius: 0px;
  transition: background-color 0.2s linear, height 0.2s linear;
  background-color: rgba(100, 100, 100, 0.35);
  right: -3px;
  width: 8px;
}
.js-scroll-container > .js-scrollbar-y-wrap:hover > .js-scrollbar-y,
.js-scroll-container > .js-scrollbar-y-wrap:active > .js-scrollbar-y {
  background-color: rgba(100, 100, 100, 0.5);
}
.line--400 {
  height: 300px;
}
@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;
}
.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;
}
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -5px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1a3d7f;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* font face unifi */
/* titillium 700 */
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-bold-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-bolditalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
/* titillium 400 */
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-regular-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-italic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
/* titillium 300*/
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-light-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-lightitalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
/* titillium 600*/
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-semibold-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'titillium';
  src: url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-semibolditalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/titilliumweb/titilliumweb-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
/* roboto 100 */
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-thinitalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-thinitalic-webfont.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-thin-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
/* roboto 400 */
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-italic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
/* roboto 500 */
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-medium-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-mediumitalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
/* roboto 300 */
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* roboto 700 */
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-bolditalic-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* roboto 900 */
@font-face {
  font-family: 'roboto';
  src: url('roboto-blackitalic-webfont.woff2') format('woff2'), url('roboto-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('https://assets.unifi.it/dev/assets/fonts/roboto/roboto-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
.container {
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width:580px) {
  .container {
    padding: 0;
  }
}
.container--o-v {
  overflow: visible;
}
.container--wrap {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px;
}
.container--top-menu {
  margin-right: 90px;
  padding: 0 60px 0 30px;
  position: relative;
}
.container--menu {
  padding-top: 10px;
}
.container--top-over {
  margin-top: -150px;
}
@media only screen and (max-width:580px) {
  .top-cap {
    position: fixed;
    height: 130px;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #1a3d7f;
    background-color: #1a3d7f;
    z-index: 3;
  }
}
.top {
  height: 650px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width:580px) {
  .top {
    height: 65vh;
  }
}
@media only screen and (min-width:581px) and (max-width:960px), only screen and (min-width:960px) {
  .top {
    height: 500px;
  }
}
@media only screen and (min-width:1280px) {
  .top {
    height: 580px;
  }
}
@media (max-height: 850px) and (min-width: 1280px) {
  .top {
    height: 470px;
  }
}
@media (max-height: 700px) and (min-width: 1280px) {
  .top {
    height: 390px;
  }
}
.home-title {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  padding: 0px 80px 25px 0.8rem;
  z-index: 3;
  margin-left: 1.3rem;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .home-title {
    width: 100%;
    min-width: 320px;
    padding: 0px 0 15px 0.4rem;
    margin-left: 0;
  }
}
.home-title h1 {
  margin: 0;
}
.page--tipo2 .home-title {
  margin-left: 0;
}
.container--top-grid {
  margin-left: 25%;
}
@media only screen and (max-width:580px) {
  .container--top-grid {
    margin-left: 0;
  }
}
.container--top-grid .title {
  margin-bottom: 70px;
  padding: 0 1.3rem;
}
.content {
  z-index: 4;
  position: relative;
}
.page--home {
  background: #FFF;
}
.page--home .content {
  margin-top: 40px;
}
@media only screen and (max-width:580px) {
  .page--home .content {
    margin-top: 10px;
  }
}
.wrapper {
  padding-bottom: 40px;
}
@media only screen and (max-width:580px) {
  .content-left {
    height: 50px;
    overflow: hidden;
    position: absolute;
  }
  .content-left.open {
    height: auto !important;
  }
}
@media only screen and (max-width:580px) {
  .content-left li {
    margin: 10px 0;
  }
}
.content-right {
  padding-top: 32px;
  padding-bottom: 50px;
  margin-top: -80px;
}
@media only screen and (max-width:580px) {
  .content-right {
    padding-top: 60px;
  }
}
.content-right:before {
  position: absolute;
  display: block;
  content: '';
  top: 80px;
  bottom: 0;
  background: #FFF;
}
@media only screen and (min-width:960px) {
  .content-right:before {
    left: -31%;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .content-right:before {
    width: 46%;
    left: -46%;
  }
}
@media only screen and (max-width:580px) {
  .wrapper--full .content-right {
    padding-top: 0;
  }
}
.title-top {
  margin-top: -90px;
}
h1 {
  margin: 18px 0 40px 0;
  overflow: visible;
  position: relative;
  padding-left: 0.3rem;
}
h1:after {
  display: block;
  position: absolute;
  width: 100px;
  height: 8px;
  content: '';
  bottom: -18px;
  background-color: #58779d;
}
h2 {
  padding-bottom: 0.5em;
}
p {
  margin-bottom: 0.5em;
}
.tmenu {
  left: -1px;
  right: -1px;
  background: #FFF;
  position: absolute;
  padding-top: 25px;
  padding-bottom: 25px;
  top: -50px;
  z-index: 1000;
}
@media only screen and (max-width:580px) {
  .tmenu {
    height: 55px;
    padding-top: 10px;
    overflow: hidden;
  }
}
.tmenu li {
  margin: 10px 55px;
  font-size: 1.19047619em;
  font-weight: 600;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
  font-family: roboto;
  white-space: nowrap;
}
@media only screen and (max-width:580px) {
  .tmenu li {
    margin: 10px 0;
  }
}
.right--100 {
  margin-right: 100px;
  min-width: 300px;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .right--100 {
    float: none;
    margin-right: 0;
    min-width: 0 !important;
  }
}
.other-info,
.left-info {
  margin-top: 50px;
  clear: left;
}
@media only screen and (min-width:960px) {
  .other-info,
  .left-info {
    padding-left: 1.95rem;
  }
}
.other-info span.icon,
.left-info span.icon {
  margin-left: -8px;
}
.social {
  margin: 20px 0;
}
@media only screen and (max-width:580px) {
  .social {
    margin-top: 40px;
  }
}
.content-right .social {
  height: 40px;
  margin-left: 45px;
  position: absolute;
  bottom: -70px;
}
.content-right .social:before {
  font-family: 'icomoon';
  font-weight: 400;
  content: "\ea82" !important;
  position: absolute;
  top: 8px;
  left: -40px;
}
.content-right .social:hover {
  cursor: pointer;
}
.content-right .social a {
  display: none;
}
.content-right .social span {
  display: block;
  font-size: 0.76190476em;
  font-weight: 600 !important;
  margin-top: 10px;
}
.content-right .social.open a {
  display: inline-block;
}
.content-right .social.open span {
  display: none;
}
.media__body h2 {
  margin-top: 0px !important;
}
.video {
  width: 100%;
}
.layout-a-1 .top-cap {
  background: #074c7d;
}
.layout-a-2 .page--home .content {
  margin-top: 0;
}
@media only screen and (min-width:960px) {
  .layout-a-2 .content-right {
    margin-top: -80px;
  }
}
.layout-a-2 .page.page--home {
  background-color: #ffffff;
}
.layout-a-2 .page.page--home h1 {
  color: #000000;
  font-size: 2em;
  font-weight: 500;
}
.layout-a-2 .page.page--home h1:after {
  background: #000000;
  height: 6px;
}
.layout-a-2 .page.page--home .content-right {
  padding-top: 0;
}
.layout-a-2 .page.page--home .content-right:after {
  position: absolute;
  content: '';
  display: block;
  background: #ffffff;
  left: -100%;
  bottom: 0;
  width: 100%;
  top: 0;
}
.cookiewarning {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 2em;
  background: #4d4d4d;
  z-index: 100;
  color: #ffffff;
  font-weight: 300;
}
.cookiewarning h4 {
  color: #ffffff;
  font-weight: 600;
}
.cookiewarning a {
  color: #ffffff;
}
.cookiewarning a:hover {
  color: #ffffff;
}
.cookiewarning a.btn {
  margin-top: 1.5em;
  background-color: #58779d;
  color: #ffffff;
  padding: 0.2em 1em;
  font-size: 100%;
}
.cookiewarning a.btn:hover {
  color: #ffffff;
}
.box-corsi {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transition: top 0.3s ease;
}
.box-corsi .corsi {
  margin: 12px 0;
  font-size: 0.8em;
}
.inner-box {
  margin: 0.65rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:580px) {
  .inner-box {
    margin: 0.325rem;
  }
}
.inner-box:hover .box-corsi {
  top: 00%;
  transition: top 0.3s ease;
}
.border-box {
  border: 1px solid #DDD;
  line-height: 1 !important;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width:580px) {
  .border-box {
    padding-bottom: 0.8rem;
  }
}
.border-box img {
  margin-bottom: 0.5rem;
}
.border-box p {
  margin-bottom: 0;
}
.box-corsi {
  position: absolute;
  top: 100%;
}
.layout-a-2 .dipartimenti {
  top: 2px;
}
.layout-a-2 .dipartimenti a {
  float: left;
  overflow: hidden;
}
.layout-a-2 .dipartimenti a img {
  margin-left: -92px;
  height: 42px;
  margin-top: 6px;
}
@media only screen and (max-width:580px) {
  .layout-a-2 .dipartimenti a img {
    margin-top: 3px;
  }
}
.layout-a-2 .dipartimenti a:first-of-type img {
  margin-left: 0px;
}
@media only screen and (min-width:960px) {
  .layout-a-2 .header,
  .layout-a-2 .header-side {
    height: 130px;
  }
  .layout-a-2 .btn-box {
    top: 56px;
  }
  .layout-a-2 .menu-ateneo {
    height: 56px;
    line-height: 56px;
  }
  .layout-a-2 .menu-ateneo .border-right {
    border-right: 1px solid #FFF;
    padding-right: 35px;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .layout-a-2 .header,
  .layout-a-2 .header-side {
    position: fixed;
    top: 0px;
    height: 100px;
  }
  .layout-a-2 .dipartimenti {
    position: fixed;
    width: 100%;
    height: 50px;
    overflow: visible;
    left: 0;
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
  }
  .layout-a-2 .menu-ateneo {
    line-height: normal;
    height: 50px;
    overflow: visible;
    top: 0;
    right: 0;
    left: 0;
    background: #1a3d7f;
  }
  .layout-a-2 .menu-ateneo .link {
    padding-top: 50px;
  }
  .layout-a-2 .menu-lang {
    top: 110px;
  }
  .layout-a-2 .link {
    position: fixed;
    right: -100%;
    top: 47px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .layout-a-2 .header,
  .layout-a-2 .header-side {
    height: 125px;
  }
  .layout-a-2 .menu-ateneo .link {
    padding-top: 80px;
  }
  .layout-a-2 .menu-lang {
    top: 140px;
  }
}
@media only screen and (max-width:580px) {
  .layout-a-2 .open-right .dipartimenti {
    left: 0;
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
    top: 2px;
  }
  .layout-a-2 .open-right .link {
    right: 0;
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
  }
  .layout-a-2 .btn-box {
    top: 50px;
  }
  .layout-a-2 .top-cap {
    height: 170px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .layout-a-2 .open-right .dipartimenti {
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
  }
  .layout-a-2 .open-right .link {
    right: 0;
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
  }
  .layout-a-2 .btn-box {
    top: 50px;
  }
  .layout-a-2 .dipartimenti {
    top: 2px;
  }
  .layout-a-2 .dipartimenti img {
    height: 48px;
    margin-top: 2px !important;
  }
  .layout-a-2 .top-cap {
    height: 30px;
  }
  .layout-a-2 .menu-ateneo {
    top: 0px !important;
    margin-right: -0.6rem;
  }
}
.layout-a-2 .logo {
  height: 70px;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .layout-a-2 .logo {
    height: 70px;
    top: 50px;
  }
}
@media only screen and (max-width:580px) {
  .layout-a-2 .logo {
    height: 50px;
    top: 50px;
  }
}
@media only screen and (min-width:960px) {
  .layout-a-2 .logo {
    position: relative;
  }
}
.layout-a-2 .logo a {
  margin-top: 0;
  text-decoration: none;
  font-size: 1.04761905em;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .layout-a-2 .logo a {
    font-size: 1.04761905em;
  }
}
@media only screen and (max-width:580px) {
  .layout-a-2 .logo a {
    font-size: 0.66666667em;
  }
}
.layout-a-2 .logo a b,
.layout-a-2 .logo a strong {
  font-weight: 500;
}
.header,
.header-side {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 105px;
  overflow: visible;
}
@media only screen and (max-width:580px) {
  .header,
  .header-side {
    height: 50px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .header,
  .header-side {
    height: 75px;
  }
}
.header .g1of5 {
  min-width: 300px;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .header-side {
    display: block;
  }
}
@media only screen and (min-width:960px) {
  .header-side {
    display: none;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .logo {
    position: fixed;
    left: 0px;
    top: 0px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media only screen and (max-width:580px) {
  .logo img {
    height: 42px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .logo img {
    height: 60px;
  }
}
@media only screen and (min-width:960px) {
  .logo img {
    height: 60px;
  }
}
.logo a {
  margin-top: 7px;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .logo a {
    margin-top: 4px;
  }
}
@media only screen and (max-width:580px) {
  .logo a {
    margin-top: 4px;
  }
}
.cssgrid {
  margin: 0 0 20px 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-auto-flow: dense;
  justify-content: center;
  align-content: end;
}
@media only screen and (max-width:580px) {
  .cssgrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .cssgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width:960px), only screen and (min-width:1280px) {
  .cssgrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gitem-menu {
  overflow: visible !important;
  position: relative;
}
@media only screen and (max-width:580px) {
  .gitem-menu {
    padding-bottom: 0px !important;
  }
}
.gbox {
  color: #000000;
  overflow: hidden;
  float: left;
}
.gbox .img-fit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.gbox .tbox {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.gitem {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.gitem-big {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
@media only screen and (min-width:960px), only screen and (min-width:581px) and (max-width:960px) {
  .gitem-big {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
}
@media only screen and (min-width:1280px) {
  .gitem-big {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
}
.gitem-l {
  position: relative;
  padding-bottom: 200%;
  overflow: hidden;
}
@media only screen and (min-width:960px), only screen and (min-width:581px) and (max-width:960px) {
  .gitem-l {
    grid-column-start: span 1;
    grid-row-start: span 2;
  }
}
@media only screen and (min-width:1280px) {
  .gitem-l {
    grid-column-start: span 1;
    grid-row-start: span 2;
  }
}
pre {
  display: none;
}
.test-side {
  position: fixed;
  bottom: -40px;
  left: 0;
  margin: 1.3rem;
  z-index: 10;
}
.update {
  position: fixed;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  left: 0px;
  background-color: #1a3d7f;
}
.update:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
img {
  vertical-align: top;
}
p {
  margin-top: 0;
}
p.bold {
  margin-top: 0.5em;
}
ol,
.content-right ul {
  margin: 20px 6px;
}
ol li,
.content-right ul li {
  margin-left: 20px;
}
.box-info {
  border-top: 3px solid #ffffff;
  padding-top: 10px;
  position: relative;
  font-size: 19px;
  font-weight: bold;
}
.box-info:before {
  content: '';
  display: block;
  background: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 24px;
  top: -14px;
  z-index: 30;
  border-top: 1px solid#ccc;
  border-right: 1px solid #ccc;
}
.no-picture .box-info {
  padding: 15px 10px;
  font-weight: bold;
  background-color: #f0f0f0;
}
.no-picture .box-info:before {
  display: none;
}
.no-picture .box-info span {
  display: block;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.media__link:hover ~ .tbox {
  color: #26397E !important;
}
.unifi {
  padding-left: 6px;
}
.a-top {
  right: 0;
  top: 60%;
}
.img-shadow {
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.7);
  margin: 10px;
}
.img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.hide-form-element {
  width: 0;
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
}
.user-links {
  background-color: #fff;
  padding-right: 0;
}
.user-links > div {
  max-width: 1280px;
  margin: auto;
  padding: 0 1.3rem;
}
@media only screen and (max-width:580px) {
  .user-links {
    margin-top: 50px;
  }
  .user-links > div {
    font-size: 14px;
    padding: 0.2rem 0.65rem;
    text-align: right;
  }
}
#newspro-article-bodytext + .social {
  margin-bottom: 50px;
}
.swiper-slide-stretch {
  background-color: #f0f0f0;
  align-items: stretch;
  height: auto;
}
@media only screen and (max-width:580px) {
  .user-links {
    margin-top: 50px;
  }
  .user-links > div {
    font-size: 14px;
    padding: 0.2rem 0.65rem;
  }
}
@media only screen and (max-width:580px) {
  .layout-a-2 .user-links {
    margin-top: 100px;
  }
}
/* Video */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #666;
  margin: 5px;
}
.youtube-player.youtube-player-4-3 {
  padding-bottom: 75%;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play-button {
  cursor: pointer;
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://assets.unifi.it/prod/global/images/playvideo.png") no-repeat;
}
/**/
.page--tipo2 .breadcrumbs {
  display: none;
}
.page--tipo2 .other-info {
  color: #666 !important;
}
.page--tipo2 .other-info .icon,
.page--tipo2 .other-info a {
  color: #666 !important;
  font-weight: 600;
}
/* Icone di editing */
#cmpro-adminicons {
  text-align: right;
  margin: 16px 0;
}
#cmpro-adminicons a {
  text-decoration: none!important;
}
@media only screen and (max-width: 979px) {
  #cmpro-adminicons a {
    padding-right: 6px;
  }
}
.img-label {
  text-align: left;
}
/* Pulsante ricerca 
#seafquery input[type=submit] {
    position: absolute;
    right: 22px;
    top: 5px;
    width: 35px;
    height: 35px;
    border: none;
    background-image: url(https://mdthemes.unifi.it/azimuth2/images/cerca-celeste.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    min-width: 0;
}
*/
.menu {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu {
    width: 100%;
  }
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -999em;
  width: 100%;
  min-width: 200px;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu ul {
    display: block;
    position: relative;
    height: 0;
  }
}
.menu li {
  display: inline-block;
  width: auto;
  min-width: 200px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu li {
    display: block;
    width: 100%;
  }
}
.menu li:hover > ul {
  left: auto;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu li:hover > ul {
    height: auto;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu li:hover {
    display: block;
  }
}
.menu li li {
  display: block;
  min-width: 200px;
}
.menu li li:hover > ul {
  display: block;
  height: auto;
}
.main-menu {
  margin-top: 45px;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .main-menu {
    margin-top: 80px;
  }
}
@media only screen and (max-width:580px) {
  .main-menu {
    margin-top: 90px;
  }
}
.main-menu ul {
  height: 0px;
  overflow: hidden;
}
.main-menu a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.6rem;
}
.main-menu a.open ~ ul,
.main-menu a.active ~ ul {
  height: auto;
}
.menu-selected {
  height: 80px;
  line-height: 80px;
}
@media only screen and (max-width:580px) {
  .menu-selected {
    height: 50px;
    line-height: 50px;
  }
}
.menu-selected .arrow {
  right: 20px;
}
.menu-selected .arrow:after {
  border-color: #ffffff;
}
.section-carousel {
  width: 100%;
  overflow: hidden;
}
.swiper-slide-text {
  background-color: #f0f0f0;
}
.item-text {
  padding: 0.4rem;
  height: 260px;
  overflow: hidden;
  font-size: 0.9047619em;
}
.item-text:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.25) 0%, #f0f0f0 70%);
}
.more {
  padding-top: 3px;
  padding-bottom: 3px;
}
.more .btn-more {
  font-size: 1.1em;
  border: 1px solid #707070;
  color: #707070;
  padding-right: 45px;
  padding-left: 15px;
  border-radius: 2px;
}
.swiper-button-next {
  cursor: pointer;
  pointer-events: auto;
  right: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1a3d7f;
  border-radius: 5px;
  z-index: 3;
}
.swiper-button-next:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  margin-top: 12px;
  margin-left: 8px;
}
.swiper-button-prev {
  cursor: pointer;
  pointer-events: auto;
  left: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1a3d7f;
  border-radius: 5px;
  z-index: 3;
}
.swiper-button-prev:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  margin-top: 12px;
  margin-left: 16px;
}
.swiper-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1240px;
  margin-top: -25px;
  width: 100%;
  pointer-events: none;
}
.swiper-arrow-out {
  height: 100%;
  top: 0;
  margin-top: 0px;
}
.swiper-arrow-out .swiper-button-prev {
  margin-top: -25px;
  top: 50%;
  left: -80px;
}
@media only screen and (min-width:960px) {
  .swiper-arrow-out .swiper-button-prev {
    left: 50px;
  }
}
@media only screen and (min-width:1280px) {
  .swiper-arrow-out .swiper-button-prev {
    left: -80px;
  }
}
.swiper-arrow-out .swiper-button-next {
  margin-top: -25px;
  top: 50%;
  right: -80px;
}
@media only screen and (min-width:960px) {
  .swiper-arrow-out .swiper-button-next {
    right: 50px;
  }
}
@media only screen and (min-width:1280px) {
  .swiper-arrow-out .swiper-button-next {
    right: -80px;
  }
}
.swiper-arrow-out .shadow {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}
.swiper-arrow-out .shadow.shadow-prev {
  left: -50vw;
  width: 50vW;
}
.swiper-arrow-out .shadow.shadow-next {
  right: -50vw;
  width: 50vW;
}
/*fix con flex-direction:column come da codice non va all'interno del nostro layout*/
.swiper-wrapper-column {
  flex-direction: row !important;
}
.swiper-slide-column {
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-top: 12px;
  /* 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;
}
.swiper-container {
  padding-bottom: 20px !important;
}
@media only screen and (min-width:960px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-slide img {
  border: 1px solid #DDD;
}
.swiper-container-multirow {
  margin-top: -12px;
}
@media only screen and (max-width:580px) {
  .test-media-query {
    background: yellow;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .test-media-query {
    background: red;
  }
}
@media only screen and (min-width:960px) {
  .test-media-query {
    background: green;
  }
}
@media only screen and (min-width:1280px) {
  .test-media-query {
    background: black;
  }
}
.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  min-width: 320px;
}
.open-right .layout {
  min-width: 100% !important;
}
.open-right .header {
  min-width: 100% !important;
}
.page {
  flex: 1;
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width:580px) {
  .page {
    padding-bottom: 0;
  }
}
.footer {
  min-height: 200px;
  padding: 20px 0;
}
@media only screen and (min-width:960px) {
  .footer {
    padding: 75px 0;
  }
}
.side__right {
  padding: 80px 50px 50px 30px;
}
@media only screen and (max-width:580px) {
  .side__right {
    padding: 80px 10px 20px 10px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .side__right {
    padding: 80px 20px 20px 20px;
  }
}
.side__right ul li ul {
  font-size: 70%;
  padding-left: 20px;
}
.menu-ateneo {
  position: relative;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  -webkit-transition: right 0.3s ease,left 0.3s ease;
  -moz-transition: right 0.3s ease,left 0.3s ease;
  -o-transition: right 0.3s ease,left 0.3s ease;
  transition: right 0.3s ease,left 0.3s ease;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu-ateneo {
    color: #ffffff !important;
    position: fixed;
    right: -100%;
    width: auto !important;
  }
  .menu-ateneo > div {
    display: table-row;
  }
  .menu-ateneo > div > div {
    display: table-row !important;
    float: none;
  }
  .menu-ateneo > div > div > div {
    display: table-cell !important;
  }
}
@media only screen and (max-width:580px) {
  .menu-ateneo {
    top: 50px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .menu-ateneo {
    top: 75px;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .open-right .menu-ateneo,
  .open-right .menu-lang {
    display: block;
    right: 0;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .search {
    display: none;
  }
}
.btn-search {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
}
@media only screen and (max-width:580px) {
  .btn-search {
    right: 0px;
    top: 0px;
  }
}
.form-search {
  padding: 0;
}
.form-search .btn-search {
  right: 15px;
  top: 0;
}
@media only screen and (max-width:580px) {
  .form-search .btn-search {
    right: 0px;
    top: -3px;
  }
}
.icon-search {
  color: #4d4d4d !important;
}
.menu-lang {
  margin-top: 23px;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu-lang {
    -webkit-transition: right 0.3s ease,left 0.3s ease;
    -moz-transition: right 0.3s ease,left 0.3s ease;
    -o-transition: right 0.3s ease,left 0.3s ease;
    transition: right 0.3s ease,left 0.3s ease;
    display: block;
    color: #ffffff !important;
    position: fixed;
    right: -100%;
  }
  .menu-lang a,
  .menu-lang a.active {
    color: #ffffff !important;
  }
}
@media only screen and (max-width:580px) {
  .menu-lang {
    top: 60px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .menu-lang {
    top: 90px;
  }
}
.btn-box {
  background: #ffffff;
  width: 80px;
  height: 74px;
  display: block;
  position: fixed;
  right: 0px;
  top: 30px;
  z-index: 8;
}
@media only screen and (max-width:580px) {
  .btn-box {
    top: 0;
    background: #ffffff;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .btn-box {
    top: 0;
    background: #ffffff;
    width: 70px;
    height: 75px;
  }
}
.btn-menu {
  display: block;
  position: absolute;
  right: 18px;
  top: 25px;
  width: 40px;
  height: 25px;
  z-index: 6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width:580px) {
  .btn-menu {
    right: 4px;
    top: 13px;
    transform: scale(0.75);
  }
}
.btn-menu > div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
}
.btn-menu > div:nth-child(1) {
  top: 0px;
  transform-origin: left top;
}
.btn-menu > div:nth-child(2) {
  top: 11px;
  left: 0px;
}
.btn-menu > div:nth-child(3) {
  bottom: 0px;
  transform-origin: left bottom;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .btn-menu {
    right: 14px;
    top: 25px;
  }
}
@media only screen and (min-width:960px) {
  .open-right .btn-box {
    background: none;
  }
}
@media only screen and (max-width:580px) {
  .open-right .btn-menu {
    top: 16px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .open-right .btn-menu {
    top: 28px;
  }
}
@media only screen and (min-width:960px) {
  .open-right .btn-menu {
    top: 25px;
  }
}
.open-right .btn-menu > div {
  left: 5px;
}
.open-right .btn-menu > div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 45px;
  top: -9px;
}
.open-right .btn-menu > div:nth-child(2) {
  left: 800%;
  opacity: 0;
}
.open-right .btn-menu > div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 45px;
}
.btn-label {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 15px;
  display: none;
}
.lang {
  margin-top: 30px;
}
.box-cover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: 100;
  color: #58779d;
}
.gbox:hover > .box-cover {
  top: 0;
}
.accordion [type=checkbox] ~ label > div {
  right: 12px;
  top: 50%;
}
.lower {
  text-transform: lowercase;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.info-copy {
  color: #ffffff;
  position: absolute;
  bottom: 90px;
  right: 100px;
}
.media--news .media__img {
  margin: 0 1.3rem 0 0;
}
.media--news .media__img img,
.media--news .media__img .media__img--rev {
  margin: 0.4rem;
}
@media only screen and (max-width:580px) {
  .media--news .media__img {
    margin: 1.3rem 0;
    float: none;
  }
}
.iblock--arrow {
  padding-right: 20px;
}
.fix-anchor,
a[id],
a[name] {
  display: block;
  position: relative;
  top: -160px;
}
.unit--fit {
  margin: 0.4rem 0;
}
#loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.calendar {
  font-size: 0.76190476em;
  margin-bottom: 40px;
}
.calendar table {
  margin: 0 !important;
}
a.fc-day-grid-event {
  color: #ffffff;
}
.fc-event-container a {
  pointer-events: none;
}
.ml-1 {
  margin-left: 1.3rem;
}
@media only screen and (max-width:580px) {
  .ml-1 {
    margin-left: 0;
  }
}
.mt-1 {
  margin-top: 1.3rem;
}
.mt-2 {
  margin-top: 2.6rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.cmpro-page-focus {
  border: 2px solid #d0dae6;
  padding: 0.65rem;
  box-shadow: 1px 1px 6px #f0f0f0;
  background: #f0f0f0;
}
.cmpro-page-focus h2 {
  font-size: 1.28571429em;
  font-weight: 600;
  font-style: normal;
  font-family: titillium;
  line-height: inherit;
}
.indice-h2 {
  font-size: 0.76190476em;
  font-weight: 600 !important;
  margin-bottom: 50px;
}
.indice-h2 .sticky {
  position: fixed;
  top: 50px;
}
@media only screen and (min-width:1800px) {
  .indice-h2 {
    position: absolute;
    left: 100%;
    width: 200px;
    padding-left: 1em;
    top: 80px;
  }
}
.indice-h2 p {
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}
.indice-h2 ul {
  list-style-type: none !important;
  margin: 0 !important;
  margin-top: 1em;
}
.indice-h2 ul li {
  margin: 0 !important;
}
.indice-h2 ul li a {
  font-weight: 600;
  text-decoration: none !important;
  color: #1a3d7f !important;
}
.indice-h2 ul li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-bottom: 2px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}
.indice-h2 ul li a:hover {
  text-decoration: underline !important;
}
.indice-h2 ul li > ul li {
  padding-left: 1em;
}
.cmpro-menulist {
  list-style-type: none !important;
  margin: 0 !important;
  font-size: 0.9047619em;
}
.cmpro-menulist li {
  margin: 0 !important;
}
.cmpro-menulist li a {
  font-weight: 600;
  text-decoration: none !important;
  color: #1a3d7f !important;
}
.cmpro-menulist li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-bottom: 2px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}
.cmpro-menulist li a:hover {
  text-decoration: underline !important;
}
.cmpro-menulist li > ul li {
  padding-left: 1em;
}
.cmpro-menulist .compactHeader + span > a:before {
  display: none;
}
.cmpro-menulist .compactHeader ~ a:before {
  display: none;
}
.read-more__link {
  top: 0px !important;
  padding-left: 0.4rem;
  text-decoration: underline !important;
}
body {
  background: #ffffff;
  color: #000000;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  body {
    font-size: 19px;
  }
}
@media only screen and (max-width:580px) {
  body {
    font-size: 17px;
  }
}
.side__right {
  background: #1a3d7f;
}
.btn-menu > div {
  background: #000000;
}
.open-right .btn-menu > div {
  background: #000000;
}
@media only screen and (min-width:960px) {
  .open-right .btn-menu > div {
    background: #ffffff;
  }
}
.open-right .btn-label {
  color: #ffffff;
}
.side__right a {
  color: #ffffff;
}
.negative a {
  color: #ffffff;
}
.footer {
  background: #fafafa;
}
.page {
  background: #F2F2F2;
}
.page.page--home {
  background-color: #FFF;
}
.wrapper {
  background: #FFF;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #26397E !important;
  text-decoration: underline;
}
.font2 {
  font-family: roboto;
}
.active {
  color: #26397E !important;
}
.title {
  padding-left: 0;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  position: relative;
}
.title.title--border {
  border-top: 1px solid #444;
}
.title + .more {
  position: absolute;
  right: 1.3rem;
  top: 41px;
  text-decoration: underline;
  padding-top: 17px;
  padding-bottom: 3px;
}
@media only screen and (max-width:580px) {
  .title + .more {
    top: 60px;
    left: 0;
  }
}
.super {
  font-weight: 300;
  line-height: 1;
}
.super strong {
  font-weight: 700;
}
@media only screen and (max-width:580px) {
  .super {
    font-size: 2.3em;
  }
}
.home-title {
  background-color: rgba(10, 10, 10, 0.4);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}
.home-title .eccellenza {
  font-family: roboto;
  color: #000000;
  background: #ffffff;
  padding: 0px 20px;
  margin-left: -0.8rem;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.4;
  position: absolute;
}
.home-title h1 {
  color: #ffffff;
  margin-top: 35px;
}
@media only screen and (max-width:580px) {
  .home-title h1 {
    margin-top: 20px;
  }
}
.home-title .eccellenza ~ h1 {
  margin-top: 45px;
}
@media only screen and (max-width:580px) {
  .home-title .eccellenza ~ h1 {
    margin-top: 35px;
  }
}
.page--tipo2 .home-title {
  background-color: rgba(205, 205, 205, 0.3);
}
h3,
h4,
.h3,
.h4 {
  color: #000000;
}
h3 a,
h4 a,
.h3 a,
.h4 a {
  color: #000000;
}
h1 {
  color: #58779d;
}
.breadcrumbs {
  text-transform: uppercase;
}
.breadcrumbs span {
  border-bottom: 1px solid #58779d;
  padding-right: 1.3rem;
  margin-left: -3px;
}
.breadcrumbs span:first-of-type {
  margin-left: inherit;
}
.breadcrumbs span:first-of-type a {
  pointer-events: none;
}
@media only screen and (max-width:580px) {
  .breadcrumbs span:first-of-type {
    display: none;
  }
}
.breadcrumbs span:last-of-type {
  border-bottom: 3px solid #58779d;
  padding-right: 0;
}
@media only screen and (max-width:580px) {
  .breadcrumbs span:last-of-type {
    display: none;
  }
}
@media only screen and (max-width:580px) {
  .breadcrumbs span {
    font-size: 125%;
    border-bottom: none;
    margin-left: 0;
    padding-right: 0;
  }
  .breadcrumbs span:after {
    content: '>';
    font-size: 135%;
    padding-left: 5px;
  }
  .breadcrumbs span:nth-last-of-type(2):after {
    content: '';
  }
}
.breadcrumbs span a {
  text-decoration: none !important;
}
.page--tipo2 .content-left .side-menu {
  background-color: #E5E5E5;
  color: #525252;
}
.other-info {
  margin-top: 50px;
  color: #969696 !important;
}
.other-info a,
.other-info .icon {
  color: #969696 !important;
}
.left-info {
  font-size: 75%;
  margin-top: 30px;
  clear: left;
}
@media only screen and (max-width:580px) {
  .left-info {
    margin-top: 70px;
  }
}
.left-info h2 {
  font-size: 1.28571429em;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.3em;
}
.left-info img {
  margin-top: 30px;
  width: 100%;
}
.left-info p {
  margin-top: 0.3em;
}
@media only screen and (max-width:580px) {
  .footer-menu a {
    display: block;
    border-bottom: 1px solid #333333;
  }
}
.title-table {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}
.scroll-x {
  overflow-x: auto;
  width: 100%;
}
@media only screen and (max-width:580px) {
  .scroll-x {
    width: 95vw;
  }
}
.container--table .line {
  padding-bottom: 2.6rem;
}
.container--table .unit {
  padding: 0;
}
.container--table .unit > h3,
.container--table .unit > h2 {
  margin-top: 0px !important;
}
.container--table .unit img {
  padding: 0px 0.4rem;
  width: 100%;
}
table {
  width: 100%;
  margin: 0 0.4rem 2rem 0.4rem;
}
table th {
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0 0.4rem;
}
table td {
  padding-right: 1.3rem;
}
.page--tipo2 .menu-selected .arrow:after {
  border-color: #525252;
}
.search-results {
  margin: 50px 0;
}
.search-results ul {
  list-style-type: none !important;
}
.search-results ul li {
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 15px !important;
}
.border-tb {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0.4rem;
  padding: 10px 0;
}
.border-t {
  border-top: 1px solid #000000;
  margin: 0.4rem;
  margin-top: 20px;
  padding: 10px 0;
}
.border-b {
  border-bottom: 1px solid #000000;
  margin: 0.4rem;
  margin-top: 20px;
  padding: 10px 0;
}
.tab-search {
  padding-bottom: 4px !important;
}
.tab-search a {
  padding: 0 10px;
}
.tab-search a.active {
  border-bottom: 4px solid #000000;
}
.header,
.header-side {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(250, 250, 250, 0.8);
  border-bottom: 0.5px solid #f0f0f0;
  font-size: 20px;
}
.open-right .header,
.open-right .header-side {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.layout-a-1 .header,
.layout-a-1 .header-side {
  background-color: rgba(28, 95, 137, 0.75);
  border-bottom: 0.5px solid #285277;
}
.layout-a-1 .menu-lang {
  color: #ffffff !important;
}
.layout-a-1 .menu-lang a {
  color: #ffffff !important;
}
.layout-a-1 .btn-box {
  background-color: rgba(255, 255, 255, 0.4);
}
.layout-a-1 .side__right {
  background-color: #004b7e;
}
@media only screen and (min-width:960px) {
  .open-right .btn-box {
    background-color: transparent;
  }
}
.logo a {
  color: #000000;
}
.logo-negativo {
  display: none;
}
@media only screen and (max-width:580px) {
  .open-right {
    content: '';
  }
}
.wrapper {
  display: table;
  table-layout: fixed;
}
.wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
}
@media only screen and (min-width:960px) {
  .wrapper:before {
    background: #F2F2F2;
  }
}
.wrapper.wrapper--full:before {
  background: transparent !important;
}
.content-left .side-menu {
  background: #58779d;
  margin: 0 -1.3rem;
  padding: 0 1.3rem;
  padding-bottom: 50px;
  z-index: 100;
  position: relative;
}
.content-left ul {
  font-weight: 600 !important;
  font-family: roboto;
}
.layout-a-1 .content-left .side-menu {
  background: #20608d;
}
.tmenu ul {
  font-weight: 600 !important;
  font-family: roboto;
}
.content-right {
  background: #ffffff;
}
@media only screen and (max-width:580px) {
  .content-right {
    margin-top: 45px;
  }
}
.side__right a:hover {
  color: #ffffff !important;
}
.title-top {
  z-index: 3;
}
.title-top .title {
  background: #ffffff;
  color: #58779d;
}
.title-bottom {
  z-index: 3;
  background: #ffffff;
  color: #58779d;
}
.title-bottom .big:after {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #58779d;
}
.home-title h1:after {
  position: absolute;
  bottom: -30px;
  width: 100px;
  height: 7px;
  background-color: #FFF;
  margin-left: 0.3rem;
  display: none;
  content: '';
}
h2.title--border {
  margin: 40px 0 10px;
}
h2.title--border.title--big-margin {
  margin-top: 40px;
}
.page--tipo2 .content-right {
  margin-top: 0px;
}
@media only screen and (min-width:581px) and (max-width:960px), only screen and (max-width:580px) {
  .page--tipo2 .content-right {
    margin-top: 45px;
  }
}
.page--tipo2 .content-right:before {
  top: 0;
}
.page--tipo2 .content-left {
  margin-top: 50px;
}
@media only screen and (min-width:581px) and (max-width:960px), only screen and (max-width:580px) {
  .page--tipo2 .content-left {
    margin-top: 0px;
  }
}
.color-0 {
  background: #000000;
  height: 40px;
}
.color-1 {
  background: #333333;
  height: 40px;
}
.color-2 {
  background: #58779d;
  height: 40px;
}
.color-3 {
  background: #d0dae6;
  height: 40px;
}
.color-4 {
  background: #1a3d7f;
  height: 40px;
}
.color-5 {
  background: #074c7d;
  height: 40px;
}
.color-6 {
  background: #20608d;
  height: 40px;
  border: 1px solid #cccccc;
}
.darken-30 {
  background: #4d4d4d;
  height: 40px;
}
.darken-20 {
  background: #333333;
  height: 40px;
}
.darken-10 {
  background: #1a1a1a;
  height: 40px;
}
.darken30 {
  background: #000000;
  height: 40px;
}
.darken20 {
  background: #000000;
  height: 40px;
}
.darken10 {
  background: #000000;
  height: 40px;
}
.lighten-30 {
  background: #cccccc;
  height: 40px;
}
.lighten-20 {
  background: #f0f0f0;
  height: 40px;
}
.lighten-10 {
  background: #fafafa;
  height: 40px;
}
.lighten30 {
  background: #ffffff;
  height: 40px;
}
.lighten20 {
  background: #ffffff;
  height: 40px;
}
.lighten10 {
  background: #ffffff;
  height: 40px;
}
.form input,
.form select,
.form textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 0px 0px #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-font-smoothing: antialiased;
  background-color: #F6F6F6;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
  border-color: #58779d;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ffffff;
}
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: thin dotted #cccccc;
  outline: 1px auto #58779d;
}
.form input[type="file"]:focus:invalid:focus,
.form input[type="radio"]:focus:invalid:focus,
.form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #58779d;
}
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  background: #f0f0f0;
  color: #1a1a1a !important;
  border-color: #cccccc;
}
.form input[readonly]:focus,
.form select[readonly]:focus,
.form textarea[readonly]:focus {
  background: #f0f0f0;
  color: #1a1a1a !important;
  border-color: #cccccc;
}
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #58779d;
  border: 1px solid #58779d;
}
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #58779d;
}
.form select {
  border: 1px solid #cccccc;
  background-color: #F6F6F6;
}
.form legend {
  color: #000000;
  border-bottom: 1px solid #333333;
}
.form select,
.form input,
.form button,
.form textarea {
  font-family: titillium;
}
.form .form__group input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form .form__group input:first-child {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.form .form__group input:last-child {
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.form .form__message {
  color: #F00;
}
/*************************************************************************************************************************/
.box__hd {
  color: #ffffff;
}
.box__hd--round {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.box__hd--label1 {
  background: #58779d;
  border: none;
}
.box__hd--label2 {
  background: #d0dae6;
  border: none;
}
.box__hd--label3 {
  background: #1a3d7f;
  border: none;
}
.box__bd {
  border: 1px solid #f0f0f0;
}
.box__bd--gray {
  background-color: #fafafa;
}
.box__ft {
  background: #f0f0f0;
}
.box__ft--round {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.box--round {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.box--black {
  background: #000000;
  color: #ffffff;
}
.box--black div {
  color: #ffffff;
}
.box__hd--none {
  border-color: transparent;
  background: none;
}
.box__bd--none {
  border: none;
  background: none;
}
.left-menu,
.home-menu {
  margin-top: 1.3rem;
}
.left-menu li,
.home-menu li {
  font-weight: 600;
  font-style: normal;
  font-family: titillium;
  border-left: transparent;
  overflow: visible;
}
.left-menu li a,
.home-menu li a {
  overflow: visible;
  position: relative;
  color: #ffffff !important;
  display: block;
  padding: 0.65rem;
  line-height: 1;
}
.left-menu li a.active:after,
.home-menu li a.active:after {
  content: "";
  display: block;
  width: 5px;
  bottom: 5px;
  top: 5px;
  left: -7px;
  position: absolute;
  background: #ffffff;
}
.page--tipo2 .left-menu li a,
.page--tipo2 .home-menu li a {
  color: #525252 !important;
}
.page--tipo2 .left-menu li a.active,
.page--tipo2 .home-menu li a.active {
  color: #58779d !important;
}
.page--tipo2 .left-menu li a.active:after,
.page--tipo2 .home-menu li a.active:after {
  background: #58779d;
}
.home-menu {
  margin-top: 25px;
}
.home-menu li a {
  color: #000000 !important;
}
.home-menu li:after {
  display: block;
  content: '';
  left: -10px;
  top: 5px;
  width: 11px;
  height: 11px;
  position: absolute;
  border-top: 4px solid #000000;
  border-left: 4px solid #000000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-menu li {
  overflow: visible;
}
.main-menu li ul li a.active:after {
  content: "";
  display: block;
  width: 5px;
  bottom: 5px;
  top: 5px;
  left: -10px;
  position: absolute;
  background: #ffffff;
}
.main-menu a {
  color: #ffffff !important;
  overflow: visible;
  position: relative;
  line-height: 1;
}
.main-menu .active {
  color: #f0f0f0 !important;
}
.menu a {
  white-space: nowrap;
}
.menu:hover > li:hover > a {
  color: #ffffff;
}
.menu > li {
  background: #58779d;
}
.menu > li a {
  padding-left: 0px;
  display: block;
  padding: 10px 20px;
}
.menu > li > ul li {
  background: #f0f0f0;
}
.menu > li > ul li a {
  padding-left: 20px;
  font-size: 70%;
}
.menu > li > ul li > ul li {
  background: #cccccc;
}
.menu > li > ul li > ul li a {
  padding-left: 30px;
  font-size: 60%;
}
.menu > li > ul li > ul li > ul li {
  background: #cccccc;
}
.menu > li > ul li > ul li > ul li a {
  padding-left: 40px;
  font-size: 50%;
}
.menu-ateneo {
  font-weight: 600;
  background-color: #1a3d7f;
}
.menu-ateneo a {
  color: #ffffff !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu-ateneo {
    background: none;
  }
}
.menu-lang .active {
  text-decoration: underline !important;
  color: #000000 !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu-lang .active {
    color: #FFF !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .menu-lang a {
    color: #FFF !important;
  }
}
.menu-selected {
  color: #ffffff;
}
.menu-selected h1 {
  color: #ffffff !important;
  font-size: 1.19047619em;
  font-weight: 600;
  line-height: inherit;
  border-bottom: 1px solid #758CA9;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:580px) {
  .menu-selected h1 {
    padding: 0 0.4rem;
  }
}
.menu-selected h1 a {
  text-decoration: none !important;
}
.open .menu-selected .arrow {
  transform: rotate(225deg);
}
.page--tipo2 .menu-selected a {
  color: #525252 !important;
}
.page--tipo2 .menu-selected a.active {
  color: #58779d !important;
}
.separatore {
  padding-top: 1em !important;
}
.separatore:before {
  border-top: 1px solid #f0f0f0;
  display: block;
  content: '';
  padding-top: 1em;
  width: 60%;
}
.accordion__label {
  background: #58779d;
  color: #000000;
}
.accordion__label .piu:after,
.accordion__label .piu:before {
  background: #ffffff;
}
.accordion__label .arrow:after {
  border-color: #ffffff;
}
.accordion__label:hover,
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {
  background: #1a3d7f;
  color: #ffffff;
}
.accordion__label:hover > div,
.accordion [type=radio]:checked ~ label > div,
.accordion [type=checkbox]:checked ~ label > div {
  border-color: #ffffff !important;
}
.accordion__label:hover .piu:after,
.accordion [type=radio]:checked ~ label .piu:after,
.accordion [type=checkbox]:checked ~ label .piu:after,
.accordion__label:hover .piu:before,
.accordion [type=radio]:checked ~ label .piu:before,
.accordion [type=checkbox]:checked ~ label .piu:before {
  background: #ffffff;
}
.accordion [type=radio]:checked ~ label > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion [type=checkbox]:checked ~ label > div {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion__content {
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.accordion [type=radio]:checked ~ .accordion__content,
.accordion [type=checkbox]:checked ~ .accordion__content {
  border: 1px solid #f0f0f0;
}
.media {
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
}
.media--alt:nth-child(2n+0) {
  background: #f0f0f0;
}
.media--menu {
  border: none;
}
.media--menu:hover {
  background: #58779d !important;
  color: #ffffff;
}
.media--menu:hover .arrow:after {
  border-color: #ffffff;
}
.media--menu:hover .arrow-fill {
  border-left-color: #ffffff;
}
.media--menu.active {
  color: #000000;
}
.media--border {
  border-bottom: 3px solid #cccccc;
}
.media--border:last-child {
  border: none;
}
.media--border:first-child {
  border-bottom: 3px solid #cccccc;
}
.media--thumbs {
  background: #fafafa;
  border: 1px #f0f0f0;
  margin-bottom: 5px;
}
.media--thumbs .media__body.media__body--over {
  background: #000000;
  color: #ffffff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.media--thumbs .media__body.media__body--over * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.btn {
  color: #ffffff;
  border: 1px solid #333333;
  border: none;
  background-color: #4d4d4d;
  text-decoration: none;
  border-radius: 4px;
}
.btn-primary,
.btn-selected,
a.btn-primary,
a.btn-selected,
a.btn-disabled:hover,
a.btn-disabled:focus,
a.btn-disabled:active,
a.btn-active,
a.btn:active {
  background-color: #58779d;
  color: #f0f0f0;
}
.btn-success,
.btn-error,
.btn-warning,
.btn-secondary {
  color: white;
  border-radius: 2px;
  font-weight: bold;
}
.btn-success {
  background: #1a3d7f;
}
.btn-error {
  background: #d0dae6;
}
.btn-warning {
  background: #58779d;
}
.btn-secondary {
  background: #000000;
}
.button-xsmall {
  font-size: 75%;
}
.button-small {
  font-size: 85%;
}
.button-large {
  font-size: 130%;
}
.button-xlarge {
  font-size: 145%;
}
.h5.left-menu {
  font-size: 1em;
}
.h5.left-menu a {
  padding: 0.45rem;
}
.content-right h1 {
  font-size: 2.19047619em;
  font-weight: 700;
  font-style: normal;
  font-family: titillium;
  line-height: 1.1;
}
@media only screen and (min-width:960px) {
  .content-right {
    padding-right: 70px;
  }
}
.content-right h2 {
  font-size: 1.9047619047619047em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1;
  padding-bottom: 0;
}
.content-right h2 em,
.content-right h3 em {
  font-style: normal;
}
.content-right h4 {
  font-weight: 700;
}
.content-right h3 {
  font-size: 1.28571429em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.3em;
  color: #333333;
}
.content-right h2 + h3 {
  margin-top: 0;
}
.content-right h4,
.content-right h5,
.content-right h6 {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.content-right a {
  text-decoration: underline !important;
}
.content-right a:link {
  color: #1a3d7f;
}
.content-right a:visited {
  color: #333333;
}
.content-right a:active,
.content-right a:hover {
  color: #20608d;
}
.content-right ul {
  list-style-type: disc;
}
.content-right p,
.content-right li,
.content-right ul {
  font-weight: 300;
}
.content-right a[href^='http']:not([href*='unifi.it'])::after {
  font-family: 'icomoon';
  font-weight: 400;
  content: "\e916";
  margin-left: 5px;
  pointer-events: none;
  display: inline-block;
  cursor: auto;
}
.content-right a[href^='https://'][href*='google']::after {
  font-family: 'icomoon';
  font-weight: 400;
  content: "\e916";
  margin-left: 5px;
  pointer-events: none;
  display: inline-block;
  cursor: auto;
}
.content-right a[href$=".pdf"]:after {
  font-family: 'icomoon';
  font-weight: 400;
  content: "\e910" !important;
  margin-left: 5px;
  pointer-events: none;
  display: inline-block;
  cursor: auto;
}
.content-right a[href$=".xls"]:after,
.content-right a[href$=".odt"]:after,
.content-right a[href$=".xlsx"]:after {
  font-family: 'icomoon';
  font-weight: 400;
  content: "\e90d" !important;
  margin-left: 5px;
  pointer-events: none;
  display: inline-block;
}
.content-right a[href$=".ppt"]:after,
.content-right a[href$=".ppsx"]:after,
.content-right a[href$=".pps"]:after,
.content-right a[href$=".odp"]:after,
.content-right a[href$=".pptx"]:after {
  font-family: 'icomoon';
  font-weight: 400;
  content: "\e911" !important;
  margin-left: 5px;
  pointer-events: none;
  display: inline-block;
}
.content-right a.hilite,
.content-right a.hilite:visited {
  display: block;
  background-color: #58779d;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  width: max-content;
  border-radius: 0;
}
.content-right {
  padding: 10px;
  /*
  PICCOLE MODIFICHE GENERALI AL LAYOUT
*/
  /* questo padding c'è già ma è su .unit quindi non me lo prendeva */
  /* in alternativa aggiungerlo anche alle tabelle, sennò non stanno allineate */
  /* scusa su questo ho cambiato idea */
  /* MARGINI HEADINGS */
  /* questo mettilo come ti pare */
  /* STILE BLOCKQUOTE */
  /*
    STILI IMMAGINI
  */
  /* STILI IFRAME */
  /*
    STILI TESTO E LINK
  */
  /* questo è nuovo */
  /* questo è @color-6 */
  /* questo da sostituire a quello che c'è */
  /*
  STILI TABELLE
*/
  /*
  HR
*/
}
.content-right.unit {
  padding-right: 1.7rem;
  padding-left: 1.7rem;
}
@media only screen and (max-width:580px) {
  .content-right.unit {
    padding-right: 0.725rem;
    padding-left: 0.725rem;
  }
}
.content-right h1,
.content-right h2,
.content-right h3,
.content-right h4,
.content-right h5,
.content-right h6,
.content-right ul,
.content-right ol,
.content-right dl,
.content-right p,
.content-right blockquote,
.content-right table,
.content-right figure {
  padding-left: 0;
  padding-right: 0;
}
.content-right img {
  max-width: 100%;
}
.content-right h4 {
  font-weight: 700;
}
.content-right div {
  font-weight: 300;
}
.content-right ul {
  list-style-type: disc;
}
.content-right p,
.content-right h2,
.content-right h3,
.content-right h4,
.content-right h5,
.content-right h6,
.content-right blockquote,
.content-right img,
.content-right table,
.content-right a {
  margin-top: 0;
  margin-bottom: 0;
}
.content-right p {
  margin-top: 0.3em;
}
.content-right > h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.content-right > h3,
.content-right > h4 {
  margin-top: 1em;
}
.content-right h2 + h3 {
  margin-top: 0.5em;
}
.content-right h3 + h4 {
  margin-top: 0.3em;
}
.content-right blockquote {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  border: 0;
  padding: 0 0 0 1rem;
  margin: 1.5em 1em 1.5em 1em;
  max-width: 100%;
  border-left: 10px solid #5b7c9f;
}
@media screen and (min-width: 768px) {
  .content-right blockquote {
    margin-left: 2.5em;
    margin-right: 2em;
  }
}
.content-right figure {
  clear: both;
  overflow: hidden;
  position: relative;
}
.content-right figure.with-caption figcaption {
  font-style: italic;
}
.content-right figure.miniature-container img,
.content-right figure.with-caption img {
  margin-top: 0;
  display: block;
}
.content-right figure.miniature-container img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .content-right figure.miniature-container img {
    width: 200px;
    margin-bottom: 1em;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-right figure.with-caption img {
    width: 74%;
    float: left;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-right figure.with-caption figcaption {
    position: absolute;
    margin-left: 75.5%;
    width: 20%;
    bottom: 20px;
  }
}
.content-right div.iframe-container {
  margin-top: 10px;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.content-right div.iframe-container iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.content-right span.evidenza_rosso {
  font-weight: 700;
  color: #b30b0b;
}
.content-right span.evidenza_blu {
  font-weight: 700;
  color: #20608d;
}
.content-right a.hilite,
.content-right a.hilite:visited {
  display: block;
  background-color: #5b7c9f;
  color: #ffffff;
  padding: 20px 30px 20px 30px ;
  margin-top: 10px;
  text-transform: none;
  text-decoration: none!important;
  width: max-content;
  border-radius: 4px;
  font-weight: 600;
  box-shadow: 3px 3px 6px #ccc;
}
.content-right table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  overflow: auto;
}
.content-right thead th,
.content-right thead td {
  background-color: lightgrey;
  font-weight: bold;
}
.content-right thead {
  white-space: nowrap;
}
.content-right tr {
  border: 1px solid black;
}
.content-right td {
  padding: 5px;
  vertical-align: top;
}
.content-right table::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 11px;
}
.content-right table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-right tr:nth-child(odd) {
  background: #FFFFFF;
}
.content-right tr:nth-child(even) {
  background: #FFFFFF;
}
.content-right hr {
  border-top: 1px solid #8c8b8b;
  margin: 40px 0 40px 0;
}
.content-right em {
  font-style: italic !important;
  font-weight: inherit;
}
.content-right strong {
  font-weight: bold !important;
  font-style: inherit;
}
.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;
}
a.vanillatop {
  border-radius: 50%;
  bottom: 40px;
  display: block;
  height: 59px;
  line-height: 59px;
  position: fixed;
  right: 10px;
  text-align: center;
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition: 1s all;
  transition: 1s all;
  vertical-align: middle;
  width: 59px;
  z-index: 9999;
  background-image: url(https://mdthemes.unifi.it/global/images/backtotop-arrow.svg);
  background-repeat: no-repeat;
}
a.vanillatop::before {
  color: #fff;
  /*content: 'â–²';*/
  font-size: 120%;
}
a.vanillatop:link {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.vanillatop {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  a.vanillatop {
    bottom: 30px;
    height: 59px;
    line-height: 59px;
    right: 30px;
    width: 59px;
  }
}
.container--demo {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #b30b0b;
  color: #ffffff;
  z-index: 10;
  padding: 4px;
  font-size: 90%;
}
.container--demo p {
  padding: 8px 0;
  margin-bottom: 0;
}
.container--demo a {
  color: #ffffff !important;
  padding: 4px 10px;
  white-space: nowrap;
}
.container--demo a.btn {
  margin-top: 7px;
  background: #ffffff !important;
  color: #b30b0b !important;
  padding: 0px 20px;
  font-size: 100%;
}
@media only screen and (max-width:580px) {
  .container--demo a.btn {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .container--demo .unit {
    display: none;
  }
  .container--demo .unit:first-of-type {
    display: block;
  }
}
.fisarmonica {
  margin-bottom: 1em;
  padding: .5em;
  background-color: #eee;
}
.fisarmonica div {
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.fisarmonica > h3 {
  margin-left: -0.3em;
  cursor: pointer;
}
.fisarmonica > h3:before {
  padding-left: 1em;
  content: "\276F";
  display: inline-block;
  transition: all .3s;
  transform: rotate(0deg) translateX(-0.5em);
}
.fisarmonica.open div {
  max-height: 10000px;
  transition: all 0.5s ease;
}
.fisarmonica.open > h3:before {
  transform: rotate(90deg) translateX(-0.3em);
}
.timeline {
  margin: 50px 0 20px 20px !important;
  padding-left: 30px;
  border-left: 2px solid #f0f0f0;
}
.timeline .fisarmonica {
  background-color: transparent;
  overflow: visible;
}
.timeline .fisarmonica div {
  margin-left: -20px;
  background-color: transparent;
}
.timeline .fisarmonica > h3 {
  margin-left: -20px;
  position: relative;
  cursor: pointer;
}
.timeline .fisarmonica > h3:before {
  padding: 0;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  transform: none;
  margin: 0;
  position: absolute;
  left: -33px;
  top: 2px;
}
@media only screen and (max-width:580px) {
  .timeline .fisarmonica > h3:before {
    left: -32px;
  }
}
.timeline .fisarmonica.open > h3:before {
  border: 2px solid #58779d;
  background-color: #58779d;
  transform: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('https://assets.unifi.it/prod/assets/fonts/icomoon/icomoon.eot');
  src: 
  url('https://assets.unifi.it/prod/assets/fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'), 
  url('https://assets.unifi.it/prod/assets/fonts/icomoon/icomoon.woff') format('woff'), 
  url('https://assets.unifi.it/prod/assets/fonts/icomoon/icomoon.ttf') format('truetype'), 
  url('https://assets.unifi.it/prod/assets/fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.icon-audio:before {
  content: "\e90b";
}
.icon-compresso:before {
  content: "\e90c";
}
.icon-exel:before {
  content: "\e90d";
}
.icon-file-generico:before {
  content: "\e90e";
}
.icon-immagine:before {
  content: "\e90f";
}
.icon-pdf:before {
  content: "\e910";
}
.icon-presentazione:before {
  content: "\e911";
}
.icon-testo:before {
  content: "\e912";
}
.icon-cad:before {
  content: "\e913";
}
.icon-video:before {
  content: "\e914";
}
.icon-word:before {
  content: "\e915";
}
.icon-link-esterno:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-flickr:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-issuu:before {
  content: "\e903";
}
.icon-liinkedin:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}
.icon-place:before {
  content: "\e906";
}
.icon-telegram:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e918";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-edit:before {
  content: "\e917";
}
.icon-duplicate:before {
  content: "\e92c";
}
.icon-trash:before {
  content: "\e9ac";
}
/* -- end iconmoon -- */
/* icons css */
span.icon {
  display: block;
}
.icon {
  font-size: 1.5em;
  color: #000000;
  text-align: center;
  overflow: hidden;
}
.icon-name {
  font-size: 0.6em;
  margin: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
.icon-negative {
  color: #FFF !important;
}
.icon-active {
  color: #ffffff !important;
}
.icon-block {
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  margin: 2px auto;
  padding: 0;
}
.icon-block.icon-negative {
  background: inherit !important;
}
.icon-block.icon-active {
  background: #000000 !important;
}
.icon-round {
  border-radius: 9px;
}
.icon-circle {
  border-radius: 50%;
  background: #000000 !important;
  color: #ffffff !important;
}
.icon-s {
  width: 35px;
  height: 35px;
  font-size: 1em;
  line-height: 35px;
}
.icon-xs {
  width: 25px;
  height: 25px;
  font-size: 1.1em;
  line-height: 25px;
}
.icon-m {
  width: 45px;
  height: 45px;
  font-size: 1.7em;
  line-height: 45px;
}
.icon-l {
  width: 80px;
  height: 80px;
  font-size: 3em;
  line-height: 80px;
}
.icon-hover:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  cursor: pointer;
}
a.icon {
  text-decoration: none !important;
}
.agr .color-2 {
  background: #0B6150;
  height: 40px;
}
.agr .color-6 {
  background: #f0f0f0;
}
.agr .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.agr input:focus,
.agr select:focus,
.agr textarea:focus {
  border-color: #0B6150;
}
.agr input[type="file"]:focus,
.agr input[type="radio"]:focus,
.agr input[type="checkbox"]:focus {
  outline: 1px auto #0B6150;
}
.agr input[type="file"]:focus:invalid:focus,
.agr input[type="radio"]:focus:invalid:focus,
.agr input[type="checkbox"]:focus:invalid:focus {
  outline-color: #0B6150;
}
.agr input:focus:invalid,
.agr textarea:focus:invalid,
.agr select:focus:invalid {
  color: #0B6150;
  border: 1px solid #0B6150;
}
.agr input:focus:invalid:focus,
.agr textarea:focus:invalid:focus,
.agr select:focus:invalid:focus {
  border-color: #0B6150;
}
.agr .swiper-pagination-bullet-active {
  background-color: #0B6150;
}
.agr .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.agr .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.agr .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .agr .top-cap {
    border-bottom: 1px solid #0B6150;
    background-color: #0B6150;
  }
}
.agr .cookiewarning a.btn {
  background-color: #0B6150;
}
.agr .content-right h1 {
  color: #0B6150;
}
.agr .content-right h1:after {
  background-color: #0B6150;
}
.agr .content-right a {
  text-decoration: underline;
  color: #0B6150 !important;
}
.agr .content-right a:hover {
  color: #0B6150 !important;
}
.agr .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.agr .box-cover {
  color: #0B6150;
}
.agr .side__right {
  background: #0B6150;
}
.agr .page--tipo2 .menu-selected a.active {
  color: #0B6150 !important;
}
.agr .menu > li {
  background: #0B6150;
}
.agr .accordion__label {
  background: #0B6150;
}
.agr .media--menu:hover {
  background: #0B6150 !important;
}
.agr .btn-primary,
.agr .btn-selected,
.agr a.btn-primary,
.agr a.btn-selected,
.agr a.btn-disabled:hover,
.agr a.btn-disabled:focus,
.agr a.btn-disabled:active,
.agr a.btn-active,
.agr a.btn:active {
  background-color: #0B6150;
}
.agr .btn-warning {
  background: #0B6150;
}
.agr .content-right a.hilite {
  background-color: #0B6150;
  color: #FFF !important;
}
.agr .timeline .fisarmonica.open > h3:before {
  border: 2px solid #0B6150;
  background-color: #0B6150;
}
.agr .breadcrumbs span {
  border-bottom: 1px solid #0B6150;
}
.agr .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #0B6150;
}
.agr .breadcrumbs span a {
  color: #000 !important;
}
.agr .breadcrumbs span a:hover {
  color: #30796a !important;
}
.agr .content-left .side-menu {
  background: #0B6150;
}
.agr .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.agr .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.agr .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.agr .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.arc .color-2 {
  background: #E2033B;
  height: 40px;
}
.arc .color-6 {
  background: #f0f0f0;
}
.arc .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.arc input:focus,
.arc select:focus,
.arc textarea:focus {
  border-color: #E2033B;
}
.arc input[type="file"]:focus,
.arc input[type="radio"]:focus,
.arc input[type="checkbox"]:focus {
  outline: 1px auto #E2033B;
}
.arc input[type="file"]:focus:invalid:focus,
.arc input[type="radio"]:focus:invalid:focus,
.arc input[type="checkbox"]:focus:invalid:focus {
  outline-color: #E2033B;
}
.arc input:focus:invalid,
.arc textarea:focus:invalid,
.arc select:focus:invalid {
  color: #E2033B;
  border: 1px solid #E2033B;
}
.arc input:focus:invalid:focus,
.arc textarea:focus:invalid:focus,
.arc select:focus:invalid:focus {
  border-color: #E2033B;
}
.arc .swiper-pagination-bullet-active {
  background-color: #E2033B;
}
.arc .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.arc .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.arc .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .arc .top-cap {
    border-bottom: 1px solid #E2033B;
    background-color: #E2033B;
  }
}
.arc .cookiewarning a.btn {
  background-color: #E2033B;
}
.arc .content-right h1 {
  color: #E2033B;
}
.arc .content-right h1:after {
  background-color: #E2033B;
}
.arc .content-right a {
  text-decoration: underline;
  color: #E2033B !important;
}
.arc .content-right a:hover {
  color: #E2033B !important;
}
.arc .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.arc .box-cover {
  color: #E2033B;
}
.arc .side__right {
  background: #E2033B;
}
.arc .page--tipo2 .menu-selected a.active {
  color: #E2033B !important;
}
.arc .menu > li {
  background: #E2033B;
}
.arc .accordion__label {
  background: #E2033B;
}
.arc .media--menu:hover {
  background: #E2033B !important;
}
.arc .btn-primary,
.arc .btn-selected,
.arc a.btn-primary,
.arc a.btn-selected,
.arc a.btn-disabled:hover,
.arc a.btn-disabled:focus,
.arc a.btn-disabled:active,
.arc a.btn-active,
.arc a.btn:active {
  background-color: #E2033B;
}
.arc .btn-warning {
  background: #E2033B;
}
.arc .content-right a.hilite {
  background-color: #E2033B;
  color: #FFF !important;
}
.arc .timeline .fisarmonica.open > h3:before {
  border: 2px solid #E2033B;
  background-color: #E2033B;
}
.arc .breadcrumbs span {
  border-bottom: 1px solid #E2033B;
}
.arc .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #E2033B;
}
.arc .breadcrumbs span a {
  color: #000 !important;
}
.arc .breadcrumbs span a:hover {
  color: #282958 !important;
}
.arc .content-left .side-menu {
  background: #E2033B;
}
.arc .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.arc .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.arc .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.arc .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.eco .color-2 {
  background: #2A285A;
  height: 40px;
}
.eco .color-6 {
  background: #f0f0f0;
}
.eco .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.eco input:focus,
.eco select:focus,
.eco textarea:focus {
  border-color: #2A285A;
}
.eco input[type="file"]:focus,
.eco input[type="radio"]:focus,
.eco input[type="checkbox"]:focus {
  outline: 1px auto #2A285A;
}
.eco input[type="file"]:focus:invalid:focus,
.eco input[type="radio"]:focus:invalid:focus,
.eco input[type="checkbox"]:focus:invalid:focus {
  outline-color: #2A285A;
}
.eco input:focus:invalid,
.eco textarea:focus:invalid,
.eco select:focus:invalid {
  color: #2A285A;
  border: 1px solid #2A285A;
}
.eco input:focus:invalid:focus,
.eco textarea:focus:invalid:focus,
.eco select:focus:invalid:focus {
  border-color: #2A285A;
}
.eco .swiper-pagination-bullet-active {
  background-color: #2A285A;
}
.eco .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.eco .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.eco .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .eco .top-cap {
    border-bottom: 1px solid #2A285A;
    background-color: #2A285A;
  }
}
.eco .cookiewarning a.btn {
  background-color: #2A285A;
}
.eco .content-right h1 {
  color: #2A285A;
}
.eco .content-right h1:after {
  background-color: #2A285A;
}
.eco .content-right a {
  text-decoration: underline;
  color: #2A285A !important;
}
.eco .content-right a:hover {
  color: #2A285A !important;
}
.eco .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.eco .box-cover {
  color: #2A285A;
}
.eco .side__right {
  background: #2A285A;
}
.eco .page--tipo2 .menu-selected a.active {
  color: #2A285A !important;
}
.eco .menu > li {
  background: #2A285A;
}
.eco .accordion__label {
  background: #2A285A;
}
.eco .media--menu:hover {
  background: #2A285A !important;
}
.eco .btn-primary,
.eco .btn-selected,
.eco a.btn-primary,
.eco a.btn-selected,
.eco a.btn-disabled:hover,
.eco a.btn-disabled:focus,
.eco a.btn-disabled:active,
.eco a.btn-active,
.eco a.btn:active {
  background-color: #2A285A;
}
.eco .btn-warning {
  background: #2A285A;
}
.eco .content-right a.hilite {
  background-color: #2A285A;
  color: #FFF !important;
}
.eco .timeline .fisarmonica.open > h3:before {
  border: 2px solid #2A285A;
  background-color: #2A285A;
}
.eco .breadcrumbs span {
  border-bottom: 1px solid #2A285A;
}
.eco .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #2A285A;
}
.eco .breadcrumbs span a {
  color: #000 !important;
}
.eco .breadcrumbs span a:hover {
  color: #2f4873 !important;
}
.eco .content-left .side-menu {
  background: #2A285A;
}
.eco .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.eco .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.eco .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.eco .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.giu .color-2 {
  background: #D43F17;
  height: 40px;
}
.giu .color-6 {
  background: #f0f0f0;
}
.giu .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.giu input:focus,
.giu select:focus,
.giu textarea:focus {
  border-color: #D43F17;
}
.giu input[type="file"]:focus,
.giu input[type="radio"]:focus,
.giu input[type="checkbox"]:focus {
  outline: 1px auto #D43F17;
}
.giu input[type="file"]:focus:invalid:focus,
.giu input[type="radio"]:focus:invalid:focus,
.giu input[type="checkbox"]:focus:invalid:focus {
  outline-color: #D43F17;
}
.giu input:focus:invalid,
.giu textarea:focus:invalid,
.giu select:focus:invalid {
  color: #D43F17;
  border: 1px solid #D43F17;
}
.giu input:focus:invalid:focus,
.giu textarea:focus:invalid:focus,
.giu select:focus:invalid:focus {
  border-color: #D43F17;
}
.giu .swiper-pagination-bullet-active {
  background-color: #D43F17;
}
.giu .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.giu .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.giu .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .giu .top-cap {
    border-bottom: 1px solid #D43F17;
    background-color: #D43F17;
  }
}
.giu .cookiewarning a.btn {
  background-color: #D43F17;
}
.giu .content-right h1 {
  color: #D43F17;
}
.giu .content-right h1:after {
  background-color: #D43F17;
}
.giu .content-right a {
  text-decoration: underline;
  color: #D43F17 !important;
}
.giu .content-right a:hover {
  color: #D43F17 !important;
}
.giu .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.giu .box-cover {
  color: #D43F17;
}
.giu .side__right {
  background: #D43F17;
}
.giu .page--tipo2 .menu-selected a.active {
  color: #D43F17 !important;
}
.giu .menu > li {
  background: #D43F17;
}
.giu .accordion__label {
  background: #D43F17;
}
.giu .media--menu:hover {
  background: #D43F17 !important;
}
.giu .btn-primary,
.giu .btn-selected,
.giu a.btn-primary,
.giu a.btn-selected,
.giu a.btn-disabled:hover,
.giu a.btn-disabled:focus,
.giu a.btn-disabled:active,
.giu a.btn-active,
.giu a.btn:active {
  background-color: #D43F17;
}
.giu .btn-warning {
  background: #D43F17;
}
.giu .content-right a.hilite {
  background-color: #D43F17;
  color: #FFF !important;
}
.giu .timeline .fisarmonica.open > h3:before {
  border: 2px solid #D43F17;
  background-color: #D43F17;
}
.giu .breadcrumbs span {
  border-bottom: 1px solid #D43F17;
}
.giu .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #D43F17;
}
.giu .breadcrumbs span a {
  color: #000 !important;
}
.giu .breadcrumbs span a:hover {
  color: #2d6a3f !important;
}
.giu .content-left .side-menu {
  background: #D43F17;
}
.giu .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.giu .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.giu .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.giu .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.ing .color-2 {
  background: #D22B25;
  height: 40px;
}
.ing .color-6 {
  background: #f0f0f0;
}
.ing .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.ing input:focus,
.ing select:focus,
.ing textarea:focus {
  border-color: #D22B25;
}
.ing input[type="file"]:focus,
.ing input[type="radio"]:focus,
.ing input[type="checkbox"]:focus {
  outline: 1px auto #D22B25;
}
.ing input[type="file"]:focus:invalid:focus,
.ing input[type="radio"]:focus:invalid:focus,
.ing input[type="checkbox"]:focus:invalid:focus {
  outline-color: #D22B25;
}
.ing input:focus:invalid,
.ing textarea:focus:invalid,
.ing select:focus:invalid {
  color: #D22B25;
  border: 1px solid #D22B25;
}
.ing input:focus:invalid:focus,
.ing textarea:focus:invalid:focus,
.ing select:focus:invalid:focus {
  border-color: #D22B25;
}
.ing .swiper-pagination-bullet-active {
  background-color: #D22B25;
}
.ing .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.ing .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.ing .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .ing .top-cap {
    border-bottom: 1px solid #D22B25;
    background-color: #D22B25;
  }
}
.ing .cookiewarning a.btn {
  background-color: #D22B25;
}
.ing .content-right h1 {
  color: #D22B25;
}
.ing .content-right h1:after {
  background-color: #D22B25;
}
.ing .content-right a {
  text-decoration: underline;
  color: #D22B25 !important;
}
.ing .content-right a:hover {
  color: #D22B25 !important;
}
.ing .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.ing .box-cover {
  color: #D22B25;
}
.ing .side__right {
  background: #D22B25;
}
.ing .page--tipo2 .menu-selected a.active {
  color: #D22B25 !important;
}
.ing .menu > li {
  background: #D22B25;
}
.ing .accordion__label {
  background: #D22B25;
}
.ing .media--menu:hover {
  background: #D22B25 !important;
}
.ing .btn-primary,
.ing .btn-selected,
.ing a.btn-primary,
.ing a.btn-selected,
.ing a.btn-disabled:hover,
.ing a.btn-disabled:focus,
.ing a.btn-disabled:active,
.ing a.btn-active,
.ing a.btn:active {
  background-color: #D22B25;
}
.ing .btn-warning {
  background: #D22B25;
}
.ing .content-right a.hilite {
  background-color: #D22B25;
  color: #FFF !important;
}
.ing .timeline .fisarmonica.open > h3:before {
  border: 2px solid #D22B25;
  background-color: #D22B25;
}
.ing .breadcrumbs span {
  border-bottom: 1px solid #D22B25;
}
.ing .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #D22B25;
}
.ing .breadcrumbs span a {
  color: #000 !important;
}
.ing .breadcrumbs span a:hover {
  color: #D22B25 !important;
}
.ing .content-left .side-menu {
  background: #D22B25;
}
.ing .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.ing .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.ing .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.ing .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.psi .color-2 {
  background: #96547B;
  height: 40px;
}
.psi .color-6 {
  background: #f0f0f0;
}
.psi .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.psi input:focus,
.psi select:focus,
.psi textarea:focus {
  border-color: #96547B;
}
.psi input[type="file"]:focus,
.psi input[type="radio"]:focus,
.psi input[type="checkbox"]:focus {
  outline: 1px auto #96547B;
}
.psi input[type="file"]:focus:invalid:focus,
.psi input[type="radio"]:focus:invalid:focus,
.psi input[type="checkbox"]:focus:invalid:focus {
  outline-color: #96547B;
}
.psi input:focus:invalid,
.psi textarea:focus:invalid,
.psi select:focus:invalid {
  color: #96547B;
  border: 1px solid #96547B;
}
.psi input:focus:invalid:focus,
.psi textarea:focus:invalid:focus,
.psi select:focus:invalid:focus {
  border-color: #96547B;
}
.psi .swiper-pagination-bullet-active {
  background-color: #96547B;
}
.psi .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.psi .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.psi .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .psi .top-cap {
    border-bottom: 1px solid #96547B;
    background-color: #96547B;
  }
}
.psi .cookiewarning a.btn {
  background-color: #96547B;
}
.psi .content-right h1 {
  color: #96547B;
}
.psi .content-right h1:after {
  background-color: #96547B;
}
.psi .content-right a {
  text-decoration: underline;
  color: #96547B !important;
}
.psi .content-right a:hover {
  color: #96547B !important;
}
.psi .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.psi .box-cover {
  color: #96547B;
}
.psi .side__right {
  background: #96547B;
}
.psi .page--tipo2 .menu-selected a.active {
  color: #96547B !important;
}
.psi .menu > li {
  background: #96547B;
}
.psi .accordion__label {
  background: #96547B;
}
.psi .media--menu:hover {
  background: #96547B !important;
}
.psi .btn-primary,
.psi .btn-selected,
.psi a.btn-primary,
.psi a.btn-selected,
.psi a.btn-disabled:hover,
.psi a.btn-disabled:focus,
.psi a.btn-disabled:active,
.psi a.btn-active,
.psi a.btn:active {
  background-color: #96547B;
}
.psi .btn-warning {
  background: #96547B;
}
.psi .content-right a.hilite {
  background-color: #96547B;
  color: #FFF !important;
}
.psi .timeline .fisarmonica.open > h3:before {
  border: 2px solid #96547B;
  background-color: #96547B;
}
.psi .breadcrumbs span {
  border-bottom: 1px solid #96547B;
}
.psi .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #96547B;
}
.psi .breadcrumbs span a {
  color: #000 !important;
}
.psi .breadcrumbs span a:hover {
  color: #96547B !important;
}
.psi .content-left .side-menu {
  background: #96547B;
}
.psi .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.psi .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.psi .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.psi .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.smfn .color-2 {
  background: #00827D;
  height: 40px;
}
.smfn .color-6 {
  background: #f0f0f0;
}
.smfn .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.smfn input:focus,
.smfn select:focus,
.smfn textarea:focus {
  border-color: #00827D;
}
.smfn input[type="file"]:focus,
.smfn input[type="radio"]:focus,
.smfn input[type="checkbox"]:focus {
  outline: 1px auto #00827D;
}
.smfn input[type="file"]:focus:invalid:focus,
.smfn input[type="radio"]:focus:invalid:focus,
.smfn input[type="checkbox"]:focus:invalid:focus {
  outline-color: #00827D;
}
.smfn input:focus:invalid,
.smfn textarea:focus:invalid,
.smfn select:focus:invalid {
  color: #00827D;
  border: 1px solid #00827D;
}
.smfn input:focus:invalid:focus,
.smfn textarea:focus:invalid:focus,
.smfn select:focus:invalid:focus {
  border-color: #00827D;
}
.smfn .swiper-pagination-bullet-active {
  background-color: #00827D;
}
.smfn .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.smfn .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.smfn .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .smfn .top-cap {
    border-bottom: 1px solid #00827D;
    background-color: #00827D;
  }
}
.smfn .cookiewarning a.btn {
  background-color: #00827D;
}
.smfn .content-right h1 {
  color: #00827D;
}
.smfn .content-right h1:after {
  background-color: #00827D;
}
.smfn .content-right a {
  text-decoration: underline;
  color: #00827D !important;
}
.smfn .content-right a:hover {
  color: #00827D !important;
}
.smfn .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.smfn .box-cover {
  color: #00827D;
}
.smfn .side__right {
  background: #00827D;
}
.smfn .page--tipo2 .menu-selected a.active {
  color: #00827D !important;
}
.smfn .menu > li {
  background: #00827D;
}
.smfn .accordion__label {
  background: #00827D;
}
.smfn .media--menu:hover {
  background: #00827D !important;
}
.smfn .btn-primary,
.smfn .btn-selected,
.smfn a.btn-primary,
.smfn a.btn-selected,
.smfn a.btn-disabled:hover,
.smfn a.btn-disabled:focus,
.smfn a.btn-disabled:active,
.smfn a.btn-active,
.smfn a.btn:active {
  background-color: #00827D;
}
.smfn .btn-warning {
  background: #00827D;
}
.smfn .content-right a.hilite {
  background-color: #00827D;
  color: #FFF !important;
}
.smfn .timeline .fisarmonica.open > h3:before {
  border: 2px solid #00827D;
  background-color: #00827D;
}
.smfn .breadcrumbs span {
  border-bottom: 1px solid #00827D;
}
.smfn .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #00827D;
}
.smfn .breadcrumbs span a {
  color: #000 !important;
}
.smfn .breadcrumbs span a:hover {
  color: #26ada8 !important;
}
.smfn .content-left .side-menu {
  background: #00827D;
}
.smfn .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.smfn .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.smfn .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.smfn .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.spo .color-2 {
  background: #86225a;
  height: 40px;
}
.spo .color-6 {
  background: #f0f0f0;
}
.spo .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.spo input:focus,
.spo select:focus,
.spo textarea:focus {
  border-color: #86225a;
}
.spo input[type="file"]:focus,
.spo input[type="radio"]:focus,
.spo input[type="checkbox"]:focus {
  outline: 1px auto #86225a;
}
.spo input[type="file"]:focus:invalid:focus,
.spo input[type="radio"]:focus:invalid:focus,
.spo input[type="checkbox"]:focus:invalid:focus {
  outline-color: #86225a;
}
.spo input:focus:invalid,
.spo textarea:focus:invalid,
.spo select:focus:invalid {
  color: #86225a;
  border: 1px solid #86225a;
}
.spo input:focus:invalid:focus,
.spo textarea:focus:invalid:focus,
.spo select:focus:invalid:focus {
  border-color: #86225a;
}
.spo .swiper-pagination-bullet-active {
  background-color: #86225a;
}
.spo .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.spo .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.spo .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .spo .top-cap {
    border-bottom: 1px solid #86225a;
    background-color: #86225a;
  }
}
.spo .cookiewarning a.btn {
  background-color: #86225a;
}
.spo .content-right h1 {
  color: #86225a;
}
.spo .content-right h1:after {
  background-color: #86225a;
}
.spo .content-right a {
  text-decoration: underline;
  color: #86225a !important;
}
.spo .content-right a:hover {
  color: #b8548c !important;
}
.spo .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.spo .box-cover {
  color: #86225a;
}
.spo .side__right {
  background: #86225a;
}
.spo .page--tipo2 .menu-selected a.active {
  color: #86225a !important;
}
.spo .menu > li {
  background: #86225a;
}
.spo .accordion__label {
  background: #86225a;
}
.spo .media--menu:hover {
  background: #86225a !important;
}
.spo .btn-primary,
.spo .btn-selected,
.spo a.btn-primary,
.spo a.btn-selected,
.spo a.btn-disabled:hover,
.spo a.btn-disabled:focus,
.spo a.btn-disabled:active,
.spo a.btn-active,
.spo a.btn:active {
  background-color: #86225a;
}
.spo .btn-warning {
  background: #86225a;
}
.spo .content-right a.hilite {
  background-color: #86225a;
  color: #FFF !important;
}
.spo .timeline .fisarmonica.open > h3:before {
  border: 2px solid #86225a;
  background-color: #86225a;
}
.spo .breadcrumbs span {
  border-bottom: 1px solid #86225a;
}
.spo .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #86225a;
}
.spo .breadcrumbs span a {
  color: #000 !important;
}
.spo .breadcrumbs span a:hover {
  color: #ae4aa0 !important;
}
.spo .content-left .side-menu {
  background: #86225a;
}
.spo .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.spo .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.spo .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.spo .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.ssu .color-2 {
  background: #116766;
  height: 40px;
}
.ssu .color-6 {
  background: #f0f0f0;
}
.ssu .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.ssu input:focus,
.ssu select:focus,
.ssu textarea:focus {
  border-color: #116766;
}
.ssu input[type="file"]:focus,
.ssu input[type="radio"]:focus,
.ssu input[type="checkbox"]:focus {
  outline: 1px auto #116766;
}
.ssu input[type="file"]:focus:invalid:focus,
.ssu input[type="radio"]:focus:invalid:focus,
.ssu input[type="checkbox"]:focus:invalid:focus {
  outline-color: #116766;
}
.ssu input:focus:invalid,
.ssu textarea:focus:invalid,
.ssu select:focus:invalid {
  color: #116766;
  border: 1px solid #116766;
}
.ssu input:focus:invalid:focus,
.ssu textarea:focus:invalid:focus,
.ssu select:focus:invalid:focus {
  border-color: #116766;
}
.ssu .swiper-pagination-bullet-active {
  background-color: #116766;
}
.ssu .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.ssu .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.ssu .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .ssu .top-cap {
    border-bottom: 1px solid #116766;
    background-color: #116766;
  }
}
.ssu .cookiewarning a.btn {
  background-color: #116766;
}
.ssu .content-right h1 {
  color: #116766;
}
.ssu .content-right h1:after {
  background-color: #116766;
}
.ssu .content-right a {
  text-decoration: underline;
  color: #116766 !important;
}
.ssu .content-right a:hover {
  color: #116766 !important;
}
.ssu .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.ssu .box-cover {
  color: #116766;
}
.ssu .side__right {
  background: #116766;
}
.ssu .page--tipo2 .menu-selected a.active {
  color: #116766 !important;
}
.ssu .menu > li {
  background: #116766;
}
.ssu .accordion__label {
  background: #116766;
}
.ssu .media--menu:hover {
  background: #116766 !important;
}
.ssu .btn-primary,
.ssu .btn-selected,
.ssu a.btn-primary,
.ssu a.btn-selected,
.ssu a.btn-disabled:hover,
.ssu a.btn-disabled:focus,
.ssu a.btn-disabled:active,
.ssu a.btn-active,
.ssu a.btn:active {
  background-color: #116766;
}
.ssu .btn-warning {
  background: #116766;
}
.ssu .content-right a.hilite {
  background-color: #116766;
  color: #FFF !important;
}
.ssu .timeline .fisarmonica.open > h3:before {
  border: 2px solid #116766;
  background-color: #116766;
}
.ssu .breadcrumbs span {
  border-bottom: 1px solid #116766;
}
.ssu .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #116766;
}
.ssu .breadcrumbs span a {
  color: #000 !important;
}
.ssu .breadcrumbs span a:hover {
  color: #277e7d !important;
}
.ssu .content-left .side-menu {
  background: #116766;
}
.ssu .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.ssu .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.ssu .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.ssu .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.suf .color-2 {
  background: #5B3B8F;
  height: 40px;
}
.suf .color-6 {
  background: #f0f0f0;
}
.suf .home-title {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.suf input:focus,
.suf select:focus,
.suf textarea:focus {
  border-color: #5B3B8F;
}
.suf input[type="file"]:focus,
.suf input[type="radio"]:focus,
.suf input[type="checkbox"]:focus {
  outline: 1px auto #5B3B8F;
}
.suf input[type="file"]:focus:invalid:focus,
.suf input[type="radio"]:focus:invalid:focus,
.suf input[type="checkbox"]:focus:invalid:focus {
  outline-color: #5B3B8F;
}
.suf input:focus:invalid,
.suf textarea:focus:invalid,
.suf select:focus:invalid {
  color: #5B3B8F;
  border: 1px solid #5B3B8F;
}
.suf input:focus:invalid:focus,
.suf textarea:focus:invalid:focus,
.suf select:focus:invalid:focus {
  border-color: #5B3B8F;
}
.suf .swiper-pagination-bullet-active {
  background-color: #5B3B8F;
}
.suf .swiper-slide-text {
  background-color: #f0f0f0 !important;
}
.suf .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.suf .layout-a-1 .content-left .side-menu {
  background: #f0f0f0;
}
@media only screen and (max-width:580px) {
  .suf .top-cap {
    border-bottom: 1px solid #5B3B8F;
    background-color: #5B3B8F;
  }
}
.suf .cookiewarning a.btn {
  background-color: #5B3B8F;
}
.suf .content-right h1 {
  color: #5B3B8F;
}
.suf .content-right h1:after {
  background-color: #5B3B8F;
}
.suf .content-right a {
  text-decoration: underline;
  color: #5B3B8F !important;
}
.suf .content-right a:hover {
  color: #855fc1 !important;
}
.suf .item-text:after {
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.5) 0%, #f0f0f0 70%);
}
.suf .box-cover {
  color: #5B3B8F;
}
.suf .side__right {
  background: #5B3B8F;
}
.suf .page--tipo2 .menu-selected a.active {
  color: #5B3B8F !important;
}
.suf .menu > li {
  background: #5B3B8F;
}
.suf .accordion__label {
  background: #5B3B8F;
}
.suf .media--menu:hover {
  background: #5B3B8F !important;
}
.suf .btn-primary,
.suf .btn-selected,
.suf a.btn-primary,
.suf a.btn-selected,
.suf a.btn-disabled:hover,
.suf a.btn-disabled:focus,
.suf a.btn-disabled:active,
.suf a.btn-active,
.suf a.btn:active {
  background-color: #5B3B8F;
}
.suf .btn-warning {
  background: #5B3B8F;
}
.suf .content-right a.hilite {
  background-color: #5B3B8F;
  color: #FFF !important;
}
.suf .timeline .fisarmonica.open > h3:before {
  border: 2px solid #5B3B8F;
  background-color: #5B3B8F;
}
.suf .breadcrumbs span {
  border-bottom: 1px solid #5B3B8F;
}
.suf .breadcrumbs span:last-of-type {
  border-bottom: 3px solid #5B3B8F;
}
.suf .breadcrumbs span a {
  color: #000 !important;
}
.suf .breadcrumbs span a:hover {
  color: #3058a0 !important;
}
.suf .content-left .side-menu {
  background: #5B3B8F;
}
.suf .menu-selected h1 {
  border-bottom: 1px solid #ffffff;
}
.suf .page--tipo2 .side-menu a {
  color: #ffffff !important;
}
.suf .page--tipo2 .side-menu a.active {
  color: #ffffff !important;
}
.suf .page--tipo2 .side-menu a.active:after {
  background: #ffffff !important;
}
.agr .corso .container-title {
  background-color: #0B6150;
}
.agr .corso .row-menu {
  border-bottom: 1px solid #0B6150;
}
.agr .corso .row-menu .label-menu {
  color: #0B6150;
}
.agr .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #0B6150;
  border-right: 2px solid #0B6150;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .agr .corso .container-menu {
    background-color: #0B6150;
  }
}
.agr .corso .corso-menu > li a {
  color: #0B6150;
}
.agr .corso .corso-menu > li:hover {
  background: #0B6150 !important;
}
.agr .corso .corso-menu > li.active {
  background: #0B6150 !important;
}
.agr .corso .corso-menu > li > ul {
  background-color: #0B6150 !important;
}
.agr .corso .corso-menu > li > ul:after {
  background-color: #0B6150 !important;
}
.agr .corso .corso-menu > li > ul:before {
  background-color: #0B6150 !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .agr .corso .corso-menu > li.open ul {
    border-top: 5px solid #0B6150 !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .agr .corso .corso-menu > li.active ul {
    border-top: 5px solid #0B6150 !important;
  }
}
.agr .corso .main-section .btn-home {
  border: 1px solid #0B6150 !important;
  color: #0B6150;
}
.agr .corso .main-section .btn-home:hover {
  background-color: #0B6150;
}
.agr .corso .breadcrumbs span {
  border: 1px solid #0B6150 !important;
  color: #0B6150 !important;
}
.agr .corso .breadcrumbs span:after {
  border-top: 2px solid #0B6150 !important;
  border-right: 2px solid #0B6150 !important;
}
.agr .corso .breadcrumbs span a {
  color: #0B6150 !important;
}
.arc .corso .container-title {
  background-color: #E2033B;
}
.arc .corso .row-menu {
  border-bottom: 1px solid #E2033B;
}
.arc .corso .row-menu .label-menu {
  color: #E2033B;
}
.arc .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #E2033B;
  border-right: 2px solid #E2033B;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .arc .corso .container-menu {
    background-color: #E2033B;
  }
}
.arc .corso .corso-menu > li a {
  color: #E2033B;
}
.arc .corso .corso-menu > li:hover {
  background: #E2033B !important;
}
.arc .corso .corso-menu > li.active {
  background: #E2033B !important;
}
.arc .corso .corso-menu > li > ul {
  background-color: #E2033B !important;
}
.arc .corso .corso-menu > li > ul:after {
  background-color: #E2033B !important;
}
.arc .corso .corso-menu > li > ul:before {
  background-color: #E2033B !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .arc .corso .corso-menu > li.open ul {
    border-top: 5px solid #E2033B !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .arc .corso .corso-menu > li.active ul {
    border-top: 5px solid #E2033B !important;
  }
}
.arc .corso .main-section .btn-home {
  border: 1px solid #E2033B !important;
  color: #E2033B;
}
.arc .corso .main-section .btn-home:hover {
  background-color: #E2033B;
}
.arc .corso .breadcrumbs span {
  border: 1px solid #E2033B !important;
  color: #E2033B !important;
}
.arc .corso .breadcrumbs span:after {
  border-top: 2px solid #E2033B !important;
  border-right: 2px solid #E2033B !important;
}
.arc .corso .breadcrumbs span a {
  color: #E2033B !important;
}
.eco .corso .container-title {
  background-color: #2A285A;
}
.eco .corso .row-menu {
  border-bottom: 1px solid #2A285A;
}
.eco .corso .row-menu .label-menu {
  color: #2A285A;
}
.eco .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #2A285A;
  border-right: 2px solid #2A285A;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .eco .corso .container-menu {
    background-color: #2A285A;
  }
}
.eco .corso .corso-menu > li a {
  color: #2A285A;
}
.eco .corso .corso-menu > li:hover {
  background: #2A285A !important;
}
.eco .corso .corso-menu > li.active {
  background: #2A285A !important;
}
.eco .corso .corso-menu > li > ul {
  background-color: #2A285A !important;
}
.eco .corso .corso-menu > li > ul:after {
  background-color: #2A285A !important;
}
.eco .corso .corso-menu > li > ul:before {
  background-color: #2A285A !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .eco .corso .corso-menu > li.open ul {
    border-top: 5px solid #2A285A !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .eco .corso .corso-menu > li.active ul {
    border-top: 5px solid #2A285A !important;
  }
}
.eco .corso .main-section .btn-home {
  border: 1px solid #2A285A !important;
  color: #2A285A;
}
.eco .corso .main-section .btn-home:hover {
  background-color: #2A285A;
}
.eco .corso .breadcrumbs span {
  border: 1px solid #2A285A !important;
  color: #2A285A !important;
}
.eco .corso .breadcrumbs span:after {
  border-top: 2px solid #2A285A !important;
  border-right: 2px solid #2A285A !important;
}
.eco .corso .breadcrumbs span a {
  color: #2A285A !important;
}
.giu .corso .container-title {
  background-color: #D43F17;
}
.giu .corso .row-menu {
  border-bottom: 1px solid #D43F17;
}
.giu .corso .row-menu .label-menu {
  color: #D43F17;
}
.giu .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #D43F17;
  border-right: 2px solid #D43F17;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .giu .corso .container-menu {
    background-color: #D43F17;
  }
}
.giu .corso .corso-menu > li a {
  color: #D43F17;
}
.giu .corso .corso-menu > li:hover {
  background: #D43F17 !important;
}
.giu .corso .corso-menu > li.active {
  background: #D43F17 !important;
}
.giu .corso .corso-menu > li > ul {
  background-color: #D43F17 !important;
}
.giu .corso .corso-menu > li > ul:after {
  background-color: #D43F17 !important;
}
.giu .corso .corso-menu > li > ul:before {
  background-color: #D43F17 !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .giu .corso .corso-menu > li.open ul {
    border-top: 5px solid #D43F17 !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .giu .corso .corso-menu > li.active ul {
    border-top: 5px solid #D43F17 !important;
  }
}
.giu .corso .main-section .btn-home {
  border: 1px solid #D43F17 !important;
  color: #D43F17;
}
.giu .corso .main-section .btn-home:hover {
  background-color: #D43F17;
}
.giu .corso .breadcrumbs span {
  border: 1px solid #D43F17 !important;
  color: #D43F17 !important;
}
.giu .corso .breadcrumbs span:after {
  border-top: 2px solid #D43F17 !important;
  border-right: 2px solid #D43F17 !important;
}
.giu .corso .breadcrumbs span a {
  color: #D43F17 !important;
}
.ing .corso .container-title {
  background-color: #D22B25;
}
.ing .corso .row-menu {
  border-bottom: 1px solid #D22B25;
}
.ing .corso .row-menu .label-menu {
  color: #D22B25;
}
.ing .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #D22B25;
  border-right: 2px solid #D22B25;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .ing .corso .container-menu {
    background-color: #D22B25;
  }
}
.ing .corso .corso-menu > li a {
  color: #D22B25;
}
.ing .corso .corso-menu > li:hover {
  background: #D22B25 !important;
}
.ing .corso .corso-menu > li.active {
  background: #D22B25 !important;
}
.ing .corso .corso-menu > li > ul {
  background-color: #D22B25 !important;
}
.ing .corso .corso-menu > li > ul:after {
  background-color: #D22B25 !important;
}
.ing .corso .corso-menu > li > ul:before {
  background-color: #D22B25 !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .ing .corso .corso-menu > li.open ul {
    border-top: 5px solid #D22B25 !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .ing .corso .corso-menu > li.active ul {
    border-top: 5px solid #D22B25 !important;
  }
}
.ing .corso .main-section .btn-home {
  border: 1px solid #D22B25 !important;
  color: #D22B25;
}
.ing .corso .main-section .btn-home:hover {
  background-color: #D22B25;
}
.ing .corso .breadcrumbs span {
  border: 1px solid #D22B25 !important;
  color: #D22B25 !important;
}
.ing .corso .breadcrumbs span:after {
  border-top: 2px solid #D22B25 !important;
  border-right: 2px solid #D22B25 !important;
}
.ing .corso .breadcrumbs span a {
  color: #D22B25 !important;
}
.psi .corso .container-title {
  background-color: #96547B;
}
.psi .corso .row-menu {
  border-bottom: 1px solid #96547B;
}
.psi .corso .row-menu .label-menu {
  color: #96547B;
}
.psi .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #96547B;
  border-right: 2px solid #96547B;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .psi .corso .container-menu {
    background-color: #96547B;
  }
}
.psi .corso .corso-menu > li a {
  color: #96547B;
}
.psi .corso .corso-menu > li:hover {
  background: #96547B !important;
}
.psi .corso .corso-menu > li.active {
  background: #96547B !important;
}
.psi .corso .corso-menu > li > ul {
  background-color: #96547B !important;
}
.psi .corso .corso-menu > li > ul:after {
  background-color: #96547B !important;
}
.psi .corso .corso-menu > li > ul:before {
  background-color: #96547B !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .psi .corso .corso-menu > li.open ul {
    border-top: 5px solid #96547B !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .psi .corso .corso-menu > li.active ul {
    border-top: 5px solid #96547B !important;
  }
}
.psi .corso .main-section .btn-home {
  border: 1px solid #96547B !important;
  color: #96547B;
}
.psi .corso .main-section .btn-home:hover {
  background-color: #96547B;
}
.psi .corso .breadcrumbs span {
  border: 1px solid #96547B !important;
  color: #96547B !important;
}
.psi .corso .breadcrumbs span:after {
  border-top: 2px solid #96547B !important;
  border-right: 2px solid #96547B !important;
}
.psi .corso .breadcrumbs span a {
  color: #96547B !important;
}
.smfn .corso .container-title {
  background-color: #00827D;
}
.smfn .corso .row-menu {
  border-bottom: 1px solid #00827D;
}
.smfn .corso .row-menu .label-menu {
  color: #00827D;
}
.smfn .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #00827D;
  border-right: 2px solid #00827D;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .smfn .corso .container-menu {
    background-color: #00827D;
  }
}
.smfn .corso .corso-menu > li a {
  color: #00827D;
}
.smfn .corso .corso-menu > li:hover {
  background: #00827D !important;
}
.smfn .corso .corso-menu > li.active {
  background: #00827D !important;
}
.smfn .corso .corso-menu > li > ul {
  background-color: #00827D !important;
}
.smfn .corso .corso-menu > li > ul:after {
  background-color: #00827D !important;
}
.smfn .corso .corso-menu > li > ul:before {
  background-color: #00827D !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .smfn .corso .corso-menu > li.open ul {
    border-top: 5px solid #00827D !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .smfn .corso .corso-menu > li.active ul {
    border-top: 5px solid #00827D !important;
  }
}
.smfn .corso .main-section .btn-home {
  border: 1px solid #00827D !important;
  color: #00827D;
}
.smfn .corso .main-section .btn-home:hover {
  background-color: #00827D !important;
}
.smfn .corso .breadcrumbs span {
  border: 1px solid #00827D !important;
  color: #00827D !important;
}
.smfn .corso .breadcrumbs span:after {
  border-top: 2px solid #00827D !important;
  border-right: 2px solid #00827D !important;
}
.smfn .corso .breadcrumbs span a {
  color: #00827D !important;
}
.spo .corso .container-title {
  background-color: #86225a;
}
.spo .corso .row-menu {
  border-bottom: 1px solid #86225a;
}
.spo .corso .row-menu .label-menu {
  color: #86225a;
}
.spo .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #86225a;
  border-right: 2px solid #86225a;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .spo .corso .container-menu {
    background-color: #86225a;
  }
}
.spo .corso .corso-menu > li a {
  color: #86225a;
}
.spo .corso .corso-menu > li:hover {
  background: #86225a !important;
}
.spo .corso .corso-menu > li.active {
  background: #86225a !important;
}
.spo .corso .corso-menu > li > ul {
  background-color: #86225a !important;
}
.spo .corso .corso-menu > li > ul:after {
  background-color: #86225a !important;
}
.spo .corso .corso-menu > li > ul:before {
  background-color: #86225a !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .spo .corso .corso-menu > li.open ul {
    border-top: 5px solid #86225a !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .spo .corso .corso-menu > li.active ul {
    border-top: 5px solid #86225a !important;
  }
}
.spo .corso .main-section .btn-home {
  border: 1px solid #86225a;
  color: #86225a;
}
.spo .corso .main-section .btn-home:hover {
  background-color: #86225a;
}
.spo .corso .breadcrumbs span {
  border: 1px solid #86225a !important;
  color: #86225a !important;
}
.spo .corso .breadcrumbs span:after {
  border-top: 2px solid #86225a !important;
  border-right: 2px solid #86225a !important;
}
.spo .corso .breadcrumbs span a {
  color: #86225a !important;
}
.ssu .corso .container-title {
  background-color: #116766;
}
.ssu .corso .row-menu {
  border-bottom: 1px solid #116766;
}
.ssu .corso .row-menu .label-menu {
  color: #116766;
}
.ssu .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #116766;
  border-right: 2px solid #116766;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .ssu .corso .container-menu {
    background-color: #116766;
  }
}
.ssu .corso .corso-menu > li a {
  color: #116766;
}
.ssu .corso .corso-menu > li:hover {
  background: #116766 !important;
}
.ssu .corso .corso-menu > li.active {
  background: #116766 !important;
}
.ssu .corso .corso-menu > li > ul {
  background-color: #116766 !important;
}
.ssu .corso .corso-menu > li > ul:after {
  background-color: #116766 !important;
}
.ssu .corso .corso-menu > li > ul:before {
  background-color: #116766 !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .ssu .corso .corso-menu > li.open ul {
    border-top: 5px solid #116766 !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .ssu .corso .corso-menu > li.active ul {
    border-top: 5px solid #116766 !important;
  }
}
.ssu .corso .main-section .btn-home {
  border: 1px solid #116766;
  color: #116766;
}
.ssu .corso .main-section .btn-home:hover {
  background-color: #116766;
}
.ssu .corso .breadcrumbs span {
  border: 1px solid #116766 !important;
  color: #116766 !important;
}
.ssu .corso .breadcrumbs span:after {
  border-top: 2px solid #116766 !important;
  border-right: 2px solid #116766 !important;
}
.ssu .corso .breadcrumbs span a {
  color: #116766 !important;
}
.suf .corso .container-title {
  background-color: #5B3B8F;
}
.suf .corso .row-menu {
  border-bottom: 1px solid #5B3B8F;
}
.suf .corso .row-menu .label-menu {
  color: #5B3B8F;
}
.suf .corso .row-menu .label-menu:after {
  border-bottom: 2px solid #5B3B8F;
  border-right: 2px solid #5B3B8F;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .suf .corso .container-menu {
    background-color: #5B3B8F;
  }
}
.suf .corso .corso-menu > li a {
  color: #5B3B8F;
}
.suf .corso .corso-menu > li:hover {
  background: #5B3B8F !important;
}
.suf .corso .corso-menu > li.active {
  background: #5B3B8F !important;
}
.suf .corso .corso-menu > li > ul {
  background-color: #5B3B8F !important;
}
.suf .corso .corso-menu > li > ul:after {
  background-color: #5B3B8F !important;
}
.suf .corso .corso-menu > li > ul:before {
  background-color: #5B3B8F !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .suf .corso .corso-menu > li.open ul {
    border-top: 5px solid #5B3B8F !important;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .suf .corso .corso-menu > li.active ul {
    border-top: 5px solid #5B3B8F !important;
  }
}
.suf .corso .main-section .btn-home {
  border: 1px solid #5B3B8F;
  color: #5B3B8F;
}
.suf .corso .main-section .btn-home:hover {
  background-color: #5B3B8F;
}
.suf .corso .breadcrumbs span {
  border: 1px solid #5B3B8F !important;
  color: #5B3B8F !important;
}
.suf .corso .breadcrumbs span:after {
  border-top: 2px solid #5B3B8F !important;
  border-right: 2px solid #5B3B8F !important;
}
.suf .corso .breadcrumbs span a {
  color: #5B3B8F !important;
}
@media only screen and (min-width:960px) {
  .app {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: none;
  }
  .header-scuola {
    transition: 0.5s ease all;
  }
  .upscroll .header-scuola {
    height: 67px;
    transition: 0.5s ease all;
  }
  .upscroll .btn-box {
    background: #FFFFFF;
    transition: 0.3s ease all;
    transition-delay: 0.3s;
  }
  .upscroll .btn-box .btn-menu > div {
    background: #000000;
  }
  .upscroll .corso .menu-lang {
    transition: 0.5s ease all;
  }
  .downscroll .header-scuola {
    height: 0!important;
    margin-top: 2px;
    margin-bottom: -10px;
    transition: 0.5s ease all;
  }
  .downscroll .btn-box {
    background: transparent;
    transition: 0.2s ease all;
  }
  .downscroll .btn-box .btn-menu > div {
    background: #FFFFFF;
  }
  .downscroll .corso .menu-lang {
    right: 90px;
    margin-top: -4px;
    transition: 0.5s ease all;
  }
}
.corso {
  overflow: hidden;
}
.corso .info-menu {
  display: flex;
  position: fixed;
  top: 55px;
  right: 80px;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .info-menu {
    display: none;
  }
}
.corso .info-menu img {
  margin-left: 10px;
  margin-right: 10px;
}
.corso .container-title {
  z-index: 10;
  margin-top: 50px;
  position: relative;
  overflow: visible !important;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .corso .container-title {
    margin-top: 75px;
  }
}
@media only screen and (min-width:960px) {
  .corso .container-title {
    margin-top: 8px;
  }
}
.corso .container-title .container {
  z-index: 1;
}
.corso .container-title h1 {
  font-size: 22px;
  margin: 0px 0 5px 0;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .corso .container-title h1 {
    font-size: 24px;
    margin: 10px 0 15px 0;
  }
}
@media only screen and (min-width:960px) {
  .corso .container-title h1 {
    font-size: 26px;
    margin: 10px 0 15px 0;
  }
}
@media only screen and (min-width:1280px) {
  .corso .container-title h1 {
    font-size: 30px;
    margin: 10px 0 15px 0;
  }
}
.corso .container-title h1 span {
  font-size: 14px;
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .corso .container-title h1 span {
    font-size: 20px;
  }
}
@media only screen and (min-width:960px) {
  .corso .container-title h1 span {
    font-size: 24px;
  }
}
@media only screen and (min-width:1280px) {
  .corso .container-title h1 span {
    font-size: 28px;
  }
}
.corso .nome-corso {
  font-weight: 300;
  color: #ffffff;
}
.corso .nome-corso:after {
  display: none;
}
.corso .menu-lang {
  position: absolute;
  right: 1.3rem;
  top: 50%;
  display: flex;
  color: #ffffff;
  width: auto;
}
.corso .menu-lang a {
  color: #ffffff !important;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .menu-lang a {
    text-align: right;
  }
  .corso .menu-lang a.link-cerca {
    padding-right: 1rem;
  }
}
@media only screen and (min-width:960px) {
  .corso .menu-lang {
    transform: translateY(-50%);
    margin-top: -16px;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .menu-lang {
    position: fixed;
    right: 0.65rem;
    top: 160px;
    display: none;
    z-index: 10;
    margin-top: 10px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .corso .menu-lang {
    top: 180px;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .hide-s {
    display: none;
  }
}
.corso .row-menu {
  position: relative;
  height: 47px;
  z-index: 2;
  background: #ffffff;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .row-menu {
    overflow: hidden;
    padding-top: 37px;
    height: 37px;
  }
}
@media only screen and (min-width:960px) {
  .corso .row-menu {
    overflow: visible;
  }
}
.corso .row-menu .label-menu {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
.corso .row-menu .label-menu:after {
  content: '';
  width: 12px;
  height: 12px;
  right: 10px;
  top: 4px;
  position: absolute;
  transform: rotate(45deg);
}
@media only screen and (min-width:960px) {
  .corso .row-menu .label-menu {
    display: none;
  }
}
.corso .row-menu .label-menu span {
  padding: 0.4rem;
}
.corso .menu-wrapper {
  overflow: visible;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .menu-wrapper {
    overflow: scroll;
    height: calc(60vh);
  }
}
.corso.open-menu-corso .label-menu:after {
  transform: rotate(225deg);
  top: 8px;
}
.corso.open-menu-corso .row-menu {
  height: auto !important;
}
.corso.open-menu-corso .menu-lang {
  display: flex;
}
.corso .container-menu {
  z-index: 2;
}
@media only screen and (min-width:960px) {
  .corso .container-menu {
    padding: 0 0.65rem;
    overflow: visible;
  }
}
@media only screen and (min-width:960px) {
  .corso .container-menu {
    border-bottom: none;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .container-menu {
    color: #ffffff !important;
    padding-bottom: 20px;
  }
  .corso .container-menu a {
    color: #ffffff !important;
  }
}
.corso .corso-menu {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  z-index: 3;
  display: flex;
  font-size: 24px;
  flex-direction: column;
  padding-left: 1.3rem;
  height: auto;
}
@media only screen and (max-width:580px) {
  .corso .corso-menu {
    padding: 0.4rem;
  }
}
@media only screen and (min-width:960px) {
  .corso .corso-menu {
    flex-direction: row;
    overflow: visible;
    align-items: center;
    height: 47px;
  }
}
.corso .corso-menu > li {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  overflow: visible;
  position: relative;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .corso-menu > li {
    padding: 0 0.4rem;
    color: #ffffff !important;
  }
}
@media only screen and (min-width:960px) {
  .corso .corso-menu > li {
    height: 35px;
  }
}
.corso .corso-menu > li a {
  font-weight: 600;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .corso-menu > li a {
    color: #ffffff !important;
  }
}
.corso .corso-menu > li:hover a {
  color: #ffffff !important;
}
.corso .corso-menu > li.active {
  font-weight: 600;
}
.corso .corso-menu > li.active a {
  color: #ffffff !important;
}
.corso .corso-menu > li > ul {
  position: relative;
  margin-left: -6px;
  display: flex;
  visibility: hidden;
  max-height: 0;
  flex-direction: column;
  margin-top: 5px;
  font-size: 80%;
}
.corso .corso-menu > li > ul:after {
  position: absolute;
  display: block;
  content: '';
  top: 0px;
  bottom: 0;
  width: 4000px;
  left: 100%;
}
.corso .corso-menu > li > ul:before {
  position: absolute;
  display: block;
  content: '';
  top: 0px;
  bottom: 0;
  right: 100%;
  width: 4000px;
}
@media only screen and (min-width:960px) {
  .corso .corso-menu > li > ul {
    padding-top: 18px;
    position: absolute;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .corso-menu > li > ul {
    margin-left: 12px;
  }
}
.corso .corso-menu > li > ul > li {
  display: block;
  width: 100%;
  padding: 2px 0.4rem;
  white-space: nowrap;
}
.corso .corso-menu > li > ul > li a {
  position: relative;
}
.corso .corso-menu > li > ul > li a:hover:after,
.corso .corso-menu > li > ul > li a.active:after {
  content: "";
  display: block;
  width: 4px;
  bottom: 5px;
  top: 5px;
  left: -10px;
  position: absolute;
}
.corso .corso-menu > li > ul > li a:hover:after {
  background: rgba(255, 255, 255, 0.75) !important;
}
.corso .corso-menu > li > ul > li a.active:after {
  background: #FFF !important;
}
.corso .corso-menu > li > ul > li a.active:hover:after {
  background: #FFF !important;
}
.corso .corso-menu > li.open ul {
  visibility: visible;
  height: auto;
  max-height: 500px;
  border-top: 5px solid #ffffff;
  padding-bottom: 20px;
  transition: max-height 0.3s ease;
}
@media only screen and (min-width:960px) {
  .corso .corso-menu > li.open ul {
    margin-left: -6px;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .corso-menu > li.open ul {
    margin-left: 12px;
  }
}
@media only screen and (min-width:960px) {
  .corso .corso-menu > li:last-of-type {
    border-right: 5px solid #ffffff;
  }
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .corso-menu > li.active ul {
    visibility: visible;
    height: auto;
    max-height: 500px;
    padding-bottom: 20px;
    transition: max-height 0.3s ease;
  }
}
@media only screen and (min-width:581px) and (max-width:960px), only screen and (min-width:960px) {
  .corso .corso-menu > li.active ul {
    margin-left: 12px;
  }
}
.corso .page {
  z-index: 1;
  background-color: #F8F8F8;
  padding-top: 235px;
}
.corso .page.page--home {
  background-color: #ffffff;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .page {
    padding-top: 160px;
  }
}
.corso .content-right {
  background: #ffffff;
}
.corso .content-right h1 {
  color: #5A5A5A;
}
.corso .content-right h1:after {
  background-color: #5A5A5A;
}
.corso .left-info {
  clear: none;
  background: #ffffff;
  margin-top: 50px;
  padding: 1.3rem;
}
.corso .left-info h1 {
  color: #5A5A5A;
}
.corso .left-info h1:after {
  background-color: transparent;
}
.corso .left-info nav a {
  color: #5A5A5A  !important;
  font-weight: 200;
}
.corso .left-info nav a.active {
  font-weight: 700;
}
.corso .container-breadcrumbs {
  padding-top: 45px;
  height: 45px;
  z-index: 10;
}
.corso .main-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
  min-height: 500px;
  background-color: #E5E5E5;
}
.corso .main-section h2 {
  font-weight: 300;
}
.corso .main-section .btn-home {
  border-radius: 0 !important;
  padding: 5px 8px !important;
  margin: 1rem 0;
  background-color: transparent;
  position: relative;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .main-section .btn-home {
    margin: 0.5rem 0;
  }
}
.corso .main-section .btn-home:hover {
  color: #ffffff !important;
}
.corso .main-section .btn-home span {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
}
.corso .wrapper {
  background-color: transparent;
}
.corso .wrapper:before {
  display: none;
}
.corso .content-right {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 1.3rem;
}
.corso .content-right .unit {
  padding: inherit;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .corso .content-right {
    margin-top: 0px;
  }
}
.corso .breadcrumbs {
  text-transform: none;
  font-weight: 700;
  padding-top: 8px;
  height: 40px;
  padding-left: 0;
}
.corso .breadcrumbs span {
  position: relative;
  margin-right: 30px;
  padding: 1px 4px !important;
}
.corso .breadcrumbs span:after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 14px;
  top: 8px;
}
.corso .breadcrumbs span:last-of-type:after {
  display: none;
}
.open-right .corso .info-menu {
  opacity: 0;
  transition: none;
}
@media only screen and (max-width:580px), only screen and (min-width:581px) and (max-width:960px) {
  .open-right .corso .menu-lang {
    display: none;
  }
}
.info-menu-open {
  display: none;
}
.open-right .info-menu-open {
  display: block;
  color: #ffffff;
  padding: 0.4rem;
  margin-left: 0.6rem;
  position: fixed;
  top: 20px;
  z-index: 10;
  max-width: 360px;
}
@media only screen and (max-width:580px) {
  .open-right .info-menu-open {
    top: 90px;
  }
}
@media only screen and (min-width:581px) and (max-width:960px) {
  .open-right .info-menu-open {
    top: 90px;
  }
}

a[href="https://www.sbafirenze.it/tools/posto-in-biblioteca"]{display:none}