@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/* Less Document */
/* Color customization */
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Regular.woff2') format('woff2'), url('fonts/Johnnie-Regular.woff') format('woff'), url('fonts/Johnnie-Regular.ttf') format('truetype'), url('fonts/Johnnie-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Italic.woff2') format('woff2'), url('fonts/Johnnie-Italic.woff') format('woff'), url('fonts/Johnnie-Italic.ttf') format('truetype'), url('fonts/Johnnie-Italic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Medium.woff2') format('woff2'), url('fonts/Johnnie-Medium.woff') format('woff'), url('fonts/Johnnie-Medium.ttf') format('truetype'), url('fonts/Johnnie-Medium.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 500;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-MediumItalic.woff2') format('woff2'), url('fonts/Johnnie-MediumItalic.woff') format('woff'), url('fonts/Johnnie-MediumItalic.ttf') format('truetype'), url('fonts/Johnnie-MediumItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Bold.woff2') format('woff2'), url('fonts/Johnnie-Bold.woff') format('woff'), url('fonts/Johnnie-Bold.ttf') format('truetype'), url('fonts/Johnnie-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-BoldItalic.woff2') format('woff2'), url('fonts/Johnnie-BoldItalic.woff') format('woff'), url('fonts/Johnnie-BoldItalic.ttf') format('truetype'), url('fonts/Johnnie-BoldItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Light.woff2') format('woff2'), url('fonts/Johnnie-Light.woff') format('woff'), url('fonts/Johnnie-Light.ttf') format('truetype'), url('fonts/Johnnie-Light.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-LightItalic.woff2') format('woff2'), url('fonts/Johnnie-LightItalic.woff') format('woff'), url('fonts/Johnnie-LightItalic.ttf') format('truetype'), url('fonts/Johnnie-LightItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-Thin.woff2') format('woff2'), url('fonts/Johnnie-Thin.woff') format('woff'), url('fonts/Johnnie-Thin.ttf') format('truetype'), url('fonts/Johnnie-Thin.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Johnnie';
  font-style: italic;
  font-weight: 100;
  font-display: auto;
  src: local('Johnnie'), url('fonts/Johnnie-ThinItalic.woff2') format('woff2'), url('fonts/Johnnie-ThinItalic.woff') format('woff'), url('fonts/Johnnie-ThinItalic.ttf') format('truetype'), url('fonts/Johnnie-ThinItalic.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'ThetisStampRegular';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: local('ThetisStampRegular'), url('fonts/thetisstamp.woff2') format('woff2'), url('fonts/thetisstamp.woff') format('woff'), url('fonts/thetisstamp.ttf') format('truetype'), url('fonts/thetisstamp.eot') format('embedded-opentype');
}
/* Font customization */
/* Breakpoints  */
/* Mixin for fluid scaling of fonts */
/* Mixins for Grid*/
/*Transition*/
.transition-color-off {
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
}
.transition-color {
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
.transition-all-off {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.transition-all {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
/*Width*/
.w-auto {
  width: auto!Important;
}
.m-0-xs {
  margin: 0px;
}
.mt-0-xs {
  margin-top: 0px;
}
.mr-0-xs {
  margin-right: 0px;
}
.mb-0-xs {
  margin-bottom: 0px;
}
.ml-0-xs {
  margin-left: 0px;
}
.m-10-xs {
  margin: 10px;
}
.mt-10-xs {
  margin-top: 10px;
}
.mr-10-xs {
  margin-right: 10px;
}
.mb-10-xs {
  margin-bottom: 10px;
}
.ml-10-xs {
  margin-left: 10px;
}
.m-20-xs {
  margin: 20px;
}
.mt-20-xs {
  margin-top: 20px;
}
.mr-20-xs {
  margin-right: 20px;
}
.mb-20-xs {
  margin-bottom: 20px;
}
.ml-20-xs {
  margin-left: 20px;
}
.m-30-xs {
  margin: 30px;
}
.mt-30-xs {
  margin-top: 30px;
}
.mr-30-xs {
  margin-right: 30px;
}
.mb-30-xs {
  margin-bottom: 30px;
}
.ml-30-xs {
  margin-left: 30px;
}
.m-40-xs {
  margin: 40px;
}
.mt-40-xs {
  margin-top: 40px;
}
.mr-40-xs {
  margin-right: 40px;
}
.mb-40-xs {
  margin-bottom: 40px;
}
.ml-40-xs {
  margin-left: 40px;
}
.m-50-xs {
  margin: 50px;
}
.mt-50-xs {
  margin-top: 50px;
}
.mr-50-xs {
  margin-right: 50px;
}
.mb-50-xs {
  margin-bottom: 50px;
}
.ml-50-xs {
  margin-left: 50px;
}
.m-60-xs {
  margin: 60px;
}
.mt-60-xs {
  margin-top: 60px;
}
.mr-60-xs {
  margin-right: 60px;
}
.mb-60-xs {
  margin-bottom: 60px;
}
.ml-60-xs {
  margin-left: 60px;
}
.m-70-xs {
  margin: 70px;
}
.mt-70-xs {
  margin-top: 70px;
}
.mr-70-xs {
  margin-right: 70px;
}
.mb-70-xs {
  margin-bottom: 70px;
}
.ml-70-xs {
  margin-left: 70px;
}
.m-80-xs {
  margin: 80px;
}
.mt-80-xs {
  margin-top: 80px;
}
.mr-80-xs {
  margin-right: 80px;
}
.mb-80-xs {
  margin-bottom: 80px;
}
.ml-80-xs {
  margin-left: 80px;
}
.m-90-xs {
  margin: 90px;
}
.mt-90-xs {
  margin-top: 90px;
}
.mr-90-xs {
  margin-right: 90px;
}
.mb-90-xs {
  margin-bottom: 90px;
}
.ml-90-xs {
  margin-left: 90px;
}
.m-100-xs {
  margin: 100px;
}
.mt-100-xs {
  margin-top: 100px;
}
.mr-100-xs {
  margin-right: 100px;
}
.mb-100-xs {
  margin-bottom: 100px;
}
.ml-100-xs {
  margin-left: 100px;
}
@media (min-width: 576px) {
  .m-0-sm {
    margin: 0px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mr-0-sm {
    margin-right: 0px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .ml-0-sm {
    margin-left: 0px;
  }
  .m-10-sm {
    margin: 10px;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mr-10-sm {
    margin-right: 10px;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .ml-10-sm {
    margin-left: 10px;
  }
  .m-20-sm {
    margin: 20px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mr-20-sm {
    margin-right: 20px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .ml-20-sm {
    margin-left: 20px;
  }
  .m-30-sm {
    margin: 30px;
  }
  .mt-30-sm {
    margin-top: 30px;
  }
  .mr-30-sm {
    margin-right: 30px;
  }
  .mb-30-sm {
    margin-bottom: 30px;
  }
  .ml-30-sm {
    margin-left: 30px;
  }
  .m-40-sm {
    margin: 40px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mr-40-sm {
    margin-right: 40px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .ml-40-sm {
    margin-left: 40px;
  }
  .m-50-sm {
    margin: 50px;
  }
  .mt-50-sm {
    margin-top: 50px;
  }
  .mr-50-sm {
    margin-right: 50px;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .ml-50-sm {
    margin-left: 50px;
  }
  .m-60-sm {
    margin: 60px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mr-60-sm {
    margin-right: 60px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .ml-60-sm {
    margin-left: 60px;
  }
  .m-70-sm {
    margin: 70px;
  }
  .mt-70-sm {
    margin-top: 70px;
  }
  .mr-70-sm {
    margin-right: 70px;
  }
  .mb-70-sm {
    margin-bottom: 70px;
  }
  .ml-70-sm {
    margin-left: 70px;
  }
  .m-80-sm {
    margin: 80px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
  .mr-80-sm {
    margin-right: 80px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
  .ml-80-sm {
    margin-left: 80px;
  }
  .m-90-sm {
    margin: 90px;
  }
  .mt-90-sm {
    margin-top: 90px;
  }
  .mr-90-sm {
    margin-right: 90px;
  }
  .mb-90-sm {
    margin-bottom: 90px;
  }
  .ml-90-sm {
    margin-left: 90px;
  }
  .m-100-sm {
    margin: 100px;
  }
  .mt-100-sm {
    margin-top: 100px;
  }
  .mr-100-sm {
    margin-right: 100px;
  }
  .mb-100-sm {
    margin-bottom: 100px;
  }
  .ml-100-sm {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .m-0-md {
    margin: 0px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .m-10-md {
    margin: 10px;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mr-10-md {
    margin-right: 10px;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .ml-10-md {
    margin-left: 10px;
  }
  .m-20-md {
    margin: 20px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mr-20-md {
    margin-right: 20px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .ml-20-md {
    margin-left: 20px;
  }
  .m-30-md {
    margin: 30px;
  }
  .mt-30-md {
    margin-top: 30px;
  }
  .mr-30-md {
    margin-right: 30px;
  }
  .mb-30-md {
    margin-bottom: 30px;
  }
  .ml-30-md {
    margin-left: 30px;
  }
  .m-40-md {
    margin: 40px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mr-40-md {
    margin-right: 40px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .ml-40-md {
    margin-left: 40px;
  }
  .m-50-md {
    margin: 50px;
  }
  .mt-50-md {
    margin-top: 50px;
  }
  .mr-50-md {
    margin-right: 50px;
  }
  .mb-50-md {
    margin-bottom: 50px;
  }
  .ml-50-md {
    margin-left: 50px;
  }
  .m-60-md {
    margin: 60px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mr-60-md {
    margin-right: 60px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .ml-60-md {
    margin-left: 60px;
  }
  .m-70-md {
    margin: 70px;
  }
  .mt-70-md {
    margin-top: 70px;
  }
  .mr-70-md {
    margin-right: 70px;
  }
  .mb-70-md {
    margin-bottom: 70px;
  }
  .ml-70-md {
    margin-left: 70px;
  }
  .m-80-md {
    margin: 80px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
  .mr-80-md {
    margin-right: 80px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
  .ml-80-md {
    margin-left: 80px;
  }
  .m-90-md {
    margin: 90px;
  }
  .mt-90-md {
    margin-top: 90px;
  }
  .mr-90-md {
    margin-right: 90px;
  }
  .mb-90-md {
    margin-bottom: 90px;
  }
  .ml-90-md {
    margin-left: 90px;
  }
  .m-100-md {
    margin: 100px;
  }
  .mt-100-md {
    margin-top: 100px;
  }
  .mr-100-md {
    margin-right: 100px;
  }
  .mb-100-md {
    margin-bottom: 100px;
  }
  .ml-100-md {
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .m-0-lg {
    margin: 0px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mr-0-lg {
    margin-right: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .ml-0-lg {
    margin-left: 0px;
  }
  .m-10-lg {
    margin: 10px;
  }
  .mt-10-lg {
    margin-top: 10px;
  }
  .mr-10-lg {
    margin-right: 10px;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .ml-10-lg {
    margin-left: 10px;
  }
  .m-20-lg {
    margin: 20px;
  }
  .mt-20-lg {
    margin-top: 20px;
  }
  .mr-20-lg {
    margin-right: 20px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .ml-20-lg {
    margin-left: 20px;
  }
  .m-30-lg {
    margin: 30px;
  }
  .mt-30-lg {
    margin-top: 30px;
  }
  .mr-30-lg {
    margin-right: 30px;
  }
  .mb-30-lg {
    margin-bottom: 30px;
  }
  .ml-30-lg {
    margin-left: 30px;
  }
  .m-40-lg {
    margin: 40px;
  }
  .mt-40-lg {
    margin-top: 40px;
  }
  .mr-40-lg {
    margin-right: 40px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .ml-40-lg {
    margin-left: 40px;
  }
  .m-50-lg {
    margin: 50px;
  }
  .mt-50-lg {
    margin-top: 50px;
  }
  .mr-50-lg {
    margin-right: 50px;
  }
  .mb-50-lg {
    margin-bottom: 50px;
  }
  .ml-50-lg {
    margin-left: 50px;
  }
  .m-60-lg {
    margin: 60px;
  }
  .mt-60-lg {
    margin-top: 60px;
  }
  .mr-60-lg {
    margin-right: 60px;
  }
  .mb-60-lg {
    margin-bottom: 60px;
  }
  .ml-60-lg {
    margin-left: 60px;
  }
  .m-70-lg {
    margin: 70px;
  }
  .mt-70-lg {
    margin-top: 70px;
  }
  .mr-70-lg {
    margin-right: 70px;
  }
  .mb-70-lg {
    margin-bottom: 70px;
  }
  .ml-70-lg {
    margin-left: 70px;
  }
  .m-80-lg {
    margin: 80px;
  }
  .mt-80-lg {
    margin-top: 80px;
  }
  .mr-80-lg {
    margin-right: 80px;
  }
  .mb-80-lg {
    margin-bottom: 80px;
  }
  .ml-80-lg {
    margin-left: 80px;
  }
  .m-90-lg {
    margin: 90px;
  }
  .mt-90-lg {
    margin-top: 90px;
  }
  .mr-90-lg {
    margin-right: 90px;
  }
  .mb-90-lg {
    margin-bottom: 90px;
  }
  .ml-90-lg {
    margin-left: 90px;
  }
  .m-100-lg {
    margin: 100px;
  }
  .mt-100-lg {
    margin-top: 100px;
  }
  .mr-100-lg {
    margin-right: 100px;
  }
  .mb-100-lg {
    margin-bottom: 100px;
  }
  .ml-100-lg {
    margin-left: 100px;
  }
}
.p-0-xs {
  padding: 0px;
}
.pt-0-xs {
  padding-top: 0px;
}
.pr-0-xs {
  padding-right: 0px;
}
.pb-0-xs {
  padding-bottom: 0px;
}
.pl-0-xs {
  padding-left: 0px;
}
.p-10-xs {
  padding: 10px;
}
.pt-10-xs {
  padding-top: 10px;
}
.pr-10-xs {
  padding-right: 10px;
}
.pb-10-xs {
  padding-bottom: 10px;
}
.pl-10-xs {
  padding-left: 10px;
}
.p-20-xs {
  padding: 20px;
}
.pt-20-xs {
  padding-top: 20px;
}
.pr-20-xs {
  padding-right: 20px;
}
.pb-20-xs {
  padding-bottom: 20px;
}
.pl-20-xs {
  padding-left: 20px;
}
.p-30-xs {
  padding: 30px;
}
.pt-30-xs {
  padding-top: 30px;
}
.pr-30-xs {
  padding-right: 30px;
}
.pb-30-xs {
  padding-bottom: 30px;
}
.pl-30-xs {
  padding-left: 30px;
}
.p-40-xs {
  padding: 40px;
}
.pt-40-xs {
  padding-top: 40px;
}
.pr-40-xs {
  padding-right: 40px;
}
.pb-40-xs {
  padding-bottom: 40px;
}
.pl-40-xs {
  padding-left: 40px;
}
.p-50-xs {
  padding: 50px;
}
.pt-50-xs {
  padding-top: 50px;
}
.pr-50-xs {
  padding-right: 50px;
}
.pb-50-xs {
  padding-bottom: 50px;
}
.pl-50-xs {
  padding-left: 50px;
}
.p-60-xs {
  padding: 60px;
}
.pt-60-xs {
  padding-top: 60px;
}
.pr-60-xs {
  padding-right: 60px;
}
.pb-60-xs {
  padding-bottom: 60px;
}
.pl-60-xs {
  padding-left: 60px;
}
.p-70-xs {
  padding: 70px;
}
.pt-70-xs {
  padding-top: 70px;
}
.pr-70-xs {
  padding-right: 70px;
}
.pb-70-xs {
  padding-bottom: 70px;
}
.pl-70-xs {
  padding-left: 70px;
}
.p-80-xs {
  padding: 80px;
}
.pt-80-xs {
  padding-top: 80px;
}
.pr-80-xs {
  padding-right: 80px;
}
.pb-80-xs {
  padding-bottom: 80px;
}
.pl-80-xs {
  padding-left: 80px;
}
.p-90-xs {
  padding: 90px;
}
.pt-90-xs {
  padding-top: 90px;
}
.pr-90-xs {
  padding-right: 90px;
}
.pb-90-xs {
  padding-bottom: 90px;
}
.pl-90-xs {
  padding-left: 90px;
}
.p-100-xs {
  padding: 100px;
}
.pt-100-xs {
  padding-top: 100px;
}
.pr-100-xs {
  padding-right: 100px;
}
.pb-100-xs {
  padding-bottom: 100px;
}
.pl-100-xs {
  padding-left: 100px;
}
@media (min-width: 576px) {
  .p-0-sm {
    padding: 0px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pr-0-sm {
    padding-right: 0px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .pl-0-sm {
    padding-left: 0px;
  }
  .p-10-sm {
    padding: 10px;
  }
  .pt-10-sm {
    padding-top: 10px;
  }
  .pr-10-sm {
    padding-right: 10px;
  }
  .pb-10-sm {
    padding-bottom: 10px;
  }
  .pl-10-sm {
    padding-left: 10px;
  }
  .p-20-sm {
    padding: 20px;
  }
  .pt-20-sm {
    padding-top: 20px;
  }
  .pr-20-sm {
    padding-right: 20px;
  }
  .pb-20-sm {
    padding-bottom: 20px;
  }
  .pl-20-sm {
    padding-left: 20px;
  }
  .p-30-sm {
    padding: 30px;
  }
  .pt-30-sm {
    padding-top: 30px;
  }
  .pr-30-sm {
    padding-right: 30px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pl-30-sm {
    padding-left: 30px;
  }
  .p-40-sm {
    padding: 40px;
  }
  .pt-40-sm {
    padding-top: 40px;
  }
  .pr-40-sm {
    padding-right: 40px;
  }
  .pb-40-sm {
    padding-bottom: 40px;
  }
  .pl-40-sm {
    padding-left: 40px;
  }
  .p-50-sm {
    padding: 50px;
  }
  .pt-50-sm {
    padding-top: 50px;
  }
  .pr-50-sm {
    padding-right: 50px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pl-50-sm {
    padding-left: 50px;
  }
  .p-60-sm {
    padding: 60px;
  }
  .pt-60-sm {
    padding-top: 60px;
  }
  .pr-60-sm {
    padding-right: 60px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .pl-60-sm {
    padding-left: 60px;
  }
  .p-70-sm {
    padding: 70px;
  }
  .pt-70-sm {
    padding-top: 70px;
  }
  .pr-70-sm {
    padding-right: 70px;
  }
  .pb-70-sm {
    padding-bottom: 70px;
  }
  .pl-70-sm {
    padding-left: 70px;
  }
  .p-80-sm {
    padding: 80px;
  }
  .pt-80-sm {
    padding-top: 80px;
  }
  .pr-80-sm {
    padding-right: 80px;
  }
  .pb-80-sm {
    padding-bottom: 80px;
  }
  .pl-80-sm {
    padding-left: 80px;
  }
  .p-90-sm {
    padding: 90px;
  }
  .pt-90-sm {
    padding-top: 90px;
  }
  .pr-90-sm {
    padding-right: 90px;
  }
  .pb-90-sm {
    padding-bottom: 90px;
  }
  .pl-90-sm {
    padding-left: 90px;
  }
  .p-100-sm {
    padding: 100px;
  }
  .pt-100-sm {
    padding-top: 100px;
  }
  .pr-100-sm {
    padding-right: 100px;
  }
  .pb-100-sm {
    padding-bottom: 100px;
  }
  .pl-100-sm {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .p-0-md {
    padding: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .p-10-md {
    padding: 10px;
  }
  .pt-10-md {
    padding-top: 10px;
  }
  .pr-10-md {
    padding-right: 10px;
  }
  .pb-10-md {
    padding-bottom: 10px;
  }
  .pl-10-md {
    padding-left: 10px;
  }
  .p-20-md {
    padding: 20px;
  }
  .pt-20-md {
    padding-top: 20px;
  }
  .pr-20-md {
    padding-right: 20px;
  }
  .pb-20-md {
    padding-bottom: 20px;
  }
  .pl-20-md {
    padding-left: 20px;
  }
  .p-30-md {
    padding: 30px;
  }
  .pt-30-md {
    padding-top: 30px;
  }
  .pr-30-md {
    padding-right: 30px;
  }
  .pb-30-md {
    padding-bottom: 30px;
  }
  .pl-30-md {
    padding-left: 30px;
  }
  .p-40-md {
    padding: 40px;
  }
  .pt-40-md {
    padding-top: 40px;
  }
  .pr-40-md {
    padding-right: 40px;
  }
  .pb-40-md {
    padding-bottom: 40px;
  }
  .pl-40-md {
    padding-left: 40px;
  }
  .p-50-md {
    padding: 50px;
  }
  .pt-50-md {
    padding-top: 50px;
  }
  .pr-50-md {
    padding-right: 50px;
  }
  .pb-50-md {
    padding-bottom: 50px;
  }
  .pl-50-md {
    padding-left: 50px;
  }
  .p-60-md {
    padding: 60px;
  }
  .pt-60-md {
    padding-top: 60px;
  }
  .pr-60-md {
    padding-right: 60px;
  }
  .pb-60-md {
    padding-bottom: 60px;
  }
  .pl-60-md {
    padding-left: 60px;
  }
  .p-70-md {
    padding: 70px;
  }
  .pt-70-md {
    padding-top: 70px;
  }
  .pr-70-md {
    padding-right: 70px;
  }
  .pb-70-md {
    padding-bottom: 70px;
  }
  .pl-70-md {
    padding-left: 70px;
  }
  .p-80-md {
    padding: 80px;
  }
  .pt-80-md {
    padding-top: 80px;
  }
  .pr-80-md {
    padding-right: 80px;
  }
  .pb-80-md {
    padding-bottom: 80px;
  }
  .pl-80-md {
    padding-left: 80px;
  }
  .p-90-md {
    padding: 90px;
  }
  .pt-90-md {
    padding-top: 90px;
  }
  .pr-90-md {
    padding-right: 90px;
  }
  .pb-90-md {
    padding-bottom: 90px;
  }
  .pl-90-md {
    padding-left: 90px;
  }
  .p-100-md {
    padding: 100px;
  }
  .pt-100-md {
    padding-top: 100px;
  }
  .pr-100-md {
    padding-right: 100px;
  }
  .pb-100-md {
    padding-bottom: 100px;
  }
  .pl-100-md {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .p-0-lg {
    padding: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pr-0-lg {
    padding-right: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .pl-0-lg {
    padding-left: 0px;
  }
  .p-10-lg {
    padding: 10px;
  }
  .pt-10-lg {
    padding-top: 10px;
  }
  .pr-10-lg {
    padding-right: 10px;
  }
  .pb-10-lg {
    padding-bottom: 10px;
  }
  .pl-10-lg {
    padding-left: 10px;
  }
  .p-20-lg {
    padding: 20px;
  }
  .pt-20-lg {
    padding-top: 20px;
  }
  .pr-20-lg {
    padding-right: 20px;
  }
  .pb-20-lg {
    padding-bottom: 20px;
  }
  .pl-20-lg {
    padding-left: 20px;
  }
  .p-30-lg {
    padding: 30px;
  }
  .pt-30-lg {
    padding-top: 30px;
  }
  .pr-30-lg {
    padding-right: 30px;
  }
  .pb-30-lg {
    padding-bottom: 30px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .p-40-lg {
    padding: 40px;
  }
  .pt-40-lg {
    padding-top: 40px;
  }
  .pr-40-lg {
    padding-right: 40px;
  }
  .pb-40-lg {
    padding-bottom: 40px;
  }
  .pl-40-lg {
    padding-left: 40px;
  }
  .p-50-lg {
    padding: 50px;
  }
  .pt-50-lg {
    padding-top: 50px;
  }
  .pr-50-lg {
    padding-right: 50px;
  }
  .pb-50-lg {
    padding-bottom: 50px;
  }
  .pl-50-lg {
    padding-left: 50px;
  }
  .p-60-lg {
    padding: 60px;
  }
  .pt-60-lg {
    padding-top: 60px;
  }
  .pr-60-lg {
    padding-right: 60px;
  }
  .pb-60-lg {
    padding-bottom: 60px;
  }
  .pl-60-lg {
    padding-left: 60px;
  }
  .p-70-lg {
    padding: 70px;
  }
  .pt-70-lg {
    padding-top: 70px;
  }
  .pr-70-lg {
    padding-right: 70px;
  }
  .pb-70-lg {
    padding-bottom: 70px;
  }
  .pl-70-lg {
    padding-left: 70px;
  }
  .p-80-lg {
    padding: 80px;
  }
  .pt-80-lg {
    padding-top: 80px;
  }
  .pr-80-lg {
    padding-right: 80px;
  }
  .pb-80-lg {
    padding-bottom: 80px;
  }
  .pl-80-lg {
    padding-left: 80px;
  }
  .p-90-lg {
    padding: 90px;
  }
  .pt-90-lg {
    padding-top: 90px;
  }
  .pr-90-lg {
    padding-right: 90px;
  }
  .pb-90-lg {
    padding-bottom: 90px;
  }
  .pl-90-lg {
    padding-left: 90px;
  }
  .p-100-lg {
    padding: 100px;
  }
  .pt-100-lg {
    padding-top: 100px;
  }
  .pr-100-lg {
    padding-right: 100px;
  }
  .pb-100-lg {
    padding-bottom: 100px;
  }
  .pl-100-lg {
    padding-left: 100px;
  }
}
/*Borders*/
.background-evidence {
  background-color: rgba(0, 0, 0, 0.06);
}
.border-1-transparent {
  border: 1px solid transparent;
}
.border-0 {
  border: none;
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.border-2 {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.border-3 {
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.border-1-dashed {
  border: 1px dashed rgba(0, 0, 0, 0.15);
}
.border-top-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.border-left-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.border-right-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-3 {
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
}
/*Shadow*/
.no-drop-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*Display*/
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}
/* Flex Alignment*/
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-box-pack: distribute!important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
/*Order*/
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
/*Image*/
.object-fit {
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.object-position {
  object-position: top center;
}
.image-rendering {
  image-rendering: pixelated;
}
/** Animation  **/
/** FadeIn animation  **/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/** Fade In Down **/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/** Fade In Top **/
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
/** FadeOut animation  **/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/** Fade Out Up **/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/** Fade Out Down **/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes arrowSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 8px -8px;
  }
  50.1% {
    background-position: -8px 8px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes arrowSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 8px -8px;
  }
  50.1% {
    background-position: -8px 8px;
  }
  100% {
    background-position: 0 0;
  }
}
.arrowSlide {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
@keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
.strokeAnime {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}
@keyframes animateSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*		BlockGrid 		*/
/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0 .9375rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > * {
  display: inline;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-xs-1 > * {
  width: 100%;
}
.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > * {
  width: 50%;
}
.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > * {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > * {
  width: 25%;
}
.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > * {
  width: 20%;
}
.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > * {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > * {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > * {
  width: 12.5%;
}
.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > * {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > * {
  width: 10%;
}
.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > * {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > * {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 > * {
    width: 100%;
  }
  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > * {
    width: 50%;
  }
  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > * {
    width: 25%;
  }
  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > * {
    width: 20%;
  }
  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > * {
    width: 12.5%;
  }
  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > * {
    width: 10%;
  }
  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > * {
    width: 100%;
  }
  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > * {
    width: 50%;
  }
  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > * {
    width: 25%;
  }
  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > * {
    width: 20%;
  }
  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > * {
    width: 12.5%;
  }
  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > * {
    width: 10%;
  }
  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > * {
    width: 100%;
  }
  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > * {
    width: 50%;
  }
  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > * {
    width: 25%;
  }
  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > * {
    width: 20%;
  }
  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > * {
    width: 12.5%;
  }
  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > * {
    width: 10%;
  }
  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Utility customization */
.fullscreen-container {
  padding: 0 40px!important;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .fullscreen-container {
    padding: 0!important;
  }
}
/* Slider Homepage */
#rev_slider_4_1 {
  font-family: "Johnnie";
  /* ======== REV SLIDER (Paginata chiara) ======== */
  /* ======== REV SLIDER (Paginata scura) ======== */
  /*Bullets*/
}
#rev_slider_4_1 > ul {
  border-radius: 5px;
}
#rev_slider_4_1 li {
  text-align: left;
  /*Titolo*/
  /*SottoTitolo*/
  /*Testo*/
  /*Hover styles*/
}
#rev_slider_4_1 li .Creative-Title {
  font-family: "Johnnie";
  font-weight: 500;
  font-size: 3.600rem;
  letter-spacing: -0.05rem !important;
  text-align: left;
  line-height: 0.972;
  margin: auto;
}
#rev_slider_4_1 li .Creative-SubTitle {
  font-family: "Johnnie";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0!important;
  text-align: left;
}
#rev_slider_4_1 li .Creative-SubTitle2 {
  font-family: "Johnnie";
  font-style: normal;
  font-size: 1.400rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
#rev_slider_4_1 li .Creative-SubTitle + .Creative-Title {
  padding-top: 0.500rem;
}
#rev_slider_4_1 li .Creative-Title + .Creative-SubTitle2 {
  padding-top: 1.500rem;
}
#rev_slider_4_1 li .Creative-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  /* offcanvas menu style ENd */
  font-family: "Johnnie";
  font-size: 1.200rem;
  font-weight: 400;
  color: #1d1c1c;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid rgba(29, 28, 28, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#rev_slider_4_1 li .Creative-btn:hover {
  border-color: rgba(29, 28, 28, 0.4);
  background-color: #1d1c1c;
  color: #ffffff !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media (min-width: 992px) {
  #rev_slider_4_1 li .Creative-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
#rev_slider_4_1 li .group:hover .group-hover\:animate-arrow-move-up {
  animation: moveUp 0.8s linear;
}
#rev_slider_4_1 li .sloganBlock:hover {
  cursor: pointer;
}
#rev_slider_4_1 li .rev_column_bg {
  background-color: transparent!important;
}
#rev_slider_4_1 li.testoScuro {
  /*Titolo*/
  /*Hover styles*/
}
#rev_slider_4_1 li.testoScuro .sloganBlock {
  background: transparent;
  positon: relative;
  width: 700px;
  display: block;
  border-radius: 3px;
  padding: 0;
}
#rev_slider_4_1 li.testoScuro .Creative-Title {
  color: #1d1c1c;
  background: transparent;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoScuro .Creative-SubTitle {
  color: #1d1c1c;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoScuro .Creative-SubTitle2 {
  color: #1d1c1c;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoScuro .sloganBlock:hover .Creative-Title div a {
  color: #d9b959;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoChiaro {
  /*Titolo*/
  /*Hover styles*/
}
#rev_slider_4_1 li.testoChiaro .sloganBlock {
  background: transparent;
  positon: relative;
  width: 700px;
  display: block;
  border-radius: 3px;
  padding: 0;
}
#rev_slider_4_1 li.testoChiaro .Creative-Title {
  color: #ffffff;
  background: transparent;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoChiaro .Creative-SubTitle {
  color: #ffffff;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoChiaro .Creative-SubTitle2 {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.testoChiaro .sloganBlock:hover .Creative-Title div a {
  color: #d9b959;
  -webkit-transition: all linear 0.2s !important;
  -moz-transition: all linear 0.2s !important;
  transition: all linear 0.2s !important;
}
#rev_slider_4_1 li.sfondoChiaro .sloganBlock {
  background: rgba(255, 255, 255, 0.8) !important;
}
#rev_slider_4_1 li.sfondoScuro .sloganBlock {
  background: rgba(29, 28, 28, 0.8) !important;
}
#rev_slider_4_1 .tp-bullets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto !important;
  will-change: transform;
}
#rev_slider_4_1 .tp-bullets .tp-bullet {
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 5px;
  left: auto !important;
  top: auto !important;
  background-color: rgba(29, 28, 28, 0.8);
  width: 5px;
  height: 5px;
  cursor: pointer;
  transition: width 0.4s cubic-bezier(1, 0, 0, 1);
}
#rev_slider_4_1 .tp-bullets .tp-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px !important;
  height: 48px !important;
  z-index: 1;
  cursor: pointer;
}
#rev_slider_4_1 .tp-bullets .tp-bullet.selected {
  width: 48px;
  background-color: rgba(29, 28, 28, 0.8);
  transition: width 0.1s linear;
}
#rev_slider_4_1 timer:hover:not(.selected) {
  width: 16px;
}
#rev_slider_4_1 timer:hover:not(.selected) .timer {
  background-color: rgba(29, 28, 28, 0.8);
}
/*  REV SLIDER (Parte Statica) */
#rev_slider_4_1_wrapper .tp-static-layers {
  top: auto!important;
  bottom: 0;
  left: 0;
  right: 0;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
/*  REV SLIDER Mobile */
@media screen and (max-width: 991px) {
  #rev_slider_4_1 li .Creative-Title,
  #rev_slider_4_1 li .Creative-SubTitle,
  #rev_slider_4_1 li .Creative-SubTitle2,
  #rev_slider_4_1 li .Creative-btn {
    white-space: normal !important;
    line-height: 1.1 !important;
    width: 100% !important;
  }
  #rev_slider_4_1 li .Creative-btn {
    display: none;
  }
  #rev_slider_4_1 li .Creative-Title div:after {
    content: none !important;
  }
  #rev_slider_4_1 li .Creative-SubTitle2 {
    margin-left: inherit!important;
  }
  #rev_slider_4_1 li.testoScuro .sloganBlock {
    padding: 2.500rem 2.500rem 3.500rem;
    width: 100% !important;
  }
  #rev_slider_4_1 li.testoChiaro .sloganBlock {
    padding: 2.500rem 2.500rem 3.500rem;
    width: 100% !important;
  }
  #rev_slider_4_1 li.testoScuro .Creative-btn {
    padding: 2.500rem 2.500rem 3.500rem;
    width: 100% !important;
  }
  /*Navigazione*/
  .thetis.tparrows.tp-leftarrow {
    display: none!important;
  }
  .thetis.tparrows.tp-rightarrow {
    display: none!important;
  }
}
/*************************************************************
*							Sezioni 		 				 *
*************************************************************/
[id^="section"]:not(#section0, #section3) {
  margin: 0 auto;
}
@media (min-width: 1430px) {
  [id^="section"]:not(#section0, #section3) {
    padding: 5.000rem 3.000rem;
  }
}
/*************************************************************
*					Calendario Aste	- Titolo				 *
*************************************************************/
.section {
  position: relative;
  z-index: 1;
}
#section1 {
  margin: 0 auto;
  vertical-align: top;
}
@media (min-width: 1430px) {
  #section1 {
    width: 1340px;
    max-width: 100%;
    padding: 7.500rem 3.000rem 0;
  }
}
#section1 .title_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4.500rem 1.500rem 4.500rem;
  /* Visualizzazione Ipad */
}
@media (min-width: 1430px) {
  #section1 .title_container {
    width: 1340px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #section1 .title_container {
    padding: 4.500rem 0 3.000rem;
  }
}
#section1 .title_container .title {
  font-family: "Johnnie";
  font-size: 3.000rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin: 0;
}
#section1 .title_container .title b {
  font-weight: 500;
}
#section1 .title_container .link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  align-items: end;
  font-size: 1.200rem;
  font-family: "Johnnie";
  font-weight: 500;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#section1 .title_container .link:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: space round, no-repeat;
  background: #1d1c1c no-repeat center;
}
#section1 .title_container .link:hover {
  color: #d9b959;
  background: transparent;
}
#section1 .title_container .link:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #1d1c1c no-repeat center;
}
/*************************************************************
*						Calendario Aste						 *
*************************************************************/
@media (min-width: 1430px) {
  #introCalendar {
    width: 1340px;
    max-width: 100%;
  }
}
#calendar_home {
  list-style: none;
}
#calendar_home.owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
#calendar_home .owl-item .slide {
  height: 100.0%;
  margin: 0;
}
#calendar_home .owl-item .calendarBoxHome {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
#calendar_home .owl-item .calendarBoxHome .asteListContent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
  width: 100%;
}
#calendar_home.multiElement .owl-item .asteListContent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
#calendar_home.multiElement .owl-item:nth-child(odd) .asteListContent,
#calendar_home.multiElement .owl-item:nth-child(even) .asteListContent {
  padding: 0;
}
#calendar_home.multiElement .owl-item:nth-child(odd) .asteListContent .asteListImg,
#calendar_home.multiElement .owl-item:nth-child(even) .asteListContent .asteListImg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 100%;
}
#calendar_home.multiElement .owl-item:nth-child(odd) .asteListContent .itemList,
#calendar_home.multiElement .owl-item:nth-child(even) .asteListContent .itemList {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 100%;
  min-height: 280px;
  padding: 2.000rem 3.000rem 5.000rem;
  flex-grow: 1;
}
#calendar_home.multiElement .owl-item:nth-child(odd) .asteListContent .itemList > div,
#calendar_home.multiElement .owl-item:nth-child(even) .asteListContent .itemList > div {
  width: 100%;
}
#calendar_home.multiElement .owl-item:nth-child(odd) .asteListContent .offset-sm-1,
#calendar_home.multiElement .owl-item:nth-child(even) .asteListContent .offset-sm-1 {
  margin-left: auto;
}
#calendar_home.multiElement .owl-item:nth-child(odd) .asteListContent .contentBox span,
#calendar_home.multiElement .owl-item:nth-child(even) .asteListContent .contentBox span {
  left: 0;
  right: auto;
}
#calendar_home .contentBox {
  padding: 0;
  border-radius: 5px;
}
#calendar_home .contentBox .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
#calendar_home .contentBox span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
#calendar_home .contentBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #d9b959;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#calendar_home .contentBox .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  bottom: 20px;
  right: 15px;
  position: absolute;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 50px;
  height: 50px;
  min-width: 0;
  padding: 0;
  color: #1d1c1c;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#calendar_home .contentBox .post-button .button_icon {
  width: 25px;
  height: 25px;
  mask: url("../images/svg/arrow-topright.svg");
  mask-repeat: space round, no-repeat;
  background: #1d1c1c no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#calendar_home .numAsta {
  font-family: "Johnnie";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  color: #444444;
  padding: 5px 0px 10px;
}
#calendar_home .numAsta span.type {
  position: relative;
  display: inline-block;
  font-family: "Johnnie";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
#calendar_home .numAsta span.type:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 5px;
  margin: 3px 0;
  width: 5px;
  border-radius: 3px;
  background-color: #d9b959;
  margin-left: 7px;
  margin-right: 7px;
}
#calendar_home .numAsta span.part {
  text-transform: capitalize;
}
#calendar_home .itemListTitle {
  text-align: left;
  margin-bottom: 1.500rem;
}
#calendar_home .itemListTitle .linkHeaderHomeBox {
  font-family: "Johnnie";
  font-size: 2.400rem;
  line-height: 0.972;
  font-weight: 500;
  letter-spacing: -0.025rem;
  color: #1d1c1c;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
  word-break: break-word;
}
#calendar_home .itemListTitle:after {
  content: '';
  display: block;
  width: 31px;
  max-width: 100%;
  height: 2px;
  background-color: #d9b959;
  margin: 0;
  margin-top: 10px;
}
#calendar_home .itemListData {
  font-family: "Johnnie";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #444444;
}
#calendar_home .itemListText {
  font-family: "Johnnie";
  font-size: 1.200rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #444444;
  text-transform: none;
  padding: 20px 0;
}
#calendar_home .itemListText .label {
  font-weight: 500;
  letter-spacing: 0.050rem;
  color: #1d1c1c;
  text-transform: uppercase;
}
#calendar_home .onClickParent {
  text-align: left;
}
#calendar_home .owl-item:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /*Foto Rettifica*/
}
#calendar_home .owl-item:hover .itemListTitle {
  color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#calendar_home .owl-item:hover .contentBox .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#calendar_home .owl-item:hover .contentBox .immagine {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
