@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  min-width: 320px;
  background-color: #ffffff;
}

.logged-in .matrice__navigation {
  margin-top: 32px;
}

@media only screen and (max-width: 1340px) {
  .logged-in .matrice__nav-header {
    margin-top: 32px;
  }
}
.matrice__main {
  padding-top: 90px;
}
.matrice__404-container {
  height: 100vh;
  width: 100%;
  background-color: #F7F8F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.matrice__404-title {
  color: #626166;
  font-size: 38px;
}
.matrice__404-container-description {
  color: #626166;
  margin-bottom: 24px;
}
.matrice__404-link {
  color: #626166;
  text-decoration: none;
}
.matrice__404-link:hover {
  color: #E4A139;
}

@media only screen and (max-width: 460px) {
  .matrice__main {
    padding-top: 60px;
  }
}
/* ------------------------------------ *\
    HEADER
\* ------------------------------------ */
.matrice__navigation {
  height: 90px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #E0E0E0;
}
.matrice__nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  height: 90px;
  position: relative;
}
.matrice__search-input-wrapper {
  position: absolute;
  right: 0;
  top: 90px;
  height: 90px;
  width: calc(100% - 32px);
  display: none;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  margin: 0 16px;
}
.matrice__brand {
  padding: 8px 10.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.matrice__logo-desktop {
  display: flex;
  height: 100%;
}
.matrice__logo-mobile {
  display: none;
}
.matrice__nav-search-container {
  display: flex;
}
.matrice__search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  position: relative;
}
.matrice__search-icon {
  color: #525252;
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.matrice__search-icon:hover {
  color: #E4A139;
}
.matrice__search-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matrice__search-label, .matrice__search-button {
  color: #525252;
}
.matrice__search-input {
  width: 90%;
  border: unset;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FCFCFC;
  height: 40px;
  padding: 4px 16px;
  margin: 0 8px;
  outline: none;
}
.matrice__search-button {
  background-color: #E4A139;
  cursor: pointer;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border: unset;
  height: 40px;
  padding: 8px 8px;
  color: #ffffff;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__search-button:hover {
  opacity: 0.8;
}

form#searchform {
  width: 100%;
}

/* ------------------------------------ *\
    NAV HEADER
\* ------------------------------------ */
.matrice__nav-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.matrice__nav-header ul li {
  float: left;
  position: relative;
  margin-top: 20px;
  height: unset;
}
.matrice__nav-header ul li a, .matrice__nav-header ul li a:visited {
  display: block;
  font-size: 14px;
  padding: 0 16px;
  line-height: 49px;
  background-color: #ffffff;
  color: #626166;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  height: unset;
}
.matrice__nav-header ul li a:hover {
  background-color: #ffffff;
  color: #E4A139;
  cursor: pointer;
}
.matrice__nav-header ul li a:not(:only-child):after {
  padding-left: 8px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\F107";
  font-size: 12px;
}
.matrice__nav-header ul li ul li {
  min-width: 250px;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff;
  border-left: 4px solid #E4A139;
  height: unset;
}
.matrice__nav-header ul li ul li a {
  padding: 16px;
  line-height: 24px;
  background-color: #ffffff;
}
.matrice__nav-header ul li ul li:first-child a {
  box-shadow: inset 0px 8px 11px -5px rgba(0, 0, 0, 0.15) !important;
}
.matrice__nav-header ul li ul li:last-child {
  overflow: hidden;
}
.matrice__nav-header ul li ul li a:hover {
  background-color: #f1f1f1;
}
.matrice__nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
  width: 90px;
}
.matrice__button-arianna a {
  background-color: #E4A139 !important;
  color: #ffffff !important;
  opacity: 1;
  transition: all 0.2s 0s ease;
  margin: 0 8px;
}
.matrice__button-arianna a:hover {
  opacity: 0.8;
}

li.current-menu-item a {
  color: #E4A139 !important;
  border-bottom: 1px solid #E4A139;
}

