/*!
Theme Name: Mobisec
Theme URI: https://noiza.com
Author: Noiza Srl
Author URI: https://noiza.com
Description: Mobisec 2024 WP Theme
Version: 1.0.0
Text Domain: mobisec
*/

/*--------------------------------------------------------------
# Base

--------------------------------------------------------------*/
/* Box sizing rules */

@font-face {
  font-family: "ModoSansVariable";
  src: url("fonts/MyWebfontsKit/webFonts/ModoSansVariable/font.woff2")
      format("woff2"),
    url("fonts/MyWebfontsKit/webFonts/ModoSansVariable/font.woff")
      format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: ModoSansVariable;
  /* text-wrap: balance;*/
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: #000;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*CUSTOM CSS*/
:root {
  --main-bg-color: #f1f5f9;
}
body {
  background-color: var(--main-bg-color);
}
.site {
  padding-top: 78px;
}
a,
a:visited {
  /* color: inherit; */
}

ul li {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.78;
}
.row {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.cont {
  --cont-max-width: 1112px;
  --cont-padding: 1rem;
  width: min(var(--cont-max-width), 100% - (var(--cont-padding) * 2));
  margin: 0 auto;
}
.cont.cont-s {
  max-width: 828px;
}
.cont.cont-l {
  max-width: 1440px;
}
.cont.cont-xl {
  max-width: 1980px;
}
/*Text size*/
.title-XXXL {
  color: black;
  font-family: "Modo Sans";
  font-size: 6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1; /* 100% */
}
.title-XXL {
  color: black;
  font-size: clamp(2.5rem, 2.0253rem + 1.8433vw, 3.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.14; /* 114.286% */
}
.title-XL {
  color: black;
  font-size: clamp(2rem, 1.7627rem + 0.9217vw, 2.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.row-component .title-XL {
  margin: 4px 0;
}
.title-L {
  color: black;
  font-size: clamp(1.25rem, 0.894rem + 1.3825vw, 2rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.25; /* 112.5% */
}

h2,
.title-M {
  color: black;
  font-size: clamp(1.25rem, 1.1313rem + 0.4608vw, 1.5rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.33; /* 133.333% */
}

h3,
.title-S {
  color: black;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2; /* 120% */
}
.single-job-position :is(h2, h3, h4):not([class]) {
  margin: 16px 0;
}
.single-job-position * + :is(h2, h3, h4):not([class]) {
  margin-top: 48px;
}

.title-XS {
  color: black;
  font-size: clamp(0.875rem, 0.7563rem + 0.4608vw, 1.125rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.33; /* 133.333% */
}

.block-XL {
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1; /* 100% */
}
.block-M {
  color: black;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1; /* 100% */
}
.block-S-bold {
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1; /* 100% */
}
.block-S {
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1; /* 100% */
}
.block-XXS {
  color: black;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1; /* 100% */
}

.block-XS-not-bold {
  color: black;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.12px;
}

.block-XS {
  color: black;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12px;
}
p,
.p-M {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.78; /* 177.778% */
}
.p-S {
  color: black;
  font-size: clamp(0.875rem, 0.7563rem + 0.4608vw, 1.125rem);
  font-style: normal;
  font-weight: 200;
  line-height: 1.55;
  margin: 0;
}

.p-XS {
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.42; /* 142.857% */
}

.p-XXS {
  color: black;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.33; /* 133.333% */
  letter-spacing: 0.12px;
}
/* COMPONENTS */

.cta-small {
  background-color: black;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  flex: 0 0 180px;
  height: 30px;
  display: inline-block;
  text-decoration: none;
}
.cta-medium {
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 16px 24px;
  text-align: center;
  border-radius: 16px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-weight: 800;
  font-size: 1rem;
}

.cta-home {
  border-radius: 16px;
  background: var(
    --gradiente,
    linear-gradient(97deg, #e5ccab 0%, #8ab8e5 100%)
  );
  color: var(--Black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1rem; /* 100% */
  padding: 24px 40px;
  text-decoration: none;
}

.row-component {
  margin: clamp(80px, 34.6667px + 6.6667vw, 120px) 0;
}

.container-grid-tre-colonne {
  margin-top: 32px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (max-width: 680px) {
  .container-grid-tre-colonne {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }
}
.container-grid-tre-colonne ul {
  padding: 0;
  list-style: disc;
}
.container-grid-tre-colonne p,
.container-grid-tre-colonne ul li {
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.42;
}
.container-grid-tre-colonne ul li::marker {
  font-size: 6px;
}
.cont-numeric-boxes h1,
.cont-text-three-column h1 {
  max-width: 712px;
}

.icon-boxes-container,
.numeric-boxes-container {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.single-numeric-box {
  flex: 1 1 266px; /* massimo 4 elementi */
  border-radius: 16px;
  background: white;
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.single-numeric-box > .block-XL {
  font-size: 56px;
  line-height: 1;
}

@media (max-width: 1144px) {
  .single-numeric-box {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 440px) {
  .single-numeric-box {
    flex: 1 1 100%;
  }
}
.single-numeric-box p {
  margin: 0;
}
.single-numeric-box .block-XL {
  padding-bottom: 8px;
  margin: 0;
  background: var(
    --gradiente,
    linear-gradient(97deg, #e5ccab 0%, #8ab8e5 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-icon-box {
  flex: 1 0 max(calc((100% - 32px) / 3), 250px);
  display: flex;
  /* width: 360px; */
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 24px;
  background: var(--white, #fff);
}
.single-icon-box .icon-box-wysiwyg > * {
  color: black;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.42; /* 142.857% */
}
/*Tolgo i margini a quello che è dentro al box*/
.single-icon-box > * {
  margin: 0;
}
.single-icon-box img {
  width: 24px;
  height: 24px;
}
.cont-certification {
  min-height: 151px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cont-certification > p {
  padding: 8px 0px 8px 0px;
  flex: 1 1 280px;
  text-wrap: balance;
  margin-top: 0;
}
.repeater-certification {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 736px;
  gap: 16px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.repeater-certification::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.single-certification-box {
  flex: 1 1 170px; /* massimo 4 elementi */
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  padding-inline: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 0px;
  align-items: center;
}
@media (max-width: 808px) {
  .single-certification-box {
    flex: 1 1 calc(50% - 10px);
  }
}
.wrapper-img-certification {
  background-color: white;
  border-radius: 8px;
  position: relative;
  width: 100%;
  min-height: 80px;
  margin-top: 8px;
}
.wrapper-img-certification img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 60px;
}

.row-banner-cta .cont {
  background: linear-gradient(
    133deg,
    #e5ccab 0%,
    #e5ccab 1.31%,
    #e0cbad 20.63%,
    #d4c8b5 40.75%,
    #bfc3c2 61.24%,
    #a2bdd5 81.85%,
    #8ab8e5 96.06%,
    #8ab8e5 97.2%
  );
  border-radius: 24px;
  padding: 48px 24px;
}
.row-banner-cta .cont .banner-cta {
  width: 100%;
  max-width: 737px;
  margin: 0;
}

.row-banner-cta .cont .banner-cta > p {
  margin-top: 0;
}
.separatore {
  padding-top: 16px;
  border-top: 1px solid black;
}

.text-reason-why {
  display: flex;
  gap: 16px;
}

.right-group-text,
.text-reason-why > p {
  max-width: 641px;
  flex: 1 1 641px;
}

.left-group-text,
.text-reason-why > p:first-child {
  max-width: 441px;
  flex: 1 1 441px;
}

@media (max-width: 680px) {
  .text-reason-why {
    flex-direction: column;
  }

  .right-group-text,
  .text-reason-why > p,
  .left-group-text,
  .text-reason-why > p:first-child {
    flex: 0 1 auto;
  }
}

.case-history-card-group {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.case-history-card {
  display: flex;
  background-color: white;
  border-radius: 24px;
  flex-direction: column;
  flex: 1 0 344px;
  text-decoration: none;
}
.case-history-card p {
  padding-inline: 24px;
  margin: 0;
}
.case-history-card p:first-of-type {
  padding-top: 16px;
}
.case-history-card p:last-of-type {
  padding-bottom: 24px;
}
.case-history-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.case-history-title-row a {
  text-decoration: none;
  font-weight: 800;
  line-height: 22px;
  border-bottom: 2px solid black;
}

.row-logo-azienda {
  position: relative;
  height: 0;
  width: 100%;
/*  margin-top: auto;*/
}
.row-logo-azienda > img {
  position: absolute;
  right: 24px;
  top: 0;
  transform: translateY(-50%);
  border-radius: 16px;
  width: 96px;
  height: 48px;
  object-fit: contain;
  background-color: white;
  padding: 4px 8px;
  box-shadow: 0px 8px 16px 0px rgba(138, 184, 229, 0.16);
}

.case-history-card > img {
  object-fit: contain;
  border-radius: 24px 24px 0 0;
  width: 100%;
  min-height: 206px;
}

.resources-card-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 16px;
}
.resource-single-card {
  border-radius: 24px;
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 0;
  text-decoration: none;
  /* align-items: center; */
  align-items: flex-start;
}
.page-template-page-homeNews .resource-single-card {
  border-radius: 24px;
  padding: 40px 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 13px;
  column-gap: 0;
  text-decoration: none;
  /* align-items: center; */
  align-items: flex-start;
}

.resource-single-card > * {
  height: fit-content;
  margin: 0;
}
.resource-single-card > .title-M {
  flex: 1 0 100%;
}

.resources-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 8px;
}
.resources-title-row p:first-child {
  width: 100%;
}
.resources-title-row a {
  display: inline-block;
  margin-left: auto;
  text-decoration: none;
  font-weight: 800;
  padding: 6px 0;
  border-bottom: 2px solid black;
}

.resource-type-label {
  padding: 3px 4px 5px;
  border-radius: 4px;
}
:is(.webinar-card, .news-card, .press-release-card) .resource-type-label {
  background-color: white;
  align-self: flex-start;
}

:is(.news-card, .press-release-card) .resource-type-label + p {
  align-self: flex-start;
  margin-left: 8px;
  padding-top: 4px;
}
.whitepaper-card .resource-type-label {
  background: linear-gradient(97deg, #e5ccab 0%, #8ab8e5 100%);
}

.webinar-card {
  grid-column: span 2;
  background-color: #e5ccab;
}

.news-card {
  background-color: #8ab8e5;
}
.whitepaper-card {
  background-color: white;
}
.press-release-card {
  background-color: #38ba7d;
}

/*Per allargare la press release se non ci sono whitepaper*/
.resources-card-group .press-release-card:nth-child(3):nth-last-child(1){
  grid-column: span 3;
}
.resources-card-group .press-release-card:nth-child(4):nth-last-child(1){
  grid-column: span 2;
}

@media (max-width: 1143px) {
  :is(:not(.cont-press), :not(.cont-news)) .resources-card-group {
    grid-template-columns: repeat(2, 1fr); /* Due colonne */
  }

  :not(.home-press) > .press-release-card {
    grid-column: 2 / 3; /* Posizionata nella seconda colonna della prima riga */
    grid-row: 1 / 2;
  }

  /* Optional: Adatta la .webinar-card per non occupare più 2 colonne */
  .webinar-card {
    grid-column: span 2; /* Occupa una colonna */
  }
}
@media (max-width: 680px) {
  .resources-card-group,
  :is(:not(.cont-press), :not(.cont-news)) .resources-card-group {
    grid-template-columns: 1fr;
  }

  .press-release-card,
  .webinar-card,
  .news-card,
  .whitepaper-card {
    grid-column: auto;
    grid-row: auto;
  }

  :is(:not(.cont-press), :not(.cont-news)) .resources-card-group * {
    grid-column: span 1;
  }
}

/* Video embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 8px;
  margin-top: 48px;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*BG per i servizi in base al loro ID*/
/*Mobile security */
.single-service-box .container-immagine-card-servizi {
  min-height: 160px;
  width: 100%;
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(138, 184, 229, 0.01),
    0px 4px 8px 0px rgba(138, 184, 229, 0.01);
  transition: box-shadow 0.3s ease-in-out;
  background: linear-gradient(
    133deg,
    #e5ccab calc(0% - var(--offsetGradient)),
    #e0cbad calc(20.63% - var(--offsetGradient)),
    #e0cbad calc(20.63% - var(--offsetGradient)),
    #d4c8b5 calc(40.75% - var(--offsetGradient)),
    #bfc3c2 calc(61.24% - var(--offsetGradient)),
    #a2bdd5 calc(81.85% - var(--offsetGradient)),
    #8ab8e5 calc(96.06% - var(--offsetGradient)),
    #8ab8e5 calc(97.02% - var(--offsetGradient))
  );
  animation: moving-gradient 24s linear infinite;
}
@property --offsetGradient {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

@keyframes moving-gradient {
  25% {
    --offsetGradient: 40%;
  }
  50% {
    --offsetGradient: 0%;
  }
  75% {
    --offsetGradient: -40%;
  }
  100% {
    --offsetGradient: 0%;
  }
}

/* .container-immagine-card-servizi::after{
  background: linear-gradient(97deg, #E5CCAB 0%, #8AB8E5 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 162%;
  height: 162%;
  animation: moveBackground 6s ease-in-out infinite alternate;
  background-repeat: no-repeat;
} */
.card-servizi-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

/* Header */
/* Mobile Menu*/

.menuBurger {
  display: none;
}

.row.mobile-navigation {
  max-height: 100vh;
  position: fixed;
  display: initial;
  z-index: 1;
  text-align: left;
}

.row.mobile-navigation .cont {
  padding-top: 78px; /*Altezza navbar*/
  display: flex;
  background-color: white;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  align-items: center;
  justify-content: space-between;
}
.row.mobile-navigation.visible .cont {
  height: 100vh;
  width: 100%;
  transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.row.mobile-navigation .menu-main-menu-inglese-container,
.row.mobile-navigation .menu-main-menu-container {
  padding: 16px;
}

.row.mobile-navigation.visible .menu-main-menu-inglese-container,
.row.mobile-navigation.visible .menu-main-menu-container {
  border-top: 1px solid black;
  padding: 16px;
  height: fit-content;
  padding-bottom: 24px;
}
.row.mobile-navigation.not-visible .cont {
  width: 100%;
  height: 0;
  opacity: 0;
  height: 0;
  transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.row.mobile-navigation ul li {
  height: fit-content;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  position: initial;
}
.row.mobile-navigation ul li a {
  text-decoration: none;
}
.row.mobile-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container),
.row.mobile-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container)
  ul,
.row.mobile-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container)
  ul
  li {
  width: 100%;
}

.row.mobile-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container)
  ul
  li {
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid black;

  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.78; /* 177.778% */
  text-decoration: none;
  position: relative;
}
.row.mobile-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container)
  ul
  li
  a {
  color: black;
  width: 100%;
}
.row.mobile-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container)
  ul
  li.menu-item-has-children
  a {
  width: 85%;
}
.row.mobile-navigation .sub-menu-wrap {
  height: 0;
}
.row.mobile-navigation .sub-menu {
  display: flex;
  flex-direction: column;
  position: initial;
  height: 0;
}

.row.mobile-navigation li.active > .sub-menu-wrap > .sub-menu,
.row.mobile-navigation li.active > .sub-menu-wrap {
  height: fit-content;
  position: initial;
  border: none;
  gap: 16px;
  padding-bottom: 0;
}
.row.mobile-navigation li.active > .sub-menu-wrap > .sub-menu {
  gap: 24px;
}
.row.mobile-navigation li.active > .sub-menu-wrap {
  padding-inline: 0;
  padding: 24px 16px 8px 16px;
  margin-top: 16px;
  border-top: 1px solid black;
}

.row.mobile-navigation li.active > .sub-menu-wrap ul li {
  border: none;
  padding: 0;
}

.row.mobile-navigation
  li.menu-item-has-children:not(:has(> .second-level-wrap)):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
  position: absolute;
  right: 12px;
  top: 30px;
  transform: rotateX(0);
  transition: transform 0.25s ease;
}
.row.mobile-navigation
  li.menu-item-has-children.active:not(:has(> .second-level-wrap)):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
  position: absolute;
  right: 12px;
  top: 30px;
  transform: rotateX(180deg);
  transition: transform 0.25s ease;
}

.row.mobile-navigation .sub-menu > li.menu-item-has-children > a span {
  font-weight: 200;
  font-size: 0.625rem;
  padding-bottom: 8px;
  line-height: 1;
}

.row.mobile-navigation .sub-menu-second-level a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.row.mobile-navigation li.active ul.sub-menu-second-level > li {
  padding-bottom: 8px;
}
.row.mobile-navigation li.active .sub-menu-second-level li:last-child {
  padding-bottom: 0;
}
#page.not-scroll {
  position: fixed;
}
@media (min-width: 1200px) {
  .row.mobile-navigation {
    display: none;
  }
}

#mobile-navigation .cont {
  overflow-y: scroll;
  overflow-x: hidden;
}
#mobile-navigation .menu {
  flex-direction: column;
}
#mobile-navigation .cta-small {
  max-height: 48px;
  border-radius: 16px;
  margin-bottom: 32px;
}
#mobile-navigation .cta-small p {
  margin: 0;
  padding: 16px 24px;
  line-height: 1;
  font-weight: 800;
  color: white;
}
#mobile-navigation .menu-main-menu-inglese-container,
#mobile-navigation .menu-main-menu-container {
  flex-grow: 0;
  height: auto;
}
#mobile-navigation.row.mobile-navigation .cont {
  justify-content: flex-start;
}
.second-level-wrap {
  width: 100%;
}
@media (max-width: 1200px) {
  .menuBurger {
    display: block;
  }

  #site-navigation > .cont {
    justify-content: space-between;
  }
  #site-navigation .cont .menu-main-menu-inglese-container,
  #site-navigation .cont .menu-main-menu-container,
  #site-navigation .cont .cta-small {
    display: none;
  }
  #site-navigation .cont .lang-menu {
    margin-left: auto;
  }
}

/*CSS Per animazione hamburger*/
.menuBurger {
  --s: 24px; /* control the size */
  --c: black; /* the color */

  height: var(--s);
  width: 24px !important;
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s) / 2) solid #0000;
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%, #0000 0 80%, var(--c) 0) no-repeat
    content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%, var(--c) 95%, #0000)
    repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top,
    var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top,
    var(--_g2) right var(--_p, 0px) top,
    var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, #0000, #000 25% 75%, #0000);
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s),
    clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.menuBurger:before,
.menuBurger:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s));
}

