/*!

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700&display=swap");
.titolo-sezione, .fascia-scacchiera-4link-titolo {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002845;
  position: relative;
  margin-top: 100px;
  margin-bottom: 90px;
}
@media (min-width: 1220px) {
  .titolo-sezione, .fascia-scacchiera-4link-titolo {
    font-size: 30px;
    line-height: 36px;
  }
}
.titolo-sezione:after, .fascia-scacchiera-4link-titolo:after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #05a552;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.titolo_dettaglio {
  color: #002845;
  font-size: 48px;
  line-height: 110%;
  margin: 16px 0px 12px;
}
.titolo_dettaglio a {
  text-decoration: none;
  color: inherit;
}
.titolo_dettaglio a:hover {
  text-decoration: underline;
}

.entry-meta_dettaglio {
  font-size: 14px;
  color: #323232;
}

.freccia-dx {
  width: 15px;
  height: 10px;
  background-color: #002845;
  clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
  -webkit-clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
}

.freccia-sx {
  width: 15px;
  height: 10px;
  background-color: #002845;
  clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
  -webkit-clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
  transform: rotate(180deg);
}

.freccia-sx-up {
  width: 15px;
  height: 15px;
  background-color: #002845;
  clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  -webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  transform: rotate(-90deg);
}

.freccia-dx-up {
  width: 15px;
  height: 15px;
  background-color: #002845;
  clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  -webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
}

ss3-force-full-width {
  transform: unset !important;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1280px) {
  ss3-force-full-width {
    margin-left: calc((100vw - 1280px) / -2 - 15px);
    margin-right: calc((100vw - 1280px) / -2 - 15px);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.fascia-scacchiera-4link {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .fascia-scacchiera-4link {
    margin-bottom: 80px;
  }
}
.fascia-scacchiera-4link-titolo {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .fascia-scacchiera-4link-titolo {
    max-width: calc(1280px - 15px * 2);
  }
}
.fascia-scacchiera-4link-elementi {
  background-color: #f9f9f9;
  margin: 0px -15px;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .fascia-scacchiera-4link-elementi {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1280px) {
  .fascia-scacchiera-4link-elementi {
    margin: 0px calc((100vw - 1280px) / -2 - 15px);
    padding: 0px calc((100vw - 1280px) / 2 + 15px);
  }
}
.fascia-scacchiera-4link-immagine {
  grid-area: immagine;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.fascia-scacchiera-4link-immagine::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 20px);
  right: 0%;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
}
.fascia-scacchiera-4link-immagine img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fascia-scacchiera-4link-link {
  position: relative;
  grid-area: link;
  padding: 30px;
  height: 100%;
  display: grid;
  align-items: center;
}
.fascia-scacchiera-4link-link::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  -webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
}
.fascia-scacchiera-4link-elemento a {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .fascia-scacchiera-4link-elemento a {
    font-size: 30px;
  }
}
.fascia-scacchiera-4link-elemento a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.fascia-scacchiera-4link-elemento-0 a {
  grid-template-areas: "immagine link";
  background-color: #05a552;
}
.fascia-scacchiera-4link-elemento-0 a .fascia-scacchiera-4link-immagine:after {
  right: 0px;
  left: unset;
  border-color: transparent #05a552 transparent transparent;
}
.fascia-scacchiera-4link-elemento-1 a {
  grid-template-areas: "link immagine";
  background-color: #007c3d;
  text-align: right;
}
.fascia-scacchiera-4link-elemento-1 a .fascia-scacchiera-4link-immagine:after {
  right: unset;
  left: 0px;
  border-color: transparent transparent transparent #007c3d;
}
.fascia-scacchiera-4link-elemento-2 a {
  grid-template-areas: "immagine link";
  background-color: #005e2e;
}
.fascia-scacchiera-4link-elemento-2 a .fascia-scacchiera-4link-immagine:after {
  right: 0px;
  left: unset;
  border-color: transparent #005e2e transparent transparent;
}
.fascia-scacchiera-4link-elemento-3 a {
  grid-template-areas: "link immagine";
  background-color: #4fcf90;
  text-align: right;
}
.fascia-scacchiera-4link-elemento-3 a .fascia-scacchiera-4link-immagine:after {
  right: unset;
  left: 0px;
  border-color: transparent transparent transparent #4fcf90;
}
@media (min-width: 768px) {
  .fascia-scacchiera-4link-elemento-0 a {
    grid-template-areas: "immagine link";
    background-color: #05a552;
    text-align: left;
  }
  .fascia-scacchiera-4link-elemento-0 a .fascia-scacchiera-4link-immagine:after {
    right: 0px;
    left: unset;
    border-color: transparent #05a552 transparent transparent;
  }
  .fascia-scacchiera-4link-elemento-1 a {
    grid-template-areas: "immagine link";
    background-color: #007c3d;
    text-align: left;
  }
  .fascia-scacchiera-4link-elemento-1 a .fascia-scacchiera-4link-immagine:after {
    right: 0px;
    left: unset;
    border-color: transparent #007c3d transparent transparent;
  }
  .fascia-scacchiera-4link-elemento-2 a {
    grid-template-areas: "link immagine";
    background-color: #005e2e;
    text-align: right;
  }
  .fascia-scacchiera-4link-elemento-2 a .fascia-scacchiera-4link-immagine:after {
    right: unset;
    left: 0px;
    border-color: transparent transparent transparent #005e2e;
  }
  .fascia-scacchiera-4link-elemento-3 a {
    grid-template-areas: "link immagine";
    background-color: #4fcf90;
    text-align: right;
  }
  .fascia-scacchiera-4link-elemento-3 a .fascia-scacchiera-4link-immagine:after {
    right: unset;
    left: 0px;
    border-color: transparent transparent transparent #4fcf90;
  }
}

.editor-styles-wrapper .fascia-scacchiera-4link-elemento a {
  font-size: 20px;
}
.editor-styles-wrapper .fascia-scacchiera-4link-immagine img {
  height: 100%;
}

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