.sub-menu {
  position: absolute;
  display: none;
  z-index: 1;
  margin-top: 20px !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

#nav-toggle {
  position: absolute;
  right: 27px;
  top: 35px;
  cursor: pointer;
  padding: 8px 32px 16px 0;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 4px;
  height: 2px;
  width: 35px;
  background: #626166;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1340px) {
  .matrice__navigation {
    background: #ffffff;
  }
  .matrice__nav-mobile {
    display: block;
  }
  .matrice__brand {
    padding: 8px 8.8px;
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
  }
  .matrice__nav-header {
    width: 100%;
    padding: 72px 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 90px 0 16px;
  }
  .matrice__nav-header ul {
    display: none;
  }
  .matrice__nav-header ul li {
    float: none;
    height: auto;
    margin-top: 0;
  }
  .matrice__nav-header ul li a {
    padding: 16px;
    line-height: 17.6px;
    border-bottom: 1px solid #E0E0E0;
  }
  .matrice__nav-header ul li ul li a {
    padding-left: 32px;
  }
  .matrice__nav-header ul li a:not(:only-child):after, .matrice__nav-header ul li a:visited:not(:only-child):after {
    font-family: "FontAwesome";
    content: "\F107";
    font-weight: 900;
    position: absolute;
    right: 35px;
    font-size: 12px;
  }
  .matrice__button-arianna a {
    border-radius: unset !important;
  }
  .matrice__nav-header ul li ul li:last-child {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    overflow: unset;
  }
  .matrice__search {
    position: relative;
    right: 70px;
    z-index: 30;
  }

  .sub-menu {
    position: static;
    margin-top: 0 !important;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    overflow: unset;
  }
}
@media screen and (min-width: 1340px) {
  .matrice__nav-list {
    display: block !important;
  }
}
@media screen and (max-width: 765px) {
  .matrice__search-wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .matrice__search-label {
    flex-basis: 10%;
  }
  .matrice__search-button {
    flex-basis: 20%;
  }
  .matrice__search-input {
    flex-basis: 70%;
  }
}
@media screen and (max-width: 460px) {
  .matrice__navigation {
    height: 60px;
  }
  .matrice__nav-container {
    height: 60px;
  }
  .matrice__brand {
    padding: 7px 10px;
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .matrice__logo-desktop {
    display: none;
    height: 90px;
  }
  .matrice__logo-mobile {
    display: flex;
    height: 100%;
  }
  .matrice__nav-mobile {
    height: 60px;
    width: 90px;
  }
  .matrice__nav-header {
    padding: 60px 0 16px;
  }
  .matrice__search-icon {
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
  }
  .matrice__search-input-wrapper {
    top: 60px;
  }

  #nav-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    padding: 8px 32px 16px 0;
  }
}
/* ------------------------------------ *\
    FOOTER
\* ------------------------------------ */
.matrice__footer-container {
  width: 100%;
  background-color: #ffffff;
  padding: 0 32px;
  border-top: 1px solid #E0E0E0;
}
.matrice__footer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #525252;
}
.matrice__footer-logo {
  padding: 16px;
}
.matrice__footer-info {
  display: flex;
  flex-basis: 50%;
  align-items: flex-start;
  border-right: 1px solid #E0E0E0;
}
.matrice__footer-menu {
  padding: 24px;
  flex-basis: 25%;
  border-right: 1px solid #E0E0E0;
}
.matrice__footer-social {
  padding: 24px;
  flex-basis: 25%;
}
.matrice__footer-business-info {
  padding: 24px;
}
.matrice__footer-copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #E0E0E0;
}
.matrice__footer-title {
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 300;
}
.matrice__footer-description {
  font-size: 14px;
  text-decoration: none;
  color: #525252;
}
.matrice__footer-menu-ul {
  list-style: none;
}
.matrice__footer-menu-ul li {
  padding-bottom: 8px;
}
.matrice__footer-menu-ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #525252;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__footer-menu-ul li a:hover {
  color: #E4A139;
  opacity: 0.7;
}
.matrice__footer-menu-icon {
  color: #E4A139;
  font-size: 8px;
  margin-right: 16px;
}
.matrice__footer-social-icon-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.matrice__footer-social-icon-ul li a {
  text-decoration: none;
  color: #E4A139;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__footer-social-icon-ul li a:hover {
  color: #E4A139;
  opacity: 0.7;
}
.matrice__footer-social-icon {
  color: #002E5F;
  font-size: 18px;
  margin-right: 16px;
}
.matrice__footer-widget-container li {
  list-style: none;
}
.matrice__footer-widget-container h3, .matrice__footer-widget-container h2, .matrice__footer-widget-container h4, .matrice__footer-widget-container h5, .matrice__footer-widget-container h6 {
  font-weight: 300;
  margin-bottom: 16px;
}
.matrice__footer-widget-container p {
  font-size: 14px;
  line-height: 20px;
}
.matrice__footer-widget-container a, .matrice__footer-widget-container li a {
  text-decoration: none;
  color: #ffffff;
}
.matrice__footer-widget-container a:hover, .matrice__footer-widget-container li a:hover {
  text-decoration: none;
  color: #E4A139;
}
.matrice__footer-logos-container {
  width: 100%;
  background-color: #f1f1f1;
  padding: 32px;
}
.matrice__footer-logos-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.matrice__logo-box, .matrice__logo-second_block-box {
  background-color: #ffffff;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matrice__logo-second_block-box {
  height: 100px;
}
.matrice__logo-box {
  height: 150px;
}
.matrice__logo-image {
  width: 200px;
  height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.matrice__second-logo-box-img {
  width: 80px;
  height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.splide__slide {
  border: 1px solid #CFCBC8;
}

.splide {
  margin: 16px 0;
}

#footer_first_block_logo-track,
#footer_second_block_logo-track {
  width: 90%;
  margin: 0 auto;
}

a.wpml-ls-link {
  color: #525252 !important;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .matrice__footer-info {
    flex-basis: 100%;
    border-right: none;
  }
  .matrice__footer-menu {
    flex-basis: 50%;
    border-top: 1px solid #E0E0E0;
    padding: 24px 24px 24px 0;
  }
  .matrice__footer-social {
    flex-basis: 50%;
    border-top: 1px solid #E0E0E0;
  }
  .matrice__footer-copyright {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 460px) and (max-width: 599px) {
  .matrice__footer-info {
    flex-basis: 100%;
    border-right: none;
  }
  .matrice__footer-menu {
    flex-basis: 100%;
    border-top: 1px solid #E0E0E0;
    border-right: none;
    padding: 24px 0;
  }
  .matrice__footer-social {
    flex-basis: 100%;
    border-top: 1px solid #E0E0E0;
    padding: 24px 0;
  }
  .matrice__footer-copyright {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .matrice__footer-info {
    flex-basis: 100%;
    border-right: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .matrice__footer-business-info {
    padding: 24px 0;
  }
  .matrice__footer-menu {
    flex-basis: 100%;
    border-top: 1px solid #E0E0E0;
    border-right: none;
    padding: 24px 0;
  }
  .matrice__footer-social {
    flex-basis: 100%;
    border-top: 1px solid #E0E0E0;
    border-right: none;
    padding: 24px 0;
  }
  .matrice__footer-copyright {
    display: flex;
    flex-direction: column;
  }
  .matrice__footer-description {
    padding-bottom: 16px;
  }
}
/* ------------------------------------ *\
    BREADCRUMBS
\* ------------------------------------ */
.matrice__breadcrumbs {
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  font-family: "EB Garamond", serif;
}
.matrice__breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  color: #626166;
  font-size: 14px;
}
.matrice__breadcrumbs .separator {
  font-size: 18px;
  color: #E0E0E0;
}
.matrice__breadcrumbs-home {
  vertical-align: middle;
  margin-right: 16px;
  font-size: 14px;
}

/* ------------------------------------ *\
    SLIDER
\* ------------------------------------ */
.matrice__slider {
  margin: 16px auto;
  width: 100%;
  position: relative;
}
.matrice__directional-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background: #00000021 linear-gradient(0deg, #100f0fa3 100%, #07070770 100%) 0 0 no-repeat padding-box;
}
.matrice__slide-buttons {
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-bottom: 8px;
  width: 100%;
  margin: auto;
  z-index: 2;
  display: none;
}
.matrice__slide-viewer {
  height: 560px;
  overflow: hidden;
  position: relative;
}
.matrice__slide-group {
  height: 100%;
  position: relative;
  width: 100%;
}
.matrice__slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
}
.matrice__slide:first-child {
  display: block;
}
.matrice__slide-content-wrapper {
  max-width: calc(1400px - 32px);
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: unset;
  justify-content: unset;
}
.matrice__slide-text-content {
  width: 65%;
  padding: 64px 208px 64px 0;
  z-index: 2;
  background-color: #E4A139;
}
.matrice__slide-text-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 32px;
  padding-top: 80px;
  position: relative;
}
.matrice__directional {
  max-width: 116px;
  height: 100px;
  position: absolute;
  margin-left: auto;
  margin-right: unset;
  left: 0;
  right: -30px;
  text-align: unset;
  top: 400px;
}
.matrice__slide-image {
  width: 50%;
  aspect-ratio: 16/9;
  position: absolute;
  right: 0;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}