#calendar_home .owl-item:hover .contentBox:after {
  height: 6px;
  background-color: #d9b959;
  z-index: 10;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#calendar_home .owl-item:hover .contentBox .post-button {
  background: #d9b959;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#calendar_home .owl-item:hover .contentBox .post-button .button_icon {
  background: #ffffff no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#calendar_home.owl-theme.owlVertDots .owl-dots {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 991px) {
  #calendar_home {
    padding: 0!important;
  }
  #calendar_home .calendarBoxHome {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #calendar_home .owl-item .asteListContent {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    padding-bottom: 0!important;
  }
  #calendar_home .owl-item:nth-child(odd) .asteListContent .asteListImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #calendar_home .owl-item:nth-child(odd) .asteListContent .itemList {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
  }
  #calendar_home .owl-item:nth-child(even) .asteListContent .asteListImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #calendar_home .owl-item:nth-child(even) .asteListContent .itemList {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
  }
  #calendar_home .onClickParent {
    padding-top: 0!important;
  }
  #calendar_home .itemListTitle {
    font-size: 3.000rem;
  }
  #calendar_home .butHomeAlive .btnFilter.butAlive,
  #calendar_home .butHomeAlive .btnFilter.butAlive span {
    text-align: center;
  }
}
/************************************************
*				 	Autori 					*
************************************************/
.section_autori {
  margin: 0 auto;
  vertical-align: top;
  background-color: #f7f2ef;
  padding: 3.000rem 1.500rem 7.500rem;
  /* Slide Autori*/
}
.section_autori .section_autori_container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1430px) {
  .section_autori .section_autori_container {
    width: 1340px;
    max-width: 100%;
  }
}
.section_autori .section_autori_container .badge_svg text.badge_text {
  fill: rgba(255, 255, 255, 0.35);
}
.section_autori #sliderAsta {
  position: relative;
  display: block;
  padding: 0 0 3.500rem;
  margin: 0;
}
.section_autori #sliderAsta .panelTitle {
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  padding-bottom: 3.000rem;
  margin-bottom: 1.000rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .section_autori #sliderAsta .panelTitle {
    padding-bottom: 3.000rem;
    margin-bottom: 1.000rem;
  }
}
.section_autori #sliderAsta .panelTitle .title {
  font-family: "Johnnie";
  font-size: 3.000rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  text-transform: none;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 15px;
  margin: auto;
}
.section_autori #sliderAsta .panelTitle .title:before,
.section_autori #sliderAsta .panelTitle .title:after {
  content: none;
}
.section_autori .slide {
  height: auto;
  position: relative;
  margin: 0;
  z-index: 1;
  /*Hover styles*/
}
.section_autori .slide.home-box-small {
  margin: 16rem 7rem;
}
.section_autori .slide .containerText {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  padding: 3.000rem 6.000rem;
  text-align: left;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0;
  z-index: 1;
}
.section_autori .slide .containerText .titleSliderAsta {
  margin: 0;
}
.section_autori .slide .containerText .titleSliderAsta h4 {
  font-family: "Johnnie";
  position: relative;
  font-size: 2.400rem;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.section_autori .slide .containerText .titleSliderAsta h5 {
  display: block;
}
.section_autori .slide .containerText span {
  position: relative;
  border: 1px solid rgba(29, 28, 28, 0.35);
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.section_autori .slide .containerText span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #1d1c1c;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: space round, no-repeat;
}
.section_autori .slide .containerText span:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.section_autori .slide .containerImg .ratio {
  padding: 0 1.500rem;
}
.section_autori .slide .containerImg .immagine {
  -webkit-clip-path: circle(47.5% at 50%);
  clip-path: circle(47.5% at 50%);
  aspect-ratio: 1;
  -o-transition: all 0.15s ease-in-out !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}
.section_autori .slide .containerImg .immagine > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.section_autori .slide:hover {
  cursor: pointer;
}
.section_autori .slide:hover .text-box {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section_autori .slide:hover .text-box .headerBoxHome {
  color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.section_autori .slide:hover .text-box .headerBoxHome:after {
  background-color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.section_autori .slide:hover .immagine {
  -webkit-clip-path: circle(50% at 50%);
  clip-path: circle(50% at 50%);
  -webkit-transition: .5s linear !important;
  -o-transition: .15s linear !important;
  transition: .15s linear !important;
}
.section_autori .slide:hover .immagine > img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.section_autori .slide:hover span:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 991px) {
  .section_autori #sliderAsta {
    padding: 0;
  }
  .section_autori #sliderAsta #sliderAsta_container {
    padding: 0;
  }
  .section_autori #sliderAsta .px-5 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .section_autori #sliderAsta #images {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  .section_autori #sliderAsta #images div.slide div.containerText {
    padding: 1.500rem 0 1.500rem;
  }
}
/************************************************
*				 Dipartimenti					*
************************************************/
#section5 {
  margin: 0 auto;
  vertical-align: top;
  padding: 0;
}
#section5 .title_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4.500rem 1.500rem 4.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #section5 .title_container {
    padding: 4.500rem 0 3.000rem;
  }
}
#section5 .title_container .title {
  font-family: "Johnnie";
  font-size: 3.000rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin: 0;
}
#section5 .title_container .title b {
  font-weight: 500;
}
#section5 .title_container .link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  align-items: end;
  font-size: 1.200rem;
  font-family: "Johnnie";
  font-weight: 500;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#section5 .title_container .link:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: space round, no-repeat;
  background: #1d1c1c no-repeat center;
}
#section5 .title_container .link:hover {
  color: #d9b959;
  background: transparent;
}
#section5 .title_container .link:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #1d1c1c no-repeat center;
}
#dipartimenti_home {
  list-style: none;
  padding-left: 0;
}
#dipartimenti_home.owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
#dipartimenti_home .owl-item .asteListContent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
#dipartimenti_home .owl-item:nth-child(odd) .asteListContent,
#dipartimenti_home .owl-item:nth-child(even) .asteListContent {
  padding: 0;
}
#dipartimenti_home .owl-item:nth-child(odd) .asteListContent .asteListImg,
#dipartimenti_home .owl-item:nth-child(even) .asteListContent .asteListImg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 100%;
}
#dipartimenti_home .owl-item:nth-child(odd) .asteListContent .itemList,
#dipartimenti_home .owl-item:nth-child(even) .asteListContent .itemList {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 100%;
  padding: 2.000rem 3.000rem;
  flex-grow: 1;
}
#dipartimenti_home .owl-item:nth-child(odd) .asteListContent .itemList > div,
#dipartimenti_home .owl-item:nth-child(even) .asteListContent .itemList > div {
  width: 100%;
}
#dipartimenti_home .owl-item:nth-child(odd) .asteListContent .offset-sm-1,
#dipartimenti_home .owl-item:nth-child(even) .asteListContent .offset-sm-1 {
  margin-left: auto;
}
#dipartimenti_home .owl-item:nth-child(odd) .asteListContent .contentBox span,
#dipartimenti_home .owl-item:nth-child(even) .asteListContent .contentBox span {
  left: 0;
  right: auto;
}
#dipartimenti_home .contentBox {
  padding: 0;
}
#dipartimenti_home .contentBox .banner-item-content .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.08333333;
  border-radius: 5px;
}
#dipartimenti_home .contentBox .banner-item-content .ratio:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimenti_home .contentBox .text-box {
  text-align: left;
  padding: 2.5rem 1.5rem;
}
#dipartimenti_home .contentBox .text-box h4 {
  font-family: "Johnnie";
  font-size: 1.800rem;
  font-style: normal;
  line-height: 0.972;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #1d1c1c;
  word-break: break-word;
}
#dipartimenti_home .contentBox .text-box .subTitle {
  font-size: 1.400rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#dipartimenti_home .contentBox .text-box .onClickParent {
  width: 100%;
}
#dipartimenti_home .owl-item:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /*Foto Rettifica*/
}
#dipartimenti_home .owl-item:hover .contentBox .banner-item-content .ratio .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimenti_home .owl-item:hover .contentBox .banner-item-content .ratio .immagine {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
#dipartimenti_home .owl-item:hover .contentBox .banner-item-content .ratio:after {
  height: 6px;
  background-color: #d9b959;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimenti_home .owl-item:hover .contentBox .text-box h4 {
  color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media screen and (max-width: 991px) {
  #dipartimenti_home {
    padding: 0!important;
  }
  #dipartimenti_home .calendarBoxHome {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #dipartimenti_home .owl-item .asteListContent {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    padding-bottom: 0!important;
  }
  #dipartimenti_home .owl-item:nth-child(odd) .asteListContent .asteListImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #dipartimenti_home .owl-item:nth-child(odd) .asteListContent .itemList {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: left;
  }
  #dipartimenti_home .owl-item:nth-child(even) .asteListContent .asteListImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #dipartimenti_home .owl-item:nth-child(even) .asteListContent .itemList {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: left;
  }
  #dipartimenti_home .onClickParent {
    padding-top: 0!important;
  }
  #dipartimenti_home .itemListTitle h5 {
    font-size: 3.000rem;
  }
  #dipartimenti_home .butHomeAlive .btnFilter.butAlive,
  #dipartimenti_home .butHomeAlive .btnFilter.butAlive span {
    text-align: center;
  }
}
/************************************************
*				 	Top Lots					*
************************************************/
#sliderAsta {
  text-align: center;
  margin: 0 auto;
}
#sliderAsta .container-xxl {
  padding-left: 3.000rem;
  padding-right: 3.000rem;
}
#sliderAsta .panelTitle {
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  padding-top: 3.000rem;
  padding-bottom: 3.000rem;
  margin-bottom: 1.000rem;
  position: relative;
  overflow: hidden;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #sliderAsta .panelTitle {
    padding-top: 4.500rem;
    margin-bottom: 1.000rem;
  }
}
#sliderAsta .panelTitle .title {
  font-family: "Johnnie";
  font-size: 3.000rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  color: #1d1c1c;
  text-transform: none;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 3.000rem;
}
#sliderAsta .panelTitle .title:before,
#sliderAsta .panelTitle .title:after {
  content: none;
}
@media screen and (max-width: 991px) {
  #sliderAsta {
    padding: 0;
  }
  #sliderAsta .px-5 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #sliderAsta #images {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  #sliderAsta #images div.slide div.containerText {
    padding: 1.500rem 0 1.500rem;
  }
}
/************************************************
*				  Prima Riga					*
************************************************/
#firstRiga {
  width: 100%;
  /*max-width: 1380px;*/
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0;
  /*Immagine*/
  /*Testo*/
  /*Video Background*/
}
#firstRiga .home_banner_container {
  /*transform: translate(0px, -80px);*/
}
#firstRiga .item {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  height: 100vh;
  max-height: 440px;
}
#firstRiga .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #d9b959;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#firstRiga .item .depContainer {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: absolute;
  background: #1d1c1c;
}
#firstRiga .item .depContainer .img-cover {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
#firstRiga .item .depContainer .img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#firstRiga .item .depContainer:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  background-color: rgba(29, 28, 28, 0.35);
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item .depContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  text-align: center;
  background-color: transparent;
  margin: 0;
  z-index: 6;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item .depContent .post-category .text {
  color: #ffffff;
  font-size: 1.200rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
  padding: 2.500rem 1.500rem;
  margin: auto;
  margin-bottom: auto;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item .depContent .post-category:before {
  content: "";
  background: #d9b959;
  width: 1px;
  height: 65px;
  position: relative;
  z-index: 1000;
  display: inline-block;
}
#firstRiga .item .depContent .post-intestazione {
  margin-bottom: -40px;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item .depContent .post-intestazione h2.post-title {
  font-family: "Johnnie";
  color: #ffffff;
  position: relative;
  font-size: 4.000rem;
  line-height: 0.972;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item .depContent .post-intestazione h2.post-title b {
  font-weight: 400;
}
#firstRiga .item .depContent .post-intestazione .post-content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.200rem;
  font-weight: normal;
  clear: both;
  padding: 2.500rem;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item .depContent .post-button {
  margin-top: auto;
}
#firstRiga .item .depContent .post-button .btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  border: none;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  min-width: 180px;
  letter-spacing: 0.100rem;
  color: #1d1c1c;
  border-radius: 0;
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#firstRiga .item .img-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#firstRiga .item .banner-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 1.5s;
  position: absolute;
  top: 0;
  left: 0;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #firstRiga .item .banner-video {
    object-fit: cover;
  }
}
#firstRiga .item:hover .depContent {
  cursor: pointer;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item:hover:after {
  height: 6px;
  background-color: #d9b959;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item:hover .post-intestazione {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  margin-bottom: 0;
}
#firstRiga .item:hover .post-intestazione .post-content {
  opacity: 1;
  height: auto;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item:hover .depContainer:after {
  background-color: rgba(29, 28, 28, 0.35);
  cursor: pointer;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#firstRiga .item:hover .post-button:before {
  box-shadow: inset 0 0 0 2px #d9b959;
  transition-duration: .4s,.8s,.8s,.8s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  box-shadow: inset 0 0 0 35px #d9b959;
}
@media screen and (max-width: 991px) {
  #firstRiga {
    padding: 0;
  }
  #firstRiga .px-5 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #firstRiga .contentBox .ratio {
    padding: 0;
    aspect-ratio: 1;
  }
}
/************************************************
*				  Seconda Riga					*
************************************************/
#secRiga {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0;
}
#secRiga .banner_1 {
  border-top: 1px solid #1d1c1c;
  border-bottom: 1px solid #1d1c1c;
  /*Immagine*/
  /*Testo*/
}
@media screen and (max-width: 991px) {
  #secRiga .banner_1 {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  #secRiga .banner_1 .w-50 {
    width: 100%!important;
  }
}
#secRiga .banner_1 .depContainer .img-cover {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
#secRiga .banner_1 .depContainer .img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#secRiga .banner_1 .depContainer:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  background-color: transparent;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#secRiga .banner_1 .item {
  width: 67.5%;
  height: 100%;
  padding: 50px 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  text-align: center;
  background-color: transparent;
  margin: auto;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
