:root {
  --Effra:'Effra', sans-serif;
  --titleColor:#20201e;
  --textColor:rgba(136,136,136,0.8);
  --primary:#f3d857;
  --yellow:var(--primary);
  --azzurro:#15a2b6; }

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none; }
  html.mobile a[href^="tel:"] {
    pointer-events: auto; }

* {
  -webkit-tap-highlight-color: rgba(236, 226, 194, 0.5); }
  *::selection {
    background: rgba(236, 226, 194, 0.5); }
  *::-moz-selection {
    background: rgba(236, 226, 194, 0.5); }

button {
  cursor: pointer !important; }

textarea, input, button {
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  -webkit-appearance: none;
  background: none;
  border: none; }

:focus, :visited, :active {
  box-shadow: none;
  outline: 0; }

a, a:focus, a:visited, a:active {
  outline: none !important;
  text-decoration: none; }

a, a:hover, a:visited, a:active, a:focus {
  text-decoration: none; }

.pd9 {
  padding-left: 9% !important;
  padding-right: 9% !important; }

.pd5 {
  padding-left: 5% !important;
  padding-right: 5% !important; }

@media (min-width: 2200px) {
  .pd9 {
    padding-left: 12% !important;
    padding-right: 12% !important; }

  .pd5 {
    padding-left: 9% !important;
    padding-right: 9% !important; } }
@media (max-width: 991px) {
  .pd9,
  .pd5 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media (max-width: 576px) {
  .instLayout {
    padding: 0 12px; } }
.instLayout .innerInst {
  padding: 30px; }
  @media (max-width: 1200px) {
    .instLayout .innerInst {
      padding: 15px; } }
  @media (max-width: 576px) {
    .instLayout .innerInst {
      padding: 3px; } }
  .instLayout .innerInst picture {
    display: block;
    overflow: hidden;
    position: relative; }
    .instLayout .innerInst picture::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .instLayout .innerInst picture img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1;
      transition: opacity 400ms; }
    .instLayout .innerInst picture a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .instLayout .innerInst picture a img {
        position: static; }
        .instLayout .innerInst picture a img.inViewImg {
          opacity: 0; }
    .instLayout .innerInst picture.brdr {
      border-top: solid 1px #ccc;
      border-left: solid 1px #ccc;
      border-right: solid 1px #ccc; }
      .instLayout .innerInst picture.brdr img {
        object-fit: contain;
        object-position: center center; }
      .instLayout .innerInst picture.brdr.cvrImag img {
        object-fit: cover; }
    .instLayout .innerInst picture::after {
      font-weight: 800;
      pointer-events: none;
      content: attr(data-number-lg);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 64px;
      color: #FFFFFF;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.2);
      display: none; }
      @media (max-width: 1199px) {
        .instLayout .innerInst picture::after {
          content: attr(data-number-md); } }
    .instLayout .innerInst picture.noOvrly::after {
      display: none !important; }
  .instLayout .innerInst h2 {
    flex: 1 1 auto;
    margin: 0;
    padding: 10px;
    border: solid 1px #ccc;
    border-top: none;
    align-items: flex-end;
    display: flex;
    font-family: var(--Effra);
    font-size: 22px; }
    .instLayout .innerInst h2 a {
      display: block;
      width: 100%;
      margin: -10px;
      padding: 10px; }
    @media (max-width: 991px) {
      .instLayout .innerInst h2 {
        font-size: 14px; } }
.instLayout button.gb_view_more {
  margin: 0 auto;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #717171;
  font-weight: 400;
  margin-top: 14px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }
  .instLayout button.gb_view_more:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #717171;
    position: absolute;
    lefT: 0;
    bottom: 0; }

.pswp .pswp__bg {
  background: #fff; }
.pswp .pswp__ui .pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px; }
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  background: transparent; }
  .pswp .pswp__ui .pswp__button svg {
    pointer-events: none;
    fill: #444; }
  .pswp .pswp__ui .pswp__button.pswp__button--fs {
    margin-right: 20px;
    height: 17px;
    width: 17px;
    position: relative;
    margin-top: 3px;
    top: 1px;
    display: none !important; }
    .pswp .pswp__ui .pswp__button.pswp__button--fs span {
      display: block;
      width: 30%;
      height: 30%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
      .pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(1) {
        border-left: solid 2px #000;
        border-top: solid 2px #000; }
      .pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(2) {
        border-right: solid 2px #000;
        border-top: solid 2px #000;
        left: auto;
        right: 0; }
      .pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(3) {
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        left: auto;
        top: auto;
        bottom: 0;
        right: 0; }
      .pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(4) {
        border-left: solid 2px #000;
        border-bottom: solid 2px #000;
        top: auto;
        bottom: 0; }
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
    position: absolute;
    top: 50%;
    z-index: 90;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 100;
    padding: 0;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    .pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
      width: 40%;
      height: 40%;
      fill: #000;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      -moz-transform-origin: center center;
      transform-origin: center center; }
    html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
      display: none; }
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
    right: 10px;
    left: auto; }
    .pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      -moz-transform-origin: center center;
      transform-origin: center center; }
.pswp .pswp__ui .pswp__counter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 800;
  color: #444;
  text-align: center;
  font-family: var(--Effra);
  height: 44px;
  padding: 10px 0; }
.pswp .pswp__button--share {
  display: none !important; }
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%; }
  .pswp .pswp__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.pswp video {
  width: 100% !important;
  height: auto !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:root {
  --loginbg:#f4f5f7;
  --greytext:#7c7c7c;
  --greytextAlt:#8d8d8d;
  --black: #343434;
  --headerHeight:76px;
  --raleway: 'Raleway', sans-serif;
  --roboto: 'Roboto', sans-serif;
  --bglogo:#ece2c2;
  --red:#E42B2E;
  --blueRibbon:#006CE6;
  --green:#00cb47;
  --orange:#ff8e00;
  --red2:#ff0000;
  --asideWidth:230px; }
  @media (max-width: 991px) {
    :root {
      --headerHeight: 70px; } }

.logored {
  fill: #E42B2E; }

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

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important; }

button.gb_selectinput {
  height: 40px;
  border: solid 1px var(--bglogo);
  border-radius: 50px;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1; }
  button.gb_selectinput .filter-option {
    display: flex;
    align-items: center;
    padding-top: 2px; }
  button.gb_selectinput::after {
    font-size: 17px;
    margin-top: 9px; }
  button.gb_selectinput.bs-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }

.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  font-size: 14px;
  color: var(--black); }

.dropdown-item.active,
.dropdown-item:active {
  font-weight: 800;
  background: var(--blueRibbon); }
  .dropdown-item.active span,
  .dropdown-item:active span {
    color: var(--white) !important; }

label {
  display: block;
  font-weight: 800;
  font-size: 12px;
  color: var(--greytext);
  text-transform: uppercase;
  margin: 0;
  padding: 0 15px 2px; }

.error {
  --greytext: var(--red);
  --bglogo: var(--red); }
  .error .errorMessage {
    display: block !important; }

textarea.form-control {
  min-height: 235px;
  border: solid 1px var(--bglogo);
  border-radius: 16px;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: var(--black); }
  textarea.form-control::-webkit-input-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
  textarea.form-control::-moz-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
  textarea.form-control:-ms-input-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
  textarea.form-control:-moz-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }

input[type="tel"], input[type="email"], input[type="password"], input[type="text"] {
  height: 40px;
  border: solid 1px var(--bglogo);
  border-radius: 50px;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: var(--black); }
  input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
  input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="text"]::-moz-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
  input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
  input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="text"]:-moz-placeholder {
    font-size: 12px;
    opacity: 1;
    color: #999999;
    letter-spacing: 0.02em; }
input + span {
  display: none !important; }
input[type="tel"] {
  padding-left: 50px; }
  input[type="tel"] + span {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 38px;
    width: 44px;
    background: var(--loginbg);
    border-radius: 50px 0 0 50px;
    display: flex  !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4); }

.errorMessage {
  display: none;
  color: var(--red);
  font-family: var(--robotoCondensed);
  font-weight: 800;
  font-size: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 3px; }

.gb_checkbox label {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: var(--black);
  cursor: pointer;
  display: flex;
  padding: 0; }
  .gb_checkbox label i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 1px var(--greytext);
    margin-top: 1px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto; }
.gb_checkbox input {
  display: none; }
  .gb_checkbox input:checked + label i {
    background: var(--blueRibbon);
    --greytext:var(--blueRibbon); }
    .gb_checkbox input:checked + label i::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--white);
      display: block;
      border-radius: 50%; }

body {
  font-family: 'Roboto', sans-serif;
  color: var(--black); }
  @media (max-width: 767px) {
    body {
      padding-bottom: 80px; }
      body#linkdocente {
        padding-bottom: 0; } }

strong {
  font-weight: 800; }

.tp {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0;
  font-family: var(--raleway);
  color: var(--black); }

.bt {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0;
  font-family: var(--raleway);
  color: var(--blueRibbon); }

.gb_cta {
  cursor: pointer;
  display: inline-block;
  min-width: 134px;
  padding: 7px 20px;
  font-size: 12px;
  letter-spacing: 0.06em;
  background: var(--blueRibbon);
  color: var(--white);
  border-radius: 40px;
  font-weight: 800;
  box-shadow: 0 1px 7px 0 rgba(8, 3, 0, 0.2);
  border: solid 1px var(--blueRibbon); }
  .gb_cta:active, .gb_cta:visited, .gb_cta:focus, .gb_cta:hover {
    color: var(--white); }
  .gb_cta.small {
    font-size: 10px; }
  .gb_cta.o {
    border: solid 1px var(--blueRibbon);
    background: var(--white);
    color: var(--blueRibbon); }
  .gb_cta.disabled {
    opacity: 0.7;
    pointer-events: none; }
  .gb_cta span {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; }
    .gb_cta span svg {
      height: 14px;
      width: auto;
      display: block;
      fill: var(--white);
      margin-right: 8px; }

.gb_tcta {
  font-size: 12px;
  text-decoration: underline !important;
  color: var(--blueRibbon) !important; }
  .gb_tcta.r {
    --blueRibbon: var(--red); }