.menuBurger:checked {
  clip-path: inset(0);
  --_p: calc(-1 * var(--s));
  --_s: 0s;
}
.menuBurger:checked:before {
  transform: rotate(45deg);
}
.menuBurger:checked:after {
  transform: rotate(-45deg);
}
.menuBurger:focus-visible {
  clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 5px;
}

/*Padding ad ogni breadcrumb eccetto la prima che lo ha solo a destra*/
#breadcrumbs > span > *:not(:first-child) {
  padding-left: 8px;
}
#breadcrumbs > span > * {
  padding-right: 8px;
}
#breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs {
  padding-top: 32px;
  margin: 0;
}

.menu-main-menu-inglese-container,
.menu-main-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  flex-grow: 1;
}

.menu-main-menu-inglese-container > ul,
.menu-main-menu-inglese-container > ul li,
.menu-main-menu-container > ul,
.menu-main-menu-container > ul li {
  display: flex;
  height: 100%;
  margin: 0;
  list-style: none;
  align-items: center;
  padding-inline: 0;
}

.menu-main-menu-inglese-container > ul li,
.menu-main-menu-container > ul li {
  /* padding-right: 24px; */
}

.menu-main-menu-inglese-container .sub-menu,
.menu-main-menu-container .sub-menu {
  display: none;
}
.row.main-navigation {
  margin: 0;
  position: relative;
}
#site-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 78px;
  transition: top 0.3s;
  z-index: 1;
}
#site-navigation > .cont {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 78px;
  width: min(1280px, 100% - 4rem);
}