@media screen and (max-width: 991px) {
  #secRiga .banner_1 .item {
    width: 100%;
  }
}
#secRiga .banner_1 .item .post-intestazione {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#secRiga .banner_1 .item .post-intestazione h2.post-title {
  font-family: "Johnnie";
  color: #1d1c1c;
  position: relative;
  font-size: 3.400rem;
  line-height: 0.972;
  font-weight: normal;
  letter-spacing: 0;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#secRiga .banner_1 .item .post-intestazione h2.post-title:after {
  content: "";
  position: relative;
  display: block;
  width: 31px;
  height: 2px;
  background-color: #d9b959;
  margin: 15px auto 15px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#secRiga .banner_1 .item .post-intestazione .post-content {
  width: 80%;
  color: #444444;
  font-size: 1.200rem;
  font-weight: normal;
  letter-spacing: 0;
  clear: both;
  padding: 1.000rem 0;
  margin: auto;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#secRiga .banner_1 .item .post-button {
  position: relative;
}
#secRiga .banner_1 .item .post-button span {
  color: #1d1c1c;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.050rem;
}
#secRiga .banner_1 .item .post-button:before,
#secRiga .banner_1 .item .post-button:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.5rem;
  display: block;
  width: 100%;
  height: 1px;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
#secRiga .banner_1 .item .post-button:before {
  transform: scaleX(0);
  background: #d9b959;
  transform-origin: left;
}
#secRiga .banner_1 .item .post-button:after {
  transform-origin: right;
  background: #1d1c1c;
  transition-delay: 0.25s;
}
#secRiga .banner_1:hover {
  cursor: pointer;
}
#secRiga .banner_1:hover .item .post-intestazione {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#secRiga .banner_1:hover .item .post-intestazione h2.post-title {
  color: #d9b959;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#secRiga .banner_1:hover .item .post-button:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