header {
  height: var(--headerHeight);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 991px) {
    header {
      background: var(--white);
      box-shadow: 0px 1px 35px 0px rgba(8, 3, 0, 0.07) !important;
      position: fixed;
      z-index: 11; } }
  @media (max-width: 576px) {
    header {
      padding: 0 15px; } }
  header .gb_headLside {
    pointer-events: none;
    display: flex;
    align-items: center; }
    header .gb_headLside button {
      display: none !important; }
      @media (max-width: 991px) {
        header .gb_headLside button {
          padding: 0;
          display: block !important;
          margin-right: 10px;
          pointer-events: auto; }
          header .gb_headLside button span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px; }
            header .gb_headLside button span svg {
              fill: var(--black); } }
    header .gb_headLside figure {
      pointer-events: auto; }
  header figure {
    margin: 0; }
    @media (min-width: 992px) {
      body:not(#login) header figure {
        visibility: hidden;
        pointer-events: none; } }
    header figure a span {
      opacity: 0;
      font-size: 0;
      width: 0;
      height: 0;
      overflow: hidden; }
    header figure svg {
      height: calc( var(--headerHeight) - 20px); }
  header .gb_headLside {
    pointer-events: none; }
    header .gb_headLside figure {
      pointer-events: auto; }
  header .gb_headRside {
    display: flex;
    align-items: center;
    pointer-events: auto; }
    header .gb_headRside form {
      position: relative; }
      @media (max-width: 991px) {
        header .gb_headRside form {
          display: none; } }
      header .gb_headRside form button {
        padding: 0;
        background: var(--blueRibbon);
        position: absolute;
        right: 3px;
        top: 3px;
        border-radius: 50%; }
        header .gb_headRside form button span {
          width: 34px;
          height: 34px;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .gb_headRside form button span svg {
            display: block;
            width: 35%;
            height: auto;
            fill: var(--white); }
      header .gb_headRside form input[type="search"] {
        width: 264px;
        height: 40px;
        background: var(--white);
        box-shadow: 0px 1px 7px 0px rgba(8, 3, 0, 0.15);
        border-radius: 40px;
        padding: 0 43px 0 15px;
        font-size: 16px; }
        header .gb_headRside form input[type="search"]::-webkit-input-placeholder {
          font-size: 14px;
          opacity: 1;
          color: #999999;
          letter-spacing: 0.02em; }
        header .gb_headRside form input[type="search"]::-moz-placeholder {
          font-size: 14px;
          opacity: 1;
          color: #999999;
          letter-spacing: 0.02em; }
        header .gb_headRside form input[type="search"]:-ms-input-placeholder {
          font-size: 14px;
          opacity: 1;
          color: #999999;
          letter-spacing: 0.02em; }
        header .gb_headRside form input[type="search"]:-moz-placeholder {
          font-size: 14px;
          opacity: 1;
          color: #999999;
          letter-spacing: 0.02em; }
    header .gb_headRside .gb_Userapan {
      display: flex;
      align-items: center; }
      header .gb_headRside .gb_Userapan .gb_textCont {
        margin-left: 38px;
        text-align: right; }
        header .gb_headRside .gb_Userapan .gb_textCont h6 {
          margin: 0;
          font-size: 14px;
          font-family: var(--raleway);
          font-weight: 300; }
        header .gb_headRside .gb_Userapan .gb_textCont a {
          display: block;
          color: var(--black);
          font-size: 10px;
          font-weight: 800;
          text-transform: uppercase; }
      header .gb_headRside .gb_Userapan picture {
        margin: 0;
        display: block;
        flex: 0 0 auto;
        position: relative;
        width: calc(var(--headerHeight) - 30px);
        height: calc(var(--headerHeight) - 30px);
        margin-left: 12px; }
        header .gb_headRside .gb_Userapan picture[data-name]::after {
          font-family: var(--raleway);
          content: attr(data-name);
          font-size: 20px;
          text-transform: uppercase;
          border-radius: 50%;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: rgba(0, 0, 0, 0.4);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: var(--bglogo);
          font-weight: 800; }
        header .gb_headRside .gb_Userapan picture img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 10;
          border-radius: 50%;
          object-fit: cover; }
          header .gb_headRside .gb_Userapan picture img[src]:not([src="#"]) {
            opacity: 1;
            display: block; }
  header#gb_docenteHead {
    border-bottom: solid 4px var(--bglogo);
    position: static; }
    header#gb_docenteHead figure {
      visibility: visible !important; }

@media (max-width: 767px) {
  .gb_inputMobi {
    padding-top: calc(var(--headerHeight) + 40px);
    padding-bottom: 40px; } }
.gb_inputMobi form {
  position: relative; }
  .gb_inputMobi form button {
    padding: 0;
    background: var(--blueRibbon);
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50%; }
    .gb_inputMobi form button span {
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .gb_inputMobi form button span svg {
        display: block;
        width: 35%;
        height: auto;
        fill: var(--white); }
  .gb_inputMobi form input[type="search"] {
    width: 100%;
    height: 40px;
    background: var(--white);
    box-shadow: 0px 1px 7px 0px rgba(8, 3, 0, 0.15);
    border-radius: 40px;
    padding: 0 43px 0 15px;
    font-size: 16px; }
    .gb_inputMobi form input[type="search"]::-webkit-input-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #999999;
      letter-spacing: 0.02em; }
    .gb_inputMobi form input[type="search"]::-moz-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #999999;
      letter-spacing: 0.02em; }
    .gb_inputMobi form input[type="search"]:-ms-input-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #999999;
      letter-spacing: 0.02em; }
    .gb_inputMobi form input[type="search"]:-moz-placeholder {
      font-size: 14px;
      opacity: 1;
      color: #999999;
      letter-spacing: 0.02em; }

.gb_asidetrue {
  padding-left: var(--asideWidth); }
  @media (max-width: 991px) {
    .gb_asidetrue {
      padding-left: 0; } }

.pager {
  width: 100%;
  margin: 0;
  padding: 20px 0 40px; }
  .pager ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pager ul li {
      font-size: 30px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.14;
      letter-spacing: 0.01em;
      font-family: var(--roboto);
      padding: 0 15px; }
      @media (max-width: 767px) {
        .pager ul li {
          font-size: 28px;
          padding: 0 10px; } }
      .pager ul li.hidden {
        display: block !important;
        visibility: hidden; }
      .pager ul li a {
        color: var(--black); }
      .pager ul li.selected a {
        --black: var(--blueRibbon); }
      .pager ul li.previous, .pager ul li.next {
        font-family: var(--raleway); }
        @media (max-width: 767px) {
          .pager ul li.previous, .pager ul li.next {
            display: none !important; } }
        .pager ul li.previous a, .pager ul li.next a {
          font-size: 16px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal; }
          @media (max-width: 767px) {
            .pager ul li.previous a, .pager ul li.next a {
              font-size: 12px; } }