#site-navigation .cta-small p {
  font-weight: 800;
  color: white;
  padding: 0;
  margin: 0;
  padding: 8px;
  text-align: center;
}
#site-navigation .cta-small:hover {
  text-decoration: none;
}

#site-navigation li a {
  /* display: inline-block; */
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 32px 12px;
}

#site-navigation a:hover {
  text-decoration: underline;
}

#site-navigation.main-navigation {
  transition: all 0.2s ease;
  background-color: white;
  z-index: 2;
}

.menu-main-menu-inglese-container .menu > li > .sub-menu-wrap,
.menu-main-menu-container .menu > li > .sub-menu-wrap {
  position: absolute;
  top: 78px;
  left: 0;
  background-color: #fff;
  list-style-type: none;
  overflow: hidden;
  height: 0;
  padding: 0 60px;
  width: 100%;
}
#site-navigation
  .menu-main-menu-inglese-container
  .menu
  > li:hover
  > .sub-menu-wrap,
#site-navigation
  :is(.menu-main-menu-container, .menu-main-menu-inglese-container)
  .menu
  > li:hover
  > .sub-menu-wrap {
  height: fit-content;
}

.menu-main-menu-inglese-container .menu > li:hover .sub-menu,
.menu-main-menu-container .menu > li:hover .sub-menu {
  display: flex;
}

.sub-menu {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  list-style-type: none;
  padding: 0;
  margin: auto;
  max-width: 1280px;
  padding-bottom: 40px;
  border-top: 1px solid black;
}
.sub-menu-wrap > .sub-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sub-menu-wrap > .sub-menu > li > a:has(+ .second-level-wrap) > img {
  display: none;
}
.sub-menu-wrap > .sub-menu > li > a > img {
  padding-right: 8px;
  max-height: 40px;
}

/*Sottomenu dei prodotti  393 ita, 383 eng*/
#menu-item-3311 .sub-menu > li,
#menu-item-3290 .sub-menu > li,
#menu-item-393 .sub-menu > li,
#menu-item-383 .sub-menu > li {
  display: flex;
  flex-direction: column;
}
#menu-item-3311 .sub-menu > li > a,
#menu-item-3290 .sub-menu > li > a,
#menu-item-393 .sub-menu > li > a,
#menu-item-383 .sub-menu > li > a {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid black;
  width: 100%;
  pointer-events: none; /*Disabilita link*/
  text-align: left;
  padding-bottom: 8px;
}
#menu-item-3311 .sub-menu > li > a:hover,
#menu-item-3290 .sub-menu > li > a:hover,
#menu-item-393 .sub-menu > li > a:hover,
#menu-item-383 .sub-menu > li > a:hover {
  text-decoration: none;
  cursor: default;
}

#site-navigation .sub-menu-second-level > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 0;
}
.second-level-wrap > ul {
  padding: 0;
}

ul.lang-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.wpml_active_lang {
  display: none;
}
/* Personalizzo i link prendendo i loro ID */

/*News*/
#site-navigation  :is(.menu-item-2821, .menu-item-2814) a {
  background-color: #8AB8E5;
  padding: 16px;
  border-radius: 8px;
  margin-top: 32px;
  text-decoration: none;
}
#mobile-navigation  :is(.menu-item-2821, .menu-item-2814) a {
  background-color: #8AB8E5;
  padding: 16px;
  border-radius: 8px;
  margin-top: 0px;
  text-decoration: none;
  max-width: fit-content;
}

/*Webinar*/

#site-navigation  :is(.menu-item-2818, .menu-item-2815) a {
  background-color: #E5CCAB;
  padding: 16px;
  border-radius: 8px;
  margin-top: 32px;
  text-decoration: none;
}
#mobile-navigation  :is(.menu-item-2818, .menu-item-2815)a {
  background-color: #E5CCAB;
  padding: 16px;
  border-radius: 8px;
  margin-top: 0px;
  text-decoration: none;
  max-width: fit-content;
}

/*Whitepaper*/
#site-navigation  .menu-item-2819 a {
  background-color: #F1F5F9;
  padding: 16px;
  border-radius: 8px;
  margin-top: 32px;
  text-decoration: none;
}
#mobile-navigation  .menu-item-2819 a {
  background-color: #F1F5F9;
  padding: 16px;
  border-radius: 8px;
  margin-top: 0px;
  text-decoration: none;
  max-width: fit-content;
}
/*Press-release*/
#site-navigation  :is(.menu-item-2820, .menu-item-2816) a {
  background-color: #38BA7D;
  padding: 16px;
  border-radius: 8px;
  margin-top: 32px;
  text-decoration: none;
}
#mobile-navigation  :is(.menu-item-2820, .menu-item-2816) a {
  background-color: #38BA7D;
  padding: 16px;
  border-radius: 8px;
  margin-top: 0px;
  text-decoration: none;
  max-width: fit-content;
}
/* FOOTER */
.row-footer {
  width: 100%;
  min-height: 310px;
  background-color: white;
  border-top: 1px solid black;
}

.row-footer > .cont {
  display: flex;
  height: 100%;
  column-gap: 40px;
  row-gap: 58px;
  flex-wrap: wrap;
}

.row-footer > .cont .footer-title {
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 8px 0;
  margin: 51px 0 18px;
}
.footer-bigbox {
  flex-grow: 2;
}
.footer-smallbox {
  flex-grow: 1;
}

.footer-fullrow {
  flex: 0 0 100%;
}
.footer-fullrow > img {
  width: 68.14px;
  padding: 16px 0;
}
.services-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-single-service {
  flex-grow: 1;
}

.footer-single-service > .footer-single-service-title  {
  padding-bottom: 8px;
  border-bottom: 1px solid #475569;
  text-wrap: nowrap;
}
.footer-smallbox .footer-link{
  border-bottom: 0;
  padding: 2px 4px;
}

.policylinks  a,
.footer-smallbox  a,
.footer-single-service a {
  text-decoration: inherit;
  color: inherit;
}
.footer-single-service > a {
  display: inline-block;
  padding: 16px 16px 0 0;
}
.footer-single-service > a img {
  height: 40px;
  width: 40px;
}

