﻿/*$fsDim1: 15px;
$fsDim2: 18px;
$fsDim3: 20px;
$fsDim4: 24px;*/
:root {
  --raggio: 12px;
  --color-deeppurple: #45286D;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-lightgray: #F4F4F4;
  --color-purple: #5C287B;
  --color-purple-1: #B8A3C4;
  --color-purple-2: #D5CBDB;
  --color-deep-purple: #2D1E5B;
  --color-orange: #EA663A;
  --color-orange-1: #F1BCAA;
  --color-orange-2: #F2D7CE;
  --color-blue: #2D1D5B;
  --color-blue-1: #A59EB7;
  --color-blue-2: #CCC8D5;
  --color-highlight-purple: #86317F;
  --color-pale-orange: #FAE0D5;
  --color-pale-purple: #E6D6E5;
}

.row {
  /* Custom bootstrap */
  --bs-gutter-x: 1rem !important;
}

/* GENERALE */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.overflow {
  overflow: hidden;
}

a {
  color: var(--color-black);
}

.color-white a {
  color: var(--color-white);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0 !important;
}

.raggio {
  border-radius: var(--raggio);
}

.anchor-hidden {
  height: 62px;
  /* outline: 1px solid red; */
}

body {
  overflow-x: hidden;
  scroll-behavior: auto;
}

body.body-locked {
  overflow-y: hidden;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: background-color ease 0.5s;
}

body.dark::before {
  background-color: rgba(0, 0, 0, 0.6941176471);
  pointer-events: all;
}

@media (max-width: 767px) {
  body.dark {
    overflow: hidden;
  }
}
p {
  /*margin: 0;*/
  margin-top: 0;
  margin-bottom: 1rem;
}

.grid-text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  border: 0;
  outline: 0;
  border-top: 1px solid var(--color-white);
  width: calc(100% - 20px) !important;
  margin: 0 auto;
  opacity: 1 !important;
}

.hr-100 {
  width: 100% !important;
}

.container, .container-fluid {
  --bs-gutter-x: 5.5rem !important;
}

@media (max-width: 1200px) {
  .container, .container-fluid {
    --bs-gutter-x: 1.5rem !important;
  }
}
.container-fluid {
  /*max-width: 2200px;*/
  margin: 0 auto;
}

.w-600 {
  max-width: 600px;
}

.ombra {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.row {
  --bs-gutter-x: 2rem;
}

strong {
  font-weight: 600;
}

@media (max-width: 1200px) {
  .br-none br {
    display: none;
  }
}
.col-space-1 {
  padding-top: 320px;
}

@media (max-width: 992px) {
  .col-space-1 {
    padding-top: 0;
  }
}
.col-space-05 {
  padding-top: 150px;
}

@media (max-width: 992px) {
  .col-space-05 {
    padding-top: 0;
  }
}
.single-tag {
  border-radius: 50px;
  color: white;
  background-color: var(--color-deeppurple);
  padding: 5px 16px;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}

.thumbnail-img {
  width: 100%;
  height: auto;
  border-radius: var(--raggio);
}

.pointer-none {
  pointer-events: none;
}

.scritta-animata img {
  width: 100%;
  height: auto;
}

/*RUBIK*/
.rubik-light-dim-1 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 14pt;
  line-height: 1.25;
}

.rubik-light-dim-2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.4;
}
.color-white.background-orange .rubik-light-dim-2 {
  font-size: 14pt;
  font-weight: bold;
}

.rubik-light-dim-3 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.35;
}

.rubik-regular-dim-1 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
}

.rubik-regular-dim-2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}

.rubik-regular-dim-3 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
}

.rubik-regular-dim-4 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
}

.rubik-medium-dim-2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.4;
}

.rubik-bold-dim-2 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.4;
}

.rubik-bold-dim-3 {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24pt;
  line-height: 30px;
}

/*SORA*/
.sora-extralight-dim-2 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.4;
}

.sora-extralight-dim-3 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}

.sora-extralight-dim-4 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 24pt;
  line-height: 1.2;
}
.gridA-card .sora-extralight-dim-4 {
  font-weight: 700;
}

.sora-extralight-dim-5 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}

/* Titolo homepage*/
.sora-extralight-dim-6 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
}

.sora-extrabold-dim-4 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 24pt;
  line-height: 1.2;
}

.sora-extrabold-dim-5 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}

.sora-light-dim-3 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}

.sora-light-dim-4 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 24pt;
  line-height: 1.2;
}

.sora-regular-dim-2 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.4;
}

.sora-regular-dim-4 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
}