aside {
  width: var(--asideWidth);
  box-shadow: 0px 1px 35px 0px rgba(8, 3, 0, 0.07) !important;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }
  @media (max-width: 991px) {
    aside {
      z-index: 14;
      background: var(--white);
      transform: translate(-100%, 0);
      transition: transform 300ms; }
      body.gb_om aside {
        transform: translate(0, 0); } }
  aside .gb_headAside {
    pointer-events: none;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      aside .gb_headAside {
        padding-left: 15px; } }
    aside .gb_headAside button {
      display: none !important; }
      @media (max-width: 991px) {
        aside .gb_headAside button {
          padding: 0;
          display: block !important;
          margin-right: 10px;
          pointer-events: auto; }
          aside .gb_headAside button span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px; }
            aside .gb_headAside button span svg {
              fill: var(--black); } }
  aside figure {
    margin: 10px 30px; }
    @media (max-width: 991px) {
      aside figure {
        margin-left: 0; } }
    aside figure a span {
      opacity: 0;
      font-size: 0;
      width: 0;
      height: 0;
      overflow: hidden; }
    aside figure svg {
      height: calc( var(--headerHeight) - 20px); }
  aside .inneraside {
    height: calc(100vh - var(--headerHeight));
    overflow: auto;
    border-top: solid 4px var(--bglogo);
    display: flex;
    flex-direction: column; }
    aside .inneraside .gb_asidefoot {
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%;
      background: var(--white);
      z-index: 2;
      justify-self: flex-end;
      margin-top: auto;
      padding: 20px 20px 10px; }
      aside .inneraside .gb_asidefoot p {
        margin: 0;
        font-size: 10px;
        color: #666; }
    aside .inneraside ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      aside .inneraside ul li {
        padding-top: 20px; }
        aside .inneraside ul li a {
          display: flex;
          align-items: center;
          padding: 10px 30px;
          font-family: var(--raleway); }
          aside .inneraside ul li a svg {
            width: 16px;
            height: auto;
            display: block;
            fill: var(--red);
            margin-right: 25px; }
          aside .inneraside ul li a span {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 800;
            color: var(--greytext);
            position: relative; }
            aside .inneraside ul li a span::before {
              content: '';
              width: 100%;
              height: 2px;
              border-radius: 2px;
              background: var(--red);
              position: absolute;
              top: 100%;
              lefT: 0;
              display: none; }
            aside .inneraside ul li a span[data-count]::after {
              content: "(" attr(data-count) ")";
              font-weight: 400;
              font-size: 10px;
              margin-left: 4px;
              font-family: var(--roboto); }
          aside .inneraside ul li a.gb_act span::before {
            display: block; }

.gb_filterbutton {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .gb_filterbutton {
      padding-top: 30px; } }
  .gb_filterbutton dl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    @media (max-width: 767px) {
      .gb_filterbutton dl {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .gb_filterbutton dl dd {
      width: calc((100% / 3) - 25px);
      max-width: 266px; }
      .gb_filterbutton dl dd:not(:last-child) {
        margin-right: 25px; }
      @media (max-width: 767px) {
        .gb_filterbutton dl dd {
          width: 100%;
          max-width: none;
          margin-right: 0 !important; }
          .gb_filterbutton dl dd:not(:last-child) {
            margin-bottom: 20px; } }
  .gb_filterbutton button.gb_selectinput {
    --bglogo:var(--loginbg);
    height: 40px;
    border: solid 1px var(--bglogo);
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    background: var(--loginbg);
    box-shadow: 0px 1px 7px 0px rgba(8, 3, 0, 0.15); }
    .gb_filterbutton button.gb_selectinput .filter-option {
      display: flex;
      align-items: center;
      padding-top: 2px; }
    .gb_filterbutton button.gb_selectinput::after {
      font-size: 17px;
      margin-top: 0; }
    .gb_filterbutton button.gb_selectinput.bs-placeholder {
      font-size: 12px;
      opacity: 1;
      color: #999999;
      letter-spacing: 0.02em; }
    .gb_filterbutton button.gb_selectinput[aria-expanded="true"] {
      border-radius: 7px 7px 0 0; }
  .gb_filterbutton .bootstrap-select .dropdown-menu {
    border: none;
    margin: 0;
    background: var(--loginbg); }
    .gb_filterbutton .bootstrap-select .dropdown-menu[role="combobox"] {
      border-radius: 0 0 7px 7px;
      box-shadow: 0px 5px 7px 0px rgba(8, 3, 0, 0.12); }

.gb_statuscolor {
  border: solid 1px var(--colorstatus);
  border-radius: 5px;
  background: var(--colorstatus);
  color: var(--white);
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: 0px 1px 7px 0px rgba(8, 3, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 9px 15px; }
  .gb_statuscolor::after {
    content: '';
    color: var(--white);
    letter-spacing: 0.04em;
    font-size: 12px;
    text-transform: uppercase; }
  .gb_statuscolor.ok {
    --colorstatus:var(--green); }
    .gb_statuscolor.ok::after {
      content: 'Approvato'; }
  .gb_statuscolor.ok2 {
    --colorstatus:var(--green);
    --white:var(--green);
    background: #fff; }
    .gb_statuscolor.ok2::after {
      content: 'Approvato'; }
  .gb_statuscolor.wait {
    --colorstatus:var(--orange);
    --shadow: rgba(255, 142, 0, 0.15); }
    .gb_statuscolor.wait::after {
      content: 'In attesa'; }
  .gb_statuscolor.ko {
    --colorstatus:var(--red2); }
    .gb_statuscolor.ko::after {
      content: 'Negato'; }

.gb_contcard {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px; }
  .gb_contcard .gb_card {
    width: calc(100% / 4);
    padding: 10px; }
    @media (max-width: 1199px) {
      .gb_contcard .gb_card {
        width: calc(100%/3); } }
    @media (max-width: 767px) {
      .gb_contcard .gb_card {
        width: calc(100%/2); } }
    @media (max-width: 576px) {
      .gb_contcard .gb_card {
        width: 100%; } }
    .gb_contcard .gb_card article {
      width: 100%;
      height: 100%;
      border: solid 3px var(--loginbg);
      padding: 14px;
      display: flex;
      flex-direction: column; }
      .gb_contcard .gb_card article h3 {
        font-weight: 800;
        font-size: 16px;
        margin: 0;
        margin-bottom: 4px; }
      .gb_contcard .gb_card article h6 {
        font-weight: 400;
        font-size: 12px;
        color: var(--greytextAlt);
        line-height: 1.3; }
        .gb_contcard .gb_card article h6 span {
          display: block; }
      .gb_contcard .gb_card article h5 {
        font-weight: 800;
        color: var(--blueRibbon);
        font-size: 14px;
        font-family: var(--raleway);
        letter-spacing: 0.03em;
        margin-bottom: 3px; }
      .gb_contcard .gb_card article hr {
        border-top: solid 4px var(--loginbg);
        width: 100%; }
      .gb_contcard .gb_card article ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border: none;
        padding-bottom: 20px; }
        .gb_contcard .gb_card article ul li {
          font-size: 12px;
          color: var(--black);
          display: flex;
          justify-content: space-between;
          padding: 4px 0; }
          .gb_contcard .gb_card article ul li:not(:last-child) {
            border-bottom: solid 1px var(--loginbg); }
          .gb_contcard .gb_card article ul li[data-status]::after {
            content: attr(data-status);
            border: solid 1px var(--colorstatus);
            border-radius: 5px;
            background: var(--colorstatus);
            color: var(--white);
            letter-spacing: 0.04em;
            text-align: center;
            padding: 0px 6px;
            font-size: 9px;
            line-height: 1.8;
            box-shadow: 0px 1px 4px 0px rgba(8, 3, 0, 0.2);
            min-width: 62px; }
          .gb_contcard .gb_card article ul li[data-status][data-status="Approvato"] {
            --colorstatus:var(--green); }
            .gb_contcard .gb_card article ul li[data-status][data-status="Approvato"].ok2 {
              --colorstatus:var(--green);
              --white:var(--green); }
              .gb_contcard .gb_card article ul li[data-status][data-status="Approvato"].ok2::after {
                background: #fff; }
          .gb_contcard .gb_card article ul li[data-status][data-status="Negato"] {
            --colorstatus:var(--red2);
            --shadow: rgba(255, 142, 0, 0.15); }
          .gb_contcard .gb_card article ul li[data-status][data-status="In attesa"] {
            --colorstatus:var(--orange); }
      .gb_contcard .gb_card article .gb_contCta {
        margin-top: auto;
        justify-self: flex-end; }

.gb_filetable {
  padding-top: 40px; }
  .gb_filetable .gb_tablerow {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative; }
    .gb_filetable .gb_tablerow .checboxContainer {
      height: 100%;
      display: flex;
      align-items: center; }
      .gb_filetable .gb_tablerow .checboxContainer input {
        display: none; }
        .gb_filetable .gb_tablerow .checboxContainer input:checked ~ label {
          background: var(--greytext); }
      .gb_filetable .gb_tablerow .checboxContainer label {
        width: 18px;
        height: 18px;
        border: solid 2px var(--greytext);
        display: block;
        padding: 0;
        margin: 0;
        border-radius: 5px;
        cursor: pointer; }
    .gb_filetable .gb_tablerow .gbTh,
    .gb_filetable .gb_tablerow .gbTd {
      height: 48px;
      line-height: 48px;
      flex: 1 1 auto;
      border-bottom: solid 1px var(--loginbg);
      width: 100%;
      user-select: none; }
      .gb_filetable .gb_tablerow .gbTh.gbcbox,
      .gb_filetable .gb_tablerow .gbTd.gbcbox {
        width: 42px;
        flex: 0 0 auto; }
    .gb_filetable .gb_tablerow .gbTh {
      border-bottom-color: var(--blueRibbon); }
      .gb_filetable .gb_tablerow .gbTh .checboxContainer {
        --greytext: var(--blueRibbon); }
    .gb_filetable .gb_tablerow .gbTd {
      font-size: 14px;
      color: var(--black);
      display: flex;
      align-items: center; }
      .gb_filetable .gb_tablerow .gbTd a {
        text-decoration: none;
        color: var(--black); }
      .gb_filetable .gb_tablerow .gbTd .gbTdI {
        margin-right: 10px; }
        .gb_filetable .gb_tablerow .gbTd .gbTdI svg {
          display: block;
          width: 16px;
          height: auto;
          fill: var(--black); }

section {
  padding-top: calc(var(--headerHeight) + 40px); }
  @media (min-width: 992px) {
    section {
      padding-left: 15px;
      padding-right: 15px; } }
  section.gb_login {
    background: var(--loginbg);
    height: 100vh;
    padding: var(--headerHeight) 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.gb_login form {
      width: 100%;
      max-width: 400px;
      background: var(--white);
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: 0px 1px 35px 0px rgba(8, 3, 0, 0.07); }
      section.gb_login form ul {
        padding: 0;
        list-style: none;
        margin: 0;
        padding-top: 60px; }
        section.gb_login form ul li:not(:last-child) {
          padding-bottom: 26px; }
        section.gb_login form ul li input[type="password"], section.gb_login form ul li input[type="text"] {
          height: 40px;
          border: solid 1px var(--bglogo);
          border-radius: 50px;
          padding: 10px 15px;
          width: 100%;
          font-size: 16px;
          line-height: 1; }
          section.gb_login form ul li input[type="password"]::-webkit-input-placeholder, section.gb_login form ul li input[type="text"]::-webkit-input-placeholder {
            font-size: 10px;
            opacity: 1;
            color: #999999;
            letter-spacing: 0.02em; }
          section.gb_login form ul li input[type="password"]::-moz-placeholder, section.gb_login form ul li input[type="text"]::-moz-placeholder {
            font-size: 10px;
            opacity: 1;
            color: #999999;
            letter-spacing: 0.02em; }
          section.gb_login form ul li input[type="password"]:-ms-input-placeholder, section.gb_login form ul li input[type="text"]:-ms-input-placeholder {
            font-size: 10px;
            opacity: 1;
            color: #999999;
            letter-spacing: 0.02em; }
          section.gb_login form ul li input[type="password"]:-moz-placeholder, section.gb_login form ul li input[type="text"]:-moz-placeholder {
            font-size: 10px;
            opacity: 1;
            color: #999999;
            letter-spacing: 0.02em; }
        section.gb_login form ul.error {
          --greytext: var(--red);
          --bglogo: var(--red); }
          section.gb_login form ul.error + .errorMessage {
            display: block; }
      section.gb_login form .errorMessage {
        display: none;
        color: var(--red);
        font-family: var(--robotoCondensed);
        font-weight: 800;
        font-size: 10px;
        text-align: center;
        padding-top: 20px; }
      section.gb_login form .gb_contCheck {
        padding-left: 15px;
        padding-right: 15px; }
      section.gb_login form a.recupera {
        font-size: 12px;
        text-transform: none;
        font-weight: 400;
        color: var(--black);
        opacity: 0.6; }
      section.gb_login form .gb_contCta {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 40px; }
  section ul.gb_bcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center; }
    section ul.gb_bcrumb li {
      display: flex;
      align-items: center; }
      section ul.gb_bcrumb li:not(:last-child)::after {
        content: '';
        width: 14px;
        height: 14px;
        background: url(/gb/img/arrowbc.svg) no-repeat center center/contain;
        font-weight: 400;
        font-size: 18px;
        margin: 0 8px;
        display: block; }
      @media (max-width: 767px) {
        section ul.gb_bcrumb li:not(:last-child) {
          display: none; } }
      section ul.gb_bcrumb li a {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin: 0;
        font-family: var(--raleway);
        color: var(--black); }
  @media (max-width: 767px) {
    section.gb_rubrica {
      padding-top: 0; } }
  section.gb_rubrica .gb_riepSRich {
    padding-top: 20px;
    display: flex; }
    @media (max-width: 767px) {
      section.gb_rubrica .gb_riepSRich {
        flex-wrap: wrap;
        justify-content: space-between; } }
    section.gb_rubrica .gb_riepSRich .gb_smllstatus {
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      padding: 3px 12px;
      min-width: 100px; }
      section.gb_rubrica .gb_riepSRich .gb_smllstatus:not(:last-child) {
        margin-right: 50px; }
        @media (max-width: 767px) {
          section.gb_rubrica .gb_riepSRich .gb_smllstatus:not(:last-child) {
            margin-right: 0; } }
      section.gb_rubrica .gb_riepSRich .gb_smllstatus::after {
        font-size: 12px;
        margin-left: 6px; }
      @media (max-width: 767px) {
        section.gb_rubrica .gb_riepSRich .gb_smllstatus {
          padding: 6px 12px;
          width: calc((100%/2) - 5px );
          margin-bottom: 20px; } }
  @media (max-width: 767px) {
    section .gb_aConPCta {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      border-radius: 0;
      box-shadow: 0px -5px 11px 0px rgba(8, 3, 0, 0.2); }
      section .gb_aConPCta span {
        height: 40px;
        font-size: 14px; }
        section .gb_aConPCta span svg {
          height: 16px; } }
  section.gb_viscontatto {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      section.gb_viscontatto {
        padding-top: 0; } }
    section.gb_viscontatto .gb_stasuBigContainer {
      padding-top: 40px; }
      section.gb_viscontatto .gb_stasuBigContainer .gb_statuscolor:not(:last-child) {
        margin-bottom: 16px; }
      section.gb_viscontatto .gb_stasuBigContainer .bt {
        margin-bottom: 18px; }
    section.gb_viscontatto .gb_moreinfocontainer .gb_issectionmic {
      padding-top: 40px;
      display: flex;
      flex-direction: column; }
      section.gb_viscontatto .gb_moreinfocontainer .gb_issectionmic .f {
        display: flex;
        justify-content: space-between; }
        section.gb_viscontatto .gb_moreinfocontainer .gb_issectionmic .f span[data-count]::after {
          content: "(" attr(data-count) ")";
          font-weight: 300;
          font-size: 80%;
          margin-left: 8px; }
        section.gb_viscontatto .gb_moreinfocontainer .gb_issectionmic .f button {
          padding: 0;
          margin: 0; }
          section.gb_viscontatto .gb_moreinfocontainer .gb_issectionmic .f button.gb_add span {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: var(--blueRibbon);
            box-shadow: 0px 1px 7px 0px rgba(8, 3, 0, 0.2); }
            section.gb_viscontatto .gb_moreinfocontainer .gb_issectionmic .f button.gb_add span svg {
              width: 60%;
              height: auto;
              display: block;
              fill: var(--white); }
    section.gb_viscontatto .gb_moreinfocontainer article {
      width: 100%;
      flex: 1 1 auto;
      border: solid 3px var(--loginbg);
      padding: 14px;
      margin-top: 16px; }
      section.gb_viscontatto .gb_moreinfocontainer article dl {
        display: flex;
        flex-direction: column;
        margin: 0; }
        section.gb_viscontatto .gb_moreinfocontainer article dl dt {
          font-size: 12px;
          font-weight: 400;
          color: var(--textColor); }
          section.gb_viscontatto .gb_moreinfocontainer article dl dt:not(:first-child) {
            margin-top: 10px;
            padding-top: 10px;
            border-top: solid 1px var(--loginbg); }
          section.gb_viscontatto .gb_moreinfocontainer article dl dt time {
            margin: 0; }
          section.gb_viscontatto .gb_moreinfocontainer article dl dt.t {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 8px; }
            section.gb_viscontatto .gb_moreinfocontainer article dl dt.t:not(:first-child) {
              margin-top: 16px; }
            section.gb_viscontatto .gb_moreinfocontainer article dl dt.t .gb_bcont {
              display: flex;
              align-items: center;
              justify-content: flex-end; }
              section.gb_viscontatto .gb_moreinfocontainer article dl dt.t .gb_bcont button {
                padding: 5px;
                margin-left: 6px; }
                section.gb_viscontatto .gb_moreinfocontainer article dl dt.t .gb_bcont button span svg {
                  height: 16px;
                  width: auto;
                  display: flex;
                  fill: var(--greytext); }
                section.gb_viscontatto .gb_moreinfocontainer article dl dt.t .gb_bcont button.gb_mod span svg {
                  height: 14px; }
            section.gb_viscontatto .gb_moreinfocontainer article dl dt.t + dd {
              font-size: 12px; }
        section.gb_viscontatto .gb_moreinfocontainer article dl dd {
          font-size: 14px;
          color: var(--black);
          line-height: 1.1;
          margin: 0; }
          section.gb_viscontatto .gb_moreinfocontainer article dl dd a {
            color: var(--black); }
      section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li {
          width: 100%;
          display: flex;
          align-items: flex-start; }
          section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li:not(:first-child) {
            margin-top: 10px;
            padding-top: 10px;
            border-top: solid 1px var(--loginbg); }
          section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li svg {
            width: 14px;
            height: auto;
            display: block;
            fill: var(--black);
            margin-top: 2px; }
          section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li .gb_acttext {
            padding-left: 14px; }
            section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li .gb_acttext time {
              font-size: 12px;
              font-weight: 400;
              color: var(--textColor);
              display: block; }
            section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li .gb_acttext h4 {
              margin: 0;
              padding: 0;
              text-transform: uppercase;
              font-weight: 400;
              font-size: 12px; }
            section.gb_viscontatto .gb_moreinfocontainer article ul.gb_activity li .gb_acttext h5 {
              margin: 0;
              padding: 0;
              font-weight: 400;
              font-size: 12px; }
    @media (max-width: 767px) {
      section.gb_viscontatto .gb_aConPCta {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        border-radius: 0;
        box-shadow: 0px -5px 11px 0px rgba(8, 3, 0, 0.2); }
        section.gb_viscontatto .gb_aConPCta span {
          height: 40px;
          font-size: 14px; }
          section.gb_viscontatto .gb_aConPCta span svg {
            height: 16px; } }
  @media (max-width: 767px) {
    section.gb_cloud {
      padding-top: 0; }
      section.gb_cloud .gbDaM {
        display: none;
        position: absolute;
        font-size: 9px !important;
        left: 68px;
        bottom: 5px;
        border: none !important;
        height: auto !important;
        line-height: 1 !important;
        width: auto !important;
        opacity: 0.6; } }
  @media (max-width: 767px) {
    section.gb_condividi {
      padding-top: 0; } }
  section.gb_condividi:not(.gb_newmail) .gb_btnCond .gb_cta:nth-child(1) {
    margin-right: 10px; }
    @media (max-width: 767px) {
      section.gb_condividi:not(.gb_newmail) .gb_btnCond .gb_cta:nth-child(1) {
        display: none !important; } }
  section.gb_condividi:not(.gb_newmail) .gb_btnCond .gb_cta span svg {
    margin-right: 0;
    margin-left: 10px; }
  section.gb_condividi:not(.gb_newmail) .gb_counterCont {
    margin-top: -10px; }
    section.gb_condividi:not(.gb_newmail) .gb_counterCont p {
      margin: 0;
      font-size: 15px;
      color: var(--blueRibbon);
      letter-spacing: 0.05em; }
  section.gb_condividi:not(.gb_newmail) .gb_selectCond.gb_act {
    border: solid 1px var(--blueRibbon);
    background: var(--white);
    color: var(--blueRibbon); }
  section.gb_condividi:not(.gb_newmail) .gb_selectCond.disabled {
    pointer-events: none;
    opacity: 0.7; }
  section.gb_condividi.gb_newmail .gb_btnCond .gb_cta:nth-child(1) {
    margin-right: 10px; }
  section.gb_condividi.gb_newmail .gb_contForm {
    padding-top: 40px; }
  section.gb_condividi.gb_newmail form ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    section.gb_condividi.gb_newmail form ul li {
      display: flex;
      padding-bottom: 14px; }
      @media (max-width: 991px) {
        section.gb_condividi.gb_newmail form ul li {
          display: block; } }
      section.gb_condividi.gb_newmail form ul li label {
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        padding: 0;
        margin-right: 10px; }
        @media (max-width: 991px) {
          section.gb_condividi.gb_newmail form ul li label {
            width: auto;
            text-align: left;
            display: block; } }
      section.gb_condividi.gb_newmail form ul li h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 400; }
  section.gb_condividi.gb_newmail form .gb_contCta {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.gb_condividi.gb_newmail form .gb_contCta button {
      margin: 0 10px; }
  @media (max-width: 767px) {
    section.gb_messaggi {
      padding-top: 0; } }
  @media (max-width: 767px) {
    section.gb_messaggi {
      padding-top: 0; }
      section.gb_messaggi .gbDaM {
        display: none;
        font-size: 9px !important;
        opacity: 0.6;
        justify-content: flex-end;
        max-width: 100px; } }
  section.gb_messaggi .gb_cta.gb_aConPCta {
    margin-left: 15px; }
  section.gb_messaggi .gb_contForm {
    padding-top: 40px; }
    section.gb_messaggi .gb_contForm ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      section.gb_messaggi .gb_contForm ul li {
        padding: 15px 0; }
        section.gb_messaggi .gb_contForm ul li:not(:last-child) {
          border-bottom: solid 1px var(--loginbg); }
        @media (max-width: 991px) {
          section.gb_messaggi .gb_contForm ul li {
            display: block; } }
        section.gb_messaggi .gb_contForm ul li label {
          padding-left: 0; }
        section.gb_messaggi .gb_contForm ul li p {
          margin: 0;
          font-size: 14px;
          font-weight: 400; }
  section.gb_docenteLinks {
    padding-top: 40px; }
    section.gb_docenteLinks .gb_bcrumb {
      margin-top: 40px; }
    @media (max-width: 767px) {
      section.gb_docenteLinks .gbDaM {
        display: none;
        position: absolute;
        font-size: 9px !important;
        left: 25px;
        bottom: 5px;
        border: none !important;
        height: auto !important;
        line-height: 1 !important;
        width: auto !important;
        opacity: 0.6; } }
    section.gb_docenteLinks .gb_infoeText {
      padding-top: 10px; }
      section.gb_docenteLinks .gb_infoeText time,
      section.gb_docenteLinks .gb_infoeText h3 {
        font-size: 14px;
        display: flex;
        align-items: center; }
      section.gb_docenteLinks .gb_infoeText strong:first-child {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        font-weight: 800;
        font-size: 14px;
        color: var(--greytext);
        text-transform: uppercase;
        padding: 0;
        margin-right: 10px; }
        @media (max-width: 991px) {
          section.gb_docenteLinks .gb_infoeText strong:first-child {
            width: auto;
            text-align: left;
            display: block; } }
      section.gb_docenteLinks .gb_infoeText p {
        margin: 0;
        padding: 20px 0 0;
        font-size: 14px; }

footer#gb_docenteFoot {
  background: var(--bglogo);
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 12px;
  color: var(--black); }
  footer#gb_docenteFoot ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px; }
    footer#gb_docenteFoot ul:not(:first-of-type) {
      padding-top: 30px; }
    @media (max-width: 991px) {
      footer#gb_docenteFoot ul {
        padding-top: 20px !important; } }
    footer#gb_docenteFoot ul li h5 {
      text-transform: uppercase;
      font-weight: 800;
      color: var(--textColor);
      margin: 0;
      font-size: 12px;
      font-family: var(--raleway); }
    footer#gb_docenteFoot ul li a {
      color: var(--black) !important; }
  footer#gb_docenteFoot .gb_footInfoaz {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer#gb_docenteFoot .gb_footInfoaz h1 {
      font-size: 12px; }
  footer#gb_docenteFoot .gb_agFoot {
    padding-top: 30px; }
    @media (max-width: 991px) {
      footer#gb_docenteFoot .gb_agFoot {
        text-align: left !important; } }
    footer#gb_docenteFoot .gb_agFoot a {
      font-size: 10px;
      color: var(--black);
      opacity: 0.5; }