.footer-fullrow {
  border-top: 1px solid #475569;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.policylinks {
  flex: 0 0 50%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  max-width: 360px;
}
.policylinks > a {
  display: flex;
}
.footer-fullrow a > p {
  display: inline-block;
}

.dot {
  background-color: black;
  height: 1px;
  width: 1px;
  background-position: center;
  align-self: center;
  border-radius: 50%;
}

@media (max-width: 1005px) {
  .footer-bigbox {
    width: 100%;
  }
  .row-footer > .cont {
    row-gap: 0px;
  }
  .case-history-card > img {
    min-height: 170px;
  }
}
@media (max-width: 628px) {
  .footer-single-service {
    flex: 1 1 calc(50% - 10px);
  }

  .case-history-card > img {
    min-height: 166px;
  }
  
}

/*PAGE: HOME */
section.hero {
  background: linear-gradient(
    136deg,
    #e5ccab 0%,
    #e5ccab 1.26%,
    #e0cbad 19.87%,
    #d4c8b5 39.24%,
    #bfc3c2 58.96%,
    #a2bdd5 78.81%,
    #8ab8e5 92.48%,
    #8ab8e5 93.59%
  );
  width: 100%;
  height: 632px;
  margin: 0;
}

.hero .cont {
  position: relative;
}

.hero-text {
  padding-top: 104px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  max-width: 600px;
  text-wrap: balance;
}

.hero-text h1 {
  margin-bottom: 20px;
}
.hero-text h2 {
  margin-bottom: 64px;
}

.home-titles {
  line-height: 1;
}

.row-clients {
  position: relative;
  padding: 1px;
  margin-bottom: 0;
  margin-top: 0;
}
.row-clients .cont {
  position: relative;
  transform: translateY(calc(-14px - 50%));
}
.row-clients .cont h3 {
  margin-bottom: 16px;
}
.row-clients + .row-component {
  margin-top: 0;
}

:root {
  --number-of-clients: 2;
  --client-time-scroll: 2s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-139px * var(--number-of-clients) / 2));
  }
}
.cont-clients {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  /* overflow-x: scroll;
  overflow-y: hidden; */
  overflow: hidden;
  gap: 12px;
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background: white;
  box-shadow: 0px 0px 24px 0px rgba(138, 184, 229, 0.12),
    0px 4px 8px 0px rgba(138, 184, 229, 0.08);
  width: 100%;
}
.hero .cont > .block-XS {
  position: absolute;
  top: -20px;
  font-weight: 800;
  letter-spacing: 0.12px;
  display: inline-block;
}
.slide-track {
  animation: scroll var(--client-time-scroll) linear infinite;
  display: flex;
  width: calc(139px * var(--number-of-clients));
  align-items: center;
}
.slide-client {
  width: 139px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
}
.cont-clients img {
  /* max-width: 120px; */
  /* max-width: 12%; */
}

/*PAGE: HOME-SERVICES */

.service-box-container {
  margin-top: 32px;
  display: flex;
  gap: clamp(0.75rem, -2.1667rem + 5.8333vw, 2.5rem);
  flex-wrap: wrap;
}
.single-service-box {
  text-decoration: none;
  flex: 1 1 380px;
  border-radius: 24px;
  background: white;
  box-shadow: 0px 4px 8px 0px rgba(138, 184, 229, 0.08);
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0px 16px 32px 0px rgba(138, 184, 229, 0.01),
    0px 4px 8px 0px rgba(138, 184, 229, 0.01);
  transition: box-shadow 0.4s ease-in-out, height 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  overflow: hidden;
}

.single-service-box:hover {
  box-shadow: 0px 16px 32px 0px rgba(138, 184, 229, 0.16),
    0px 4px 8px 0px rgba(138, 184, 229, 0.08);
  transition: box-shadow 0.4s ease-in-out, height 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transform: scale(1.02);
}

.single-service-box:hover .arrow {
  animation: scrollArrow 0.4s ease-in-out forwards;
}
.arrow {
  display: inline-block;
  align-self: flex-end;
  margin-top: auto;
  animation: scrollArrowReverse 0.4s ease-in-out forwards;
}
@keyframes scrollArrow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scrollArrowReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.arrow-container {
  width: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 12px;
  margin-right: 24px;
}
.single-service-box .icona-card {
  position: relative;
  height: 0;
  width: 100%;
}
.single-service-box .icona-card img {
  width: clamp(56px, 29.3333px + 3.3333vw, 72px);
  height: clamp(56px, 29.3333px + 3.3333vw, 72px);
  position: absolute;
  top: 50%;
  right: clamp(12px, -8px + 2.5vw, 24px);
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px white) drop-shadow(0px -3px white)
    drop-shadow(3px 0px white) drop-shadow(-3px 0px white)
    drop-shadow(0px 3px 2px rgba(138, 184, 229, 0.08));
  margin: 0;
}

.single-service-box .testo-card {
  padding: 24px 24px 0px 24px;
  display: flex;
  flex-direction: column;
}

.single-service-box .testo-card * {
  margin: 0;
}

@media (max-width: 680px) {
  .arrow {
    display: none;
  }
  .single-service-box .testo-card {
    padding-bottom: 24px;
  }
}