@media (max-width: 1450px) {
  /* Titolo homepage*/
  .sora-extralight-dim-6 {
    font-size: 42px;
    line-height: 1.25;
  }
}
@media (max-width: 991px) {
  /* Titolo homepage*/
  .sora-extralight-dim-6 {
    font-size: 35px;
    line-height: 1.1;
  }
  .sora-extralight-dim-4 {
    font-size: 21px;
    line-height: 26px;
  }
  .sora-light-dim-4 {
    font-size: 21px;
    line-height: 26px;
  }
  .rubik-regular-dim-4 {
    font-size: 21px;
    line-height: 26px;
  }
  .sora-extralight-dim-3 {
    font-size: 19px;
    line-height: 24px;
  }
  .rubik-light-dim-2 {
    font-size: 17px;
    line-height: 23px;
  }
  .rubik-bold-dim-2 {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  /* Titolo homepage*/
  .sora-extralight-dim-6 {
    font-size: 28px;
    line-height: 32px;
  }
}
/* COLORI */
.background-black {
  background-color: var(--color-black);
}

.background-purple {
  background-color: var(--color-purple) !important;
}

.background-orange {
  background-color: var(--color-orange) !important;
}

.background-orange-1 {
  background-color: var(--color-orange-1) !important;
}

.background-blue {
  background-color: var(--color-blue) !important;
}

.background-blue-1 {
  background-color: var(--color-blue-1) !important;
}

.background-blue-2 {
  background-color: var(--color-blue-2) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-black {
  color: var(--color-black) !important;
}

.color-blue {
  color: var(--color-blue);
}

.color-purple {
  color: var(--color-purple) !important;
}

.color-orange {
  color: var(--color-orange) !important;
}

.background-highlight-purple {
  background-color: var(--color-highlight-purple) !important;
}

.background-pale-orange {
  background-color: var(--color-pale-orange) !important;
}

.background-pale-purple {
  background-color: var(--color-pale-purple) !important;
}

.background-deep-purple {
  background-color: var(--color-deep-purple) !important;
}

/* CTA E PULSANTI */
.cta {
  text-decoration: none;
  cursor: pointer;
}

.cta-outline-blue {
  padding: 5px 20px 4px 20px;
  border: 1px solid var(--color-blue);
  display: inline-block;
  color: var(--color-blue);
  border-radius: 25px;
}

.cta-outline-blue:hover {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.cta-outline-white {
  display: inline-block;
  background-color: transparent;
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid var(--color-white);
  text-decoration: none;
  transition: background-color ease 0.45s, color ease 0.45s;
}

.cta-outline-white:hover {
  background-color: var(--color-white);
  /*color: var(--color-blue);*/
  color: var(--color-purple);
}

.gridA-card .cta-outline-white {
  font-size: 14pt;
  font-weight: bold;
}

.cta-outline-purple {
  padding: 5px 20px 4px 20px;
  border: 1px solid var(--color-purple);
  color: var(--color-purple);
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  transition: all ease 0.4s;
}

.cta-outline-purple:hover {
  color: var(--color-white);
  background-color: var(--color-purple);
}

.cta-blue {
  color: var(--color-blue);
}

.cta-white {
  color: var(--color-white);
}

.cta-purple {
  color: var(--color-purple);
}

.cta-full-white {
  display: inline-block;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-purple);
  padding: 5px 20px;
  border-radius: 20px;
  transition: background-color ease 0.45s, color ease 0.45s;
}

.cta-full-white:hover {
  background-color: var(--color-purple);
  color: var(--color-white);
}

.cta-full-purple {
  display: inline-block;
  background-color: var(--color-purple);
  border: 1px solid var(--color-purple);
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 20px;
  transition: background-color ease 0.45s, color ease 0.45s;
  text-decoration: none;
}

.cta-full-purple:hover {
  background-color: var(--color-white);
  color: var(--color-purple);
}

.cta-left-arrow::before {
  background-image: url("/media/assets/scp_right_arrow_sm_white.svg") !important;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
  margin-top: -1px;
  position: relative;
  left: 0;
  transition: left ease 0.2s;
  cursor: pointer;
}

/* ANIMAZIONI */
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 2.4vw;
  line-height: 3vw;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.marquee2 span {
  animation-delay: 10s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* HEADER */
/* row top */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  z-index: 5;
}

header .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

header .row-top {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

header .row-top .col-cx {
  display: flex;
  justify-content: center;
}

header .row-top .col-cx > * {
  color: var(--color-black);
  text-decoration: none;
  margin: 0 2vw;
}

header .row-top .col-cx #top-mercati:after,
header .row-top .col-cx #top-soluzioni:after,
header .row-top .col-cx #top-consulenza:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: var(--color-black);
  margin-bottom: -2px;
  display: block;
  transition: width ease 0.4s;
}

header .row-top .col-cx #top-mercati:hover::after,
header .row-top .col-cx #top-soluzioni:hover::after,
header .row-top .col-cx #top-consulenza:hover::after {
  width: 100%;
}

header .row-top .col-cx > *.attivo::after {
  width: 100% !important;
}

header .row-top .col-dx {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 36px;
}

header .row-top .col-dx .icon-search {
  appearance: none;
  border: 0;
  outline: 0;
  width: 23px;
  height: 23px;
  margin-right: 18px;
  margin-top: -1px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/media/assets/search-icon.svg");
  background-color: transparent;
}

@media (max-width: 993px) {
  header .row-top .col-dx .icon-search {
    margin-right: 45px;
  }
}
header .row-top .col-dx .icon-search.active {
  background-image: url("/media/assets/search-icon-active.svg");
}

header .row-search {
  display: none; /* Attivato in js */
  height: calc(100vh - 60px);
  width: 100%;
  background-color: var(--color-lightgray);
  position: relative;
  z-index: 1000;
}

header .row-search .row-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}