.gb_wip {
  opacity: 0.5;
  pointer-events: none; }

.cursor-pointer {
  cursor: pointer !important; }

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 244, 244, 0.83);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center; }
  #popup .gb_innerpopup {
    width: 100%;
    max-width: 770px;
    max-height: 80vh;
    background: var(--white);
    border-radius: 8px;
    padding: 0 30px 30px;
    box-shadow: 0px 1px 35px 0px rgba(8, 3, 0, 0.07);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 991px) {
      #popup .gb_innerpopup {
        height: 100vh; } }
    html:not(.mobile):not(.tablet) #popup .gb_innerpopup::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    html:not(.mobile):not(.tablet) #popup .gb_innerpopup::-webkit-scrollbar-track {
      background: transparent;
      transition: height 600ms; }
    html:not(.mobile):not(.tablet) #popup .gb_innerpopup::-webkit-scrollbar-thumb {
      background: var(--bglogo);
      border-radius: 4px; }
    #popup .gb_innerpopup .gb_headPopup {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: var(--white);
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      padding-top: 30px;
      z-index: 2; }
      #popup .gb_innerpopup .gb_headPopup h2 small {
        display: block;
        font-size: 12px;
        text-transform: none;
        letter-spacing: 0.05em; }
        #popup .gb_innerpopup .gb_headPopup h2 small strong {
          font-weight: 800; }
      #popup .gb_innerpopup .gb_headPopup button {
        padding: 0;
        margin: 0; }
        #popup .gb_innerpopup .gb_headPopup button span {
          width: 28px;
          height: 28px;
          border-radius: 50%;
          background: var(--loginbg);
          display: flex;
          align-items: center;
          justify-content: center; }
          #popup .gb_innerpopup .gb_headPopup button span svg {
            width: 64%;
            height: auto;
            display: block;
            fill: var(--black); }
    #popup .gb_innerpopup .gb_mainPopup .w-50 {
      width: calc(50% - 10px) !important; }
      @media (max-width: 767px) {
        #popup .gb_innerpopup .gb_mainPopup .w-50 {
          width: 100% !important; } }
    #popup .gb_innerpopup .gb_mainPopup form ul:not(.dropdown-menu) {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #popup .gb_innerpopup .gb_mainPopup form ul:not(.dropdown-menu) > li {
        padding-top: 30px; }
        #popup .gb_innerpopup .gb_mainPopup form ul:not(.dropdown-menu) > li .gb_checkbox {
          padding-left: 15px;
          padding-top: 8px; }
    #popup .gb_innerpopup .gb_mainPopup ul.gb_ListUsersRead {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 15px; }
      #popup .gb_innerpopup .gb_mainPopup ul.gb_ListUsersRead > li {
        padding-top: 10px; }
    #popup .gb_innerpopup .gb_headFoot {
      padding-top: 40px; }

.old_browser {
  font-family: "arial", helvetica, sans-serif;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999999999999999;
  background: #fff;
  top: 0;
  left: 0;
  overflow: auto;
  color: #666;
  display: none; }

.no-flexbox .old_browser,
.opera .old_browser,
.ie6 .old_browser,
.ie7 .old_browser,
.ie8 .old_browser,
.ie9 .old_browser,
.ie10 .old_browser,
.ie11 .old_browser,
.android.safari4 .old_browser,
.desktop.safari3 .old_browser,
.desktop.safari4 .old_browser,
.desktop.safari5 .old_browser,
.desktop.safari6 .old_browser,
.desktop.safari7 .old_browser {
  display: block; }

html.no-flexbox .old_browser {
  display: block; }

.old_browser a {
  color: #666; }

.qzq {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 800px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }
  .qzq h2 {
    padding: 0 25px;
    padding-top: 70px; }
  .qzq p {
    padding: 20px 16px 0 16px; }

a.bro {
  display: inline-block;
  margin: 30px 10px 0 10px;
  font-weight: bold;
  width: 112px;
  font-size: 14px;
  color: #666; }
  a.bro img {
    display: block;
    margin: 0 auto; }

/*# sourceMappingURL=main.css.map */