/* PAGE: SINGLE SERVICE*/
.row-hero-page {
  height: 256px;
  background: var(
    --gradiente,
    linear-gradient(97deg, #e5ccab 0%, #8ab8e5 100%)
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.row-icon-cta {
  height: 161px;
}
.cont-icon-cta {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cont-icon-cta h1 {
  padding-top: 16px;
}
.cont-icon-cta > img {
  width: clamp(80px, 43.7333px + 5.3333vw, 112px);
  height: clamp(80px, 43.7333px + 5.3333vw, 112px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  filter: drop-shadow(0px 8px var(--main-bg-color))
    drop-shadow(0px -8px var(--main-bg-color))
    drop-shadow(8px 0px var(--main-bg-color))
    drop-shadow(-8px 0px var(--main-bg-color));
}

.cont-icon-cta > a {
  align-self: flex-end;
  line-height: 16px;
}
@media (max-width: 680px) {
  .cont-icon-cta > a {
    order: 2;
    margin-top: 32px;
    align-self: flex-start;
  }
  .row-icon-cta {
    height: fit-content;
  }
  .cont-icon-cta h1 {
    padding-top: 56px;
  }
}

.product-box-container {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 24px;
}
.single-product-box {
  display: flex;
  padding: 48px 0;
  gap: 24px;
  justify-content: flex-start;
  text-decoration: none;
  background-color: white;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(138, 184, 229, 0.08);
}
.single-product-box img {
  margin-left: clamp(16px, -20.2667px + 5.3333vw, 48px);
  width: clamp(120px, 29.3333px + 13.3333vw, 200px);
  height: clamp(120px, 29.3333px + 13.3333vw, 200px);
}
.single-product-box:hover {
  text-decoration: none;
}
.single-product-box .testo-card {
  max-width: 642px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.single-product-box .testo-card p {
  margin: 0;
  padding: 4px 0 16px 0;
  text-wrap: auto;
}
.single-product-box .testo-card .cta-medium {
  margin-top: auto;
  max-width: fit-content;
}

@media (max-width: 680px) {
  .single-product-box {
    height: auto;
    flex-direction: column;
    padding: 32px 0;
  }
  .single-product-box .testo-card,
  .single-product-box img {
    margin-inline: 16px;
  }
  .single-product-box .testo-card .cta-medium {
    margin-top: 20px;
  }
}

.hero-single-service {
  height: 256px;
  background-size: 1300px auto;
  background-position: center;
  background-repeat: no-repeat;
  animation: moving-gradient 24s linear infinite;
}

.hero-single-service::before {
}

.hero-service-id-192 {
  background: url(images/hero-servizi/iot-hero.png) no-repeat center / 1300px
      auto,
    linear-gradient(
      133deg,
      #e5ccab calc(0% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #d4c8b5 calc(40.75% - var(--offsetGradient)),
      #bfc3c2 calc(61.24% - var(--offsetGradient)),
      #a2bdd5 calc(81.85% - var(--offsetGradient)),
      #8ab8e5 calc(96.06% - var(--offsetGradient)),
      #8ab8e5 calc(97.02% - var(--offsetGradient))
    );
}
.hero-service-id-194 {
  background: url(images/hero-servizi/consulenza-hero.png) no-repeat center /
      1300px auto,
    linear-gradient(
      133deg,
      #e5ccab calc(0% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #d4c8b5 calc(40.75% - var(--offsetGradient)),
      #bfc3c2 calc(61.24% - var(--offsetGradient)),
      #a2bdd5 calc(81.85% - var(--offsetGradient)),
      #8ab8e5 calc(96.06% - var(--offsetGradient)),
      #8ab8e5 calc(97.02% - var(--offsetGradient))
    );
}
.hero-service-id-686 {
  background: url(images/hero-servizi/mobile-app-security-hero.png) no-repeat
      center / 1300px auto,
    linear-gradient(
      133deg,
      #e5ccab calc(0% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #d4c8b5 calc(40.75% - var(--offsetGradient)),
      #bfc3c2 calc(61.24% - var(--offsetGradient)),
      #a2bdd5 calc(81.85% - var(--offsetGradient)),
      #8ab8e5 calc(96.06% - var(--offsetGradient)),
      #8ab8e5 calc(97.02% - var(--offsetGradient))
    );
  object-fit: cover;
}
.hero-service-id-181 {
  background: url(images/hero-servizi/web-security-hero.png) no-repeat center /
      1300px auto,
    linear-gradient(
      133deg,
      #e5ccab calc(0% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #e0cbad calc(20.63% - var(--offsetGradient)),
      #d4c8b5 calc(40.75% - var(--offsetGradient)),
      #bfc3c2 calc(61.24% - var(--offsetGradient)),
      #a2bdd5 calc(81.85% - var(--offsetGradient)),
      #8ab8e5 calc(96.06% - var(--offsetGradient)),
      #8ab8e5 calc(97.02% - var(--offsetGradient))
    );
  background-size: 1300px 300px;
}

@media (max-width: 1300px) {
  .hero-service-id-192 {
    background: url(images/hero-servizi/iot-hero.png) no-repeat center / cover,
      linear-gradient(
        133deg,
        #e5ccab calc(0% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #d4c8b5 calc(40.75% - var(--offsetGradient)),
        #bfc3c2 calc(61.24% - var(--offsetGradient)),
        #a2bdd5 calc(81.85% - var(--offsetGradient)),
        #8ab8e5 calc(96.06% - var(--offsetGradient)),
        #8ab8e5 calc(97.02% - var(--offsetGradient))
      );
  }
  .hero-service-id-194 {
    background: url(images/hero-servizi/consulenza-hero.png) no-repeat center /
        cover,
      linear-gradient(
        133deg,
        #e5ccab calc(0% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #d4c8b5 calc(40.75% - var(--offsetGradient)),
        #bfc3c2 calc(61.24% - var(--offsetGradient)),
        #a2bdd5 calc(81.85% - var(--offsetGradient)),
        #8ab8e5 calc(96.06% - var(--offsetGradient)),
        #8ab8e5 calc(97.02% - var(--offsetGradient))
      );
  }
  .hero-service-id-686 {
    background: url(images/hero-servizi/mobile-app-security-hero.png) no-repeat
        center / cover,
      linear-gradient(
        133deg,
        #e5ccab calc(0% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #d4c8b5 calc(40.75% - var(--offsetGradient)),
        #bfc3c2 calc(61.24% - var(--offsetGradient)),
        #a2bdd5 calc(81.85% - var(--offsetGradient)),
        #8ab8e5 calc(96.06% - var(--offsetGradient)),
        #8ab8e5 calc(97.02% - var(--offsetGradient))
      );
    object-fit: cover;
  }
  .hero-service-id-181 {
    background: url(images/hero-servizi/web-security-hero.png) no-repeat center /
        cover,
      linear-gradient(
        133deg,
        #e5ccab calc(0% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #e0cbad calc(20.63% - var(--offsetGradient)),
        #d4c8b5 calc(40.75% - var(--offsetGradient)),
        #bfc3c2 calc(61.24% - var(--offsetGradient)),
        #a2bdd5 calc(81.85% - var(--offsetGradient)),
        #8ab8e5 calc(96.06% - var(--offsetGradient)),
        #8ab8e5 calc(97.02% - var(--offsetGradient))
      );
    background-size: cover 300px;
  }
}

.wrapper-service-content {
  background-color: var(--main-bg-color);
}

/*PAGE: CONTACTS */
.row-contacts {
  background: var(
    --gradiente-2,
    linear-gradient(
      133deg,
      #e5ccab 0%,
      #e0cbad 1.31%,
      #e0cbad 20.63%,
      #d4c8b5 40.75%,
      #bfc3c2 61.24%,
      #a2bdd5 81.85%,
      #8ab8e5 96.06%,
      #8ab8e5 97.2%
    )
  );
}
.cont-contacts #breadcrumbs {
  padding: 32px 0px 8px 0px;
  border-bottom: 1px solid var(--white-80, rgba(255, 255, 255, 0.8));
  text-wrap: pretty;
}

.form-container {
  padding-top: 120px;
  width: 548px;
  max-width: 100%;
  margin: 0 auto;
}
.form-container > h2 {
  padding-bottom: 48px;
}
.name_first,
.name_last,
.gfield {
  position: relative !important;
}

#contact_form
  .gfield
  .ginput_container
  :is(input:not([type="checkbox"], [type="file"]), textarea),
#contact_form .chosen-container-single a.chosen-single {
  border: none;
  box-shadow: inset 0 -1px 0 #475569;
  border-radius: 8px 8px 0 0;
}
.chosen-results > li,
#contact_form .chosen-container-single a.chosen-single {
  padding: 9px 16px;
  height: 56px;
  font-weight: 800;
  color: #475569;
}
#contact_form .chosen-container .chosen-results {
  padding-top: 2px;
  padding-bottom: 2px;
}
#contact_form
  .gfield.gfield_error
  .ginput_container
  :is(input:not([type="checkbox"], [type="file"]), textarea) {
  box-shadow: inset 0 -1px 0 #a70000;
}
#contact_form .gfield .ginput_container :is(input, textarea):focus-visible {
  box-shadow: inset 0 -2px 0 #475569;
}
#contact_form .gfield .ginput_container input[type="file"] {
  padding: 0px !important;
  height: 56px !important;
  border-radius: 8px;
  position: relative !important;
  margin-bottom: 46px !important;
}
#gfield_upload_rules_2_20 {
  position: absolute !important;
  top: 96px !important;
  left: 4px !important;
}

.ginput_container_fileupload .gfield_description {
  position: relative !important;
  top: 0;
  left: 0;
}
.ginput_container input {
  /* Le commentante vengono sovrascritte */
  /* align-self: stretch; */
  /* border-radius: 8px; */
  /* background-color: var(--bg); */
  border: 1px solid #eee;
  font-size: 0.875rem !important;
  /* color: inherit; */
  font-weight: 800 !important;
  width: 300px;
  /* outline: none; */
  padding: 12px 16px 0px 16px !important;
  height: 56px !important;
}
#contact_form .gform_fields {
  row-gap: 16px;
}
.gform-icon--circle-error {
  display: none !important;
}
#contact_form .ginput_container_consent {
  display: flex;
  align-items: center;
}
#contact_form .gfield--type-consent {
  margin-top: -10px;
}
#contact_form .gfield--type-consent input {
  border-radius: 4px !important;
  border: 1px solid #475569 !important;
}
#contact_form .gfield--type-consent label {
  font-size: 12px !important;
  padding-top: 3px;
}
#contact_form .gfield--type-consent .validation_message {
  margin-top: 0;
  margin-left: 16px;
}

#contact_form .gfield_validation_message {
  position: relative !important;
  font-weight: 400 !important;
  margin-top: -8px;
  padding-bottom: 8px;
  margin-left: -5px;
  font-size: 10px !important;
  overflow: visible !important;
}
.ginput_container textarea {
  padding-top: 32px !important;
  font-weight: 800 !important;
  font-size: 0.875rem !important;
}
.ginput_container_select select [value]:not([value=""]) {
  font-weight: 800 !important;
  font-size: 0.875rem !important;
  display: flex;
  align-items: center;
  color: #000000;
}

.ginput_container_select select {
  color: #475569;
  font-weight: 800 !important;
  font-size: 0.875rem !important;
}

label[for="input_1_1_3"],
label[for="input_1_1_6"],
label[for="input_2_3_3"],
label[for="input_2_3_6"],
.gfield_description {
  position: absolute !important;
  left: 1rem !important;
  top: 0.875rem !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  transition: transform 200ms !important;
  pointer-events: none !important;
  transform-origin: left !important;
  font-weight: 800 !important;
}
label[for="input_1_1_3"],
label[for="input_1_1_6"],
label[for="input_2_3_3"],
label[for="input_2_3_6"] {
  padding-left: 0.4rem !important;
}