#secRiga .banner_1:hover .item .post-button:after {
  transform: scaleX(0);
  transition-delay: 0s;
}
@media screen and (max-width: 991px) {
  #secRiga {
    padding: 3rem 3rem 6.5rem;
  }
  #secRiga .px-5 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #secRiga .contentBox .ratio {
    padding: 0;
    aspect-ratio: 1;
  }
}
/************************************************
*				Riga Griglia Shortcuts			*
************************************************/
#shortcutsRiga {
  padding: 30px 0 180px;
}
#shortcutsRiga .grid-container {
  display: grid;
  column-gap: 30px;
  row-gap: 8px;
  overflow: hidden;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  height: 100vh;
  max-height: 500px;
  /*Immagine*/
  /*Testo*/
}
#shortcutsRiga .grid-container .item {
  margin-bottom: 0;
  overflow: hidden;
  display: grid;
  grid-auto-rows: 1fr minmax(auto, 15ex);
  position: relative;
  margin: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#shortcutsRiga .grid-container .item.rows2.cols6 {
  grid-column: span 6;
  grid-row: span 2;
}
#shortcutsRiga .grid-container .item.rows2.cols3 {
  grid-column: span 3;
  grid-row: span 2;
}
#shortcutsRiga .grid-container .item.cols4 {
  grid-column: span 4;
}
#shortcutsRiga .grid-container .item .depContainer {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: absolute;
  background: #f3f3f3;
}
#shortcutsRiga .grid-container .item .depContainer .img-cover {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
#shortcutsRiga .grid-container .item .depContainer .img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#shortcutsRiga .grid-container .item .depContainer:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 90%;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(29, 28, 28, 0.45) 0%, transparent 100%);
}
#shortcutsRiga .grid-container .item .depContent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 25px 35px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  text-align: left;
  background-color: transparent;
  margin: 0;
  z-index: 6;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item .depContent .post-category {
  color: #ffffff;
  font-size: 1.200rem;
  font-weight: 300;
  text-transform: uppercase;
  background: #d9b959;
  letter-spacing: 0.100rem;
  padding: 0 1.500rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: auto;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item .depContent .post-intestazione {
  max-width: 80%;
  margin: 0;
  margin-bottom: -40px;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item .depContent .post-intestazione .post-category {
  color: #ffffff;
  font-size: 1.400rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item .depContent .post-intestazione h2.post-title {
  font-family: "Johnnie";
  color: #ffffff;
  position: relative;
  font-size: 3.000rem;
  line-height: 0.972;
  font-weight: normal;
  letter-spacing: -0.075rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item .depContent .post-intestazione h2.post-title:after {
  content: " ";
  display: block;
  height: 1px;
  width: 6.200rem;
  margin: 2rem 0;
  position: relative;
  border-top: 2px solid #d9b959;
}
#shortcutsRiga .grid-container .item .depContent .post-intestazione .post-content {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.200rem;
  font-weight: 300;
  opacity: 0;
  clear: both;
  padding: 0;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: none;
  vertical-align: middle;
  bottom: 35px;
  right: 35px;
  position: absolute;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 45px;
  height: 45px;
  min-width: 0;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#shortcutsRiga .grid-container .item .post-button:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 0 #d9b959;
}
#shortcutsRiga .grid-container .item .post-button .button_icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2091.9 2091.9' style='enable-background:new 0 0 2091.9 2091.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,0h2091.9v2091.9H0V0z'/%3E%3Cg%3E%3Cpath class='st1' d='M1120.4,643.8l-42.1,41.5l336.2,331.3h-851v58.7h850.9l-336.2,331.3l42.1,41.5l408-402.2L1120.4,643.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#shortcutsRiga .grid-container .item:hover {
  border-width: 25px;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item:hover .depContent {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item:hover .depContent .post-intestazione {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  margin-bottom: 0;
}
#shortcutsRiga .grid-container .item:hover .depContent .post-intestazione .post-content {
  opacity: 1;
  height: auto;
  padding-bottom: 25px;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#shortcutsRiga .grid-container .item:hover .post-button:before {
  box-shadow: inset 0 0 0 2px #d9b959;
  transition-duration: .4s,.8s,.8s,.8s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  box-shadow: inset 0 0 0 35px #d9b959;
}
@media screen and (max-width: 991px) {
  #shortcutsRiga {
    padding-left: 30px;
    padding-right: 30px;
    /*Immagine*/
  }
  #shortcutsRiga .container-fluid {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  #shortcutsRiga .container-xxl {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  #shortcutsRiga .grid-container {
    display: block;
    height: auto;
    max-height: inherit;
    grid-template-columns: none;
    grid-auto-flow: inherit;
    column-gap: initial;
    row-gap: inherit;
    padding: 0!important;
  }
  #shortcutsRiga .grid-container .item {
    display: block;
    grid-column: none!important;
    grid-row: none!important;
    grid-auto-rows: initial;
    margin-bottom: 30px;
  }
  #shortcutsRiga .grid-container .item .depContainer {
    position: relative;
    padding-bottom: 100%;
  }
  #shortcutsRiga .grid-container .item .depContainer .img-cover {
    position: absolute;
  }
  #shortcutsRiga .grid-container .item .depContent .post-intestazione {
    margin-bottom: -90px;
  }
  #shortcutsRiga .grid-container .item .depContent .post-intestazione h2.post-title {
    font-size: 2.000rem;
    line-height: 1;
  }
}
/* Stories */
#storiesRow {
  margin: 0 auto;
  vertical-align: top;
  padding: 0;
}
#storiesRow .title_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4.500rem 1.500rem 4.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #storiesRow .title_container {
    padding: 4.500rem 0 3.000rem;
  }
}
#storiesRow .title_container .title {
  font-family: "Johnnie";
  font-size: 3.000rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin: 0;
}
#storiesRow .title_container .title b {
  font-weight: 500;
}
#storiesRow .title_container .link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  align-items: end;
  font-size: 1.200rem;
  font-family: "Johnnie";
  font-weight: 500;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#storiesRow .title_container .link:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: space round, no-repeat;
  background: #1d1c1c no-repeat center;
}
#storiesRow .title_container .link:hover {
  color: #d9b959;
  background: transparent;
}
#storiesRow .title_container .link:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #1d1c1c no-repeat center;
}
#storiesRow {
  position: relative;
  /* Primo box */
  /* Secondo Box */
}
#storiesRow .storiesBox,
#storiesRow .container-fluid {
  padding-left: 0;
  padding-right: 0;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #storiesRow .storiesBox .container.px-5,
  #storiesRow .container-fluid .container.px-5 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
