@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
@charset "UTF-8";
@font-face {
  font-family: "Bodoni MT";
  src: url(../../../../dist/fonts/BodoniBkBTWXX-Book.woff2) format("woff2"), url(../../../../dist/fonts/BodoniBkBTWXX-Book.woff) format("woff"), url(../../../../dist/fonts/BodoniBkBTWXX-Book.ttf) format("truetype");
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni MT";
  src: url(../../../../dist/fonts/BodoniBdBTWXX-Bold.woff2) format("woff2"), url(../../../../dist/fonts/BodoniBdBTWXX-Bold.woff) format("woff"), url(../../../../dist/fonts/BodoniBdBTWXX-Bold.ttf) format("truetype");
  font-weight: bold !important;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni MT";
  src: url(../../../../dist/fonts/BodoniBTWXX-Roman.woff2) format("woff2"), url(../../../../dist/fonts/BodoniBTWXX-Roman.woff) format("woff"), url(../../../../dist/fonts/BodoniBTWXX-Roman.ttf) format("truetype");
  font-weight: normal !important;
  font-style: normal;
}
.nav-container {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 10px 40px;
  background-color: #ffc506;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 100;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .nav-container {
    padding: 10px 20px;
  }
}
.nav-container .left-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.nav-container .left-nav .btn-mobile-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-container .left-nav .btn-mobile-menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
  }
}
.nav-container .left-nav .w-logo {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .nav-container .left-nav .w-logo {
    margin-right: 60px;
  }
}
.nav-container .left-nav .w-logo img {
  width: 100%;
}
.nav-container .left-nav .w-logo .subtitle-logo {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
  /*text-shadow: 1px 2px 0 #FFF;*/
}
.nav-container .left-nav .w-logo .subtitle-logo p {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1;
  padding: 2px 2px 1px;
  font-size: 0.84rem;
}
.nav-container .left-nav .w-logo .subtitle-logo p strong {
  font-weight: normal;
}
.nav-container .left-nav .w-logo .subtitle-logo .s1 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFF;
  background-color: #000;
  padding: 2px;
  /*text-shadow: 1px 2px 0 #FFF;*/
}
.nav-container .left-nav .w-logo .subtitle-logo .s2 {
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .nav-container .left-nav .w-logo {
    margin-right: 0;
  }
  .nav-container .left-nav .w-logo img {
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  .nav-container .left-nav .w-logo {
    width: 60%;
  }
}
.nav-container .left-nav .menu-navigation {
  margin: 0;
  padding: 0;
  /* display: inline-block;
  vertical-align: middle;*/
  display: flex;
}
@media screen and (max-width: 1280px) {
  .nav-container .left-nav .menu-navigation {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-container .left-nav .menu-navigation {
    display: none;
  }
}
.nav-container .left-nav .menu-navigation li {
  padding: 15px 0;
  min-width: 140px;
  max-width: 220px;
  position: relative;
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  height: 62px;
  /*height:100%;*/
  box-sizing: border-box;
  /*&:not(:first-of-type) {
  	margin-left: 30px;
  }*/
}
.nav-container .left-nav .menu-navigation li.active:after {
  content: "";
  /*width: 137px;*/
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -13px;
  background-color: #006aa7;
}
@media screen and (max-width: 1280px) {
  .nav-container .left-nav .menu-navigation li.active:after {
    bottom: -20px;
  }
}
.nav-container .left-nav .menu-navigation li a {
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  /*font-weight: normal;*/
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .nav-container .left-nav .menu-navigation li a {
    font-size: 0.8rem;
  }
}
.nav-container .left-nav .menu-navigation li a:hover {
  /*font-family: 'Montserrat',sans-serif;*/
  font-weight: bold;
  -webkit-transition: font-weight 0.3s ease-in-out;
  transition: font-weight 0.3s ease-in-out;
}
.nav-container .right-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 20%;
  text-align: right;
}
.nav-container .right-nav .button {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .nav-container .right-nav .button {
    display: none;
  }
}
.nav-container .right-nav .w-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.nav-container .right-nav .w-search a {
  color: #000;
}
.nav-container .right-nav .w-search a:hover {
  text-decoration: none;
}
.nav-container .right-nav .w-search i {
  margin-left: 5px;
}
.nav-container .right-nav .w-language {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.nav-container .right-nav .w-language .language .fa-caret-down {
  transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.nav-container .right-nav .w-language .language.open .fa-caret-down {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.nav-container .right-nav .w-language .dropdown-lng {
  display: none;
  position: absolute;
  top: 70px;
  left: -3em;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  height: 100%;
  width: 287px;
}
@media screen and (max-width: 992px) {
  .nav-container .right-nav .w-language .dropdown-lng {
    top: 40px;
  }
}
.nav-container .right-nav .w-language .dropdown-lng.open {
  display: block;
}
.nav-container .right-nav .w-language .dropdown-lng.open::before {
  display: block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-transform: none !important;
  content: "";
  font-size: 26px;
  position: absolute;
  top: -11px;
  left: calc(70% - 9px);
  right: unset;
  margin: 0 auto;
  color: #ffffff;
}
.nav-container .right-nav .w-language .dropdown-lng .w-list-lng {
  background: #fff;
  color: #000;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  min-height: 40px;
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}
.nav-container .right-nav .w-language .dropdown-lng .w-list-lng .list-lng {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-container .right-nav .w-language .dropdown-lng .w-list-lng .list-lng li {
  width: 100%;
  border-left: 4px solid #FFF;
}
.nav-container .right-nav .w-language .dropdown-lng .w-list-lng .list-lng li:hover {
  background-color: #ebe9e1;
  border-left-color: #0075b0;
}
.nav-container .right-nav .w-language .dropdown-lng .w-list-lng .list-lng li a {
  color: #000;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.57;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 30px;
  cursor: pointer;
}

.overlay-menu {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-nav {
  display: none;
  padding: 80px 40px 10px;
  background-color: #ffc506;
  /* .close {
      @include base-font;
      font-weight: 600;
      font-size: 12px;
      -webkit-letter-spacing: 2px;
      -moz-letter-spacing: 2px;
      -ms-letter-spacing: 2px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 16px;
      opacity: 1;
      float: none;

      i {
          font-size: 14px;
      }
  }*/
}
.mobile-nav .close-menu {
  position: absolute;
  border: 0;
  background: transparent;
  color: #006aa7;
  height: 30px;
  width: 30px;
  right: 15px;
  font-size: 1.8em;
  top: 20px;
}
.mobile-nav .close-menu:focus {
  outline: 0;
}
.mobile-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.mobile-nav ul li {
  margin-bottom: 15px;
  border-left: 3px solid transparent;
  padding-left: 10px;
}
.mobile-nav ul li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #000;
}
.mobile-nav ul li a:hover {
  color: #006aa7;
}
.mobile-nav .w-logo {
  width: fit-content;
  position: absolute;
  top: 20px;
  left: 50px;
}
.mobile-nav .w-logo img {
  width: 100%;
}
.mobile-nav .w-logo .subtitle-logo {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
  /*text-shadow: 1px 2px 0 #FFF;*/
}
.mobile-nav .w-logo .subtitle-logo p {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1;
  padding: 2px 2px 1px;
}
.mobile-nav .w-logo .subtitle-logo p strong {
  font-weight: normal;
}
.mobile-nav .w-logo .subtitle-logo .s1 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFF;
  background-color: #000;
  padding: 2px;
  /*text-shadow: 1px 2px 0 #FFF;*/
}
.mobile-nav .w-logo .subtitle-logo .s2 {
  text-transform: none;
}
.mobile-nav .btn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
  .mobile-nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /*overflow: scroll;*/
  }
}

.back-to-search {
  font-weight: bold;
  color: #006aa7;
}

.breadcrumbs {
  padding-left: 0;
}
.breadcrumbs.scheda {
  z-index: 1001;
  top: 25%;
  left: 50px;
}
@media screen and (max-width: 992px) {
  .breadcrumbs.scheda {
    position: absolute;
    top: 32%;
    left: 2%;
  }
}
.breadcrumbs.scheda li:before {
  color: #FFF;
}
.breadcrumbs.scheda li a {
  color: #FFF;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li.current span {
  font-weight: bold;
}
.breadcrumbs li:not(:first-of-type):before {
  content: "/";
  padding-right: 2px;
}
.breadcrumbs li a {
  color: #000;
}
.breadcrumbs li:last-child {
  font-weight: bold;
}
.breadcrumbs li:last-child:hover a {
  text-decoration: none;
}

.search-nav {
  background-color: #ffc506;
  width: 100%;
  position: fixed;
  padding: 80px 0 40px;
  top: -100%;
  z-index: 90;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .search-nav {
    padding: 35px 0;
  }
}
.search-nav .form-control {
  height: auto;
}
.search-nav.open {
  top: 70px;
}
@media screen and (min-width: 992px) {
  .search-nav.open {
    top: 80px;
  }
}
.search-nav .close-menu {
  position: absolute;
  border: 0;
  background: transparent;
  color: #006aa7;
  height: 30px;
  width: 30px;
  right: 15px;
  font-size: 1.8em;
  top: 40px;
}
.search-nav .close-menu:focus {
  outline: 0;
}
@media screen and (min-width: 992px) {
  .search-nav .close-menu {
    top: 5px;
    font-size: 1.2em;
    right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .search-nav .close-menu {
    top: 15px;
  }
}
@media screen and (min-width: 1540px) {
  .search-nav .close-menu {
    top: calc(50% - 15px);
    right: 25px;
  }
}

.form-generic-nav {
  border-bottom: 2px solid #999;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.form-generic-nav .jsSearch_q {
  border-radius: 0.25rem !important;
}
.form-generic-nav::after {
  display: block;
  font-family: "Montserrat", sans-serif;
  content: "O";
  color: #999;
  height: 18px;
  line-height: 1.1em;
  position: absolute;
  bottom: 9px;
  right: 50%;
  background-color: #ffc506;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .form-generic-nav {
    border-bottom: 0;
    border-right: 2px solid #999;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .form-generic-nav::after {
    top: 28px;
    right: 9px;
  }
}

.lateral-menu {
  position: fixed;
  height: 100vh;
  /*padding: 60px 40px 10px;*/
  padding: 30px 40px 10px;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-height: 800px) {
  .lateral-menu {
    padding: 80px 40px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .lateral-menu {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .lateral-menu {
    width: 25%;
  }
}
.lateral-menu .close-menu {
  position: absolute;
  border: 0;
  background: transparent;
  color: #006aa7;
  height: 40px;
  width: 40px;
  right: 20px;
  font-size: 1.5em;
  top: 20px;
}
.lateral-menu .close-menu:focus {
  outline: 0;
}
.lateral-menu.first-level {
  z-index: 991;
  left: -100%;
  background-color: #ffc506;
}
.lateral-menu.first-level .lateral-menu-list li {
  cursor: pointer;
}
.lateral-menu.first-level .lateral-menu-list li a {
  pointer-events: none;
}
.lateral-menu.first-level.open {
  left: 0;
  box-shadow: 0 -10px 22px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1200px) {
  .lateral-menu.first-level {
    left: -50%;
  }
}
@media screen and (min-width: 1400px) {
  .lateral-menu.first-level {
    left: -25%;
  }
}
.lateral-menu.second-level {
  z-index: 999;
  left: -100%;
  background-color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 992px) {
  .lateral-menu.second-level {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.lateral-menu.second-level.open {
  left: 0;
  box-shadow: 0 -10px 22px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1200px) {
  .lateral-menu.second-level {
    z-index: 990;
    left: -50%;
  }
  .lateral-menu.second-level.open {
    left: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .lateral-menu.second-level.open {
    left: 25%;
  }
}
.lateral-menu .lateral-menu-title {
  font-family: "Bodoni MT";
  font-size: 2.8em;
  line-height: 1em;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .lateral-menu .lateral-menu-title {
    font-size: 2.4em;
  }
}
.lateral-menu .wrapper-menu-list {
  height: calc(100% - 100px);
  overflow: hidden;
}
.lateral-menu .lateral-menu-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  padding-bottom: 50px;
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #0075b0 #f1f1f1;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.lateral-menu .lateral-menu-list::-webkit-scrollbar {
  width: 4px;
  margin-right: -2rem;
}
.lateral-menu .lateral-menu-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.lateral-menu .lateral-menu-list::-webkit-scrollbar-thumb {
  background: #0075b0;
  border-radius: 4px;
}
.lateral-menu .lateral-menu-list::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}
.lateral-menu .lateral-menu-list li {
  /*margin-bottom: 15px;*/
  margin-bottom: 10px;
  border-left: 3px solid transparent;
  /*padding-left: 10px;*/
}
.lateral-menu .lateral-menu-list li.clicked a {
  color: #006aa7;
}
.lateral-menu .lateral-menu-list li:hover a {
  color: #006aa7;
}
.lateral-menu .lateral-menu-list li.active {
  border-left: 3px solid #006aa7;
}
.lateral-menu .lateral-menu-list li.active a {
  color: #006aa7;
}
.lateral-menu .lateral-menu-list li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.lateral-menu .lateral-menu-list li a:hover {
  color: #006aa7;
}

body,
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0;
  background-color: #f4f3eb;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}
@media screen and (max-width: 660px) {
  body,
html {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

.preloader-app {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1001;
  top: 0;
  left: 0;
  /*display:none;*/
}
.preloader-app .preloader-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
}

.library {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

strong, b {
  font-weight: bold;
}

.container {
  max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bodoni MT";
  font-weight: bold !important;
  font-style: normal;
}

p {
  font-size: 1rem;
  line-height: auto;
}

a {
  color: #ffc506;
}

.label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  font-weight: bold;
  font-size: 20px;
}

.preloaderApp {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 1;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
}
.preloaderApp .preloader-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.preloaderApp .preloader-container img {
  width: 80px;
}

.border-left {
  border-left: 1px solid #FFF;
}

.border-top {
  border-top: 1px solid #FFF;
}

.dotted {
  border: 1px dotted #000;
  margin: 2rem auto;
}

.btn {
  background-color: #006aa7;
  color: #ffffff;
  border-style: none;
  z-index: 1;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  /*width: 100%;*/
  border-radius: 0;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  margin-left: 10px;
}
.btn.disabled {
  opacity: 0.8;
  pointer-events: none;
}
.btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: #ffffff;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.btn::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #ffffff;
}
.btn:hover {
  color: #000;
  background-color: #FFF;
}
.btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn.yellow:before {
  background-color: #ffc506;
}
.btn.yellow:after {
  background-color: #ffc506;
}
.btn.yellow:hover {
  color: #FFF;
  background-color: #ffc506;
}
.btn.white {
  background-color: #FFF;
  color: #000;
}
.btn.white:before {
  background-color: #006aa7;
}
.btn.white:after {
  background-color: #006aa7;
}
.btn.white:hover {
  color: #FFF;
  background-color: #006aa7;
}

.download-img {
  color: #006aa7;
}

.error-container {
  min-height: 50vh;
}
@media screen and (max-width: 992px) {
  .error-container {
    height: auto;
  }
}

.bg-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
}

.wrapper-img-home {
  width: 100%;
  height: 100vh;
  background-image: url(../../../../assets/img-home-archivio-vert.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.wrapper-img-home .wrapper-info-nav {
  width: 40%;
  left: 40px;
  text-align: left;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .wrapper-img-home .wrapper-info-nav {
    left: 20px;
  }
}
.wrapper-img-home .wrapper-info-nav img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .wrapper-img-home .wrapper-info-nav img {
    max-width: 50%;
  }
}
.wrapper-img-home .wrapper-info-nav .btn {
  width: 15em;
  margin-left: 0;
  margin-top: 1rem;
}
.wrapper-img-home .wrapper-info-nav .btn:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 660px) {
  .wrapper-img-home .wrapper-info-nav .btn:not(:first-of-type) {
    margin-left: 0;
  }
}
.wrapper-img-home .wrapper-info-nav h1 {
  font-size: 4.125rem;
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .wrapper-img-home .wrapper-info-nav h1 {
    font-size: 2.9rem;
  }
}
.wrapper-img-home .wrapper-info-nav h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .wrapper-img-home .wrapper-info-nav h2 {
    font-size: 1.2rem;
  }
}

.header-section-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 430px;
  position: relative;
  background-color: #ffc506;
}
@media screen and (max-width: 992px) {
  .header-section-image {
    height: 300px;
    min-height: unset;
  }
}
.header-section-image img {
  max-width: 100%;
}
.header-section-image .wrapper-title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .header-section-image .wrapper-title {
    top: 65%;
  }
}
.header-section-image .wrapper-title h1 {
  font-size: 4.125rem;
}
@media screen and (max-width: 992px) {
  .header-section-image .wrapper-title h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.header-section-image .wrapper-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1.5rem;
}

.overlay-mask {
  width: 50%;
  height: 100%;
  Background-color: transparent;
  box-sizing: border-box;
  border-left: 50vw solid #ffc506;
  Border-bottom: 270em solid transparent;
  position: absolute;
}
@media screen and (max-width: 660px) {
  .overlay-mask {
    border-left: 70vw solid rgba(255, 197, 6, 0.8);
  }
}

.home-page footer {
  margin-top: 0;
}
.home-page .body-page {
  padding-bottom: 0;
}

.body-page {
  padding: 3rem 0 0;
  position: relative;
  min-height: calc(100vh - 350px);
}

.search-page .body-page {
  padding: 7rem 0 0;
}

.header-tab ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-tab ul li {
  display: inline-block;
  font-family: "Bodoni MT";
  font-weight: bold !important;
  font-style: normal;
  font-size: 36px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: #FFF;
  border-top: 8px solid #ffc506;
  padding: 0 20px;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .header-tab ul li {
    font-size: 18px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .header-tab ul li {
    font-size: 15px;
  }
}
.header-tab ul li.active {
  border-bottom: 2px solid #FFF;
}

.show-more {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../../../assets/show-more-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 25px;
  /*transform: translateY(-50%);*/
  cursor: pointer;
}
.show-more.arrow {
  background-image: none;
  border-radius: 50%;
  text-align: center;
  position: relative;
  right: auto;
  top: auto;
  width: 40%;
  margin: 1rem 0;
  /*background-color: $complementary-color;*/
}
.show-more.arrow:before {
  /*display: block;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  text-transform: none !important;
  content: '\f107';
  font-size: 20px;
  position: absolute;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;*/
  display: block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-transform: none !important;
  content: "";
  font-size: 26px;
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.w-tab .tab {
  background-color: #FFF;
  padding: 2rem 40px;
  display: none;
}
@media screen and (max-width: 660px) {
  .w-tab .tab {
    padding: 2rem 20px;
  }
}
.w-tab .tab.current {
  display: block;
}
.w-tab .tab .body-tab-content {
  position: relative;
  padding: 0 30px;
  margin: 1.2rem auto;
}
.w-tab .tab .description .js-show-description {
  display: none;
}
.w-tab .tab .description p {
  /*height: 2.5em;*/
  line-height: 1.2;
  overflow: hidden;
}
.w-tab .tab .description p.open {
  height: auto;
}
.w-tab .tab .description::before {
  background-image: url(../../../../assets/description-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.w-tab .tab .provenance::before {
  background-image: url(../../../../assets/pin-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.w-tab .tab .w-list-file:before {
  background-image: url(../../../../assets/list-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.w-tab .tab .status:before {
  background-image: url(../../../../assets/status-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.w-tab .tab .list-file {
  padding-left: 0;
  margin: 10px 0;
  /*height: 11em !important;
  overflow: hidden;*/
  /*@media screen and (max-width:992px) {
  	height: 20em;
  }*/
}
.w-tab .tab .list-file.open {
  height: auto;
}
.w-tab .tab .list-file li {
  display: inline-block;
  margin-top: 10px;
  width: calc(33% - 10px);
  position: relative;
  height: 10.5em;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .w-tab .tab .list-file li {
    width: calc(100% - 10px);
  }
}
.w-tab .tab .list-file li .over-box {
  height: 8px;
  /*width: calc(100% - 20px);*/
  width: 100%;
  background-color: #006aa7;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .w-tab .tab .list-file li .over-box {
    height: 40px;
  }
}
.w-tab .tab .list-file li .over-box ul {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.w-tab .tab .list-file li .over-box ul li {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  /*width: calc(100% - 90px);*/
  width: calc(100% - 50px);
  margin: 0;
  /*line-height: 40px;*/
  /*max-height: 180px;*/
  overflow: hidden;
  height: auto;
}
.w-tab .tab .list-file li .over-box ul li a {
  color: #FFF;
  text-transform: uppercase;
}
.w-tab .tab .list-file li .over-box ul li.icon {
  width: 40px;
  height: 40px;
  text-align: right;
  position: absolute;
  top: -7px;
}
.w-tab .tab .list-file li .over-box ul li img {
  max-width: 100%;
}
.w-tab .tab .list-file li img {
  width: calc(100% - 20px);
}
.w-tab .tab .list-file li:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .w-tab .tab .list-file li:not(:first-of-type) {
    margin-left: 0;
  }
}
.w-tab .tab .list-file li:nth-child(3n+1) {
  margin-left: 0;
}
.w-tab .tab .list-file li:hover .over-box {
  height: 40px;
}
.w-tab .tab .join::before {
  background-image: url(../../../../assets/join-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.w-tab .tab .join .list-join {
  padding-left: 0;
  margin: 0;
  /*height: 4em;
  overflow: hidden;*/
  list-style-type: none;
  /*column-count: 2;*/
}
@media screen and (max-width: 992px) {
  .w-tab .tab .join .list-join {
    /*column-count: 2;*/
  }
}
@media screen and (max-width: 660px) {
  .w-tab .tab .join .list-join {
    /*column-count: 1;*/
  }
}
.w-tab .tab .join .list-join.open {
  height: auto;
}
.w-tab .tab .join .list-join li {
  margin: 5px 0;
  display: inline-block;
  width: 21%;
}
@media screen and (max-width: 992px) {
  .w-tab .tab .join .list-join li {
    width: 48%;
  }
}
@media screen and (max-width: 660px) {
  .w-tab .tab .join .list-join li {
    display: block;
    width: auto;
  }
}
.w-tab .tab .join .list-join li a {
  color: #000;
  position: relative;
  /*display: block;*/
  width: fit-content;
  width: -moz-fit-content;
  padding-right: 30px;
}
.w-tab .tab .join .list-join li a.with-link:after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
  background-image: url(../../../../assets/join-link-icon.png);
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.w-tab-selector {
  padding-left: 0;
}
.w-tab-selector li {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.w-tab-selector li:not(:last-of-type) {
  margin-right: 20px;
}
.w-tab-selector li.active {
  border-bottom: 4px solid #ffc506;
}

.single-recto, .single-verso {
  display: none;
  width: 100%;
}
.single-recto.current, .single-verso.current {
  display: block;
}
.single-recto .script::before, .single-verso .script::before {
  background-image: url(../../../../assets/description-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .text-type::before, .single-verso .text-type::before {
  background-image: url(../../../../assets/text-type-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto.status::before, .single-verso.status::before {
  background-image: url(../../../../assets/status-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .place-name::before, .single-verso .place-name::before {
  background-image: url(../../../../assets/pin-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .editor::before, .single-verso .editor::before {
  background-image: url(../../../../assets/editor-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .keywords::before, .single-verso .keywords::before {
  background-image: url(../../../../assets/keywords-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .translation .contentToShow, .single-verso .translation .contentToShow {
  height: 4.4em;
  overflow: hidden;
}
.single-recto .translation .contentToShow.open, .single-verso .translation .contentToShow.open {
  height: auto;
}
.single-recto .translation::before, .single-verso .translation::before {
  background-image: url(../../../../assets/translation-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .epoch::before, .single-verso .epoch::before {
  background-image: url(../../../../assets/epoch-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .dynasty::before, .single-verso .dynasty::before {
  background-image: url(../../../../assets/dynasty-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .pharaoh::before, .single-verso .pharaoh::before {
  background-image: url(../../../../assets/pharaoh.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .drawing::before, .single-verso .drawing::before {
  background-image: url(../../../../assets/drawing-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .hieroglyphs::before, .single-verso .hieroglyphs::before {
  background-image: url(../../../../assets/hieroglyphs-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .biblio::before, .single-verso .biblio::before {
  background-image: url(../../../../assets/reference-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 25px;
}
.single-recto .biblio a, .single-verso .biblio a {
  color: #ffc506;
}
.single-recto .biblio p a, .single-verso .biblio p a {
  color: #ffc506;
}
.single-recto .biblio ul, .single-verso .biblio ul {
  padding-left: 0;
  list-style-type: none;
}
.single-recto .biblio ul li, .single-verso .biblio ul li {
  margin: 5px 0;
}
.single-recto .biblio ul li a, .single-verso .biblio ul li a {
  color: #ffc506;
}

footer {
  background-color: #222222;
  padding: 40px;
  margin-top: 2rem;
}
footer .info-contact p:nth-child(3) {
  margin: 10px 0;
}
@media screen and (max-width: 992px) {
  footer .border-left {
    border-left: 0 !important;
  }
}
footer .logo {
  margin-bottom: 20px;
}
footer .logo img {
  max-width: 100%;
}
footer p {
  color: #fff;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 0;
}
footer .service-menu {
  display: inline-block;
  width: 65%;
}
footer .service-menu li a {
  text-decoration: none;
}
footer .service-menu li a:hover {
  border-bottom: 2px solid #ffc506;
}
footer .service-menu, footer .social-link {
  padding-left: 0;
  margin: 0;
  padding-top: 18px;
}
@media screen and (max-width: 992px) {
  footer .service-menu, footer .social-link {
    width: 100%;
  }
}
footer .service-menu li, footer .social-link li {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  border-bottom: none;
  cursor: pointer;
}
footer .service-menu li:not(:first-of-type), footer .social-link li:not(:first-of-type) {
  margin-left: 10px;
}
footer .service-menu li a, footer .social-link li a {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  border-bottom: none;
  cursor: pointer;
}
footer .social-link {
  display: inline-block;
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 992px) {
  footer .social-link {
    width: 100%;
    text-align: left;
  }
}
footer .social-link li {
  margin-right: 30px;
}
footer .social-link li:last-child {
  margin-right: 0;
}
footer .social-link li a {
  /*font-size: 1rem;*/
  font-size: 24px;
}
footer .social-link li a:hover {
  color: #ffc506;
}
footer .footer-menu {
  padding: 0;
  list-style-type: none;
}
footer .footer-menu li a {
  font-weight: 300;
  color: #fff;
  font-size: 0.875rem;
  line-height: 30px;
  border-bottom: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  text-decoration: none;
}
footer .footer-menu li a:hover {
  border-bottom: 2px solid #ffc506;
}

.register-page .header-section-image h1 {
  padding-top: 100px;
}
.register-page .header-section-image h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  font-weight: 600;
}

.content-page-w {
  background-color: #FFF;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  margin-top: -220px;
  padding: 40px;
  position: relative;
  display: block;
  min-height: 500px;
}

.form-group label {
  font-weight: 600;
}

.form-check label {
  font-weight: normal;
}

.form-container a {
  color: #000;
  font-weight: bold;
}

.select2-container {
  max-width: 100%;
}

.w-error {
  font-size: 1rem;
  color: red;
  text-align: center;
  width: 100%;
  opacity: 0;
}

.select2-container--default .select2-selection--multiple.is-invalid {
  border-color: red;
}

input.is-invalid {
  border: 1px solid red;
}

.list-recto-mobile, .list-verso-mobile {
  font-weight: bold;
  margin: 1rem 0;
  width: calc(100% - 20px);
  padding: 10px;
  border: 0;
  border-bottom: 3px solid #ffc506;
}

@media screen and (max-width: 992px) {
  .form-check label {
    margin-left: 0.5rem;
  }
}

.recto .list-file, .verso .list-file {
  height: auto !important;
}

.hieroglyphs .list-file li {
  max-height: 180px;
  overflow: hidden;
}

#cookie-bar {
  padding: 1rem 2rem;
  text-align: left;
  bottom: 0;
  top: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#cookie-bar p {
  width: 90%;
}
@media screen and (max-width: 992px) {
  #cookie-bar p {
    width: 100%;
  }
}
#cookie-bar .cb-policy {
  background-color: transparent;
  color: #ffc506;
}
#cookie-bar .cb-policy:hover {
  background-color: transparent;
  color: #006aa7;
}
#cookie-bar .cb-enable {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 2rem;
  background-color: #006aa7;
  color: #ffffff;
  border-style: none;
  z-index: 1;
  padding: 10px 20px !important;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  /* width: 100%; */
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  #cookie-bar .cb-enable {
    margin: 1rem auto;
    position: relative;
    top: auto;
    transform: none;
    display: block;
    right: auto;
  }
}
#cookie-bar .cb-enable:hover {
  background-color: #ffc506;
}

.search-page {
  /*ARCHIVIO FOTO*/
}
.search-page .show-d {
  cursor: pointer;
  display: block;
  height: 2em;
}
.search-page .show-d::before {
  display: block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-transform: none !important;
  content: "";
  font-size: 26px;
  position: absolute;
  color: #000;
  left: 50%;
  bottom: 5px;
}
.search-page .show-d.open:before {
  display: block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-transform: none !important;
  content: "";
  font-size: 26px;
  position: absolute;
  color: #000;
  left: 50%;
  bottom: 5px;
}
.search-page .header-section-image {
  min-height: unset;
  height: 235px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 992px) {
  .search-page .header-section-image {
    height: 230px;
  }
}
.search-page .header-section-image.open {
  height: auto;
}
.search-page .header-section-image.open .show-d {
  display: none;
}
.search-page .header-section-image h1 {
  padding-top: 4rem;
}
@media screen and (max-width: 992px) {
  .search-page .header-section-image h2 {
    font-size: 1.5rem;
  }
}
.search-page .close-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5rem;
  right: 0;
}
.search-page .close-btn:before {
  display: block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  text-transform: none !important;
  content: "";
  font-size: 26px;
  position: absolute;
  color: #000;
  left: calc(50% - 13px);
  bottom: 5px;
}
.search-page .w-image-search-inventory {
  min-height: 150px;
  max-width: 100%;
  text-align: center;
}
.search-page .w-image-search-inventory img {
  max-height: 150px;
  max-width: 100%;
}
.search-page .info-search {
  margin-top: 50px;
}
.search-page .info-search .value {
  font-weight: bold;
}
.search-page .info-search .searched-field ul {
  padding-left: 0;
  list-style-type: none;
}
.search-page .info-search .searched-field ul li {
  display: inline-block;
}
.search-page .info-search .searched-field ul li:first-child {
  font-weight: bold;
}
.search-page .info-search .searched-field ul li:first-child:after {
  display: none;
}
.search-page .info-search .searched-field ul li:not(:last-of-type):after {
  content: "|";
  font-weight: bold;
  margin-left: 5px;
}
.search-page .results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
@media screen and (min-width: 992px) {
  .search-page .results-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .search-page .results-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .search-page .results-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
  }
}
.search-page .single-invetory-img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  display: block;
}
.search-page .w-results {
  margin-top: 25px;
  width: 100%;
}
.search-page .w-results .single-invetory {
  border-top: 7px solid #ffc506;
  background-color: #FFF;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px;
}
.search-page .w-results .single-invetory h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
.search-page .w-results .single-invetory h5 {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}
.search-page .w-results .single-invetory figcaption {
  color: #000;
  padding-top: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2em;
}
.search-page .w-results .single-invetory:hover {
  border-top: 7px solid #006aa7;
}
.search-page .w-results .single-invetory a {
  color: #000;
}
.search-page .w-results .single-invetory a:hover {
  color: #000;
  text-decoration: none;
}
.search-page .w-results .single-invetory a:hover h4 {
  color: #006aa7;
}
.search-page .w-results .single-invetory .title {
  font-family: "Bodoni MT";
  font-weight: bold !important;
  font-style: normal;
  font-size: 28px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .search-page .w-results .single-invetory .title {
    padding-left: 0;
    text-align: center;
  }
}
.search-page .w-results .single-invetory .title.no-icon {
  padding-left: 0;
}
.search-page .w-results .single-invetory .title.no-icon:before {
  display: none;
}
.search-page .w-results .single-invetory .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../../assets/invetory-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.search-page .w-results .single-invetory .title .value {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  color: #006aa7;
  font-size: 18px;
  font-weight: bold;
}
.search-page .w-results .single-invetory .hideContent {
  overflow: hidden;
  height: 5.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.search-page .w-results .single-invetory .showContent {
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.w-form-search {
  padding: 4rem 0 2rem;
}
.w-form-search .w-btn {
  text-align: center;
  width: 100%;
  padding-top: 1rem;
}
.w-form-search .w-btn .btn {
  margin-left: 0;
}

.paginationjs-pages {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.paginationjs-pages ul {
  padding-left: 0 !important;
  margin: 1rem auto !important;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.paginationjs-pages ul li {
  margin: 10px 5px;
  color: #000;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  cursor: pointer;
  background-color: #FFF;
}
.paginationjs-pages ul li.active {
  background-color: #ffc506;
  border-color: #ffc506;
}
.pagination, .paginationjs-pages {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.pagination ul, .paginationjs-pages ul {
  padding-left: 0 !important;
  margin: 1rem auto !important;
  list-style-type: none;
}
.pagination ul li .btn-default, .paginationjs-pages ul li .btn-default {
  background-color: #ffc506;
  border-color: #ffc506;
  color: #000;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  /*margin: 10px;*/
}
.pagination ul li .btn-primary, .paginationjs-pages ul li .btn-primary {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
  padding: 10px 15px;
  margin: 10px;
}
.pagination ul li .btn-primary.disabled, .paginationjs-pages ul li .btn-primary.disabled {
  color: #000;
  background-color: #FFF;
  padding: 10px 15px;
  border-color: #FFF;
  margin: 10px;
}

.zone-flex-container {
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
.zone-flex-container.horizontal-view {
  flex-direction: column;
}
.zone-flex-container.horizontal-view .map-container {
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .zone-flex-container.horizontal-view {
    flex-direction: row;
  }
  .zone-flex-container.horizontal-view .results-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .zone-flex-container.horizontal-view .results-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.map-container {
  background-color: #FFF;
  border-top: 7px solid #ffc506;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.map-container.map-placeholder {
  height: 640px;
}

.gallery-wrapper {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.gallery-wrapper figure {
  margin-bottom: 0;
}
.gallery-wrapper .icon-rotate {
  text-align: center;
  color: #006aa7;
  font-size: 1.5rem;
  cursor: pointer;
}
.gallery-wrapper .icon-rotate:hover {
  color: #ffc506;
}
.gallery-wrapper .single-img {
  max-width: 100%;
  max-height: 300px;
}
@media screen and (min-width: 992px) {
  .gallery-wrapper .single-img {
    max-height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .single-img {
    /*max-height: 600px;*/
    height: 380px;
  }
}
.gallery-wrapper .gallery-cursor {
  position: absolute;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #006aa7;
  text-decoration: none;
  top: 150px;
  padding: 10px;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .gallery-wrapper .gallery-cursor {
    top: calc(50% - 25px);
  }
}
.gallery-wrapper .gallery-cursor:hover {
  color: #006aa7;
  background-color: #ffc506;
}
.gallery-wrapper .gallery-cursor.left {
  left: 0;
}
.gallery-wrapper .gallery-cursor.right {
  right: 0;
}
.gallery-wrapper .gallery-cursor.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.gallery-wrapper .gallery-cursor.swiper-button-disabled:hover {
  color: #ffc506;
  background-color: #006aa7;
}

.gallery-details {
  margin-top: 20px;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .gallery-details {
    padding-right: 20px;
  }
}
.gallery-details .photo-number {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.gallery-details label {
  font-weight: bold;
}
.gallery-details label:first-of-type {
  display: inline-block;
}

.gallery-thumbnails-wrapper {
  padding: 20px 0;
  background-color: #FFF9E2;
  position: relative;
  /*.swiper-wrapper {
      justify-content:center;
  }*/
}
.gallery-thumbnails-wrapper .swiper-container {
  width: calc(100% - 2rem);
}
.gallery-thumbnails-wrapper .swiper-slide {
  cursor: pointer;
  width: auto !important;
}
.gallery-thumbnails-wrapper .swiper-slide img {
  /*height: 100px;*/
  height: 150px;
  width: auto;
  object-fit: contain;
  border: 4px solid transparent;
}
.gallery-thumbnails-wrapper .swiper-slide.swiper-slide-thumb-active img {
  outline: 4px solid #ffc506;
  outline-offset: -8px;
}
.gallery-thumbnails-wrapper .thumb-cursor {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #006aa7;
  text-decoration: none;
  top: calc(50% - 25px);
  padding: 10px;
  height: 50px;
  font-size: 1.5em;
  z-index: 100;
}
.gallery-thumbnails-wrapper .thumb-cursor:hover {
  color: #ffc506;
}
.gallery-thumbnails-wrapper .thumb-cursor.left {
  left: 0;
}
.gallery-thumbnails-wrapper .thumb-cursor.right {
  right: 0;
}
.gallery-thumbnails-wrapper .thumb-cursor.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
  display: none;
}
.gallery-thumbnails-wrapper .thumb-cursor.swiper-button-disabled:hover {
  color: #006aa7;
}

.related-galleries h4 {
  color: #3C3C3C;
  font-weight: normal;
}

.btn-accordion {
  background-color: #ffc506;
  color: #006aa7;
  padding: 10px;
  border: 1px solid #ffc506;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-accordion:hover, .btn-accordion:focus, .btn-accordion:active {
  border: 1px solid #006aa7;
  outline: none;
}
.btn-accordion i {
  font-size: 1.5em;
}

.swiper-slide {
  margin: 0;
}

.generic-page .header-section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  width: 100%;
  /*min-height:25vh;*/
  min-height: unset;
}
@media screen and (max-width: 992px) {
  .generic-page .header-section-image {
    height: auto;
  }
}
.generic-page .header-section-image .wrapper {
  padding: 50px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .generic-page .header-section-image .wrapper {
    padding: 50px 20px;
  }
}
.generic-page .header-section-image .intro-description {
  padding-left: 50px;
  position: relative;
  margin-top: 50px;
}
.generic-page .header-section-image .intro-description:before {
  content: "";
  width: 37px;
  height: 59px;
  background-image: url(../../../../assets/generic-page-intro-icon.png);
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.generic-page .header-section-image .intro-description p {
  font-size: 1rem;
}
.generic-page .header-section-image .wrap {
  padding: 0 100px 65px 365px;
}
.generic-page .header-section-image h1 {
  font-size: 48px;
  line-height: 1;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .generic-page .header-section-image h1 {
    margin-top: 2rem;
  }
}
.generic-page .header-section-image h2 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}
.generic-page .wrapper {
  padding: 75px 50px 120px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .generic-page .wrapper {
    padding: 50px 20px;
  }
}
.generic-page .wrapper .sticky-container {
  position: absolute;
  top: 200px;
  height: calc(100% - 300px);
  max-width: 245px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  z-index: 3;
  overflow: visible;
  box-shadow: none;
  margin: 0 0 20px;
}
@media screen and (max-width: 992px) {
  .generic-page .wrapper .sticky-container {
    position: relative;
    top: unset;
    /* height: calc(100% - 300px); */
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
.generic-page .wrapper .sticky-container .sticky-menu {
  top: 110px;
  position: sticky;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
.generic-page .wrapper .mobile-sticky-btn {
  display: none;
}
@media screen and (max-width: 992px) {
  .generic-page .wrapper .mobile-sticky-btn {
    padding: 10px 20px;
    font-size: 20px;
    display: block;
    cursor: pointer;
  }
}
.generic-page .wrapper .accordion-menu {
  padding: 0;
  /*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
}
.generic-page .wrapper .accordion-menu.open {
  height: auto;
}
@media screen and (max-width: 992px) {
  .generic-page .wrapper .accordion-menu {
    display: none;
    overflow: hidden;
    padding: 0;
  }
}
.generic-page .wrapper .accordion-menu .single-voice {
  color: #000;
  display: block;
}
.generic-page .wrapper .accordion-menu .single-voice:hover {
  color: #006aa7;
  text-decoration: none;
}
.generic-page .wrapper .accordion-menu .single-voice.active {
  color: #006aa7;
}
.generic-page .wrapper .accordion-menu a.single-voice {
  color: #000;
  display: block;
}
.generic-page .wrapper .accordion-menu a.single-voice:hover {
  color: #006aa7;
  text-decoration: none;
}
.generic-page .wrapper .accordion-menu a.single-voice.active {
  color: #006aa7;
}
.generic-page .wrapper .accordion-menu .single-voice {
  width: 100%;
  margin: 0 auto;
  font-size: 0.75rem;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 23px;
  font-weight: 600;
  padding: 8px 15px;
}
.generic-page .wrapper .accordion-menu .single-voice.active {
  color: #006aa7;
  border-left: 4px solid #006aa7;
}
.generic-page .wrapper .accordion-menu .single-voice:not(:last-child) {
  border-bottom: 1px solid #e1e0de;
}
.generic-page .wrapper .accordion-menu .second-level-menu {
  padding: 0;
  margin: 0;
  background-color: #faf8f5;
  list-style-type: none;
}
.generic-page .wrapper .accordion-menu .second-level-menu li {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #e1e0de;
}
.generic-page .wrapper .accordion-menu .second-level-menu li a {
  font-size: 0.75rem;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 23px;
  font-weight: 600;
  color: #000;
  display: block;
}
.generic-page .wrapper .accordion-menu .second-level-menu li a.active {
  color: #006aa7;
}
.generic-page .wrapper .accordion-menu .second-level-menu li a:hover {
  color: #006aa7;
  text-decoration: none;
}

.sigle-block {
  background-color: #FFF;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
}
.sigle-block a {
  color: #006aa7;
}
.sigle-block a:hover {
  color: #ffc506;
  text-decoration: none;
}
.sigle-block .list-file {
  padding-left: 0;
  list-style-type: none;
}
.sigle-block .list-file li {
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  width: max-content;
  margin: 10px 0;
}
.sigle-block .list-file li:after {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../../../assets/download-b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.sigle-block.block-3 {
  background-color: transparent;
  box-shadow: none;
}
.sigle-block.block-3 .info-container {
  background-color: #FFF;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.sigle-block.block-3 .info-container p {
  margin-top: 30px;
}
.sigle-block.block-3 .info-container h3 {
  padding-top: 0;
}
.sigle-block.block-3 .info-container h3:before {
  display: none;
}
.sigle-block .info-container {
  padding: 30px 50px;
  border-top: 7px solid #ffc506;
}
.sigle-block .info-container ul li a {
  color: #ffc506;
}
.sigle-block .info-container ul li a:hover {
  color: #006aa7;
}
.sigle-block .info-container h3 {
  font-size: 33px;
  margin: 15px 0;
  padding-top: 50px;
  position: relative;
}
.sigle-block .info-container h3:before {
  background-image: url(../../../../assets/icon-block.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.sigle-block .info-container h4 {
  font-size: 1rem;
  margin: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-weight: bold;
}
.sigle-block .info-container p a {
  color: #ffc506;
  -webkit-transition: border-bottom 0.3s ease-out;
  transition: border-bottom 0.3s ease-out;
}
.sigle-block .info-container p a:hover {
  color: #006aa7;
  border-bottom: 2px solid #006aa7;
}
.sigle-block.no-bg {
  background-color: transparent;
  box-shadow: none;
}
.sigle-block.no-bg .info-container {
  padding: 30px 0 0;
  border-top: 0;
}
.sigle-block.no-bg .info-container ul li a {
  color: #ffc506;
}
.sigle-block.no-bg .info-container ul li a:hover {
  color: #006aa7;
}
.sigle-block.no-bg .info-container:after {
  content: "";
  display: table;
  clear: both;
}
.sigle-block.no-bg .info-container:before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(../../../../assets/line.png);
  display: block;
}
.sigle-block.no-bg .info-container h3 {
  padding-top: 30px;
}
.sigle-block.no-bg .info-container h3:before {
  display: none;
}
.sigle-block .img-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full-container {
  width: 100%;
}
.full-container:after {
  content: "";
  display: table;
  clear: both;
}
.full-container .content-wrap {
  padding-left: 295px;
  /*margin: -15px;*/
  margin: 20px -15px;
}
@media screen and (max-width: 992px) {
  .full-container .content-wrap {
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.carousel-block .owl-prev {
  left: 0;
}
.carousel-block .owl-next {
  right: 0;
}
.carousel-block .owl-theme .owl-nav [class*=owl-] {
  border-radius: 0;
  background-color: #ffc506;
  position: absolute;
  top: calc(35% - .75rem);
  font-size: 1.5rem;
}
.carousel-block .item .w-img {
  position: relative;
  overflow: hidden;
}
.carousel-block .item .w-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel-block .item .w-img .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  left: 30%;
  opacity: 0;
  margin-left: 0;
  padding: 10px 0;
}
.carousel-block .item a:hover {
  text-decoration: none;
  color: #000;
}
.carousel-block .item a:hover .btn {
  opacity: 1;
}
.carousel-block .item a:hover img {
  transform: scale(1.5);
}
.carousel-block .item .info {
  color: #000;
  margin-top: 20px;
}
.carousel-block .item .info .title {
  font-weight: bold;
  margin-top: 10px;
}

.video-block {
  margin: 2rem 0;
}
.video-block .title {
  font-size: 2rem;
  color: #006aa7;
  margin: 2rem 0;
}
.video-block .w-video-preview {
  position: relative;
}
.video-block .w-video-preview .play {
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  /*transform: translateY(-50%);*/
}
.video-block .w-video-preview img {
  max-width: 100%;
}

.single-block .single-accordion {
  background-color: #FFF;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.single-block .single-accordion p a {
  color: #ffc506;
  text-decoration: none;
}
.single-block .single-accordion .title-header {
  position: relative;
  padding: 20px 20px 20px 25px;
  cursor: pointer;
}
.single-block .single-accordion .title-header .title {
  font-size: 25px;
  font-family: "Bodoni MT";
  font-weight: bold !important;
  font-style: normal;
  line-height: 1.1;
}
@media screen and (max-width: 992px) {
  .single-block .single-accordion .title-header .title {
    max-width: calc(100% - 25px);
  }
}
.single-block .single-accordion .title-header .icon {
  width: 30px;
  height: 30px;
  background-image: url(../../../../assets/add-full.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.single-block .single-accordion .title-header:hover .icon {
  background-image: url(../../../../assets/add-full-hover.svg);
}
.single-block .single-accordion.open .title-header {
  cursor: pointer;
}
.single-block .single-accordion.open .icon {
  background-image: url(../../../../assets/minus-empty.svg);
}
.single-block .single-accordion .accordion-content {
  background-color: #ffffff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px 20px 25px;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  letter-spacing: normal;
  text-align: left;
  display: none;
  overflow: hidden;
}
.single-block .single-accordion .accordion-content p a:hover {
  color: #006aa7;
  text-decoration: none;
}
.single-block .single-accordion .accordion-content .list-file {
  padding-left: 0;
  list-style-type: none;
}
.single-block .single-accordion .accordion-content .list-file a {
  text-transform: uppercase;
}
.single-block .single-accordion .accordion-content .list-file a:hover {
  color: #006aa7;
  text-decoration: none;
}
.single-block .single-accordion .accordion-content .list-file li {
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  width: max-content;
  margin: 10px 0;
}
.single-block .single-accordion .accordion-content .list-file li a:hover {
  color: #006aa7;
  text-decoration: none;
}
.single-block .single-accordion .accordion-content .list-file li:after {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../../../assets/download-b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.single-block .single-accordion .accordion-content .line {
  width: 100%;
  height: 2px;
  background-color: #9E9D98;
  margin: 0 auto 25px;
}

.contentToShow.open + .show-more.arrow {
  transform: rotate(180deg);
}

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