/*Per funzionare correttamente i campi devono avere un placeholder (reso invisibile dal css)*/
div:has(> input:focus) + .gfield_description,
div:has(> input:not(:placeholder-shown)) + .gfield_description,
div:has(> textarea:focus) + .gfield_description,
div:has(> textarea:not(:placeholder-shown)) + .gfield_description,
input:focus + label[for="input_1_1_3"],
input:not(:placeholder-shown) + label[for="input_1_1_3"],
input:focus + label[for="input_1_1_6"],
input:not(:placeholder-shown) + label[for="input_1_1_6"],
input:focus + label[for="input_2_3_3"],
input:not(:placeholder-shown) + label[for="input_2_3_3"],
input:focus + label[for="input_2_3_6"],
input:not(:placeholder-shown) + label[for="input_2_3_6"] {
  transform: translateY(calc(-100%)) scale(0.88) !important;
}

#gfield_description_1_1,
textarea::placeholder,
input::placeholder,
select::placeholder,
.gf_placeholder {
  opacity: 0;
}

#field_1_7,
.gfield_html,
.gfield--type-fileupload label.gform-field-label {
  color: black !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
}
.gfield_html,
label[for="input_2_20"] {
  margin-top: 16px !important;
}
.ginput_container_consent input {
  padding: 0 !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 0 !important;
  border: none !important;
}
.gform_required_legend {
  display: none;
}
#gform_submit_button_2,
#gform_submit_button_1 {
  border: 1px solid var(--Black, #000) !important;
  color: var(--Black, #000) !important;
  background-color: inherit !important;
  border-radius: 16px !important;
  cursor: pointer !important;
  padding: 24px 40px !important;
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  border-radius: 16px !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-bottom: 120px;
  margin-top: 32px;
}

.ginput_container_select .chosen-search,
.ginput_container_select .chosen-results .gf_placeholder {
  display: none !important;
}

#input_2_18_chosen,
#input_2_19_chosen {
  max-width: 548px;
  width: auto;
}

/* Stile default per pagina generica*/
.cont-page {
  position: relative;
  height: 100%;
}
.cont-page h1 {
  position: absolute;
  bottom: 32px;
}

.page-template-default:not(.home) .cont-page {
  max-width: 736px;
}
.page-template-default:not(.home) .row-component {
  margin: 80px auto;
}
.page-template-default:not(.home) .row-component:last-of-type {
  margin-bottom: 120px;
}

.page-template-default:not(.home) .row-wyswyg .cont {
  --cont-max-width: 736px;
  --cont-padding: 2rem;
  width: min(var(--cont-max-width), 100% - (var(--cont-padding) * 2));
}

/*PAGE: HOME PRODUCT*/
.cont-prducts-services .rowheader-table {
  display: flex;
  justify-content: flex-start;
}
.cont-prducts-services .rowheader-table p {
  margin-bottom: 8px;
}
.single-services-products-row .service-slot,
.cont-prducts-services .rowheader-table p:first-child {
  flex: 0 1 376px;
}

.single-services-products-row {
  display: flex;
  border-top: 1px solid black;
  justify-content: flex-start;
  gap: 16px;
}
.single-services-products-row .products-slot {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 40px auto;
}

.single-product-slot {
  display: flex;
}
.single-product-slot-text {
  padding: 0px 0 0 16px;
}
.single-product-slot-text p:first-child {
  margin: 0;
}
.single-services-products-row .products-slot {
  display: flex;
  flex: 0 1 736px;
  gap: 24px;
}
.single-services-products-row .service-slot {
  display: flex;
  gap: 16px;
  margin: 40px 0 auto 0;
}
.single-services-products-row .service-slot img {
  width: 54px;
  height: 56px;
  flex-shrink: 0;
}
.single-services-products-row .products-slot img {
  width: 112px;
  flex-shrink: 0;
  height: 112px;
}

.single-services-products-row a.service-slot,
.single-services-products-row .products-slot a {
  text-decoration: none;
  align-items: center;
  color: black;
}

.single-services-products-row a.service-slot:hover,
.single-services-products-row .products-slot a:hover {
  text-decoration: underline;
}

@media (max-width: 680px) {
  .single-services-products-row {
    flex-direction: column;
  }
  .single-services-products-row a.service-slot,
  .single-services-products-row .products-slot a {
    flex: 0 1 auto;
    align-items: center;
    margin-top: 16px;
  }
  .single-services-products-row .products-slot {
    flex: 0 1 auto;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0; /*Forse serve*/
  }
  .single-services-products-row .service-slot img {
    width: 32px;
    height: 32px;
  }
  .single-services-products-row .products-slot img {
    height: 64px;
    width: 64px;
  }
  .single-product-slot-text {
    padding-top: 0;
  }
  .cont-prducts-services .rowheader-table p:first-child {
    display: none;
  }
  .single-services-products-row .products-slot a {
    align-items: flex-start;
  }
  .single-services-products-row {
    gap: 8px;
  }
}
/*PAGE: PRODUCT*/

.cont-title-product {
  display: flex;
  gap: 24px;
}

.cont-title-product > img {
  margin-top: -48px;
  filter: drop-shadow(0px 6px white) drop-shadow(0px -6px white)
    drop-shadow(6px 0px white) drop-shadow(-6px 0px white);
  width: 200px;
  height: 200px;
}

.product-hero-text {
  margin-top: 29px;
}
.servizio-collegato {
  display: flex;
  gap: 8px;
  align-items: center;
}
.servizio-collegato > img {
  width: 40px;
  height: 40px;
}

@media (max-width: 680px) {
  .cont-title-product {
    flex-wrap: wrap;
  }
  .product-hero-text {
    margin-top: 0;
    width: 100%;
  }
  .cont-title-product > img {
    margin-top: -100px;
    filter: drop-shadow(0px 6px white) drop-shadow(0px -6px white)
      drop-shadow(6px 0px white) drop-shadow(-6px 0px white);
    margin-inline: auto;
  }
}

/* PAGE: Job Position */
.row.row-single-job-position {
  margin-top: 80px;
}
.cont-single-job-position {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.cont-single-job-position .cont-wyswyg {
  flex: 0 1 728px;
}
.cont-wyswyg > a {
  display: inline-block;
  margin: 52px 0 120px 0;
}

.cont-single-job-position .cont-details {
  padding-left: 40px;
  border-left: 1px solid black;
  flex-direction: column;
  gap: 40px;
  min-height: 364px;
}

.cont-details p:first-of-type {
  margin-bottom: 8px;
}
p.details {
  margin: 0;
}
p.details span:first-of-type {
  font-weight: 800;
}
p.details:last-of-type {
  margin-bottom: 64px;
}
.row-form-application {
  background: var(
    --gradiente-2,
    linear-gradient(
      133deg,
      #e5ccab 0%,
      #e0cbad 1.31%,
      #e0cbad 20.63%,
      #d4c8b5 40.75%,
      #bfc3c2 61.24%,
      #a2bdd5 81.85%,
      #8ab8e5 96.06%,
      #8ab8e5 97.2%
    )
  );
}
.cont-job-application {
  max-width: 548px;
}
@media (max-width: 680px) {
  .cont-single-job-position {
    flex-direction: column;
  }
  .cont-single-job-position .cont-details {
    order: -1;
  }
  p.details span:first-of-type {
    font-weight: 400;
  }
  .cont-details p:first-of-type {
    margin-top: 4px;
  }
}
/* PAGE: Home position */
.row-hero-job-position {
  height: fit-content;
  padding-bottom: 120px;
}

.job-position-hero-group {
  margin-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}

.job-positions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(546px, 100vw - 2rem);
}