.matrice__slide-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 70px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  border: unset;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #ffffff;
  box-shadow: 5px 5px 9px -3px rgba(0, 0, 0, 0.3);
}
.matrice__slide-title {
  margin-top: unset;
  margin-bottom: 32px;
  font-size: 38px;
  color: #ffffff;
  font-weight: 300;
}
.matrice__slide-divider {
  height: 2px;
  width: 70px;
  background-color: #ffffff;
  margin: 16px 0;
}
.matrice__slide-description {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}
.matrice__slide-wrapper-button {
  margin: 16px 0;
  display: flex;
}
.matrice__button-see-all {
  padding: 12px 16px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__button-see-all:hover {
  opacity: 0.9;
}
.matrice__button-icon {
  margin-left: 8px;
  font-size: 14px;
  color: #ffffff;
}
.matrice__insights-button-read {
  padding: 12px 16px;
  border: unset;
  color: #6F6D72;
  border-radius: 50px;
  text-decoration: none;
  background-color: #ffffff;
  font-weight: 600;
  transition: all 0.2s 0s ease;
  box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.3);
}
.matrice__insights-button-read:hover {
  border: unset;
  color: #E4A139;
}
.matrice__button-read {
  padding: 12px 16px;
  border: 1px solid #ffffff;
  background-color: unset;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.2s 0s ease;
}
.matrice__button-read:hover {
  background-color: #ffffff;
  color: #E4A139;
}
.matrice__button-read--darken {
  padding: 12px 16px;
  border: 1px solid #525252;
  background-color: unset;
  color: #525252;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.2s 0s ease;
}
.matrice__button-read--darken:hover {
  background-color: #ffffff;
  color: #E4A139;
  border: 1px solid #E4A139;
}
.matrice__button-read-icon, .matrice__insights-button-read-icon {
  margin-left: 32px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.2s 0s ease;
}
.matrice__button-read:hover .matrice__button-read-icon, .matrice__button-read:hover .matrice__insights-button-read-icon, .matrice__insights-button-read:hover .matrice__button-read-icon, .matrice__insights-button-read:hover .matrice__insights-button-read-icon {
  color: #E4A139;
}
.matrice__button-read-icon--darken {
  margin-left: 32px;
  font-size: 14px;
  color: #525252;
  transition: all 0.2s 0s ease;
}
.matrice__button-read--darken:hover .matrice__button-read-icon--darken {
  color: #E4A139;
}
.matrice__slide-btn {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.matrice__slide-btn.active, .matrice__slide-btn:hover {
  background-color: #E4A139;
  border: 2px solid #E4A139;
  cursor: pointer;
}
.matrice__previous_btn {
  bottom: 0;
  left: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 7;
}
.matrice__next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -150px;
  top: 0;
  z-index: 7;
}
.matrice__next_btn, .matrice__previous_btn {
  cursor: pointer;
  height: 50px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  width: 80px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.matrice__next_btn:hover, .matrice__previous_btn:hover {
  opacity: 1;
  color: #E4A139;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .matrice__slide-viewer {
    height: 750px;
  }
  .matrice__slide-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: unset;
  }
  .matrice__slide-text-content {
    width: 100%;
    z-index: 7;
  }
  .matrice__slide-image {
    width: 100%;
    height: 100%;
    position: unset;
    top: unset;
    transform: unset;
  }
  .matrice__slide-text-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }
  .matrice__slide-text-content {
    height: 50%;
    padding: 32px;
  }
  .matrice__slide-title {
    font-size: 30px;
    color: #ffffff;
  }
  .matrice__slide-description {
    font-size: 20px;
    color: #ffffff;
  }
  .matrice__directional {
    top: -120px;
    right: 150px;
  }
}
@media screen and (min-width: 460px) and (max-width: 768px) {
  .matrice__slide-viewer {
    height: 750px;
  }
  .matrice__slide-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: unset;
  }
  .matrice__slide-text-content {
    width: 100%;
    z-index: 7;
  }
  .matrice__slide-image {
    width: 100%;
    height: 100%;
    position: unset;
    top: unset;
    transform: unset;
  }
  .matrice__slide-text-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }
  .matrice__slide-text-content {
    height: 55%;
    padding: 32px;
  }
  .matrice__slide-title {
    font-size: 26px;
    color: #ffffff;
  }
  .matrice__slide-description {
    font-size: 20px;
    color: #ffffff;
  }
  .matrice__directional {
    top: -120px;
    right: 150px;
  }
}
@media screen and (max-width: 460px) {
  .matrice__slide-viewer {
    height: 600px;
  }
  .matrice__slide-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: unset;
  }
  .matrice__slide-text-content {
    width: 100%;
    z-index: 7;
  }
  .matrice__slide-image {
    width: 100%;
    height: 100%;
    position: unset;
    top: unset;
    transform: unset;
  }
  .matrice__slide-text-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }
  .matrice__slide-text-content {
    width: 100%;
    height: 70%;
    padding: 32px;
  }
  .matrice__slide-title {
    font-size: 26px;
    color: #ffffff;
  }
  .matrice__slide-description {
    font-size: 20px;
    color: #ffffff;
  }
  .matrice__directional {
    top: -120px;
    right: 150px;
  }
}
/**
 * HOME
 *
 */