#storiesRow .textContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  box-sizing: border-box;
  margin: 0;
  min-width: 0px;
  width: 100%;
  flex-wrap: wrap;
  /* Primo box */
  /* Secondo Box */
}
#storiesRow .textContainer .storiesBox_firstContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  width: 49.7778%;
  margin: 0px;
  min-width: 0px;
  /* Visualizzazione Ipad */
}
#storiesRow .textContainer .storiesBox_firstContainer .storiesBox {
  margin-bottom: 0px;
  box-sizing: border-box;
  margin: 0px 0px 20px;
  min-width: 0px;
  width: 100%;
  position: sticky;
  top: 0px;
}
@media screen and (max-width: 991px) {
  #storiesRow .textContainer .storiesBox_firstContainer {
    width: 100%;
  }
}
#storiesRow .textContainer .storiesBox_container {
  width: 44.4444%;
  margin: 0px;
  min-width: 0px;
  /* Visualizzazione Ipad */
}
#storiesRow .textContainer .storiesBox_container .content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  margin: 0px;
  min-width: 0px;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
#storiesRow .textContainer .storiesBox_container .content .storiesBox {
  box-sizing: border-box;
  margin: 0px 0px 20px;
  min-width: 0px;
  width: 47.2222%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #storiesRow .textContainer .storiesBox_container .content .storiesBox {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #storiesRow .textContainer .storiesBox_container {
    width: 100%;
  }
}
#storiesRow .storiesBox_firstContainer .home-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #d9b959;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#storiesRow .storiesBox_firstContainer .home-box .contentBox {
  inset: 0px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 5px;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