.single-job-position-card {
  width: 100%;
  background-color: white;
  border-radius: 24px;
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-job-position-card p {
  margin: 0;
}

.text-reason-with-download {
  justify-content: space-between;
  display: flex;
}
.left-group-text p {
  padding-bottom: 16px;
}
.right-group-text p {
  padding-bottom: 24px;
}
.right-group-text > a {
  color: #000;
  background-color: transparent;
  border: 1px solid black;
}
.right-group-text > a img {
  vertical-align: bottom;
}
/*PAGE: Single job position*/

.cont-job-application > h2 {
  padding-top: 120px;
  padding-bottom: 48px;
}
.gfield_label_before_complex {
  display: none !important;
}

/* PAGE: RESOURCES*/

.resources-title-row > p + p {
  margin-top: 0;
}
.cta-whitepaper {
  border-radius: 16px;
  border: 1px solid black;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Black, #000);
  text-align: center;
  font-weight: 800;
  line-height: 1;
  flex: 0 1 142px;
  height: 40px;
  margin-left: 0;
}
.webinar-home-resource .resources-card-group {
  display: flex;
  flex-wrap: wrap;
}

.webinar-home-resource .resources-card-group .resource-single-card {
  flex: 1 1 min(548px, 100%);
}
.cont-whitepaper .resource-single-card > .title-M {
  flex: 1 1 auto;
}

@media (min-width: 800px) {
  .cont-whitepaper .resource-single-card {
    grid-column: 1/-1;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
  }
  .cta-whitepaper {
    margin-left: auto;
  }
}
@media (max-width: 680px) {
  .cont-whitepaper .resource-single-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-whitepaper {
    max-height: fit-content;
  }
}
.cont-webinar .webinar-card {
  grid-column: span 1;
}

.resources-card-group .cta-16 {
  margin-top: auto;
}

.resources-card-group .cta-medium {
  background-color: transparent;
  border: 1px solid black;
  color: black;
}

.cta-16 {
  border-radius: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

/*Tutti gli archivi*/

.over-resource-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.over-resource-title .resource-type-label {
  background-color: white;
}
/* ARCHIVIO NEWS*/

.row-hero-page.hero-news {
  background: #8ab8e5;
}
.row-hero-page .cont-news {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
}
.row-hero-page #breadcrumbs {
  margin-bottom: auto;
}
.row-hero-page .cont-news h1 {
  position: initial;
}
.row-hero-page .cont-news h2 {
  max-width: 736px;
  text-wrap: pretty;
}

.home-news.resources-card-group {
  margin: 45px 0;
}

.home-news.row-banner-cta {
  margin: 80px 0;
  margin-inline: 0;
}
.home-news.row-banner-cta .cont {
  margin-inline: 0;
  width: 100%;
}

.row-pagination {
  margin: 48px 0 120px 0;
}
.page-numbers {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.33; /* 133.333% */
  padding: 8px 16px;
  text-decoration: none;
}
.page-numbers.current {
  border-bottom: 2px solid black;
}
.cont-pagination {
  display: flex;
  justify-content: center;
}

.cont-news .resources-card-group {
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-auto-rows: auto;
}
@media (max-width: 680px) {
  .cont-news .resources-card-group {
    grid-template-columns: 1fr;
    grid-template-rows: auto; /* Riduce il minimo */
  }
}

/* ARCHIVIO PRESS_RELEASE*/
.row-hero-page.hero-press-release {
  background: #38ba7d;
}

.row-hero-page .cont-press-release {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
}
.home-press.resources-card-group {
  margin: 45px 0;
}

.row-hero-page #breadcrumbs {
  margin-bottom: auto;
}
.row-hero-page .cont-press-release h1 {
  position: initial;
}
.row-hero-page .cont-press-release h2 {
  max-width: 736px;
  text-wrap: pretty;
}

.cont-press .resources-card-group {
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-auto-rows: auto;
}

@media (max-width: 680px) {
  .cont-press .resources-card-group {
    grid-template-columns: 1fr;
    grid-template-rows: auto; /* Riduce il minimo */
  }
}
/*WEBINAR */

.row-hero-page.hero-webinar {
  background: #e5ccab;
}

.row-hero-page .cont-webinar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
}
.home-press.resources-card-group {
  margin: 45px 0;
}
.page-template-page-homeResources .home-press.resources-card-group {
  margin: 0;
}

.row-hero-page #breadcrumbs {
  margin-bottom: auto;
}
.row-hero-page .cont-webinar h1 {
  position: initial;
}
.row-hero-page .cont-webinar h2 {
  max-width: 736px;
  text-wrap: pretty;
}
/*PAGE: 404*/

.row-404 {
  height: 552px;
}
.row-404 .resource-type-label {
  background-color: white;
  max-width: fit-content;
}
.row-404 .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 548px;
  text-wrap: auto;
}

.row-404 .cont h1 {
  position: initial;
}
.row-404 .cont h1 + h2 {
  margin-bottom: 32px;
}
.row-404 .cont .cta-medium {
  color: black;
  background-color: transparent;
  border: 1px solid black;
  margin-bottom: 120px;
  max-width: fit-content;
}