header .row-search .row-inner .search-form .input-group {
  padding-bottom: 5px;
}

header .row-search .row-inner .search-form .input-group .btn {
  margin-right: 10px;
  margin-top: -3px;
}

header .row-top .col-dx .trigger-container {
  transform-origin: center center;
  transition: transform ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}

header .row-top .col-dx img.menu-normal {
  height: 12px;
  cursor: pointer;
  transition: all ease 2s;
  padding: 0;
}

header .row-top .col-dx img.menu-open {
  height: 25px;
  cursor: pointer;
  display: none;
  padding: 0;
  transition: all ease 0.5s;
  transform-origin: center center;
}

header .row-top .col-dx img.menu-open.rotate {
  transform: rotate(180deg);
}

/* row bottom */
header .row-bottom {
  display: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

@media (max-width: 991px) {
  header .row-bottom {
    display: none !important;
  }
}
header .row-bottom .row-inner {
  min-height: 380px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

header .row-bottom hr {
  border-color: var(--color-black);
  opacity: 20% !important;
}

header .row-bottom .col-dx hr {
  /* border-color: var(--color-white); */
}

header .row-bottom .row-inner > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

header .row-bottom a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
}

header .row-bottom a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
  position: relative;
  left: 0;
  top: -2px;
  transition: left ease 0.2s;
}

header .row-bottom a:hover::before {
  left: -4px;
}

header .row-bottom ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 42px;
}

header .row-bottom ul > * {
  margin-bottom: 7px;
}

header .row-bottom .col-sx,
header .row-bottom .col-sx a {
  padding-left: 15px;
  color: var(--color-white);
}

header .row-bottom .col-sx a::before {
  filter: invert(1);
}

header .row-bottom .col-sx hr {
  border-color: var(--color-white) !important;
}

header .row-bottom .col-cx {
  padding-left: 15px !important;
}

header .row-bottom .col-sx .desc-titolo {
  max-width: 260px;
}

header .row-bottom .col-dx {
  color: var(--color-white);
}

header .row-bottom .col-dx .desc-messaggio {
  max-width: 710px;
}

/*Specifico mercati*/
header .row-bottom-mercati .col-sx {
  background-color: var(--color-purple);
}

header .row-bottom-mercati .col-cx {
  background-color: var(--color-purple-1);
}

header .row-bottom-mercati .col-dx {
  background-color: var(--color-purple);
}

header .row-bottom-mercati .col-cx ul a::before {
  width: 11px;
  height: 11px;
  margin-right: 17px;
}

/*Specifico soluzioni*/
header .row-bottom-soluzioni .col-sx {
  background-color: var(--color-orange);
}

header .row-bottom-soluzioni .col-cx {
  background-color: var(--color-orange-1);
}

header .row-bottom-soluzioni .col-cx .element {
  display: inline-block;
  width: calc(33.333333% - 16px);
  margin-right: 10px;
}

header .row-bottom-soluzioni .col-cx .element a {
  margin-top: 13px;
  margin-bottom: 11px;
}

header .row-bottom-soluzioni .col-dx {
  background-color: var(--color-orange-1);
}

/*Specifico consulenza*/
header .row-bottom-consulenza .col-sx {
  background-color: var(--color-blue-2);
}

header .row-bottom-consulenza .col-cx {
  background-color: var(--color-blue-1);
}

header .row-bottom-consulenza .col-dx {
  background-color: var(--color-blue);
}

/*Specifico extra*/
header .row-bottom-extra {
  background-color: var(--color-lightgray);
}

header .row-bottom-extra .row-inner {
  min-height: 0;
}

header .row-bottom-extra .element a {
  margin-top: 13px;
  margin-bottom: 0;
}

header .row-bottom-extra .descrizione {
  padding-left: 25px;
  max-width: 400px;
  opacity: 40%;
}

header .row-bottom-extra .img-menu {
  width: 120px;
  height: auto;
}