/* ------------------------------------ *\
    APPROFONDIMENTI
\* ------------------------------------ */
.matrice__insights-container {
  width: 100%;
  background-color: #f1f1f1;
  padding: 24px 16px 32px;
}
.matrice__insights-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-start;
}
.matrice__home-insights, .matrice__insights {
  width: calc((100% / 2) - 32px);
  margin: 24px 16px;
  border-bottom: 1px solid #CFCBC8;
}
.matrice__insights-img {
  width: 100%;
  height: 315px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.matrice__img-anchor {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.matrice__insights-category, .matrice__news-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.matrice__insights-category a, .matrice__news-category a {
  text-decoration: none;
  background-color: #ffffff;
  color: #525252;
  padding: 5px 10px;
  font-size: 12px;
  font-family: "EB Garamond", serif;
}
.matrice__insights-category a, .matrice__insights-category-variant a {
  margin-right: 8px;
}
.matrice__insights-category-container, .matrice__news-category-container {
  display: none;
  justify-content: flex-start;
}
.matrice__insights-category-variant, .matrice__insights-category-variant-home, .matrice__news-category-variant {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.matrice__insights-category-variant a, .matrice__insights-category-variant-home a, .matrice__news-category-variant a {
  text-decoration: none;
  padding: 5px 10px;
  background-color: #F7F8F3;
  color: #626166;
}
.matrice__home-insights-title, .matrice__insights-title {
  padding-bottom: 16px;
  font-size: 26px;
  color: #626166;
}
.matrice__home-insights-title a, .matrice__insights-title a {
  text-decoration: none;
  color: #626166;
  transition: all 0.2s 0s ease;
}
.matrice__home-insights-title a:hover, .matrice__insights-title a:hover {
  text-decoration: none;
  color: #E4A139;
}
.matrice__home-insights-description, .matrice__insights-description {
  font-size: 20px;
  line-height: 26px;
  color: #626166;
}
.matrice__insights-box {
  margin: 16px;
}

/* ------------------------------------ *\
    INTESTAZIONE
\* ------------------------------------ */
.matrice__heading-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}
.matrice__heading-archive-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.matrice__heading-insights-line, .matrice__heading-line {
  height: 0.5px;
  background-color: #CFCBC8;
  width: 100%;
  flex-basis: 25%;
  position: relative;
  z-index: 1;
}
.matrice__heading-insights-title, .matrice__heading-news-title, .matrice__heading-title {
  flex-basis: 50%;
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  padding: 0 8px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.matrice__wrapper-button {
  display: flex;
  justify-content: center;
}

/* ------------------------------------ *\
    NEWS
\* ------------------------------------ */
.matrice__news-container {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 16px 32px;
}
.matrice__news-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-start;
}
.matrice__news {
  width: calc((100% / 3) - 32px);
  margin: 24px 16px;
  border-bottom: 1px solid #CFCBC8;
}
.matrice__news-img {
  width: 100%;
  height: 205px;
  background-image: url("../../dist/images/storie-01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.matrice__news-title {
  padding-bottom: 24px;
  font-size: 26px;
  color: #626166;
}
.matrice__news-title a {
  text-decoration: none;
  color: #626166;
}
.matrice__news-title a:hover {
  text-decoration: none;
  color: #E4A139;
}
.matrice__news-time {
  width: 100%;
  display: flex;
  align-items: center;
  color: #626166;
  margin-bottom: 16px;
}
.matrice__news-time-icon {
  margin-right: 8px;
}
.matrice__news-time-date {
  flex-basis: 40%;
  font-style: oblique;
  font-size: 16px;
  margin-right: 8px;
}
.matrice__news-description {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}
.matrice__news-time-line {
  flex-basis: 60%;
  height: 0.5px;
  width: 100%;
  background-color: #CFCBC8;
}
.matrice__news-box {
  margin: 16px;
}

.enzo-mari__category-slider-container {
  width: 100%;
  background-color: #FBFBFB;
  padding: 24px;
}
.enzo-mari__category-slider-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.enzo-mari__category-slider-content {
  width: 30%;
  padding: 16px 16px 16px 0;
}
.enzo-mari__category-slider {
  width: 70%;
}
.enzo-mari__category-slider p {
  font-size: 18px;
  line-height: 28px;
  color: #626166;
  margin-bottom: 20px;
  font-weight: 300;
}
.enzo-mari__category-slider-box {
  width: 100%;
  aspect-ratio: 3/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.enzo-mari__home-title {
  font-size: 30px;
  line-height: 28px;
  color: #525252;
  margin-bottom: 24px;
  font-weight: 300;
}
.enzo-mari__home-description {
  font-size: 18px;
  line-height: 28px;
  color: #626166;
  margin-bottom: 20px;
  font-weight: 300;
}
.enzo-mari__home-project-img {
  width: 100%;
  aspect-ratio: 4/4;
}
.enzo-mari__home-project-container {
  width: 100%;
  background-color: #ffffff;
  padding: 16px;
}
.enzo-mari__home-project-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.enzo-mari__home-project-content {
  width: 30%;
}
.enzo-mari__home-project {
  width: 70%;
  padding: 16px;
  border: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enzo-mari__home-project p {
  font-size: 18px;
  line-height: 28px;
  color: #626166;
  margin-bottom: 20px;
  font-weight: 300;
}
.enzo-mari__routes-archive {
  width: calc((100% / 2) - 8px);
  border: 1px solid #E0E0E0;
  display: flex;
  background-color: #ffffff;
  min-height: 150px;
}
.enzo-mari__routes-archive-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.splide__arrow {
  background: unset !important;
  border: 1px solid #E0E0E0 !important;
  top: unset !important;
  bottom: 0 !important;
  border-radius: unset !important;
  padding: 24px 32px !important;
  transform: unset !important;
}

.splide__arrow--next {
  left: -7em;
  right: unset;
}

.splide__arrow--prev {
  left: -13em !important;
}

.splide__slide {
  border: unset !important;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__news {
    width: calc((100% / 2) - 35px);
  }
  .matrice__insights-img {
    height: 200px;
  }
}
@media screen and (min-width: 460px) and (max-width: 600px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__home-insights {
    width: calc(100% - 30px);
    margin: 24px 16px;
  }
  .matrice__news {
    width: calc(100% - 30px);
  }
  .matrice__insights-img {
    height: 200px;
  }
  .matrice__insights-archive-box {
    flex-basis: unset;
  }

  .enzo-mari__routes-archive {
    width: 100%;
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__home-insights {
    width: calc(100% - 30px);
    margin: 24px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__news {
    width: calc(100% - 30px);
  }
  .matrice__insights-img {
    height: 240px;
  }
  .matrice__insights-archive-box {
    flex-basis: unset;
  }

  .enzo-mari__routes-archive {
    width: 100%;
    flex-direction: column;
    border: 1px solid #E0E0E0;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .enzo-mari__category-slider-content {
    width: 100%;
    padding: 0;
  }
  .enzo-mari__category-slider {
    width: 100%;
  }

  .splide__arrows {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .enzo-mari__home-project-content {
    width: 100%;
  }
  .enzo-mari__home-project {
    width: 100%;
    padding-top: 16px;
    border: 1px solid #E0E0E0;
  }
}
/**
 * ARCHIVIO NEWS
 *
 */
/* ------------------------------------ *\
     INTESTAZIONE LAYOUT ARCHIVIO
\* ------------------------------------ */
.matrice {
  /* freccia */
  /* Transizione */
}
.matrice__heading-archive-container {
  max-width: calc(1400px - 30px);
  margin: 0 auto;
  margin-top: 16px;
  background-color: #E4A139;
  padding: 32px 16px 32px 16px;
}
.matrice__news-description-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px;
  position: relative;
  z-index: 1;
}
.matrice__breadcrumbs-container, .matrice__pagination-container {
  width: 100%;
  padding: 0 32px;
}
.matrice__breadcrumbs-container {
  margin-top: 16px;
}
.matrice__breadcrumbs-wrapper {
  max-width: calc(1400px - 30px);
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matrice__breadcrumbs-wrapper-single {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #CFCBC8;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matrice__breadcrumbs-text a {
  text-decoration: none;
  color: #626166;
  font-size: 14px;
  font-family: "EB Garamond", serif;
}
.matrice__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 2px solid #ffffff !important;
  background: #f1f1f1;
  background-image: none;
  white-space: nowrap;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "EB Garamond", serif;
}
.matrice__select select::-ms-expand {
  display: none;
}
.matrice__select {
  position: relative;
  display: flex;
  height: 40px;
  line-height: 3;
  font-family: "EB Garamond", serif;
  color: #626166;
  background: #f1f1f1;
}
.matrice__select select {
  flex: 1;
  padding: 8px;
  color: #626166;
  cursor: pointer;
  padding-right: 40px;
  background: #f1f1f1;
  font-size: 14px;
}
.matrice__select::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\F107";
  position: absolute;
  top: -5px;
  right: 16px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.matrice__select:hover::after {
  color: #E4A139;
}

/* ------------------------------------ *\
    PAGINATION
\* ------------------------------------ */
.page-numbers {
  height: 40px;
  width: 40px;
  border: 1px solid #CFCBC8;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  padding: 8px 16px;
  color: #626166;
  font-size: 18px;
  transition: all 0.2s 0s ease;
}

.page-numbers:active,
.page-numbers:focus,
.page-numbers:hover {
  border: 1px solid #E4A139;
  color: #E4A139;
}

.page-numbers .current {
  border: 1px solid #E4A139;
  color: #ffffff;
  background-color: #E4A139 !important;
}

.matrice__pagination-wrapper {
  height: 80px;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.matrice__pagination-number {
  color: #626166;
  font-size: 26px;
  list-style: none;
}
.matrice__pagination-number .current {
  border: 1px solid #E4A139;
  color: #ffffff;
  background-color: #E4A139 !important;
}
.matrice__pagination-line {
  position: absolute;
  top: 40px;
  left: 0;
  height: 0.5px;
  background-color: #CFCBC8;
  width: 100%;
  z-index: -1;
}
.matrice__pagination-arrow {
  font-size: 12px;
}

@media screen and (max-width: 460px) {
  .matrice__select-container {
    width: 100%;
  }
  .matrice__select {
    width: 100%;
  }
}
/**
 * ARCHIVIO 
 *
 */
/* ------------------------------------ *\
     INTESTAZIONE LAYOUT ARCHIVIO
 \* ------------------------------------ */
.matrice__insights-archive-container {
  width: 100%;
  background-color: #ffffff;
  padding: 0 16px;
}
.matrice__insights-archive-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: flex-start;
}
.matrice__insights-archive {
  width: calc(100% - 32px);
  margin: 16px;
  border: 1px solid #E0E0E0;
  display: flex;
}
.matrice__insights-archive-img {
  height: 100%;
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.matrice__insights-archive-box {
  flex-basis: 60%;
  margin: 16px;
}
.matrice__insights-archive-category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  text-transform: uppercase;
}
.matrice__insights-archive-category a {
  text-decoration: none;
  color: #626166;
}
.matrice__insights-archive-title {
  padding-bottom: 24px;
  font-size: 26px;
  color: #525252;
}
.matrice__insights-archive-title a {
  text-decoration: none;
  color: #525252;
  font-weight: 300;
}
.matrice__insights-archive-title a:hover {
  text-decoration: none;
  color: #E4A139;
}
.matrice__insights-archive-time {
  width: 100%;
  display: flex;
  align-items: center;
  color: #626166;
  margin-bottom: 16px;
  font-family: "EB Garamond", serif;
}
.matrice__insights-archive-time-icon {
  margin-right: 8px;
}
.matrice__insights-archive-time-date {
  flex-basis: 20%;
  font-style: oblique;
  font-size: 16px;
  margin-right: 8px;
}
.matrice__insights-archive-description {
  font-size: 18px;
  line-height: 26px;
  color: #626166;
  font-weight: 300;
}
.matrice__insights-archive-time-line {
  flex-basis: 80%;
  height: 1px;
  width: 100%;
  background-color: #CFCBC8;
}
.matrice__archive-wrapper-button {
  margin: 16px 0;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 599px) and (max-width: 768px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights-archive {
    width: calc((100% / 2) - 35px);
    display: flex;
    flex-direction: column;
  }
  .matrice__insights-archive-img {
    flex-basis: 205px;
    width: 100%;
    height: 205px;
    margin-bottom: 0;
  }
  .matrice__insights-archive-time-date {
    flex-basis: 50%;
  }
  .matrice__insights-archive-time-line {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 460px) and (max-width: 599px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__insights-archive {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }
  .matrice__insights-archive-img {
    flex-basis: 205px;
    width: 100%;
    height: 205px;
    margin-bottom: 0;
  }
  .matrice__insights-archive-time-date {
    flex-basis: 50%;
  }
  .matrice__insights-archive-time-line {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 460px) {
  .matrice__heading-wrapper {
    padding: 32px 16px;
  }
  .matrice__insights {
    width: calc(100% - 30px);
  }
  .matrice__insights-archive {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }
  .matrice__insights-archive-img {
    flex-basis: 205px;
    width: 100%;
    height: 205px;
    margin-bottom: 0;
  }
  .matrice__insights-archive-time-date {
    flex-basis: 50%;
  }
  .matrice__insights-archive-time-line {
    flex-basis: 50%;
  }
}
/**
 * SINGLE
 *
 */
/* ------------------------------------ *\
      INTESTAZIONE LAYOUT SINGLE
\* ------------------------------------ */
.matrice__heading-date {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #626166;
}
.matrice__heading-time {
  font-style: oblique;
  font-size: 16px;
  margin-right: 8px;
}
.matrice__heading-category {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.matrice__heading-category a {
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #ffffff;
  color: #626166;
  text-transform: uppercase;
}

/* ------------------------------------ *\
      SHARE BUTTONS VERTICAL
\* ------------------------------------ */
.matrice__single-main-container {
  max-width: 1000px;
  padding: 32px 24px 8px;
  margin: 0 auto;
  display: flex;
}
.matrice__single-wrapper {
  max-width: 1000px;
  padding: 0 32px 0 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.matrice__share-buttons-vertical {
  width: 50px;
  display: flex;
  flex-direction: column;
}
.matrice__share-buttons-horizontal {
  display: flex;
  justify-content: flex-start;
}
.matrice__single-content {
  width: calc(100% - 50px);
  margin-left: 24px;
}
.matrice__page-content {
  flex-basis: calc(100% - 120px);
  margin: 0 auto;
}
.matrice__content p {
  font-size: 20px;
  line-height: 28px;
  color: #626166;
  margin-bottom: 20px;
}
.matrice__content a {
  color: #E4A139;
}
.matrice__content h1, .matrice__content h2, .matrice__content h3, .matrice__content h4, .matrice__content h5, .matrice__content h6 {
  color: #626166;
  margin: 16px 0;
}
.matrice__content h1, .matrice__content h2 {
  border-left: 3px solid #E4A139;
  padding-left: 16px;
}
.matrice__content ul, .matrice__content ol {
  padding: 20px;
  font-size: 20px;
}
.matrice__content li, .matrice__content ol {
  color: #626166;
  line-height: 32px;
}
.matrice__content li::marker {
  color: #E4A139;
}
.matrice__share-buttons-icon {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  text-align: center;
  color: #626166;
  line-height: 40px;
  vertical-align: middle;
  opacity: 1;
  transition: all 0.2s 0s ease;
}
.matrice__share-buttons-icon:hover {
  opacity: 0.7;
}
.matrice__share-buttons-text {
  transform: rotate(-90deg);
  padding: 48px 0;
  color: #626166;
}
.matrice__share-buttons-divider {
  height: 50px;
  width: 0.5px;
  background-color: #E0E0E0;
  margin: 16px auto;
}
.matrice__share-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.matrice__share-buttons {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.matrice__share-buttons li {
  padding-bottom: 16px;
}

/* ------------------------------------ *\
      PAGINATION
\* ------------------------------------ */
.matrice__pagination-news-container {
  margin: 24px 0;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
}
.matrice__next-prev-pagination-container {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
}
.matrice__pagination-prev {
  padding: 40px 8px;
  flex-basis: 50%;
  border-right: 1px solid #E0E0E0;
}
.matrice__pagination-next {
  padding: 40px 8px;
  flex-basis: 50%;
}
.matrice__pagination-next a, .matrice__pagination-prev a {
  text-decoration: none;
}
.matrice__pagination-icon-prev {
  color: #E4A139;
  margin-bottom: 8px;
  opacity: 1;
}
.matrice__pagination-icon-next {
  text-align: right;
  color: #E4A139;
  margin-bottom: 8px;
  opacity: 1;
}
.matrice__pagination-icon-next:hover, .matrice__pagination-icon-prev:hover {
  opacity: 0.8;
}
.matrice__pagination-title-prev {
  color: #626166;
}
.matrice__pagination-title-next {
  text-align: right;
  color: #626166;
}
.matrice__share-buttons-horizontal {
  display: none;
}

@media screen and (max-width: 768px) {
  .matrice__heading-title {
    flex-basis: 100%;
  }
  .matrice__heading-line, .matrice__pagination-title-next, .matrice__pagination-title-prev, .matrice__share-buttons-divider, .matrice__share-buttons-text, .matrice__share-buttons-vertical {
    display: none;
  }
  .matrice__share-wrapper {
    position: relative;
    top: 0;
  }
  .matrice__share-buttons {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .matrice__share-buttons-text-hor {
    transform: rotate(0deg);
    padding: 0;
    line-height: 40px;
  }
  .matrice__share-buttons-icon {
    margin: 0 8px;
  }
  .matrice__share-buttons-horizontal {
    display: flex;
    padding: 16px 0;
  }
  .matrice__single-content {
    width: 100%;
    margin-left: 0;
  }
  .matrice__page-content {
    flex-basis: 100%;
    margin: 0 auto;
  }
  .matrice__breadcrumbs-text {
    display: none;
  }
}
/**
 * SINGLE APPROFONDIMENTI
 *
 */
/* ------------------------------------ *\
     INTESTAZIONE LAYOUT ARCHIVIO
 \* ------------------------------------ */
.matrice__heading-single-container {
  max-width: calc(1400px - 6px);
  margin: 0 auto;
  margin-top: 16px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.matrice__routes-content-container {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.matrice__routes-container {
  max-width: calc(1000px - 6px);
  margin: 0 auto;
  margin-top: 16px;
  background-color: #ffffff;
  position: relative;
}
.matrice__routes-container-wrapper {
  padding: 0 24px;
}
.matrice__heading-single-img-container {
  height: 550px;
  padding: 24px 16px 32px;
  margin: 0 24px;
}
.matrice__single-insights-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
.matrice__single-insights-heading-category {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  margin: 16px;
}
.matrice__single-insights-heading-category a {
  text-decoration: none;
  color: #525252;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #f1f1f1;
}
.matrice__single-insights-heading-title {
  font-size: 38px;
  font-weight: 300;
  padding: 24px;
  color: #525252;
  text-align: center;
}
.matrice__single-insights-tag {
  padding: 16px 0;
}
.matrice__single-insights-tag a {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  text-transform: uppercase;
  text-decoration: none;
  color: #626166;
}
.matrice__routes-sources-wrapper {
  background-color: #f1f1f1;
  padding: 24px;
  border: 1px solid #E0E0E0;
}
.matrice__routes-sources-title {
  color: #525252;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}
.matrice__sources-link-ul {
  margin-left: 24px;
}
.matrice__sources-link-li {
  line-height: 30px;
}
.matrice__sources-link-li a {
  font-size: 18px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  text-decoration: none;
  font-style: italic;
  color: #525252;
}
.matrice__sources-link-li a:hover {
  color: #E4A139;
}
.matrice__sources-link-li::marker {
  color: #E4A139;
}

@media screen and (max-width: 460px) {
  .matrice__heading-single-img-container {
    height: 400px;
  }
  .matrice__single-insights-heading-title {
    font-size: 30px;
  }
}
/* ------------------------------------ *\
    Citazioni
\* ------------------------------------ */
blockquote {
  position: relative;
  left: 30px;
  width: calc(100% - 30px);
  display: inline-block;
  justify-content: flex-end;
  margin: 24px;
  border-left: 3px solid #E4A139;
  padding: 24px;
  font-size: 26px;
  color: #626166;
  font-style: italic;
}

blockquote::before {
  content: "\201C";
  color: #E4A139;
  display: block;
  font-size: 110px;
  left: -90px;
  top: -50px;
  position: relative;
  height: 0;
}

/* ------------------------------------ *\
    Blocco caricamento file da scaricare
\* ------------------------------------ */
.wp-block-file .wp-block-file__button {
  background: #E4A139;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 0.5em 1em;
}

.wp-block-file {
  padding: 24px 0;
}

/* ------------------------------------ *\
    Blocco immagine
\* ------------------------------------ */
.wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------------------------------ *\
    Blocco embed media
\* ------------------------------------ */
.wp-block-embed iframe {
  width: 100%;
  height: 400px;
  padding: 16px 0;
}

.wp-block-embed__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

/* ------------------------------------ *\
    Ancora - fix altezza
\* ------------------------------------ */
.offset {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

/* ------------------------------------ *\
    Lightweight Accordion
\* ------------------------------------ */
.lightweight-accordion .lightweight-accordion-title {
  margin: 12px 0;
}

.lightweight-accordion .lightweight-accordion-title span,
.lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion-title h3,
.lightweight-accordion .lightweight-accordion-title h4,
.lightweight-accordion .lightweight-accordion-title h5,
.lightweight-accordion .lightweight-accordion-title h6 {
  border-left: 3px solid #E4A139;
  padding-left: 16px;
  font-weight: 700 !important;
  color: #626166;
  font-size: 20px !important;
}

.wp-block-glsb-gosign-gallery-box-block.gosign-gallery-box-block-container {
  width: 100%;
  padding: 16px;
}

/* ------------------------------------ *\
    Categories
\* ------------------------------------ */
.enzo-mari__category-box {
  width: calc((100% / 3) - 32px);
  margin: 16px;
  aspect-ratio: 3/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.enzo-mari__category-box-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
}
.enzo-mari__category-box-img {
  width: 60%;
}
.enzo-mari__category-box-content {
  background-color: #ffffff;
  padding: 32px 16px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-decoration: none;
  color: #525252;
}
.enzo-mari__category-box-content:hover .enzo-mari__category-box-title {
  color: #E4A139;
}
.enzo-mari__category-box-title {
  font-size: 26px;
  font-weight: normal;
  font-family: "EB Garamond", serif;
  color: #525252;
  text-decoration: none;
  margin: 8px 0;
}
.enzo-mari__category-heading-wrapper {
  display: flex;
}
.enzo-mari__category-heading-images {
  flex-basis: 10%;
}
.enzo-mari__category-heading-img {
  width: 100%;
}
.enzo-mari__category-heading-content {
  flex-basis: 90%;
  margin-left: 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.enzo-mari__category-heading-title {
  font-size: 38px;
  font-weight: 300;
  font-family: "EB Garamond", serif;
  margin-bottom: 16px;
}
.enzo-mari__category-heading-subtitle {
  font-weight: 300;
  opacity: 0.6;
  font-style: italic;
}
.enzo-mari__single-category-container {
  max-width: calc(1400px - 30px);
  padding: 24px;
  margin: 0 auto;
  display: flex;
}
.enzo-mari__single-category-container-column {
  max-width: calc(1400px - 30px);
  padding: 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.enzo-mari__single-category-image {
  flex-basis: 40%;
}
.enzo-mari__single-category-content {
  flex-basis: 60%;
  margin-left: 24px;
}
.enzo-mari__single-category-img {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media screen and (max-width: 960px) {
  .enzo-mari__category-box {
    width: calc((100% / 2) - 32px);
  }
  .enzo-mari__single-category-container {
    flex-direction: column;
  }
  .enzo-mari__single-category-content {
    margin-left: unset;
  }
}
@media screen and (max-width: 480px) {
  .enzo-mari__category-box {
    width: 100%;
  }
}
.enzo-mari__page-container {
  width: 100%;
  padding: 12px 32px 32px;
}
.enzo-mari__page-wrapper {
  max-width: 1370px;
  margin: 0 auto;
}
.enzo-mari__page-heading-title {
  font-size: 38px;
  font-weight: 300;
  padding: 32px;
  color: #525252;
  background-color: #ffffff;
}
.enzo-mari__page-heading {
  max-width: calc(1400px - 30px);
  margin: 0 auto;
  margin-top: 16px;
  background-color: #E4A139;
  padding: 72px 0;
  display: flex;
}

@media screen and (max-width: 460px) {
  .enzo-mari__page-heading-title {
    font-size: 30px;
  }
}
.tl-slidenav-next .tl-slidenav-icon {
  margin-left: 45px;
  font-size: 14px;
}

.tl-slidenav-previous .tl-slidenav-icon {
  margin-left: 0;
  font-size: 14px;
}

.tl-slidenav-next .tl-slidenav-icon:before {
  content: "\F178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.tl-slidenav-next .tl-slidenav-content-container:hover .tl-slidenav-icon,
.tl-slidenav-next .tl-slidenav-icon:hover {
  background-color: #eab666;
  margin-left: 45px;
}

.tl-slidenav-previous .tl-slidenav-icon:before {
  content: "\F177";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.tl-slidenav-previous .tl-slidenav-content-container:hover .tl-slidenav-icon,
.tl-slidenav-previous .tl-slidenav-icon:hover {
  background-color: #eab666;
  margin-left: 0;
}

.tl-slidenav-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #002E5F;
  color: #ffffff !important;
  text-shadow: unset !important;
}

.tl-timeline h2.tl-headline-title,
h2.tl-headline {
  color: #525252;
  margin: 32px 0 32px 0 !important;
  font-size: 30px !important;
  position: relative;
  text-transform: unset !important;
  font-family: "EB Garamond", serif;
  font-weight: 300 !important;
}

.tl-timemarker-text h2.tl-headline {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 300;
}

.tl-text-content p {
  font-size: 20px !important;
  font-family: "Roboto", sans-serif !important;
  color: #525252 !important;
  line-height: 28px !important;
  font-weight: 300 !important;
}

.enzo-mari__studio-archive-img {
  height: 100%;
  width: 70% !important;
  position: relative;
}
.enzo-mari__studio-archive-img-room {
  background-color: #ffffff;
  padding: 8px;
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
.enzo-mari__studio-img-room {
  width: 100%;
}
.enzo-mari__studio-archive-box {
  width: 30% !important;
  flex-basis: unset !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enzo-mari__studio-archive {
  display: flex;
  flex-direction: row-reverse;
  min-height: 450px;
}
.enzo-mari__admin-room-conteiner label input {
  display: none !important;
}
.enzo-mari__admin-room-conteiner label p {
  margin: 0 !important;
  font-weight: bold !important;
  text-align: center !important;
}
.enzo-mari__admin-room-conteiner label img {
  max-width: 90% !important;
  border: solid 6px #ddd !important;
}
.enzo-mari__admin-room-conteiner label.selected img {
  border: solid 6px #999 !important;
}
.enzo-mari__admin-room-conteiner li {
  display: inline-block !important;
  list-style: none !important;
  max-width: 25% !important;
}

ul.acf-radio-list li {
  display: inline-block !important;
  list-style: none !important;
  max-width: 25% !important;
}

@media screen and (max-width: 768px) {
  .enzo-mari__studio-archive {
    display: flex;
    flex-direction: column;
  }
  .enzo-mari__studio-archive-img {
    height: 100%;
    width: 100% !important;
  }
  .enzo-mari__studio-archive-box {
    width: 100% !important;
    margin: unset !important;
    padding: 16px;
  }
}
.enzo-mari__single-container {
  max-width: 1230px;
  padding: 24px 24px 8px;
  margin: 0 auto;
  display: flex;
}
.enzo-mari__studio-content-container {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.enzo-mari__studio-content-container--variant {
  max-width: 1230px;
  margin: 0 auto;
  margin-top: 16px;
  background-color: #ffffff;
  position: relative;
}
.enzo-mari__single-content {
  width: calc(60% - 50px);
  margin: 0 24px;
}
.enzo-mari__share-buttons-vertical {
  width: 50px;
  display: flex;
  flex-direction: column;
}
.enzo-mari__single-map {
  width: 40%;
}
.enzo-mari__map-container {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  background-color: #FBFBFB;
  border: 1px solid #E0E0E0;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.enzo-mari__map-img {
  width: 100%;
  margin-bottom: 24px;
}
.enzo-mari__rooms-list {
  list-style: none;
  counter-reset: item;
}
.enzo-mari__room {
  padding: 4px 0;
  counter-increment: item;
}
.enzo-mari__room a {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: #525252;
  text-decoration: none;
}
.enzo-mari__room:hover a {
  color: #E4A139;
}
.enzo-mari__room:before {
  margin-right: 10px;
  content: counter(item);
  background: #ffffff;
  border-radius: 100%;
  color: #525252;
  width: 1.2em;
  text-align: center;
  display: inline-block;
  border: 1px solid #E4A139;
}

li.enzo-mari__room::marker {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .enzo-mari__single-content {
    width: 100%;
    margin-left: 0;
  }
  .enzo-mari__share-buttons-vertical {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .enzo-mari__single-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .enzo-mari__single-content {
    width: 100%;
    margin: 0;
    margin-top: 16px;
  }
  .enzo-mari__single-map {
    width: 100%;
  }
}