#storiesRow .storiesBox_firstContainer .home-box .contentBox .ratio {
  padding: 0;
  aspect-ratio: 0.83333333;
}
#storiesRow .storiesBox_firstContainer .home-box .contentBox .immagine {
  -webkit-clip-path: none;
  clip-path: none;
  transition: transform 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, filter 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  object-fit: cover;
  filter: grayscale(0);
}
#storiesRow .storiesBox_firstContainer .home-box .contentBox span {
  margin: 0px;
  min-width: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
#storiesRow .storiesBox_firstContainer .home-box .text-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  width: 100%;
  height: 100%;
  max-width: 80%;
  font-family: "Johnnie";
  margin: 0;
  text-align: left;
  padding: 47px 39px;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 2;
}
#storiesRow .storiesBox_firstContainer .home-box .text-box .dataBlog {
  color: #ffffff;
  font-size: 1.400rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
}
#storiesRow .storiesBox_firstContainer .home-box .text-box .headerBoxHome {
  font-family: "Johnnie";
  position: relative;
  font-size: 3.600rem;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding-bottom: 1.000rem;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#storiesRow .storiesBox_firstContainer .home-box .text-box .subTitle {
  color: #ffffff;
  font-size: 1.400rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#storiesRow .storiesBox_firstContainer .home-box .text-box .textBoxHome {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.200rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#storiesRow .storiesBox_firstContainer .home-box .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  bottom: 50px;
  right: 35px;
  position: absolute;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 55px;
  height: 55px;
  min-width: 0;
  padding: 0;
  color: #1d1c1c;
  border-radius: 50%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#storiesRow .storiesBox_firstContainer .home-box .post-button .button_icon {
  width: 30px;
  height: 30px;
  mask: url("../images/svg/arrow-topright.svg");
  mask-repeat: no-repeat;
  background: #1d1c1c no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#storiesRow .storiesBox_firstContainer .home-box:hover {
  cursor: pointer;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#storiesRow .storiesBox_firstContainer .home-box:hover .immagine {
  filter: grayscale(1);
  transform: scale(1.05);
}
#storiesRow .storiesBox_firstContainer .home-box:hover .post-button {
  background: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#storiesRow .storiesBox_firstContainer .home-box:hover .post-button .button_icon {
  background: #ffffff no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#storiesRow .storiesBox_firstContainer .home-box:hover:after {
  height: 6px;
  background-color: #d9b959;
  z-index: 10;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#storiesRow .storiesBox_container .home-box {
  height: auto;
  position: relative;
  margin: 0;
  z-index: 1;
  /*Hover styles*/
}
#storiesRow .storiesBox_container .home-box .text-box {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  padding: 2.000rem 1.500rem;
  text-align: left;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0;
  margin-bottom: 3.000rem;
  z-index: 1;
}
#storiesRow .storiesBox_container .home-box .text-box .dataBlog {
  font-size: 1.200rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 0.500rem;
  margin: 0;
}
#storiesRow .storiesBox_container .home-box .text-box .headerBoxHome {
  font-family: "Johnnie";
  position: relative;
  font-size: 2.400rem;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#storiesRow .storiesBox_container .home-box .text-box .headerBoxHome:after {
  content: "";
  position: relative;
  display: block;
  width: 31px;
  height: 2px;
  background-color: #1d1c1c;
  margin: 15px 0 15px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#storiesRow .storiesBox_container .home-box .text-box .subTitle {
  color: #444444;
  font-size: 1.200rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