.case-history-card-group-archive{
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 344px));
  grid-auto-rows: auto;
  gap: 16px;
}
@media (max-width:680px) {
  .case-history-card-group-archive{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
.case-history-card-group-archive .case-history-card{
    flex: 0 1 344px;
}
.case-history-title-row.case-archive{
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 120px;
}
.case-history-title-row.case-archive >p{
  margin: 0;
}

.cont-wyswyg{
  --cont-max-width: 736px;
  --cont-padding: 1rem;
  width: min(var(--cont-max-width), 100% - (var(--cont-padding) * 2));
  margin: 0 auto;
}

/* Single case*/
.hero-single-case{
  height: auto;
  background: white;
  padding-bottom: 64px;
}
.wrapper-hero-case{
  margin-top: 64px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
}
.wrapper-hero-case h1 {
  position: initial;
}
.wrapper-hero-case .row-logo-azienda {
  position: initial;
  height: auto;
  filter: drop-shadow(0px 4px 8px rgba(138, 184, 229, 0.08)) drop-shadow(0px 16px 32px rgba(138, 184, 229, 0.16));

}
.wrapper-hero-case .row-logo-azienda img{
  position: initial;
  transform: translate(0);
  width: 120px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  padding: 0;
}
.wrapper-hero-case .case-hero-text-area {
  flex: 1 0 548px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.case-hero-text-area .case-related-services{
  margin-top: auto;
}
.case-img-container{
  flex: 0 1 548px;
  text-align: center;
}
.wrapper-hero-case img {
  object-fit:cover;
}

.case-related-services{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.related-service{
  padding: 8px;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 fit-content;
 
}
.related-service * {
  margin: 0;
  padding: 0;
}
.related-service p {
  font-weight: 800;
}
.related-service img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

@media (max-width: 800px){
  .wrapper-hero-case{
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
  }
  .wrapper-hero-case .case-hero-text-area {
    flex: 0 1 fit-content;
  }
  .wrapper-hero-case .case-hero-text-area .case-related-services{
    margin-top: 0;
  }
  .case-img-container {
    flex: 0 1 fit-content;
  }
}
/*COMPONENT NUOVO*/
.numeric-paragraph-container{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px ;
}
.single-numeric-paragraph{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  background-color: white;
  border-radius: 24px;
  width: 100%;
  padding: 24px;
}
.single-numeric-paragraph * {
  margin: 0;
  padding: 0;
}
.single-numeric-paragraph > p:first-child{
  background: linear-gradient(97deg, #E5CCAB 0%, #8AB8E5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 640px) {
  .row-hero-page:not(.hero-single-case){
    height: 288px;
  }

  /*Rimosso max-width a riga 1080*/


  #mobile-menu .sub-menu li>a:has( + .second-level-wrap){
    font-size: 0.625rem;
  } 
  #mobile-menu .second-level-wrap li>a>span{
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .title-XXL{
    font-size: 2.25rem;
  }

  .single-product-box .testo-card p{
    padding-bottom: 8px;
    padding-top: 0;
  }
  .single-product-box .testo-card .p-M{
    font-size: 0.875rem;
  }

  .dot {
    display: none;
  }
  .footer-fullrow{
    margin-top: 8px;
    display: block;
    text-align: center;
  }
  .policylinks{
   margin-inline: auto;
   justify-content: center;
   gap: 8px;
  }
}
blockquote{
  padding: 8px 16px;
  font-style: normal;
  border-left: 4px solid #E5CCAB;
  box-sizing: border-box;
}
blockquote p {
  margin: 0;
  color: #475569;
  font-weight: 800;
  font-size: clamp(0.875rem, 0.7563rem + 0.4608vw, 1.125rem);
}

.blockquote-stile-alt{
  border-radius: 16px;
  background: linear-gradient(97deg, #E5CCAB 0%, #8AB8E5 100%);
  padding: 16px;
}
.blockquote-stile-alt p {
  font-size: 1.125rem;
  font-weight: 200;
  color: black;
}
.single:not(.single-case):not(.single-job-position) .row-hero-page{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 256px;
  height: auto;
}
.single:not(.single-case):not(.single-job-position) .row-hero-page .title-group{
  max-width: 736px;
  width: 100%;
  padding-top: 40px;
  margin-inline:auto;
}

.sub-menu-wrap a{
  font-size: 14px;
}
.single:not(.single-case):not(.single-job-position) .row-hero-page .cont{
  flex-grow: 1;
}

/*Temporaneo per nascondere l'archivio delle press release nella single press release*/
.single-press-release .resources-title-row > a {
  display: none;
}

#anchor-whitepaper,
#anchor-webinar,
#anchor-press-release{
  display: block;
  position: relative;
  top: -198px;
  visibility: hidden;
}


#menu-item-2813 .sub-menu,
#menu-item-2817 .sub-menu{
  justify-content: space-evenly;
}


/* Aggiunta 21/01 */

/* PAGE: Single solution*/
.service-cta-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.single-solution {
  #breadcrumbs {
    color: white;
  }
  .row-icon-cta {
    height: auto;
  }
  .cont-icon-cta h2{
    max-width: 673px;
  }
}

.hide-on-mobile{
  display: block;
} 
.hide-on-desktop{
  display: none;
}
@media (max-width: 680px) {
  .hide-on-desktop{
    display: block;
  }
  .single-solution {
    .cont-icon-cta h1 {
      padding-top: 8px;
    }
  }
  .hide-on-mobile{
    display: none;
    }    
}
/* PAGE: Single sector*/
.single-sector {
  .row-hero-page{
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #breadcrumbs {
    color: white;
  }
  .row-icon-cta {
    height: auto;
    padding-top: 13px;
  }
  .cont-icon-cta h2{
    max-width: 673px;
  }
}

.sector-card-group {
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  .case-history-card {
    flex: 0 0 calc(33.333% - 16px); /* Tre card per riga per default */
    img {
      min-height: 200px;
      object-fit: cover;
    }
  }

  .case-history-card:nth-last-child(1) {
    margin-right: auto;
  }

  .case-history-card:nth-last-child(2) {
    margin-left: auto;
  }
}

/* Cambia a due card per riga se il container è abbastanza largo */
@container (max-width: calc(800px)) {
  .sector-card-group {
    .case-history-card {
      flex: 0 0 calc(50% - 16px); /* Due card per riga */
    }
    .case-history-card:nth-last-child(1) {
      margin-inline: auto;
    }
  
    .case-history-card:nth-last-child(2) {
      margin-left: 0;
    }
  }

}
@container (max-width: calc(580px)) {
  .sector-card-group {
    .case-history-card {
      flex: 1 1 auto; /* Due card per riga */
    }
    .case-history-card:nth-last-child(1) {
      margin-right: 0;
    }
  }

}
.single-product-box {
  .only-two-columns{
    display: none;
  }
}
.product-box-container.reduced {
  .single-product-box{
    display: grid;
    padding: 24px;
    row-gap: 0;
    grid-template-columns: fit-content(100%) 1fr fit-content(100%);
    grid-template-rows: minmax(35px, auto) auto;
    align-items: center;
    container-type: inline-size; 
    container-name: product-box; 
    img {
      grid-column: 1;
      grid-row: 1/3;
      margin-left: 0;
      width: 104px;
      height: 104px;
      align-self: center;
    }
      p {
        padding-bottom: 0;
        margin-block: 0;
        }
      p:first-of-type{
        grid-column: 2;
        grid-row: 1; 
      }
      p:last-of-type{
        grid-column: 2;
        grid-row: 2; 
      }
      span {
        grid-column: 3;
        grid-row: 1 / 3;
        justify-self: end; 
      }
  }

  @container (max-width: 620px) {
    .single-product-box {
      img{
        grid-column: 1;
        grid-row: 1;
        width: 56px;
        height: 56px;
        margin: 0;
      }
      p:first-of-type{
        grid-column: 2 / 4;
        grid-row: 1;
        margin-top: 0;
      }
      p:last-of-type{
        margin-top: 8px;
        grid-column: 1 / 4;
        grid-row: 2;
      }
      span{
        display: none
      };
    }
  }
}
.product-box-container.reduced.even{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  container-type: inline-size; 
  container-name: product-grid; 
  .single-product-box:nth-child(2){
    grid-column: 1;
  }
  .single-product-box:nth-child(3){
    grid-column: 2;
  }
  @container (max-width: 620px) {
    .single-product-box:nth-child(2){
      grid-column: span 2;
    }
    .single-product-box:nth-child(3){
      grid-column: span 2;
    }
    .single-product-box {
      grid-column: span 2;
    }
}
}
.single-compilance-normativa .row-hero-page,
.single.single-sector .row-hero-page{
  min-height: 320px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cont-title-compilance-normativa{
  justify-content: flex-start;
  padding-top: 32px;
}
.cont-title-compilance-normativa *{
  text-align: center;
}
.cont-title-compilance-normativa h2{ /*Così ha le stesse dimensioni del wysiwyg*/
  text-wrap: pretty;
  --cont-max-width: 736px;
  --cont-padding: 1rem;
  max-width: 736px;
  width: min(var(--cont-max-width), 100% -(var(--cont-padding)* 2));
  margin: 0 auto;
}
.single-compilance-normativa #breadcrumbs{
  color: white;
}


/* Landing page */

.page-template-page-landing-php #site-navigation {
  display: none;
}
.page-template-page-landing-php .site {
  padding-top: 0;
}
 section.hero.hero-landing.row {
  background: none;
  display: flex;
  align-items: center;
}
section.hero.hero-landing.row.hero-landing-pattern {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: auto;
  min-height: 400px;
}
section.hero.hero-landing.row.hero-landing-pattern a.landing-logo {
  padding-bottom: 40px;
}
/* a1 */
section.hero.hero-landing.row.hero-landing-pattern-a1 {
  background-image: url(public/images/furrow-a1.svg);
}

/* a1p */
section.hero.hero-landing.row.hero-landing-pattern-a1p {
  background-image: url(public/images/furrow-a1p.svg);
}

/* a2 */
section.hero.hero-landing.row.hero-landing-pattern-a2 {
  background-image: url(public/images/furrow-a2.svg);
}

/* a2l */
section.hero.hero-landing.row.hero-landing-pattern-a2l {
  background-image: url(public/images/furrow-a2l.svg);
}

/* a2p */
section.hero.hero-landing.row.hero-landing-pattern-a2p {
  background-image: url(public/images/furrow-a2p.svg);
}

/* a3 */
section.hero.hero-landing.row.hero-landing-pattern-a3 {
  background-image: url(public/images/furrow-a3.svg);
}

/* a3l */
section.hero.hero-landing.row.hero-landing-pattern-a3l {
  background-image: url(public/images/furrow-a3l.svg);
}

/* a3p */
section.hero.hero-landing.row.hero-landing-pattern-a3p {
  background-image: url(public/images/furrow-a3p.svg);
}

/* a4 */
section.hero.hero-landing.row.hero-landing-pattern-a4 {
  background-image: url(public/images/furrow-a4.svg);
}

/* a4l */
section.hero.hero-landing.row.hero-landing-pattern-a4l {
  background-image: url(public/images/furrow-a4l.svg);
}

/* a4p */
section.hero.hero-landing.row.hero-landing-pattern-a4p {
  background-image: url(public/images/furrow-a4p.svg);
}
 .hero-landing .cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 .hero-landing .cont .hero-text {
  position: relative;
  padding-top: 0;
}
 .hero-landing a.landing-logo {
  padding-bottom: 70px;
  display: inline-block;
}
 .hero-landing .cont .cta-home {
  display: inline-block;
}
.page-template-page-landing-php .row-footer {
  min-height: auto;
}
.page-template-page-landing-php .row-footer .cont > div:not(.footer-fullrow) {
  display: none;
}
.page-template-page-landing-php .row-footer .footer-fullrow {
  border: 0;
}
.page-template-page-landing-php .row-clients .cont {
  transform: none;
  margin-bottom: 60px;
}

.faq-accordion-container {
    overflow: hidden;
    margin-top: 32px;
}

.faq-item {
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out; 
  margin-bottom: 8px;
  border-radius: 24px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    padding: 24px 52px 24px 24px; 
    font-weight: bold;
    cursor: pointer;
    position: relative;
    list-style: none; 
    outline: none;
    transition: background-color 0.2s ease-in-out;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::after {
    content: ''; 
    position: absolute;
    right: 20px; 
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    transition: transform 0.3s ease-in-out; 
    background-image: url(images/arrow_drop_down.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    
}

.faq-answer { 
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  padding-right: 52px;
  padding-bottom: 0;
  padding-left: 24px; 
  max-width: 895px;
  transition: max-height 0.35s ease-in-out, 
              opacity 0.35s ease-in-out,  
              padding-bottom 0.35s ease-in-out; 
    
}
.faq-answer p {
  margin-top: 0;
  margin-bottom: 24px;
}
.faq-answer *:last-child {
  margin-bottom: 0;
}

/* --- Stili Stato Aperto ([open]) --- */

.faq-item[open] {
  background: var(--gradiente-2, linear-gradient(133deg, #E5CCAB 0%, #E5CCAB 1.31%, #E0CBAD 20.63%, #D4C8B5 40.75%, #BFC3C2 61.24%, #A2BDD5 81.85%, #8AB8E5 96.06%, #8AB8E5 97.2%));
}

.faq-item[open] > .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Opzionale: Assicurati che la risposta sia visibile (anche se di default lo è) */
.faq-item[open] > .faq-answer {
    max-height: 1000px;
    padding-bottom: 24px;
    opacity: 1;

  transition: max-height 0.35s ease-in-out, 
              opacity 0.35s ease-in-out,  
              padding-bottom 0.35s ease-in-out; 
}