header .row-bottom-extra .container-social img {
  width: 28px;
  height: 28px;
}

header .row-bottom-extra .container-social a {
  display: inline-block;
  margin-right: 18px;
}

header .row-bottom-extra .col-dw .container-social > *:hover {
  opacity: 0.4;
}

header .row-bottom-extra .container-social > *::before {
  display: none !important;
}

header .row-bottom-extra .gradiente-extra {
  height: 10px;
  width: 100%;
  background-image: url("/media/assets/barra-header.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

header .input-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--color-black);
}

header .input-group input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent !important;
}

header .input-group input:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}

header .input-group .btn {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  width: 30px;
  flex-shrink: 0;
  padding-bottom: 9px;
}

/* HEADER MOBILE */
/* HEADER MOBILE */
/* HEADER MOBILE */
header .row-top-mobile {
  position: relative;
  z-index: 100;
  background-color: var(--color-white);
}

header .down-mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}

@media (min-width: 992px) {
  header .down-mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  header .row-top .col-dx .trigger-container {
    width: 35px;
  }
  header .row-top .col-dx img.menu-normal {
    padding-right: 20px;
  }
}
header .down-mobile .container-mobile {
  padding: 70px 20px 0 20px;
  min-height: 100%;
}

header .down-mobile .container-mobile-in {
  left: 0 !important;
}

header .down-mobile a {
  text-decoration: none;
  color: var(--color-black);
  display: flex;
}

header .down-mobile .main-item {
  padding-top: 13px;
  padding-bottom: 9px;
  border-top: 1px solid var(--color-black);
}

header .down-mobile .main-item .descrizione {
  padding-left: 39px;
}

header .down-mobile .main-item.last {
  border-bottom: 1px solid var(--color-black);
}

header .down-mobile .container-normale {
  position: relative;
  z-index: 10;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  overflow: auto;
}