#storiesRow .storiesBox_container .home-box .contentBox {
  border-radius: 5px;
  /* Visualizzazione Ipad */
}
#storiesRow .storiesBox_container .home-box .contentBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #d9b959;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#storiesRow .storiesBox_container .home-box .contentBox .ratio {
  color: #ffffff;
  background: transparent;
  padding: 0;
  aspect-ratio: 1;
}
#storiesRow .storiesBox_container .home-box .contentBox .immagine {
  -webkit-clip-path: none;
  clip-path: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#storiesRow .storiesBox_container .home-box .contentBox .wrap-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
#storiesRow .storiesBox_container .home-box .contentBox span {
  margin: 0px;
  min-width: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
#storiesRow .storiesBox_container .home-box:hover {
  cursor: pointer;
}
#storiesRow .storiesBox_container .home-box:hover .headerBoxHome {
  color: #d9b959;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#storiesRow .storiesBox_container .home-box:hover .headerBoxHome:after {
  background-color: #d9b959;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#storiesRow .storiesBox_container .home-box:hover .immagine {
  filter: grayscale(1);
  transform: scale(1.05);
}
#storiesRow .storiesBox_container .home-box:hover .contentBox:after {
  height: 6px;
  background-color: #d9b959;
  z-index: 2;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
#storiesRow .storiesBox_container .home-box:hover .wrap-img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
/* Dipartimenti */
#dipartimentiRow {
  margin: 0 auto;
  vertical-align: top;
  padding: 0;
}
#dipartimentiRow {
  position: relative;
  /* Primo box */
  /* Secondo Box */
}
#dipartimentiRow .dipartimentoBox,
#dipartimentiRow .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#dipartimentiRow .textContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  box-sizing: border-box;
  margin: 0;
  min-width: 0px;
  width: 100%;
  flex-wrap: wrap;
  /* Primo box */
  /* Secondo Box */
}
#dipartimentiRow .textContainer .dipartimentoBox_firstContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  width: 49.7778%;
  margin: 0px;
  min-width: 0px;
}
#dipartimentiRow .textContainer .dipartimentoBox_firstContainer .dipartimentoBox {
  margin-bottom: 0px;
  box-sizing: border-box;
  margin: 0px 0px 20px;
  min-width: 0px;
  width: 100%;
  position: sticky;
  top: 0px;
}
#dipartimentiRow .textContainer .dipartimentoBox_container {
  width: 44.4444%;
  margin: 0px;
  min-width: 0px;
}
#dipartimentiRow .textContainer .dipartimentoBox_container .content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  margin: 0px;
  min-width: 0px;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
