.rep-page-footer {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  z-index: 1;
}

.rep-page-footer ul {
  font-size: 12px;
}

.rep-page-footer ul li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.rep-page-footer__toggler {
  display: block;
  cursor: pointer;
  position: relative;
}

.rep-page-footer__toggler:before {
  content: "Espandi";
  display: inline-block;
}

.rep-page-footer__toggler span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  height: 10px;
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.rep-page-footer__toggler span:after,
.rep-page-footer__toggler span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: #1a1a1a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  -o-transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.rep-page-footer__toggler span:before {
  right: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rep-page-footer__toggler span:after {
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rep-page-footer.is-open .rep-page-footer__toggler:before {
  content: "Riduci";
}

.rep-page-footer.is-open .rep-page-footer__toggler span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.rep-page-footer__top {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 2px solid #dedede;
  display: none;
}

.rep-page-footer__top__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rep-page-footer__top__intro__title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #454545;
  font-family: inherit;
  position: relative;
}

.rep-page-footer__top-content {
  position: relative;
}

.rep-page-footer__top__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.rep-page-footer.is-open .rep-page-footer__top__content {
  max-height: 770px;
  -webkit-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.rep-page-footer__middle {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #3c3d41;
}

.rep-page-footer__middle a {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  padding: 2px;
  margin: 0 2px;
}

.rep-page-footer__middle a:hover {
  color: #fff !important;
}

.rep-page-footer__middle a:hover:before {
  content: "";
  background: #4b88ca;
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 2px;
}

.rep-page-footer__bottom {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #4f5054;
}

.rep-page-footer__bottom a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 2px;
  margin: 0 2px;
}

.rep-page-footer__bottom a:not(:hover):before {
  content: "";
  background: #c00;
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 2px;
}

.rep-page-footer__bottom a:hover {
  background: #fff;
  color: #c00;
}

.rep-page-footer__bottom,
.rep-page-footer__middle {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.rep-page-footer__bottom ul li,
.rep-page-footer__middle ul li {
  display: inline-block;
}

.rep-page-footer__bottom ul li a:hover,
.rep-page-footer__middle ul li a:hover {
  color: #4b88ca;
}

.rep-page-footer-content {
  padding-left: 16px;
  padding-right: 16px;
}

.rep-page-footer__section__title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #454545;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

ul.rep-page-footer__section__list {
  line-height: 24px;
  font-size: 14px;
}

ul.rep-page-footer__section__list a:hover {
  color: #4b88ca;
}

.rep-page-footer-content,
.rep-page-header-nav,
.rep-page-header__content,
.rep-slim-header__content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--rep-maxwidth);
}