header .down-mobile .container-normale::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-image: url("/media/assets/barra-header.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

/* header .down-mobile .container-normale .row-extra .main-item:nth-last-child(1),
header .down-mobile .container-normale .row-extra .main-item:nth-last-child(2) {
    border-top: 0;
} */
header .down-mobile .container-normale .row-social {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
}

header .down-mobile .container-normale .row-social > * {
  width: 31px;
  height: 31px;
  margin-right: 14px;
}

header .down-mobile .trigger-accordion {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  border: 1px solid black;
  cursor: pointer;
  background-image: url("/media/assets/trigger-menu-accordion.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65% 65%;
  transition: transform 0.5s ease;
  position: relative;
  top: -1px;
}

header .down-mobile .trigger-accordion.trigger-open {
  border: 0 solid black;
  transform: rotate(45deg);
}

header .down-mobile .cta-go {
  background-image: url("/media/assets/scp_right_arrow_sm_black.svg") !important;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 13px;
  margin-left: 11px;
  margin-top: 4px;
  position: relative;
  left: 0;
  transition: left ease 0.2s;
  cursor: pointer;
}

header .down-mobile .cta-next {
  background-image: url("/media/assets/scp_right_arrow_sm_black.svg") !important;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4px;
  position: relative;
  left: 0;
  transition: left ease 0.2s;
  cursor: pointer;
}

header .down-mobile .cta-back {
  background-image: url("/media/assets/scp_right_arrow_sm_black.svg") !important;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-left: 11px;
  position: relative;
  left: 0;
  bottom: -2px;
  transition: left ease 0.2s;
  cursor: pointer;
  transform: rotate(180deg);
}

header .down-mobile .menu-accordion {
  display: none;
  padding-top: 30px;
  padding-bottom: 25px;
}

header .down-mobile .menu-accordion > * {
  margin-bottom: 27px;
  padding-left: 37px;
}

header .down-mobile .menu-accordion > *::before {
  background-image: url("/media/assets/scp_right_arrow_sm_white.svg") !important;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
  margin-top: 4px;
  position: relative;
  left: 0;
  transition: left ease 0.2s;
  cursor: pointer;
  filter: invert(1);
}

/* Container mercati */
header .down-mobile .container-mercati {
  background-color: var(--color-purple-1);
  width: 100%;
  position: absolute;
  z-index: 11;
  left: 100%;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding-bottom: 40px;
  transition: ease left 0.5s;
}

/* Container soluzioni */
header .down-mobile .container-soluzioni {
  background-color: var(--color-orange-1);
  width: 100%;
  position: absolute;
  z-index: 11;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 40px;
  transition: ease left 0.5s;
}

header .down-mobile .container-soluzioni .trigger-accordion {
  pointer-events: none;
}

/* Container consulenza */
header .down-mobile .container-consulenza {
  background-color: var(--color-blue-1);
  width: 100%;
  position: absolute;
  z-index: 11;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 40px;
  transition: ease left 0.5s;
}

/* FOOTER */
/* FOOTER */
/* FOOTER */
footer a {
  color: var(--color-white) !important;
}

footer .cta {
  color: var(--color-white);
  min-height: 24px;
}

footer .container-social a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
}

footer .container-social a:hover {
  opacity: 0.4;
}

footer .container-social a img {
  filter: invert(1);
  height: 26px;
  width: auto;
}

footer .logo-footer {
  width: 100%;
  max-width: 110px;
  margin-bottom: 30px;
}

footer .logo-altro {
  width: 100%;
  max-width: 120px;
}

footer .footer-up .row > div {
  padding-top: 31px;
}

footer .footer-up strong {
  margin-bottom: 5px;
  display: block; /* Per spaziare i titoletti */
}

footer .col-menu-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .col-menu-footer .col {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .col-menu-footer a {
  color: var(--color-white);
  text-decoration: none;
  text-transform: capitalize;
  width: 50%;
  max-width: 190px;
  margin-bottom: 5px;
}

footer .col-menu-footer a:hover {
  text-decoration: underline;
}

footer .cta-tel {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

footer .cta-tel::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/media/assets/footer-cta-1.svg") !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

footer .cta-fax {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

footer .cta-fax::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/media/assets/footer-cta-4.svg") !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

footer .cta-email {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

footer .cta-email::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/media/assets/footer-cta-2.svg") !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

footer .cta-pec {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

footer .cta-pec::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  margin-right: 7px;
  background-image: url("/media/assets/footer-cta-3.svg") !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

footer .col-last {
  display: flex;
  flex-direction: column;
}

.footer-down a {
  text-decoration: none;
}

footer .row-extra {
  border-top: 1px solid #9e9e9e;
  margin-top: 1rem;
}

footer .row-extra a {
  color: #9e9e9e !important;
  text-decoration: none;
  width: 33%;
  min-height: 24px;
}

footer .row-extra .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.end-page-section hr {
  width: calc(100% - 17px) !important;
}

/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/*--------------- MODULI -----------------*/
/* LEFT 9 */
.mod-left9 hr {
  border: 0;
  border-top: 1px solid black;
  width: calc(100% - 3px) !important;
  padding-left: 3px;
}

.mod-left9 img {
  width: 100%;
  height: auto;
  border-radius: var(--raggio);
}

.mod-left9 .descrizione {
  color: var(--color-black) !important;
}

/* purple */
.type-purple.mod-left9 {
  color: var(--color-highlight-purple);
}

/* orange */
.type-orange.mod-left9 {
  color: var(--color-orange);
}

/* blue */
.type-blue.mod-left9 {
  color: var(--color-blue);
}

.mod-left9 .col-text {
  border-radius: var(--raggio);
  height: 100%;
  padding: 25px 25px 25px 25px;
  background-color: #F8F3F8;
}

/* RIGHT 9 */
.mod-right9 hr {
  border: 0;
  border-top: 1px solid black;
  width: calc(100% - 3px) !important;
  padding-left: 3px;
}

.mod-right9 img {
  width: 100%;
  height: auto;
  border-radius: var(--raggio);
}

.mod-right9 .descrizione {
  color: var(--color-black) !important;
  width: 100% !important;
  /* Sovrascrivo bootstrap */
}

.mod-right9 .col-text {
  border-radius: var(--raggio);
  height: 100%;
  padding: 25px 25px 25px 25px;
}

.mod-right9 .col-text > * {
  /* max-width: 700px; */
  /* margin-left: auto;
  margin-right: auto; */
}

.mod-right9 .col-testo-extra {
  min-height: 500px;
  border-radius: var(--raggio);
}

.mod-right9 .col-testo-extra > * {
  /* max-width: 700px; */
}

/* purple */
.type-purple.mod-right9 {
  color: var(--color-highlight-purple);
}

.type-purple.mod-right9 .col-text {
  background-color: #F8F3F8;
}

.type-purple.mod-right9 .col-testo-extra {
  background-color: var(--color-highlight-purple);
  color: var(--color-white);
}

/* orange */
.type-orange.mod-right9 {
  color: var(--color-blue);
}

.type-orange.mod-right9 .col-testo-extra {
  background-color: var(--color-orange);
  color: var(--color-white);
}

/* blue */
.type-blue.mod-right9 {
  color: var(--color-blue);
}

.type-blue.mod-right9 .col-testo-extra {
  background-color: var(--color-blue);
  color: var(--color-white);
}

/* STILI GRIDS */
/*GRIDS A */
.gridA-card {
  padding: 20px;
  border-radius: var(--raggio);
  color: var(--color-white);
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 0;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gridA-card .desc {
  margin-bottom: 60px;
  /*opacity: 0;
  transition: opacity ease 0.5s;*/
  visibility: hidden;
  transition: visibility ease 0.5s;
  font-size: 14pt;
  font-weight: bold;
}

.gridA-card.xl {
  min-height: 600px;
}

.gridA-card .cta-left-arrow {
  /*opacity: 0;
  transition: opacity ease 0.5s;*/
  visibility: hidden;
  transition: visibility ease 0.5s;
  font-size: 14pt;
  font-weight: bold;
}

.gridA-card:hover .desc,
.gridA-card:hover .cta-left-arrow {
  /*opacity: 1;*/
  visibility: visible;
}

.gridA-card .sfondo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
  border-radius: var(--raggio);
}

@media (max-width: 991px) {
  .gridA-card .desc {
    /*opacity: 1;*/
    visibility: visible;
  }
  .gridA-card .cta-left-arrow {
    /*opacity: 1;*/
    visibility: visible;
  }
  .gridA-card .desc {
    margin-bottom: 50px;
  }
}
/* GRIDS B*/
.gridB-card {
  padding: 20px;
  margin-bottom: 28px;
  border-radius: var(--raggio);
  color: var(--color-white);
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  /*min-height: 440px;*/
}

.gridB-card .desc {
  /* opacity: 0; */
  transition: opacity ease 0.5s;
  margin-bottom: 440px;
}

.gridB-card.short .desc {
  margin-bottom: 90px;
}

.gridB-card.nascosto {
  opacity: 0.2;
}

/* @media(max-width: 768px) {
    .gridB-card.nascosto {
        display: none;
    }
} */
.gridB-card .container-logo {
  min-height: 40px;
}

.gridB-card .container-logo .logo-img {
  height: 38px;
  width: auto;
}

.gridB-card .sfondo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -2;
  border-radius: var(--raggio);
}

.gridB-card .container-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
  border-radius: var(--raggio);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gridB-card .container-img img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: var(--raggio);
}

@media (max-width: 1399px) {
  .gridB-card .desc {
    opacity: 1;
    margin-bottom: 360px;
  }
}
@media (max-width: 1201px) {
  .gridB-card .desc {
    opacity: 1;
    margin-bottom: 390px;
  }
}
@media (max-width: 1197px) {
  .gridB-card .desc {
    opacity: 1;
    margin-bottom: 330px;
  }
}
@media (max-width: 991px) {
  .gridB-card .desc {
    opacity: 1;
    margin-bottom: 520px;
  }
  .gridB-card .cta-left-arrow {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .gridB-card .desc {
    opacity: 1;
    margin-bottom: 385px;
  }
  .gridB-card .cta-left-arrow {
    opacity: 1;
  }
}
@media (max-width: 570px) {
  .gridB-card .desc {
    opacity: 1;
    margin-bottom: 69vw;
  }
  .gridB-card .cta-left-arrow {
    opacity: 1;
  }
}
/* GRIDS C schede orizzontali */
.gridC-card {
  position: relative;
  height: 100%;
}

.gridC-card .sfondo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
  border-radius: var(--raggio);
}

.gridC-card .icona {
  height: 50px;
  width: auto;
}

.gridC-card .description {
  opacity: 0.6;
}

@media (max-width: 900px) {
  .gridC-card .title br {
    display: none;
  }
}
/* GRIDS D*/
.gridD-card {
  padding: 20px;
  border-radius: var(--raggio);
  color: var(--color-white);
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.gridD-card.nascosto {
  opacity: 0.2;
}

@media (max-width: 768px) {
  .gridD-card.nascosto {
    display: none;
  }
}
.gridD-card .desc {
  margin-bottom: 180px;
  opacity: 1;
  transition: opacity ease 0.5s;
}

.gridD-card .container-logo {
  min-height: 40px;
}

.gridD-card .container-logo .logo-img {
  height: 38px;
  width: auto;
}

.gridD-card .sfondo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
  border-radius: var(--raggio);
}

.gridD-card a {
  color: var(--color-white);
  text-decoration: underline;
}

@media (max-width: 991px) {
  .gridD-card .desc {
    opacity: 1;
  }
  .gridD-card .cta-left-arrow {
    opacity: 1;
  }
  .gridD-card .desc {
    margin-bottom: 50px;
  }
}
.keyfigures {
  text-align: center;
}

.keyfigures img {
  width: auto;
  height: 110px;
}

/* STILI END PAGE */
.end-page-left {
  margin-top: 70px;
  position: relative;
  z-index: -1;
}

.end-page-left .img-end-left {
  width: 100%;
  height: auto;
  margin-top: -80px;
  margin-bottom: -80px;
}

@media (max-width: 768px) {
  .end-page-left {
    margin-top: 100px;
  }
  .end-page-left br {
    display: none;
  }
  .end-page-left .img-end-left {
    width: 100%;
    height: auto;
    margin-top: -120px;
    margin-bottom: 20px;
  }
}
/* BREADCRUMBS */
.container-bread .icon-home {
  background-image: url("/media/assets/icon-home-transparent.svg") !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.container-bread .icon-home:hover {
  opacity: 1;
}

.container-bread > * {
  opacity: 0.8;
}

.container-bread .bread {
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border-radius: 25px;
  margin-left: 7px;
  display: flex;
  align-items: center;
}

.container-bread .bread-none {
  pointer-events: none !important;
}

.container-bread .bread:last-child {
  opacity: 1;
}

/*WHITE*/
.type-white {
  background-color: transparent;
}

.type-white .container-bread .icon-home {
  background-color: white;
}

.type-white .container-bread > .bread {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.type-white .container-bread .bread:last-child,
.type-white .container-bread > .bread:hover {
  background-color: var(--color-white);
  color: var(--color-purple);
}

/*PURPLE*/
.type-purple {
  background-color: transparent;
}

.type-purple .container-bread .icon-home {
  background-color: var(--color-purple);
  background-image: url("/media/assets/icon-home-transparent-wh.svg") !important;
}

.type-purple .container-bread > .bread {
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 1px solid var(--color-purple);
  border-radius: 25px;
  margin-left: 7px;
  color: var(--color-purple);
  display: flex;
  align-items: center;
}

.type-purple .container-bread > .bread-ok {
  background-color: var(--color-purple);
  color: white;
  opacity: 0.8;
}

.type-purple .container-bread .bread:last-child,
.type-purple .container-bread > .bread:hover {
  background-color: var(--color-purple);
  color: var(--color-white);
  opacity: 1;
}

/*ORANGE*/
.type-orange {
  background-color: transparent;
}

.type-orange .container-bread .icon-home {
  background-color: var(--color-orange);
  background-image: url("/media/assets/icon-home-transparent-wh.svg") !important;
}

.type-orange .container-bread > .bread {
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 1px solid var(--color-orange);
  border-radius: 25px;
  margin-left: 7px;
  color: var(--color-orange);
  display: flex;
  align-items: center;
}

.type-orange .container-bread > .bread-ok {
  background-color: var(--color-orange);
  color: white;
  opacity: 0.8;
}

.type-orange .container-bread .bread:last-child,
.type-orange .container-bread > .bread:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
  opacity: 1;
}

/*blue*/
.type-blue {
  background-color: transparent;
}

.type-blue .container-bread .icon-home {
  background-color: var(--color-blue);
  background-image: url("/media/assets/icon-home-transparent-wh.svg") !important;
}

.type-blue .container-bread > .bread {
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 1px solid var(--color-blue);
  border-radius: 25px;
  margin-left: 7px;
  color: var(--color-blue);
  display: flex;
  align-items: center;
}

.type-blue .container-bread > .bread-ok {
  background-color: var(--color-blue);
  color: white;
  opacity: 0.8;
}

.type-blue .container-bread .bread:last-child,
.type-blue .container-bread > .bread:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
  opacity: 1;
}

/* listaA */
.listaA {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.listaA .software-name {
  width: 300px;
  flex-shrink: 0;
}

.listaA .software-name span {
  display: inline-block;
  border-radius: 25px;
  padding: 5px 12px 4px 12px;
  color: var(--color-white);
}

.listaA.type-purple .software-name span {
  background-color: var(--color-purple);
}

.listaA.type-blue .software-name span {
  background-color: var(--color-blue);
}

.listaA.type-orange .software-name span {
  background-color: var(--color-orange);
}

.listaA.type-lightpurple .software-name span {
  background-color: var(--color-highlight-purple);
}

.listaA .software-description {
  padding-left: 50px;
  padding-right: 20px;
  margin: 0;
}

.listaA .software-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: auto;
  background-image: url("../../media/assets/right-arrow-software.svg");
  background-size: 55% 55%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 1px solid var(--color-black);
  transition: background-color 0.3s ease, filter 0.3s ease;
  flex-shrink: 0;
}

.listaA:hover .software-arrow {
  background-color: var(--color-white);
  filter: invert(1);
}

.listaA:hover .software-description {
  text-decoration: underline;
}

/* Mobile lista a */
@media (max-width: 1200px) {
  .listaA {
    flex-wrap: wrap;
  }
  .listaA .software-name {
    margin-top: 9px;
  }
  .listaA .software-description {
    padding-left: 0;
    width: calc(100% - 30px);
    margin-top: 15px;
    padding-left: 4px;
  }
  .listaA .software-arrow {
    width: 30px;
    height: 30px;
  }
}
/* listaB */
.swiper.mySwiperSoftware {
  padding-left: calc(50vw - 805px);
}

.swiper-slide.listaB {
  border-radius: var(--raggio);
  padding: 20px;
  width: 400px;
  height: auto;
  position: relative;
}

.swiper-slide.listaB .container-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.swiper-slide.listaB * {
  text-decoration: none;
}

.swiper-slide.listaB .software-name {
  display: inline-block;
  border-radius: 25px;
  padding: 5px 12px 4px 12px;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  transition: background-color ease 0.3s, color ease 0.3s;
}

.swiper-slide.listaB:hover .software-name {
  color: var(--color-highlight-purple) !important;
  background-color: var(--color-white);
}

.swiper-slide.listaB .cta {
  margin-top: auto;
}

.swiper-slide.listaB:hover .cta {
  text-decoration: underline;
}

.swiper-slide.listaB .software-description {
  margin-bottom: 100px;
}

.swiper-slide.listaB .cover-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--raggio);
}

@media (max-width: 1200px) {
  .swiper.mySwiperSoftware {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-slide.listaB {
    width: 85%;
  }
}
/* listaC */
.listaC {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.listaC .cert-name {
  white-space: nowrap;
}

.listaC .container-logo {
  width: 250px;
  padding-right: 50px;
}

.listaC .container-logo img {
  width: 100%;
}

.listaC .software-name {
  display: inline-block;
  border-radius: 25px;
  padding: 5px 12px 4px 12px;
}

.listaC .software-arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: auto;
  background-image: url("../../media/assets/right-arrow-software.svg");
  background-size: 55% 55%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 1px solid var(--color-black);
  transition: background-color 0.3s ease, filter 0.3s ease;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.listaC:hover .software-arrow {
  background-color: var(--color-white);
  filter: invert(1);
}

.listaC:hover .software-description {
  text-decoration: underline;
}

/* Mobile lista a */
@media (max-width: 1200px) {
  .listaC {
    flex-wrap: wrap;
  }
  .listaC .container-logo {
    width: 190px;
    margin-bottom: 18px;
  }
  .listaC .cert-name {
    width: calc(100% - 30px);
    padding-left: 2px;
    padding-right: 15px;
    white-space: wrap;
  }
  .listaC .software-arrow {
    width: 30px;
    height: 30px;
  }
}
.bg-box-1-of-4-types,
.bg-box-3-of-4-types {
  background: rgb(255, 247, 245);
  background: linear-gradient(115deg, rgb(255, 247, 245) 20%, rgb(241, 235, 240) 80%);
}

.bg-box-2-of-4-types,
.bg-box-4-of-4-types {
  background: rgb(241, 235, 240);
  background: linear-gradient(115deg, rgb(241, 235, 240) 20%, rgb(255, 247, 245) 80%);
}

.sezione-articolo a {
  color: var(--color-orange);
}

a.file-download {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 18pt;
  line-height: 1.4;
  border: 1px solid var(--color-white);
  border-radius: 40px;
  padding: 5px 17px;
}

a.file-download::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../media/assets/cta-feed.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 13px;
  position: relative;
  bottom: -4px;
  transform: rotateZ(90deg);
}

a.file-download:hover {
  background-color: var(--color-white);
  color: var(--color-purple) !important;
}

a.file-download:hover::after {
  background-image: url("../../media/assets/cta-feed-purple.svg");
}

/* sezione-articolo */
.sezione-articolo DL {
  padding-left: 1.5em;
}
.sezione-articolo DL DT:before {
  content: "D:";
  position: absolute;
  left: 0;
}
.sezione-articolo DL DD {
  border-left: 20px solid var(--bs-gray-200);
  padding-left: 1em;
}
.sezione-articolo DL DD:before {
  content: "R:";
  position: absolute;
  left: 1.5em;
  background-color: white;
  color: var(--bs-gray-500);
}

/* EAA */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.umbraco-forms-form fieldset {
  padding-top: 0 !important;
}
.umbraco-forms-form legend {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 1rem 0.3rem 0;
  float: none;
}
.umbraco-forms-form input:-webkit-autofill {
  background-color: white !important;
}
.sezione-lavora .umbraco-forms-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 15px #D4D1DD inset !important;
  box-shadow: 0px 15px 0px 0px #D4D1DD inset !important;
}
.background-pale-purple .umbraco-forms-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 15px var(--color-pale-purple) inset !important;
  box-shadow: 0px 15px 0px 0px var(--color-pale-purple) inset !important;
}
.background-pale-orange .umbraco-forms-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 15px var(--color-pale-orange) inset !important;
  box-shadow: 0px 15px 0px 0px var(--color-pale-orange) inset !important;
}
.background-blue-2 .umbraco-forms-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 15px var(--color-blue-2) inset !important;
  box-shadow: 0px 15px 0px 0px var(--color-blue-2) inset !important;
}

.umbraco-forms-submitmessage-html {
  max-width: 50%;
  margin: auto;
  text-align: center;
}