#dipartimentiRow .textContainer .dipartimentoBox_container .content .dipartimentoBox {
  box-sizing: border-box;
  margin: 0px 0px 20px;
  min-width: 0px;
  width: 47.2222%;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .contentBox {
  inset: 0px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .contentBox .ratio {
  padding: 0;
  aspect-ratio: 0.83333333;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .contentBox .immagine {
  -webkit-clip-path: none;
  clip-path: none;
  transition: transform 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, filter 1800ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  object-fit: cover;
  filter: grayscale(0);
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .contentBox span {
  margin: 0px;
  min-width: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .text-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  width: 100%;
  height: 100%;
  max-width: 80%;
  font-family: "Johnnie";
  margin: 0;
  text-align: left;
  padding: 47px 39px;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 2;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .text-box .dataBlog {
  color: #ffffff;
  font-size: 1.400rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .text-box .headerBoxHome {
  font-family: "Johnnie";
  position: relative;
  font-size: 3.600rem;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding-bottom: 1.000rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .text-box .subTitle {
  color: #ffffff;
  font-size: 1.400rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .text-box .textBoxHome {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.200rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  bottom: 50px;
  right: 35px;
  position: absolute;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 55px;
  height: 55px;
  min-width: 0;
  padding: 0;
  color: #1d1c1c;
  border-radius: 50%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box .post-button .button_icon {
  width: 30px;
  height: 30px;
  mask: url("../images/svg/arrow-topright.svg");
  mask-repeat: no-repeat;
  background: #1d1c1c no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box:hover {
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box:hover .immagine {
  filter: grayscale(1);
  transform: scale(1.05);
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box:hover .post-button {
  background: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box:hover .post-button .button_icon {
  background: #ffffff no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_firstContainer .home-box:hover:after {
  height: 6px;
  background-color: #d9b959;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_container .hover-reveal {
  position: fixed;
  width: 300px;
  height: 300px;
  top: -50%;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
#dipartimentiRow .dipartimentoBox_container .liste {
  padding: 5.000rem 3.000rem;
}
#dipartimentiRow .dipartimentoBox_container .liste a h3 {
  font-size: 2.400rem;
  text-align: left;
}
#dipartimentiRow .dipartimentoBox_container .liste a div.hover-reveal__inner,
#dipartimentiRow .dipartimentoBox_container .liste a div.hover-reveal__img {
  width: 100%;
  transition: initial;
}
#dipartimentiRow .dipartimentoBox_container .liste a div.hover-reveal {
  transition: initial;
}
#dipartimentiRow .dipartimentoBox_container .liste a:hover {
  color: #d9b959;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#dipartimentiRow .dipartimentoBox_container .hover-reveal__inner,
#dipartimentiRow .dipartimentoBox_container .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
#dipartimentiRow .dipartimentoBox_container .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}