body.has_domination .rep-page-footer,
body.has_domination .rep-page-header,
body.has_domination .rep-page-nav,
body.has_domination .rep-slim-header {
  max-width: var(--rep-maxwidth);
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }

  .rep-slim-header__item:not(:last-child):before {
    content: "";
    width: 1px;
    height: 16px;
    background: #999;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }

  .rep-slim-header__user #account-data-container {
    padding-left: 0;
  }

  .rep-slim-header__user .header-logged-label,
  .rep-slim-header__user .header-login-label {
    display: inline-block;
  }

  .rep-slim-header__user .header-logged-label {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .rep-left-nav__sublist li {
    border-bottom: 1px #efefef solid;
  }

  .rep-page-header__content {
    padding: 24px 0;
    display: block;
    position: relative;
  }

  body.has_domination .rep-page-header__social-follow {
    left: 16px;
  }

  body.has_domination .rep-page-header__search {
    right: 16px;
  }

  .rep-page-header__search {
    margin-bottom: 0;
  }

  .rep-page-header-nav {
    position: relative;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }

  .rep-page-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rep-page-header-nav__list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }

  .rep-page-header-nav__list > li > a {
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #1a1a1a;
  }

  .rep-page-header-nav__list > li.is-active a {
    background-color: #f2f9ff;
  }

  .rep-page-header-nav__list > li.is-active > a {
    color: #087bbb;
  }

  .rep-page-header-nav__sublist-wrap {
    left: 0;
    right: 0;
    top: auto;
    padding: 0 16px;
    background-color: #f2f9ff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  body.has_domination .rep-page-header-nav__sublist-wrap {
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
  }

  .rep-page-header-nav__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rep-page-header-nav__sublist li {
    display: inline-block;
  }

  .rep-page-header-nav__sublist li a:hover {
    color: #4b88ca;
  }

  .rep-page-header-nav__toggle {
    display: none;
  }

  .rep-page-header-nav__sublist-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 12px 24px;
    margin: 24px 8px;
  }

  .rep-page-header-nav__sublist-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rep-page-header-nav__sublist-label {
    padding: 0 0 8px 0;
    margin-bottom: 16px;
  }

  .rep-page-header-nav__sublist-menu li {
    padding: 0 0 16px 0;
  }

  .rep-contextual-nav {
    background: #f7f7f7;
    border-top: 1px #999 solid;
  }

  .dossier-header__content {
    border-bottom: 2px solid #000;
  }

  .dossier-header__brand-logo,
  .header_logo {
    font-size: 54px;
  }

  .main-nav {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }

  .main-nav__search__input {
    width: 60%;
  }

  body.native .rep-page-header__search {
    display: none;
  }

  body.native #adv-x20 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rep-page-footer__top {
    display: block;
  }

  .rep-page-footer__top__intro__title {
    font-size: 22px;
  }

  .rep-page-footer__top__intro__title:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #454545;
  }

  .rep-page-footer__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rep-page-footer__section:not(:last-child) {
    border-bottom: 1px solid #e9e9ee;
  }

  .rep-page-footer__section__title {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  ul.rep-page-footer__section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ul.rep-page-footer__section__list li {
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rep-slim-header__item {
    padding: 0 8px;
  }

  .rep-slim-header__item--premium span,
  .rep-slim-header__item--subscribe span {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .rep-left-nav {
    width: 50%;
  }

  :root {
    --rep-maxwidth: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .rep-slim-header__item {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1540px) {
  .rep-left-nav {
    width: 30%;
  }

  :root {
    --rep-maxwidth: 1260px;
  }
}

@media screen and (max-width: 1023px) {
  .rep-contextual-nav {
    position: relative;
    white-space: nowrap;
  }

  .rep-contextual-nav:after {
    content: "";
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0)),
      to(#fff)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      #fff 100%
    );
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    z-index: 2;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .main-nav:not(.has-search) {
    position: relative;
    white-space: nowrap;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .main-nav:not(.has-search):after {
    content: "";
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0)),
      to(#fff)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      #fff 100%
    );
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    z-index: 2;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .main-nav nav {
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .rep-slim-header__menu-button {
    padding: 10px 16px;
  }

  .rep-slim-header__user #account-data-container {
    padding: 10px 16px;
    width: 56px;
    height: 44px;
  }

  .rep-slim-header__user .header-logged-link {
    right: 0;
    left: auto;
    width: 100px;
  }

  .rep-left-nav {
    width: 100%;
  }

  .rep-left-nav__list {
    border-top: 1px solid #000;
  }

  .is-mobile-shown .rep-page-header__content {
    display: block;
    padding: 20px 16px;
  }

  .rep-page-header-nav__list > li > a {
    padding: 12px 15px;
    border-bottom: 1px solid #ebebeb;
    color: #1a1a1a;
    font-size: 15px;
  }

  .rep-page-header-nav__list > li > a:first-letter {
    text-transform: uppercase;
  }

  html.is-menu-open .rep-page-header-nav__list {
    display: block;
  }

  .is-active .rep-page-header-nav__sublist-wrap {
    position: relative;
  }

  .rep-page-header-nav__sublist {
    background-color: #f8f8f8;
  }

  .rep-page-header-nav__sublist li a {
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
  }

  .rep-page-header-nav__sublist-row {
    margin-left: 32px;
  }

  .rep-page-header-nav__sublist-label {
    padding: 8px 0;
  }

  .rep-page-header-nav__sublist-menu {
    background-color: transparent;
    margin-left: 16px !important;
  }

  .rep-page-header-nav__sublist-menu li {
    padding: 8px 8px 8px 0;
    border-bottom: 1px solid #efefef;
  }

  .rep-page-header-nav__sublist-menu li:last-child {
    border-bottom: none;
  }

  .rep-contextual-nav {
    overflow: auto;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
  }

  .dossier-header__brand-logo,
  .header_logo {
    font-size: 26px;
  }

  .main-nav {
    padding-left: 4px;
  }

  .rep-page-footer__bottom .footer-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .rep-page-footer__bottom p {
    display: block;
  }

  .rep-page-footer__bottom p + p {
    margin-top: 10px;
  }
}

@media (max-width: 1019px) {
  .container {
    width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 775px) {
  .hidee1 {
    display: none;
  }
}

@media (max-width: 905px) {
  .hidee {
    display: none;
  }
}
