/* This is an example to import fonts from css */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  margin: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body > .body-wrapper > main{
  position: relative;
  padding-top: 100px;
  z-index: 100;
}

.last-section {
  margin-bottom: 80px;
}

.margin-top {
  margin-top: 40px;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1380px;
}

.body-container-wrapper {
  margin-left: 120px;
  padding: 0px 50px;  
  max-width: 1380px;
}

.body-container-wrapper-left {
  margin-left: 120px;
  padding: 0px 50px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0px;
  }
  
  .body-container-wrapper {
    margin: 0 auto;
    padding-right: 0px;  
    padding-left: 120px;  
    max-width: 1380px;
  }
  
  .body-container-wrapper-left {
    margin-left: calc((100vw - 1260px - 120px) / 2);
    padding-right: 0px;  
    padding-left: 120px;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0px;
}


.see-all-link.mobile-version {
    padding-top: 0px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1380px;
}

.dnd-section .dnd-column {
  padding: 0 0px;
}


@media (max-width: 1200px) {
  .body-container-wrapper {
    padding: 0px 40px;
    margin-left: 0px;
  }
  
}


@media screen and (max-width: 767px) {
  .content-wrapper--vertical-spacing, .dnd-section {
    padding: 40px 0;
  }
  
  .body-container-wrapper {
    padding: 0px 0px;
  }
  
}

/* For global DND areas */
.kl-dnd-header:before {
  content: '';
  position: relative;
  display: block;
  height: 100%;
}

.kl-dnd-header-area {
  z-index: 99;
  position: fixed;
  width: 100%;
  /* Specifically for the header navbar */
}

.kl-dnd-header-area header.kl-header {
  position: relative;
}

.kl-dnd-header-area div.kl-header-placeholder {
  height: 0;
}

.kl-dnd-header-spacer {
  height: 100px;
}


@media screen and (max-width: 1200px) {
  .body-container-wrapper {
      margin-left: 0px;
      margin: 0;
  }
}
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
}

.breadcrumbs > .preheader {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 0.8em;
} 

.breadcrumbs > .preheader.last {
  font-weight: bold;
  font-size: 0.8em;
}

.breadcrumbs a{
  white-space: nowrap;
}

.breadcrumbs[data-collection="grow-light"] a{
  border-left-color: #86598d;
}

.breadcrumbs[data-collection="lighting"] a{
  border-left-color: #70a373; 
}
a:focus, a:hover {
  text-decoration: none !important;
}

button, .button, .button_cta a {
  background-color: rgba(68, 68, 68, 1.0);
  border: 0px solid rgba(82, 100, 108, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  font-family: Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .button_cta a:hover, .button_cta a:focus, .button_cta a:active {
  background-color: rgba(82, 100, 108, 1.0);
  border-color: rgba(82, 100, 108, 1.0);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transform: scale(1);
}

button:disabled, .button:disabled, .button_cta a:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button a, .button a, .button_cta a a {
  color: rgba(255, 255, 255, 1);
}

button a:hover, .button a:hover, .button_cta a a:hover {
  color: white;
  text-decoration: none;
}

/* 
 This class allows the use of CTAS 
 */
.button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
  padding: 0;
  border: none;
  display: inline-block;
}

.button_cta:after, .button_cta.button--outlined:after, .button_cta.button--arrow:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .button_cta, .button_cta.button--outlined, .button_cta.button--arrow {
    text-align: center;
  }
}

.widget-type-cta {
  background-color: rgba(68, 68, 68, 1.0);
  border: 0px solid rgba(82, 100, 108, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  font-family: Ubuntu, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(82, 100, 108, 1.0);
  border-color: rgba(82, 100, 108, 1.0);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transform: scale(1);
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: rgba(255, 255, 255, 1);
}

.widget-type-cta a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined, .button_cta.button--outlined a {
  background-color: transparent;
  color: #52646c;
  border: 2px solid #52646c;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--outlined a, .button_cta.button--outlined a a {
  color: inherit;
}

.button-line {
  background-color: transparent;
  border: none;
  color: #444444;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  transition: color 0.3s ease;
  display: inline-block;
}

.button-line::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 5px;
  height: 3px;
  width: 65px; /* Default width for large screens */
  background-color: #9bbbc9;
  transition: width 0.3s ease, background-color 0.3s ease;
  transform: translateY(-50%);
}

.button-line:hover a {
  color: #9BBBC9; /* Text color changes on hover */
}

.button-line:hover::before {
  width: 20px;
  background-color: #444444;
}

.button-quick-links {
  background-color: white; /* Sfondo bianco */
  color: #444; /* Colore del testo */
  border-top: none; /* Nessun bordo esterno */
  padding: 12px 20px 10px 40px; /* Padding: top, right, bottom, left */
  font-size: 1rem; /* Dimensione del testo */
  cursor: pointer; /* Cursor a forma di puntatore */
  position: relative; /* Posizione relativa per elementi interni */
  text-align: right; /* Allinea il testo a destra */
  outline: none; /* Rimuove il focus outline */
  overflow: hidden; /* Nasconde gli overflow (per la sicurezza) */
  border-radius: 50px 0px 0px 50px;
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
  justify-content: flex-end;
}

.button-quick-links::before {
  content: ''; /* Necessario per generare il pseudo-elemento */
  position: absolute; /* Posizione assoluta */
  top: 0; /* In alto nel bottone */
  left: 0; /* A sinistra nel bottone */
  width: 100%; /* Larghezza completa */
  height: 4px; /* Altezza della linea */
  background-color: #444444; /* Colore della linea */
}

.button-quick-links:hover::before {
  background-color: #9bbbc9; /* Cambia il colore della linea durante l'hover */
}

.button-quick-links .arrow {
  margin-left: 10px; /* Spazio tra testo e freccia */
}

.arrow img {
   width: 9px;
   padding-top: 5px;
}

.button--arrow, .button_cta.button--arrow a {
  color: #444444;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  text-transform: uppercase;
  /* To affect HubSpot CTAs */
}

.button--arrow:after, .button_cta.button--arrow a:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23444444'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  transition: margin .15s linear;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active, .button_cta.button--arrow a:hover, .button_cta.button--arrow a:focus, .button_cta.button--arrow a:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #52646c;
  transform: none;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after, .button_cta.button--arrow a:hover:after, .button_cta.button--arrow a:focus:after, .button_cta.button--arrow a:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%2352646c'/%3E%3C/svg%3E");
  margin-left: 10px;
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a, .button_cta.button--arrow a:hover a, .button_cta.button--arrow a:focus a, .button_cta.button--arrow a:active a {
  color: inherit;
}

.button--arrow:disabled, .button_cta.button--arrow a:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a, .button_cta.button--arrow a a {
  color: inherit;
}

.button.Navbar_with_Menu__button {
    font-size: 14px;
    max-width: 200px;
}


@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (min-width: 993px) {
  .mobile-version {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .desktop-version {
    display: none !important;
  }
  .mobile-version {
    display: block;
  }
}

@media screen and (max-width: 768px) {

  .button-line {
    margin-left: 25px;
  }
  
  .button-line::before {
    width: 20px;  /* Larghezza adeguata per schermi piccoli */
  }

  .button-line:hover::before, .button-line:focus::before {
    width: 20px;  /* Larghezza ridotta per hover/focus su dispositivi mobili */
  }
}

@media screen and (max-width: 399px) {

}
#hubspot-messages-iframe-container {
  z-index: 13 !important;
}
/* Form step by step*/


/* Form */
form, .submitted-message {
  font-family: Ubuntu, sans-serif;
}

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #444444;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 8px;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    font-size: 16px;
    padding: 16px;
    transition: border-color .3s;
    width: 100%;
}

.hs-form input[type="text"]:hover,
.hs-form input[type="email"]:hover,
.hs-form textarea:hover,
.hs-form input[type="text"]:focus,
.hs-form input[type="email"]:focus,
.hs-form textarea:focus {
    border-color: #9BBBC9;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #52646c;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  width: 100%;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
  /* Style specifically for the international phone selector */
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone, fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone, fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone, fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone {
  display: flex;
  align-items: center;
}

fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
  flex: 1 1 25%;
  margin-right: 10px;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #e6e6e6;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
  background-color: #52646c;
}

.fn-date-picker td.is-today .pika-button {
  color: #52646c;
}

.fn-date-picker td.is-selected .pika-button {
  background: #52646c;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background: #52646c !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type="file"] {
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #e6e6e6;
  margin-top: 8px;
}


.privacy-box {
    display: flex;
    gap: 8px;
    align-items: normal;
}

.legal-consent-container a {
    font-weight: 900;
    text-decoration: underline;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #444444;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form .hs-button, form input[type=submit] {
    background-color: #444;
    border: 0 solid #52646c;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1.1;
    margin: 0;
    padding: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    width: 100%;
    word-break: break-word;
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(82, 100, 108, 1.0);
  border-color: rgba(82, 100, 108, 1.0);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transform: scale(1);
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: rgba(255, 255, 255, 1);
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
body {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #444444;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #444444;
}

/* Table Cells */
th,
td {
  border: 1px solid #444444;
  color: #444444;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(82, 100, 108, 1.0);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #444444;
}
.kl-tooltip {
  position: relative;
}

.kl-tooltip > div {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 120px;
  left: -22px;
  width: max-content;
  display: block;
  max-width: 360px;
  border-radius: 6px;
  padding: 20px 16px;
  margin-top: 12px;
  background-color: white;
  z-index: 9;
  box-shadow: 0 8px 40px 0px #e6e6e6;
}

.kl-tooltip > div:after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 32px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.kl-tooltip:hover > div {
  visibility: visible;
  opacity: 1;
}

.kl-tooltip--dark > div {
  background-color: black;
}

.kl-tooltip--dark > div h1, .kl-tooltip--dark > div h2, .kl-tooltip--dark > div h3, .kl-tooltip--dark > div h4, .kl-tooltip--dark > div h5, .kl-tooltip--dark > div h6, .kl-tooltip--dark > div p {
  color: white;
}

.kl-tooltip--dark > div:after {
  border-color: transparent transparent black transparent;
}
/* Includere il font "Ubuntu" */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');

/* Applicare il font "Ubuntu" e le proprietà di rendering */
body {
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem; /* Unità relative per migliorare la scala */
  line-height: 1.6; /* Aumenta leggermente l'altezza della linea */
}


html {
  font-size: 16px;
}


html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem; /* Use relative units */
  line-height: 160%;
  margin-top: 1rem;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased; /* Smooth fonts for WebKit */
  -moz-osx-font-smoothing: grayscale;  /* Smooth fonts for Firefox on macOS */
  text-rendering: optimizeLegibility;  /* Improve legibility */
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #444444;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, serif;
  font-weight: 700;
  margin: 0px;
}

h1 {
  font-family: Ubuntu, sans-serif;
  font-size: clamp(2.125rem, 1.7099rem + 2.0755vw, 3.5rem);
  line-height: 110%;
  color: #444444;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h2 {
  font-family: Ubuntu, sans-serif;
  font-size: clamp(1.75rem, 1.3726rem + 1.8868vw, 3rem);
  line-height: 110%;
  color: #444444;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h3 {
  font-family: Ubuntu, sans-serif;
  font-size: clamp(1.50rem, 1.0236rem + 1.1321vw, 2rem);
  line-height: 120%;
  color: #444444;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h4 {
  font-family: Ubuntu, sans-serif;
  font-size: clamp(1.125rem, 1.0495rem + 0.3774vw, 1.375rem);
  line-height: 120%;
  color: #444444;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h5 {
  font-family: Ubuntu, sans-serif;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.125rem);
  line-height: 120%;
  color: #444444;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h6 {
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #444444;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

ul.no-list {
  list-style: none;
}

/* Preheader */
.preheader {
    border-left: 4px solid #9bbbc9;
    font-size: clamp(.875rem,.8373rem + .1887vw,1rem);
    padding-left: 10px;
    height: 20px;
    display: flex;
    align-items: center;
}

.preheader[data-collection="grow-light"] {
    border-left-color: #86598d;
}

.preheader[data-collection="lighting"] {
    border-left-color: #70a373;
}

mark {
  color: #9bbbc9;
  background: none;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #ffffff;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #52646c;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 80px 0;
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}

.blog-subscribe__header {
  flex-basis: 465px;
  flex-grow: 1;
  max-width: 680px;
}

.blog-subscribe__form {
  flex-basis: 450px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 32px 0 0;
  }
}
.img-small-banner > img {
    max-width: 350px;
    height: auto;
}

.container-small-banner {
    display: flex;
    min-height: 30vh;
    width: 90%;
    max-height: 40vh;
    align-items: center;
}

.container-small-banner.container-small-banner-settori {
    align-items: center;
    display: flex;
    max-height: 100%;
    min-height: 100%;
    padding: 48px 0px;
    width: 100%;
}

.container-small-banner-settori .small-banner-content {
  max-width: 100%;
  padding-right: 40px;
  gap: 40px;
}

.max-container-small-banner:has(.align-right) {
    display: flex;
    justify-content: flex-end;
}

.container-small-banner.align-left {
    display: flex;
    padding-left: 54px;
    padding-right: 0px;
    flex-direction: row-reverse;
    border-radius: 0px 40px 40px 0px;
}

.container-small-banner.align-right {
    border-radius: 40px 0px 0px 40px;
    display: flex;
}

.small-banner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.title-banner-settori {
    max-width: 40%;
}

.content-banner-settori {
    max-width: 60%;
}

.small-banner-content {
    align-items: flex-start;
    color: #fff;
    display: flex;
    max-width: 90%;
}


.small-banner-content .title-section > h2, .small-banner-content .title-section > h3, .small-banner-content .button-line > a {
    color: white;
}


.small-banner-content .button-line:before {
  background-color: white !important;
}

.small-banner-content .button-line:before:hover {
  background-color: white;
}


.align-left {
    justify-content: flex-start;
}


.align-right {
    justify-content: flex-end;
}

.align-right .small-banner-content {
    justify-content: space-between;
    padding-left: 48px;
    display: flex;
    align-items: flex-start;
}

.container-small-banner.align-left .img-small-banner {
    margin-right: -10%;
}

.container-small-banner.align-right .img-small-banner {
    margin-left: -10%;
}

.small-banner-content .content-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    width: 70%;   
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.container-cta {
    display: flex;
    justify-content: flex-end;
}

.content-banner-settori .container-cta {
    margin-top: 40px;
}

@media screen and (min-width: 1380px) {
  
}

@media screen and (max-width: 1024px) {
  
  

}

@media screen and (max-width: 768px) { 
  
  .max-container-small-banner:has(.container-small-banner.align-left) {
    margin-right: 0px;
  }
  
  .container-small-banner.align-right .img-small-banner,  .container-small-banner.align-left .img-small-banner {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -30%;
  }
  
  .img-small-banner > img {
    max-width: 100%;
  }
 
  .container-small-banner, .container-small-banner.align-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: flex;
    max-height: 100%;
    width: 100%;
    padding: 24px;
  }
 
  .small-banner-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
  
  .align-right .small-banner-content, .align-left .small-banner-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .small-banner-content .content-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 1370px) {
  .title-banner-settori {
      margin-right: 40px;
  }
}

@media screen and (max-width: 992px) {
  
  .small-banner-content {
    justify-content: flex-end;
    padding-left: 0px;
}
  
  .container-small-banner-settori .small-banner-content {
    gap: 24px;
    max-width: 100%;
}
  
         .max-container-small-banner {
        margin: 24px;
        margin-right: 0px;
    }
  
    .title-banner-settori {
      max-width: 100% !important;
      margin-right: 0px;
    }
    
    .content-banner-settori {
        max-width: 100% !important;
    }
  
    .container-small-banner.container-small-banner-settori {
      padding: 24px;
    } 
  
    .small-banner-content {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
}
.swiper-button-disabled {
    opacity: 50%;
}

.product-cards {
    display: flex;
    justify-content: flex-start;
    gap: 10%;
    width: 100%;
    padding: 32px 0px  0px 0px !important;
}

.product-card {
  display: block;
  text-decoration: none;
  margin-bottom: 20px; /* Spazio sotto la card */
  border-radius: 16px 16px 0 0; /* Radius per la card */
  transition: transform 0.3s ease; /* Transizione per l'effetto hover */
  width: 100%; /* Assicura che la card usi tutta la larghezza disponibile */
  max-width: 300px; /* Larghezza massima su desktop */
}

.product-card:hover {
  transform: translateY(-5px); /* Sposta la card leggermente verso l'alto quando in hover */
}

.product-image {
  width: 100%; /* Larghezza completa dell'elemento */
  min-height: 350px; /* Altezza fissa impostata a 200px */
  background-size: contain; /* L'immagine copre completamente l'elemento */
  background-position: center; /* Centra l'immagine nella "gabbia" */
  border-radius: 16px 16px 0 0; /* Arrotondamento solo per gli angoli superiori */
  border-bottom: 6px solid #444444; /* Bordo predefinito intorno all'immagine */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Ombra sotto l'immagine */
  transition: box-shadow 0.3s ease; /* Transizione dell'ombra per un effetto smooth */
}

.product-card:hover .product-image {
  box-shadow: 0 8px 12px rgba(0,0,0,0.2); /* Ombra più grande e più scura al hover */
}

.product-title {
  text-transform: uppercase; /* Testo in maiuscolo */
  margin-top: 10px; /* Spazio sopra al titolo */
}

.product-description > p {
  text-align: center; /* Descrizione centrata */
  color: #444; /* Colore del testo della descrizione */
  font-size: clamp(1rem, 0.9127rem + -0.1887vw, 0.75rem);
  margin-top: 4px;
}

/* Colorazione del bordo in base alla categoria del prodotto */
.product-card[data-category="Grow Light"] .product-image,
.product-card[data-category="grow-light"] .product-image,
.product-card[data-collection="Grow Light"] .product-image,
.product-card[data-collection="grow-light"] .product-image {
  border-bottom-color: #865B8D; /* Bordo colorato per Grow Light */
}

.product-card[data-category="Lighting"] .product-image,
.product-card[data-category="lighting"] .product-image,
.product-card[data-collection="Lighting"] .product-image,
.product-card[data-collection="lighting"] .product-image {
  border-bottom-color: #70a373; /* Bordo colorato per Lighting */
}

.section-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/*
.see-all-link .see-all-button {
    align-items: flex-start;
    color: #444;
    display: flex;
    text-decoration: none;
    transition: color .3s ease;
    font-weight: bold;
}

*/


/*
.see-all-link .see-all-button .arrow::after {
  content: '';
  display: block;
  width: 32px; /* Larghezza del cerchio 
  height: 32px; /* Altezza del cerchio 
  border-radius: 50%; /* Rende il cerchio perfettamente rotondo 
  position: absolute;
  border: 1px solid #9BBBC9; /* Bordo colorato del cerchio 
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* Inizia il cerchio ridotto a zero 
  transition: transform 0.3s ease; /* Transizione fluida della trasformazione 
}

.see-all-link .see-all-button:hover .arrow::after {
  transform: translate(-50%, -50%) scale(1); /* Espande il cerchio 

}

*/


.see-all-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.see-all-link .see-all-button:hover {
  color: #9BBBC9; /* Cambia il colore del testo al hover */
}


.see-all-link .see-all-button:hover .arrow {
 
}

.see-all-link .see-all-button:hover .box-arrow {
   transform: translateX(5px);
   border: 1px solid #9BBBC9;
}

  
.see-all-link .see-all-button .arrow img {
  width: 18px;
}

.box-arrow {
    border-radius: 100%;
    border: 1px solid #444444;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
}

.see-all-link .see-all-button .arrow {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
    transition: transform .3s ease;
}

.carousel-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
  overflow: hidden;
}

.container-arrow {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 80px;
}

.carousel-arrow > .arrow img {
    width: 32px;
}

button.carousel-arrow.carousel-swiper-prodotti-button-next, button.carousel-arrow.carousel-swiper-prodotti-button-prev {
    background: none;
}

button.carousel-arrow:focus {
    outline: none !important;
}


/* Stili aggiuntivi per le product-card, product-image, product-title, e product-description come prima */


@media (max-width: 992px) {
  
  .section-header {
    padding: 0 24px;
  }
  
  .product-cards.swiper {
    overflow: visible !important;
  }
  
  .product-image {
    min-height: 200px;
  }
  
.container-arrow {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 0px !important;
    width: 100%;
    justify-content: space-between;
}
  
  .carousel-products {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
  
  .see-all-link {
    display: flex;
    justify-content: flex-end;
    padding: 24px;
  }
  
  .product-card {
    max-width: none; /* Rimuove la larghezza massima per dispositivi mobili */
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 16px;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-grid__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 20px 24px;
  color: #444444;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #444444;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.product-details {
    align-items: center;
    border: 2px solid #70a373;
    border-radius: 48px;
    display: flex;
    justify-content: space-around;
    padding: 32px;
}

.product-details[data-collection="grow-light"] {
  border-color: #86598d;
}

.product-detail {
    display: flex;
    gap: 8px;
    align-items: center;
}

.product-detail .title {
    font-weight: 600;
}

.product-detail img {
    height: auto;
    width: 20%;
    margin: 0;
}

.detail-text {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .product-detail {
    width: 40%;
  }

  .product-details {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}


@media only screen and (max-width: 768px) {
  .product-detail {
    width: 100%;
  }
  
  .product-detail img {
    height: auto;
    width: 15%;
    margin: 0;
  }
}
.container-list-settori {
    display: flex;
    flex-direction: row;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
}

.container-list {
    width: 100%;
    padding: 32px;
    color: white;
    box-shadow: inset 0 200px 80px -40px rgba(0,0,0,.4);
    transition: .5s ease-in-out;
}

.container-list-settori h3, .container-list-settori a {
    color: white;
}

.list-settori {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.list-settori-box {
    opacity: 0;
    transition: .5s ease-in-out;
    gap: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.container-list.list-grow-light:hover {
    background: #85598D !important;
    box-shadow: none;
    cursor: pointer;
}

.container-list.list-lighting:hover {
    background: #70A373 !important;
    box-shadow: none;
    cursor: pointer;
}

.container-list:hover .list-settori-box {
  opacity: 100%;
}

.link-settore-list {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .5s ease-in-out;
}

.cta-list-settori {
    font-weight: 600;
}

.link-settore-list:hover {
  transform: translateX(5px); /* Sposta la card leggermente verso l'alto quando in hover */
  font-weight: bold;
}

@media screen and (max-width: 1024px) {

  .container-list-settori {
      display: flex;
      flex-direction: column;
      border-radius: 0px 24px;
  }
    
  .list-settori-box {
    opacity: 100%;
    min-height: 300px;
  }
  
   .container-list.list-grow-light {
      box-shadow: inset 0 400px 100px -20px #85598dd6;
  }

  .container-list {
      box-shadow: inset 0 400px 100px -20px #70a373d6;
  }

    a.link-settore-list {
      font-size: 18px;
  }
  
}
.sectors-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    margin: 48px 0px;
}

.sector-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    transition: transform .3s ease;
    width: 20%;
}

.sector-item img, .nome-settore {
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
}

.sector-item:hover img, .sector-item:hover .nome-settore {
    transform: rotate(2deg); /* Rotazione sia per l'immagine che per il testo */
    color: #9BBBC9; /* Cambio di colore al passaggio del mouse */
}

.sector-item img {
  width: 20%; 
  transition: transform 0.3s ease;
}

.sector-item .nome-settore {
  font-size: 18px;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}


@media only screen and (max-width: 992px) {
  .sector-item {
    width: 20%;
}
}


@media only screen and (max-width: 769px) {
    .sector-item {
        width: 46%;
    }
}

@media only screen and (max-width: 420px) {
    .sector-item {
        width: 100%;
    }
}
.container-ancora {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.banner-ancora {
    background: #f1f1f1;
    border-radius: 32px 0 0 32px;
    padding: 0px 16px;
    padding-left: 32px;
    margin-bottom: 64px;
}

.button.ancora {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: ;
    height: 100%;
}

.container-ancora-single {
    padding: 24px 0px;
    padding-bottom: 20px;
    border-bottom: 4px solid transparent;
    transition: all 0.15s linear;
}

.container-ancora-single:hover {
    border-bottom: 4px solid #9BBBC9;
}

@media only screen and (max-width: 992px) {
  .banner-ancora {
    display: none;
  }
}
.gallery-cards{
  width: 100%;
}

.gallery-card {
  width: 100%;
  min-height: 350px;
  border-radius: 0px 0px 40px 40px;
}

.carousel-gallery {
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}


.swiper-slide .gallery-card {
    max-width: 500px;
}

button.carousel-arrow.carousel-swiper-gallery-button-next, button.carousel-arrow.carousel-swiper-gallery-button-prev {
    background: none;
}


@media only screen and (max-width: 769px) {
  .gallery-card {
    min-height: 170px;
  }
}

.kl-card-gallery {
  overflow: hidden;
}

.kl-card-gallery > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-gallery__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media (max-width: 992px) {
  .carousel-gallery  {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .kl-card-gallery__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-gallery__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-gallery__card {
  width: 100%;
  border: 0.5px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 9px;
  overflow: hidden;
}

.kl-card-gallery__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-gallery__preheader {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
  color: #52646c;
  margin: 0 0 .5rem;
}

.kl-card-gallery__content {
  display: block;
  padding: 20px 24px;
  color: #444444;
  text-decoration: none;
}

.kl-card-gallery__content h3, .kl-card-gallery__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-gallery__content p {
  margin: 0;
}

.kl-card-gallery__content:hover, .kl-card-gallery__content:focus {
  color: #444444;
  text-decoration: none;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 16px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 16px 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 16px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #52646c;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-custom-anchor {
  scroll-margin-top: 70px;
}
.kl-custom-image {
  display: block;
}

.kl-custom-image img {
  display: block;
}

.kl-custom-image--center img {
  margin: 0 auto;
}

.kl-custom-image--right img {
  margin: 0 0 0 auto;
}
.kl-rich-text__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.kl-rich-text img {
  max-width: 100%;
}

.kl-rich-text h1 {
  color: #444444;
}

.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -10px;
}

.kl-rich-text__buttons .button, .kl-rich-text__buttons .button_cta {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons .button, .kl-rich-text__buttons .button_cta {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.listing-prodotti-container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.listing-prodotto-image{
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
}

.listing-prodotto {
  transition: transform 0.3s ease; /* Transizione per l'effetto hover */
}
.listing-prodotto-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 20;
}

.listing-prodotto:hover .listing-prodotto-image {
  box-shadow: 0 8px 12px rgba(0,0,0,0.2); /* Ombra più grande e più scura al hover */
}

.listing-prodotto:hover {
  transform: translateY(-5px); /* Sposta la card leggermente verso l'alto quando in hover */
}

.listing-prodotto-image img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 10;
}

.listing-prodotto[data-collection="lighting"] .listing-prodotto-image {
  border-bottom: 6px solid #70a373;
}
.listing-prodotto[data-collection="grow-light"] .listing-prodotto-image {
  border-bottom: 6px solid #86598d;
}

.listing-prodotto h4 {
  margin: 10px 0 20px 0;
}

.listing-prodotto-caratteristiche {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.listing-prodotto-caratteristiche span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.listing-prodotto .container-cta {
  margin-top: 15px;
  justify-content: start;
}

.listing-prodotti-container .filters {
  margin-bottom: 50px;
  display: flex;
  align-items: start;
  gap: 15px;
}

.listing-prodotti-container .filters select {
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  .listing-prodotti-container{
  }
  .listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {  
  .listing-prodotto-image img{
    max-height: 250px;
  }
  
  .listing {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 400px) {
  .listing {
    grid-template-columns: 1fr;
  }
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #444444;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #444444;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 12px;
}

.kl-featured-card {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-disabled {
    opacity: 50%;
}

.progetti-cards {
    display: flex;
    justify-content: flex-start;
    gap: 10%;
    width: 100%;
}

.progetti-card {
    border-radius: 0 0 32px 32px;
    border-top: 5px solid #865b8d;
    display: flex;
    margin-bottom: 20px;
    min-height: 340px;
    max-width: 300px;
    text-decoration: none;
    transition: transform .3s ease;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 40px 24px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1), inset 0 -100px 40px -40px rgba(0,0,0,.4);
    margin: 10px 8px;
}

.progetti-card .progetto-title {
  color: white;
}

.progetti-card:hover {
  transform: translateY(-10px); /* Sposta la card leggermente verso l'alto quando in hover */
  box-shadow: 0 8px 12px rgba(0,0,0,0.2), inset 0 -100px 40px -40px rgba(0,0,0,.4);
}


.progetti-title {
  text-align: center; /* Titolo centrato */
  text-transform: uppercase; /* Testo in maiuscolo */
  margin-top: 10px; /* Spazio sopra al titolo */
}

.tag-progetto {
  border-radius: 100px;
  border: 1px solid #865B8D;
  background: white;
  padding: 4px 16px;
  width: fit-content;
  text-align: center;
}

/* Colorazione del bordo in base alla categoria del prodotto */
.progetti-card[data-category="none"]{
  border-color: #52646c; /* Bordo colorato per Grow Light */
}

.progetti-card[data-category="Grow Light"],
.progetti-card[data-category="grow-light"],
.progetti-card[data-collection="Grow Light"],
.progetti-card[data-collection="grow-light"]{
  border-color: #86598d; /* Bordo colorato per Grow Light */
}

.progetti-card[data-category="Lighting"],
.progetti-card[data-category="lighting"],
.progetti-card[data-collection="Lighting"],
.progetti-card[data-collection="lighting"]{
  border-color: #70a373; /* Bordo colorato per Lighting */
}


.carousel-progetti {
    display: flex;
    align-items: center;
    justify-content: space-between;
  overflow: hidden;
}

.container-arrow {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 80px;
}

.carousel-arrow > .arrow img {
    width: 32px;
}

button.carousel-arrow.carousel-swiper-progetti-button-next, button.carousel-arrow.carousel-swiper-progetti-button-prev {
    background: none;
}

button.carousel-arrow:focus {
    outline: none !important;
}


/* Stili aggiuntivi per le progetti-card, progetti-title, e progetti-description come prima */


@media (max-width: 768px) {
  
  .section-header {
    padding: 0 24px;
  }
  
  .progetti-cards.swiper-progetti {
    overflow: visible !important;
  }
  
  
  .carousel-progetti {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
  
  .progetti-card {
    max-width: none; /* Rimuove la larghezza massima per dispositivi mobili */
    min-height: 170px;
    padding: 16px 16px 24px;
    margin: 0px;
  }
}
.swiper-button-disabled {
    opacity: 50%;
}

.news-cards {
    display: flex;
    justify-content: flex-start;
    gap: 10%;
    width: 100%;
}

.news-card {
    margin-top: 10px;
    align-items: center;
    border-radius: 0 0 32px 32px;
    border-top: 5px solid #865b8d;
    box-shadow: 0 4px 6px rgba(0,0,0,.1), inset 0 -100px 40px -40px rgba(0,0,0,.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 16px;
    width: 100%;
    min-height: 340px;
    padding: 24px 24px 40px;
    text-decoration: none;
    width: 100%;;
}

.move-card {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin: 0px 8px;
    transition: transform .3s ease;
}

.news-card .news-title {
  color: white;
}

.move-card:hover {
  transform: translateY(-10px); /* Sposta la card leggermente verso l'alto quando in hover */
}

.move-card:hover .news-card {
  box-shadow: 0 8px 12px rgba(0,0,0,0.2), inset 0 -100px 40px -40px rgba(0,0,0,.4);
}


.news-title {
  font-weight: 400;
}

.tag-news {
  border-radius: 100px;
  border: 1px solid #865B8D;
  background: white;
  padding: 4px 16px;
  width: fit-content;
}

.tag-news[data-collection="lighting"]{
  border-color: #70a373 !important;
}

.tag-news[data-collection="grow-light"]{
  border-color: #86598d !important;
}

.tag-news[data-collection="lighting"]:hover{
  background-color: #70a373 !important;
}

.tag-news[data-collection="grow-light"]:hover{
  background-color: #86598d !important;
}

.move-card[data-collection="lighting"],
.move-card[data-collection="lighting"] .news-card{
  border-color: #70a373 !important;
}

.move-card[data-collection="grow-light"],
.move-card[data-collection="grow-light"] .news-card{
  border-color: #86598d !important;
}

.carousel-news {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow-y: visible;
}

.container-arrow {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 80px;
}

.carousel-arrow > .arrow img {
    width: 32px;
}

button.carousel-arrow.carousel-swiper-news-button-next, button.carousel-arrow.carousel-swiper-news-button-prev {
    background: none;
}

button.carousel-arrow:focus {
    outline: none !important;
}


/* Stili aggiuntivi per le news-card, news-title, e news-description come prima */


@media (max-width: 768px) {
  
  .section-header {
    padding: 0 24px;
  }
  
  .news-cards.swiper-news {
    overflow-y: visible !important;
  }
  
  
  .carousel-news {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
  
  .news-card {
    max-width: none; /* Rimuove la larghezza massima per dispositivi mobili */
    min-height: 250px;
  }
}
.anteprima-download {
    align-items: center;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1), inset 0 -100px 40px -40px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 16px;
    height: 110px;
    text-decoration: none;
    width: 100%;
    max-width: 80px;
    flex-shrink: 0;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px;
    justify-content: flex-start;
}

.card-documento {
    all: unset;
    align-items: flex-start;
    width: 30%;
    display: flex;
    gap: 24px;
    cursor: pointer;
}

.card-documento:hover,
.card-documento:focus{
  color: unset;
  background-color: transparent !important;
}

.see-all-button{
  transition: transform .3s ease;
}

.card-documento:hover .see-all-button{
  color: #9BBBC9; /* Cambia il colore del testo al hover */
}

.card-documento:hover .box-arrow {   
   border: 1px solid #9BBBC9;
  transform: translateX(5px);
}

.download-list .download-form {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  isolation: isolate;
}

.body-wrapper:has(.download-list .download-form.visible) #header {
  z-index: 1000;
}

.download-list .download-form .download-form-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.download-list .download-form .download-form-close{
  all: unset;
  cursor: pointer;
}

.download-list .download-form .download-form-close:hover,
.download-list .download-form .download-form-close:focus {
  color: unset;
  background-color: transparent !important;
}

.download-list .download-form .download-form-container {
  position: relative;
  width: 80%;
  height: 75%;
  background-color: white;
  padding: 24px;
  border-radius: 24px;
  overflow: auto;
}

.download-list .download-form .download-form-container .download-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.download-list .download-form.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 992px) {
  .download-list {
    padding: 0 24px;
  }
  .card-documento {
    width: 100%;
  }
}
.swiper-button-disabled {
    opacity: 50%;
}

.video-cards {
    display: flex;
    justify-content: flex-start;
    gap: 10%;
    width: 100%;
}

.video-card {
    position: relative;
    margin-top: 10px;
    align-items: center;
    border-radius: 32px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1), inset 0 -100px 40px -40px rgba(0,0,0,.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
    min-height: 300px;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
}

.video-card>.arrow {
  position: relative;
  z-index: 20;
}
.video-card>.arrow img {
    width: 80px;
}

.video-card iframe {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: none;
}

.move-card {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 8px;
    transition: transform .3s ease;
}

.video-card .video-title {
  color: white;
}

.move-card:hover .video-card {
  box-shadow: 0 8px 12px rgba(0,0,0,0.2), inset 0 -100px 40px -40px rgba(0,0,0,.4);
}

.video-title {
  font-weight: 400;
}

.tag-video {
  border-radius: 100px;
  border: 1px solid #865B8D;
  background: white;
  padding: 4px 16px;
  width: fit-content;
}


.carousel-video {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow-y: visible;
}

.container-arrow {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 80px;
}

.carousel-arrow > .arrow img {
    width: 32px;
}

button.carousel-arrow.carousel-swiper-video-button-next, button.carousel-arrow.carousel-swiper-video-button-prev {
    background: none;
}

button.carousel-arrow:focus {
    outline: none !important;
}


/* Stili aggiuntivi per le video-card, video-title, e video-description come prima */


@media (max-width: 768px) {

  /* Per tutti i caroselli mobile */
  .swiper-slide.swiper-slide-active {
    margin-right: 24px !important;
    padding-left: 24px;
  }
  /* FINE */
  
  .section-header {
    padding: 0 24px;
  }
  
  .video-cards.swiper-video {
    overflow-y: visible !important;
  }
  
  
  .carousel-video {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
  
  .video-card {
    max-width: none; /* Rimuove la larghezza massima per dispositivi mobili */
    min-height: 120px;
  }
}
.kl-footer {
  background-image: url("https://lp.c-led.it/hubfs/Website/Sfondi/banner-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p, .kl-footer a, .kl-footer div, .kl-footer span {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__wrapper {
  width: 100%;
  padding: 64px 0px;
}

.kl-footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding-bottom: 24px;
  align-items: center;
}

.kl-footer__legal > span {
  margin-right: 1.25rem;
}

.kl-footer__legal a {
  color: rgba(255, 255, 255, 1.0);
  margin: 0px 8px;
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: rgba(155, 187, 201, 1.0);
  text-decoration: none;
}

.kl-footer__byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: -0.625rem -1.25rem;
}

@media screen and (max-width: 680px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  margin: 0.625rem 1.25rem;
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
}

.kl-footer__byline a {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__byline a:hover, .kl-footer__byline a:focus, .kl-footer__byline a:active {
  color: #52646c;
  text-decoration: none;
}

.kl-footer__content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .kl-footer__content {
    padding: 0px;
  }
}

@media screen and (max-width: 680px) {
  .kl-footer__content {
    display: block;
  }
}

.kl-footer__address {
  margin: 32px 0 16px;
}

.kl-footer__address p {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__info {
  flex-basis: 300px;
}

.kl-footer__info img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}

.kl-footer__info p {
  
}

.text-social {
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    padding-bottom: 8px;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
  margin-top: 8px;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px 16px;
}

.kl-footer__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: rgba(255, 255, 255, 1.0);
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover svg {
  fill: #9bbbc9;
}

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0;
}

@media screen and (max-width: 768px) {
  .kl-footer__legal {
    gap: 8px;
    flex-direction: column;
  }
  
  .kl-footer__legal > span {
  margin-right: 0px;
  }
  
  .kl-footer__menu {
    margin: 16px -16px 0;
  }
  
  .kl-footer__wrapper {
    padding: 40px 24px;
    width: 100%;
}
  .kl-footer__legal.text {
    padding: 8px 24px;
  }
  
  .kl-footer__legal a {
    margin: 0px;
  }
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__menu h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__menu a {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 17px;
  color: rgba(255, 255, 255, 1.0);
  margin: 0 0 1.375em;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #9bbbc9;
  text-decoration: none;
}

.kl-footer__group {
  margin: 16px 24px;
  max-width: 215px;
}


@media screen and (max-width: 768px) {
  .kl-footer__group {
    margin: 16px;
  }
}
.hero-simple-banner {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    max-height: ;
    padding: 64px 0;
    justify-content: space-between;
    gap: 40px;
}

.container-content-simplebanner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    width: 45%;
} 

.content-simplebanner {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    gap: 16px;
    width: 100%;
}

.image-bannersimple {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 48px 48px 0;
    min-height: 450px;
    transition: opacity .2s, width .5s;
    width: 55%;
}

.hero-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.hero-simple-banner .hero-buttons:first-of-type{
  margin-top: 24px;
}


@media screen and (min-width: 1380px) {
  .content-simplebanner {
    padding: 0px;
  }
}

@media screen and (max-width: 992px) {
  .content-simplebanner {
        width: 100%;
    }
}

@media screen and (min-width: 1240px) {
  .content-simplebanner {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .container-content-simplebanner {
    padding: 0 24px;
  }
}

@media screen and (max-width: 768px) {  
  .container-content-simplebanner {
    width: 100%;
} 
  
  .hero-simple-banner .hero-buttons:first-of-type{
  margin-top: 0px;
}
  
  .hero-simple-banner {
    flex-direction: column;
    gap: 0px;
    padding: 0px;
  }
  
  .content-simplebanner {
    margin-top: 16px;
  }
  .container-content-simplebanner {
    flex-direction: column;
    gap: 16px;
   }
  
  .hero-buttons .see-all-link {
    padding: 0px;
}
  
  .image-bannersimple {
        min-height: 250px;
        width: 95%;
        margin-top: 24px;
    }
     .see-all-link {
        font-weight: 600;
    }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 40px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
  }
}

.kl-hero-03__content {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

.kl-rich-text > div {
    width: 80%;
}

@media screen and (max-width: 768px) {
  
  .kl-rich-text>div {
      width: 100%;
  }
  
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
    left: calc(50% + 64px);
    min-height: 450px;
    position: absolute;
    top: 50%;
    transform: translateY(-120%);
    transition: opacity .2s, width .5s;
}


.kl-hero-03__image > img {
    border-radius: 0 48px 48px 0;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.container-hero-home {
  min-height: 75vh;
  margin-top: 32px;
  display: flex;
  border-radius: 0px 40px 40px 00px;
}

.hero-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-content {
  background: white;
  width: 50%;
  position: relative;
  padding: 48px 48px 48px 0px;
}

.title-section {
    margin-top: 3%;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.container-cta {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1380px) {
  
}

@media screen and (max-width: 768px) {
  .hero-home {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  
  .quick-links {
    display: none;
  }
  
  .hero-content {
    width: 70%;
    padding: 40px 40px 16px 40px;
  }
  
  .container-cta {
    justify-content: flex-start;
  }
  
  .container-hero-home {
    min-height: 60vh;
  }
}

@media screen and (min-width: 1240px) {
  
}


@media screen and (max-width: 768px) {
  .hero-content {
    width: 80%;
    padding: 32px 32px 16px 32px;
  }
  
  .container-hero-home {
    min-height: 50vh;
    margin-top: 16px;
  }
}

@media screen and (max-width: 392px) {
  .hero-content {
    margin-left: -1px;
    margin-bottom: -1px;
    width: 90%;
    padding: 16px 16px 16px 16px;
  }
  
  .container-hero-home {
    min-height: 55vh;
    margin-top: 16px;
  }
}
.container-banner-prodotto {
  min-height: 70vh;
  display: flex;
  border-radius: 0px 40px 40px 00px;
}

.banner-prodotto {
    align-items: flex-end;
    display: flex;
}

.align-left {
    justify-content: flex-start;
}

.align-left > .banner-prodotto-content {
    padding: 48px 48px 0px 0;
}


.align-right {
    justify-content: flex-end;
}

.align-right > .banner-prodotto-content {
    justify-content: flex-end;
    padding: 48px 48px 0;
}


.container-banner-prodotto:has(.align-right) {
    border-radius: 40px 0px 0px 40px;
}

.banner-prodotto-content {
    align-items: flex-start;
    background: #fff;
    display: flex;
    position: relative;
    width: 80%;
}

.content-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    max-width: 400px;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.container-cta {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1380px) {
  
}

@media screen and (max-width: 768px) {  
  .quick-links {
    display: none;
  }
  
  .banner-prodotto-content {
    width: 70%;
    padding: 40px 40px 16px 40px;
  }
  
  .container-cta {
    justify-content: flex-start;
  }
  
  .container-banner-prodotto {
    min-height: 50vh;
  }
}

@media screen and (max-width: 1024px) {
  .banner-prodotto-content {
    display: flex;
    flex-direction: column;
    width: 75%;
   }
  
    .content-right {
      text-align: left;
    }
}


@media screen and (max-width: 768px) {
  
  .listing-prodotto-image {
    max-height: 220px;
  }
  
  .listing-prodotti-container {
    margin-top: 24px;
  }
  
  .container-banner-prodotto.img-banner-prodotto {
    margin-right: 24px;
  }
  
  .container-banner-prodotto {
    display: flex;
    flex-direction: column;
}
  
  .banner-prodotto-content {
    width: 100%;
  }
  
  .banner-prodotto-content {
    display: flex;
    flex-direction: column;
   }
  
  .container-banner-prodotto {
    min-height: 40vh;
    margin-top: 16px;
  }
  
  .align-left > .banner-prodotto-content {
      padding: 16px 24px;
  }

  .align-right > .banner-prodotto-content {
      padding: 16px 24px;
  }
}

@media screen and (max-width: 392px) {

  .banner-prodotto-content {
    margin-left: -1px;
    margin-bottom: -1px;
  }
  
  .container-banner-prodotto {
    min-height: 30vh;
    margin-top: 16px;
  }
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos--1 {
  flex-wrap: wrap;
}

.kl-logos--1 .kl-logos__item {
  flex-basis: calc(100% / 1);
}

.kl-logos--2 {
  flex-wrap: wrap;
}

.kl-logos--2 .kl-logos__item {
  flex-basis: calc(100% / 2);
}

.kl-logos--3 {
  flex-wrap: wrap;
}

.kl-logos--3 .kl-logos__item {
  flex-basis: calc(100% / 3);
}

@media screen and (max-width: 340px) {
  .kl-logos--3 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--4 {
  flex-wrap: wrap;
}

.kl-logos--4 .kl-logos__item {
  flex-basis: calc(100% / 4);
}

@media screen and (max-width: 480px) {
  .kl-logos--4 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--4 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--5 {
  flex-wrap: wrap;
}

.kl-logos--5 .kl-logos__item {
  flex-basis: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--5 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--6 {
  flex-wrap: wrap;
}

.kl-logos--6 .kl-logos__item {
  flex-basis: calc(100% / 6);
}

@media screen and (max-width: 768px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--6 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--7 {
  flex-wrap: wrap;
}

.kl-logos--7 .kl-logos__item {
  flex-basis: calc(100% / 7);
}

@media screen and (max-width: 920px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--7 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--8 {
  flex-wrap: wrap;
}

.kl-logos--8 .kl-logos__item {
  flex-basis: calc(100% / 8);
}

@media screen and (max-width: 920px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--8 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--9 {
  flex-wrap: wrap;
}

.kl-logos--9 .kl-logos__item {
  flex-basis: calc(100% / 9);
}

@media screen and (max-width: 920px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--9 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--10 {
  flex-wrap: wrap;
}

.kl-logos--10 .kl-logos__item {
  flex-basis: calc(100% / 10);
}

@media screen and (max-width: 920px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--10 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--11 {
  flex-wrap: wrap;
}

.kl-logos--11 .kl-logos__item {
  flex-basis: calc(100% / 11);
}

@media screen and (max-width: 920px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--11 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos--12 {
  flex-wrap: wrap;
}

.kl-logos--12 .kl-logos__item {
  flex-basis: calc(100% / 12);
}

@media screen and (max-width: 920px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 6);
  }
}

@media screen and (max-width: 768px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 4);
  }
}

@media screen and (max-width: 480px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 340px) {
  .kl-logos--12 .kl-logos__item {
    flex-basis: calc(100% / 2);
  }
}

.kl-logos__item {
  padding: 16px 24px;
}

.kl-logos__item a {
  display: block;
}

.kl-logos__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 25px;
  right: 25px;
  display: block;
  background: white;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__close {
    top: 0;
    right: 0;
  }
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__wrapper {
    display: block;
  }
}

.kl-about-modal__container {
  max-width: 980px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}

.kl-about-modal__image {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__image {
    width: 100%;
  }
}

.kl-about-modal__image img {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .kl-about-modal__image img {
    object-fit: unset;
  }
}

.kl-about-modal__content {
  padding: 42px 50px;
  flex-basis: 650px;
}

.kl-about-modal__header {
  margin: 0 0 30px;
}

.kl-about-modal__header h1, .kl-about-modal__header h2, .kl-about-modal__header h3, .kl-about-modal__header h4, .kl-about-modal__header h5, .kl-about-modal__header h6 {
  margin: 0 0 10px;
  font-weight: bold;
}

.kl-about-modal__header h4 {
  color: #52646c;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #444444;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #52646c;
  /*fill: $secondary-color;*/
}
.kl-offer-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-offer-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-offer-modal__close {
  position: absolute;
  z-index: 13;
  top: 25px;
  right: 25px;
  display: block;
  background: white;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__close {
    top: 0;
    right: 0;
  }
}

.kl-offer-modal__close svg {
  display: block;
}

.kl-offer-modal__wrapper {
  overflow: hidden;
  position: relative;
  background: white;
  display: flex;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__wrapper {
    display: block;
  }
}

.kl-offer-modal__container {
  max-width: 980px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-offer-modal:target {
  visibility: visible;
}

.kl-offer-modal:target .kl-offer-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-offer-modal:target .kl-offer-modal__container {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__close {
    top: 8px;
    right: 8px;
  }
}

.kl-offer-modal__wrapper {
  padding: 48px 64px;
}

@media screen and (max-width: 480px) {
  .kl-offer-modal__wrapper {
    padding: 32px;
  }
}

.kl-offer-modal__wrapper--center {
  align-items: center;
}

.kl-offer-modal__wrapper--bottom {
  align-items: flex-end;
}

.kl-offer-modal__content {
  flex-basis: 400px;
  flex-grow: 1;
}

.kl-offer-modal__form {
  margin-left: 36px;
  flex-basis: 50%;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .kl-offer-modal__form {
    margin: 36px 0 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  isolation: isolate;
  z-index: 1000;
  box-shadow: 30px 5px 20px 5px #44444480;
}

.header.menu-top{
  box-shadow: none;
}

.header:not(.menu-top) .top-header-container {
  max-height: 0;
}

.top-header-container {
  background-color: #52646c;
  color: white;
  overflow: hidden;
  max-height: 40px;
  transition: all .3s ease-in-out;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
}

.top-header .top-header-item a,
.top-header .top-header-item span{
  text-transform: uppercase;
  font-size: 14px;
  color: white !important;
}

.header-container {
  position: relative;
  background-color: white;
}

.header-container .menu-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: white;
  gap: 40px;
  margin: 0 auto;
  padding-left: 25px;
}

.header-container .menu-container .left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-container .menu-container .right {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.header-container .utils {
  display: flex;
  justify-content: end;
}

.header-container .utils .header-search{
  background-color: transparent !important;
  color: #52646c !important;
  height: 100%;
  width: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}

.header-container .utils .header-search .header-search-icon {
  font-size: 32px;
}

.header-container .utils .cta{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 200px;
  flex-shrink: 0;
}

.header-container .menu {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.header-container .menu .menu-item{
  cursor: pointer;
}

.header-container .menu .menu-item .menu-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.header-container .menu .menu-item .menu-label:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 100%;
  height: 3px;
  transition: all .5s ease-in-out;
  background-color: #9bbbc9;
}

.header-container .menu .menu-item[data-item="grow light"] .menu-label:after {
  background-color: #86598d;
}

.header-container .menu .menu-item[data-item="lighting"] .menu-label:after {
  background-color: #70a373;
}

.header-container .menu .menu-item:hover .menu-label:after,
.header-container .menu .menu-item.active .menu-label:after {
  right: 0;
}

.header-container .menu-dropdown-content-container.menu-cta-container .see-all-link .see-all-button {
  color: white;
}

.header-container .menu-dropdown-content-container.menu-cta-container .see-all-link .see-all-button .box-arrow{
  border-color: white;
}

.header-container .menu-dropdown-content-container.menu-cta-container .see-all-link .see-all-button .box-arrow img {
  filter: brightness(0) invert(1);
}

.header-container .menu-dropdown-content-container.menu-cta-container:hover .box-arrow {   
  transform: translateX(5px);
}

.header-container .menu .menu-item + .menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0px #44444420;
  background-color: white;
  transition: all .5s ease-in-out;
  transform: translateY(-150%);
  z-index: -1;
  display: flex;
  align-items: stretch;
}

.header-container .menu .menu-item.active + .menu-dropdown{
  transform: translateY(0%);
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-container{
  flex-grow: 1;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-container .menu-links-container{
  padding: 0;
  margin: 10px 0 20px 0;
  list-style: none;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-container .menu-links-container a{
  display: flex;
  left: 0;
  position: relative;
  align-items: center;
  gap: 5px;
  transition: all .4s ease-in-out;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-container .menu-links-container a:hover {
  left: 5px;
  font-weight: 700;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content-container.menu-cta-container {
  display: flex;
  flex-direction: column;
  flex: 200px 0 0;
  background-color: #9bbbc9;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content-container.menu-cta-container .menu-cta-title {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content-container.menu-cta-container h5{
  color: white !important;
}

.header-container .menu .menu-item + .menu-dropdown .menu-title {
  text-transform: uppercase;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content {
  display: grid;
  grid-template-columns: 3fr 5fr 5fr;
  align-items: stretch;
}

.header-container .menu .menu-item[data-item="prodotti"] + .menu-dropdown .menu-dropdown-content,
.header-container .menu .menu-item[data-item="settori"] + .menu-dropdown .menu-dropdown-content,
.header-container .menu .menu-item[data-item="products"] + .menu-dropdown .menu-dropdown-content,
.header-container .menu .menu-item[data-item="sectors"] + .menu-dropdown .menu-dropdown-content{
  grid-template-columns: 8fr 5fr;
}

.header-container .menu .menu-item[data-item="risorse"] + .menu-dropdown .menu-dropdown-content,
.header-container .menu .menu-item[data-item="resources"] + .menu-dropdown .menu-dropdown-content {
  grid-template-columns: 3fr 10fr;
}

.header-container .menu .menu-item[data-item="servizi"] + .menu-dropdown .menu-dropdown-content,
.header-container .menu .menu-item[data-item="services"] + .menu-dropdown .menu-dropdown-content{
  grid-template-columns: 1fr;
}


.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content-container{
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content-container:first-child {
  padding-left: 0;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid{
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 25px 0;
}

.header-container .menu .menu-item[data-item="risorse"] + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid,
.header-container .menu .menu-item[data-item="resources"] + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 25px;
}

.header-container .menu .menu-item[data-item="risorse"] + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid .progetti-card,
.header-container .menu .menu-item[data-item="resources"] + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid .progetti-card{
  margin: 0 !important;
  border-color: #52646c !important;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid .progetti-card,
.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-content .menu-dropdown-content-grid .product-image,
.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-link .progetti-card,
.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-link .product-image{
  min-height: 200px;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}

.header-container .menu ul.menu-links-container {
    min-width: 300px;
}

.header-container .menu .menu-item + .menu-dropdown .progetti-card {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}

.header-container .menu .menu-item + .menu-dropdown .progetti-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: -1;
}

.header-container .menu h4.progetto-title {
    font-size: 16px;
    text-align: center;
}


.header-container .menu h4.product-title {
    font-size: 16px;
}

.header-container .menu span.tag-progetto {
    font-size: 14px;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-link-container {
  display: flex;
  gap: 25px;
  height: 100%;
  margin: 25px 0;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-link-container:has(.menu-links-container){
  margin: 25px 0 0 0;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-link-container:has(.menu-links-container) > div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.header-container .menu .menu-item + .menu-dropdown .menu-dropdown-link {
  flex: 1 0 50%;
  text-transform: uppercase;
  position: relative;
  isolation: isolate;
}

.header-container .menu .menu-item[data-item="servizi"] + .menu-dropdown .menu-dropdown-link,
.header-container .menu .menu-item[data-item="services"] + .menu-dropdown .menu-dropdown-link {
  flex: 1 0 30%;
}

#search{
  position: fixed;
  inset: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-in-out;
  isolation: isolate;
}

#search.opened{
  opacity: 1;
  pointer-events: auto;
}

#search .header-mobile-closer {
  position: absolute;
  top: 12px;
  right: 24px;
  background-color: transparent;
  border: none;
  outline: none;
}

#search .search-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
}

#search form {
  width: 100%;
}

#search .search-input {
  display: block;
  width: 90%;
  margin: auto;
  max-width: 1000px;
  background-color: transparent;
  color: #444444;
  padding: 8px 16px;
  font-size: 20px;
  border: none;
  outline: none;
  border-bottom: 2px solid #444444;
}

#search .header-mobile-closer{
  color: #444444 !important;
}

/* MOBILE */
.header-mobile{
  display: none;
}

@media screen and (max-width: 1200px){
  .header{
    display: none;
  }
  
  .header-mobile{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: white;
    padding: 12px 0px;
  }
  
  .header-mobile-container{
    display: flex;
    align-items: center;
  }
  
  .header-mobile-container > *{
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
  }
  
  .header-mobile-container > *:first-child {
    display: flex;
    justify-content: start;
  }
  
  .header-mobile-container > *:last-child {
    display: flex;
    justify-content: end;
  }
  
  .header-search-mobile {
    outline: none;
    background-color: transparent !important;
    color: #52646c !important;
    padding: 8px !important;
    margin: 0;
  }
  
  .header-search-mobile.dark {
    color: white !important;
  }
  
  .header-mobile-opener {
    cursor: pointer;
    outline: none;
    background-color: transparent !important;
    color: #444444 !important;
    padding: 8px !important;
  }
  
  .mobile-nav{
    position: fixed;
    inset: 0;
    border-radius: 0 8px 8px 0;
    background-color: #444444 !important;
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
  }
  
  .mobile-nav.opened{
    transform: translateX(0%);
  }
  
  .header-mobile-closer{
    cursor: pointer;
    outline: none;
    background-color: transparent !important;
    color: white !important;
    padding: 8px !important;
  }
  
  .mobile-nav-content {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .mobile-nav-content * {
    color: white !important;
  }
  
  .mobile-nav-content .cta-mobile {
    display: block;
    text-transform: uppercase;
    padding: 15px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-weight: 700;
    margin-bottom: 16px;
  }
  
  .mobile-nav-social-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  
  .mobile-main-nav,
  .mobile-small-nav {
    display: block;
    padding: 16px 0px;
    margin: 0;
    list-style: none;
  }
  
  .mobile-main-nav .mobile-nav-item,
  .mobile-small-nav .mobile-nav-item {
    padding: 4px 0;
  }
  
  .mobile-main-nav .mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }
  
  .mobile-small-nav .mobile-nav-link {
    font-size: 14px;
    font-weight: 700;
  }
  
  .mobile-main-nav .mobile-nav-item-icon{
    transition: all .4s ease-in-out;
  }
  
  .mobile-main-nav .mobile-nav-item-content{
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all .4s ease-in-out;
  }
  
  .mobile-main-nav .mobile-nav-item.opened .mobile-nav-item-content{
    grid-template-rows: 1fr;
  }
  
  .mobile-main-nav .mobile-nav-item .mobile-nav-item-content > .mobile-nav-item-content-container {
    min-height: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    opacity: 0;
  }
  
  .mobile-main-nav .mobile-nav-item.opened .mobile-nav-item-icon {
    transform: rotate(180deg);
  }
  
  .mobile-main-nav .mobile-nav-item.opened .mobile-nav-item-content > .mobile-nav-item-content-container {
    visibility: visible;
    padding: 8px;
    opacity: 1;
  }
  
  .mobile-main-nav .mobile-nav-item-content-nav{
    margin: 0;
    padding: 8px 0;
    list-style: none;
    border-top: 2px solid #9bbbc9;
    border-bottom: 2px solid #9bbbc9;
  }
  
  .mobile-main-nav .mobile-nav-item[data-item="grow light"] .mobile-nav-item-content-nav{
    border-color: #86598d !important;
  }
  
  .mobile-main-nav .mobile-nav-item[data-item="lighting"] .mobile-nav-item-content-nav{
    border-color: #70a373 !important;
  }
  
  .mobile-main-nav .mobile-nav-item-content-nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
  }
  
  .mobile-main-nav .mobile-nav-item.opened .mobile-nav-link *{
    color: #9bbbc9 !important;
  }
  
  .mobile-main-nav .mobile-nav-item[data-item="grow light"].opened .mobile-nav-link *{
    color: #86598d !important;
  }
  
  .mobile-main-nav .mobile-nav-item[data-item="lighting"].opened .mobile-nav-link *{
    color: #70a373 !important;
  }
  
  .search-mobile-container{
    display: flex;
    align-items: center;
  }
  
  .language-switcher{
    display: flex;
    align-items: center;
  }
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 16px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: Ubuntu, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #52646c;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__bullet {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  flex-shrink: 0;
}

.kl-pricing__bullet img {
  display: block;
}

.kl-pricing__button .button_cta {
  width: 100%;
}

.kl-pricing__button .button_cta a {
  padding-left: 0;
  padding-right: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-pricing-table {
  overflow-x: auto;
}

.kl-pricing-table > table {
  border: none;
  margin: 0;
  background: transparent;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table > table {
    width: 100%;
  }
}

.kl-pricing-table__features {
  position: relative;
  width: 250px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__features {
    width: 50%;
  }
}

.kl-pricing-table__plans {
  text-align: left;
  padding: 32px;
}

.kl-pricing-table__plans .button {
  width: 100%;
}

.kl-pricing-table__plans h3 {
  font-size: 18px;
}

.kl-pricing-table__plans h4, .kl-pricing-table__plans h5 {
  font-weight: bold;
  color: #52646c;
}

.kl-pricing-table__plans > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.kl-pricing-table th, .kl-pricing-table td {
  vertical-align: middle;
  border: none;
}

.kl-pricing-table th {
  font-weight: normal;
  background: transparent;
  text-align: left;
}

.kl-pricing-table th p {
  color: #444444;
}

.kl-pricing-table th.kl-pricing-table__featured {
  background: #52646c;
  color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.kl-pricing-table th.kl-pricing-table__featured h1, .kl-pricing-table th.kl-pricing-table__featured h2, .kl-pricing-table th.kl-pricing-table__featured h3, .kl-pricing-table th.kl-pricing-table__featured h4, .kl-pricing-table th.kl-pricing-table__featured h5, .kl-pricing-table th.kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table th.kl-pricing-table__featured .button {
  border-color: white;
  color: white;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table thead .kl-pricing-table__features {
    display: none;
  }
}

.kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
  border-top-left-radius: 16px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
    border-top-left-radius: 0;
  }
}

.kl-pricing-table tbody tr:first-child td:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  background: #E0E9FF;
}

.kl-pricing-table tbody tr:first-child .kl-pricing-table__featured:before {
  display: none;
}

.kl-pricing-table tbody tr:last-child .kl-pricing-table__featured {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table tbody tr:last-child .kl-pricing-table__featured {
    border-bottom-left-radius: 0;
  }
}

.kl-pricing-table tbody tr:last-child .kl-pricing-table__features {
  border-bottom-left-radius: 16px;
}

.kl-pricing-table tbody tr + tr .kl-pricing-table__features:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  background: #E0E9FF;
}

.kl-pricing-table tbody .kl-pricing-table__features {
  position: relative;
  background: #52646c;
  color: white;
  padding: 12px 38px 12px 32px;
}

.kl-pricing-table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 12px 16px;
}

.kl-pricing-table td img {
  display: block;
  margin: 0 auto;
}

.kl-pricing-table td:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #E0E9FF;
  z-index: -1;
}

.kl-pricing-table td.kl-pricing-table__featured {
  background: #52646c;
  color: white;
}

.kl-pricing-table td.kl-pricing-table__featured h3, .kl-pricing-table td.kl-pricing-table__featured h4, .kl-pricing-table td.kl-pricing-table__featured h5, .kl-pricing-table td.kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table td.kl-pricing-table__featured:after, .kl-pricing-table td.kl-pricing-table__featured:before {
  display: none;
}

.kl-pricing-table__navbar {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__navbar {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table__navbar {
    display: block;
  }
}

.kl-pricing-table__navbar .kl-pricing-table__featured {
  background: #52646c;
  border: none;
}

.kl-pricing-table__navbar .kl-pricing-table__featured h1, .kl-pricing-table__navbar .kl-pricing-table__featured h2, .kl-pricing-table__navbar .kl-pricing-table__featured h3, .kl-pricing-table__navbar .kl-pricing-table__featured h4, .kl-pricing-table__navbar .kl-pricing-table__featured h5, .kl-pricing-table__navbar .kl-pricing-table__featured p {
  color: white;
}

.kl-pricing-table__navbar .kl-pricing-table__featured:hover {
  background: #52646c;
}

.kl-pricing-table__tab {
  flex-basis: 200px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #e0e9ff;
}

.kl-pricing-table__tab h1, .kl-pricing-table__tab h2, .kl-pricing-table__tab h3, .kl-pricing-table__tab h4, .kl-pricing-table__tab h5, .kl-pricing-table__tab h6, .kl-pricing-table__tab p {
  margin: 0;
}

.kl-pricing-table__tab:hover {
  background: #e0e9ff;
  transition: background .25s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table__hide {
    display: none;
  }
}

.kl-pricing-table__tooltip {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='info-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 15px;
}
.kl-pricing-table-02 {
  overflow-x: auto;
}

.kl-pricing-table-02 > table {
  border: none;
  margin: 0;
  background: transparent;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02 > table {
    width: 100%;
  }
}

.kl-pricing-table-02__features {
  width: 250px;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__features {
    width: 50%;
  }
}

.kl-pricing-table-02__plans {
  text-align: left;
  padding: 32px;
}

.kl-pricing-table-02__plans .button {
  width: 100%;
}

.kl-pricing-table-02__plans h3 {
  font-size: 18px;
}

.kl-pricing-table-02__plans h4, .kl-pricing-table-02__plans h5 {
  font-weight: bold;
  color: #52646c;
}

.kl-pricing-table-02__plans > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.kl-pricing-table-02 th, .kl-pricing-table-02 td {
  vertical-align: middle;
  border: 1px solid #52646c;
}

.kl-pricing-table-02 th {
  font-weight: normal;
  background: transparent;
  text-align: center;
}

.kl-pricing-table-02 th p {
  color: #444444;
}

.kl-pricing-table-02 thead .kl-pricing-table-02__features {
  border-top: none;
  border-left: none;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02 thead .kl-pricing-table-02__features {
    display: none;
  }
}

.kl-pricing-table-02 tbody .kl-pricing-table-02__features {
  position: relative;
  padding: 20px 20px 20px 32px;
}

.kl-pricing-table-02 td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 12px 12px;
}

.kl-pricing-table-02 td img {
  display: block;
  margin: 0 auto;
}

.kl-pricing-table-02__navbar {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #52646c;
  border-left: 1px solid #52646c;
  border-right: 1px solid #52646c;
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__navbar {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .kl-pricing-table-02__navbar {
    display: block;
  }
}

.kl-pricing-table-02__tab {
  flex-basis: 200px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
}

.kl-pricing-table-02__tab h1, .kl-pricing-table-02__tab h2, .kl-pricing-table-02__tab h3, .kl-pricing-table-02__tab h4, .kl-pricing-table-02__tab h5, .kl-pricing-table-02__tab h6, .kl-pricing-table-02__tab p {
  margin: 0;
}

.kl-pricing-table-02__tab:hover {
  cursor: pointer;
}

.kl-pricing-table-02__tab--active {
  background-color: #52646c;
  color: white;
}

.kl-pricing-table-02__tab--active h1, .kl-pricing-table-02__tab--active h2, .kl-pricing-table-02__tab--active h3, .kl-pricing-table-02__tab--active h4, .kl-pricing-table-02__tab--active h5, .kl-pricing-table-02__tab--active p {
  color: inherit;
}

.kl-pricing-table-02__tab + .kl-pricing-table-02__tab {
  border-left: 1px solid #52646c;
}

@media screen and (max-width: 480px) {
  .kl-pricing-table-02__tab + .kl-pricing-table-02__tab {
    border-left: none;
    border-top: 1px solid #52646c;
  }
}

@media screen and (max-width: 920px) {
  .kl-pricing-table-02__hide {
    display: none;
  }
}

.kl-pricing-table-02__highlight {
  background: #F2F5FB;
}

.kl-pricing-table-02__highlight th {
  font-weight: bold;
}
/* MODULO VANTAGGI NEI PRODOTTI*/ 

.vantaggi-prodotto {
  margin-top: 48px;
}

/* MODULO DESCRIZIONE 2 COL*/ 

.descrizione-2-col-container:nth-child(odd) .descrizione-2-col:has(.col-1 + .col-2) { 
   flex-direction: row-reverse;
}

.descrizione-2-col {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 40px;
}

.col-1 {
    width: 45%;
}

.col-2 {
    width: 45%;
  overflow: hidden;
}

.descrizione-2-col .col-2 img {
    height: auto;
    min-height: 100%;
    object-fit: contain;
    width: 100%;
    max-height: 300px;
    object-position: top center;
    border-radius: 32px;
}

.container-text-casestudy .descrizione-2-col .col-2 img {
    height: auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    object-position: center center;
    border-radius: 32px;
}

@media screen and (max-width: 992px) {
  .col-1, .col-2 {
    width: 100%;
  }
  
  
  .descrizione-2-col {
      display: flex;
      gap: 24px;
      justify-content: space-between;
      margin-top: 40px;
      flex-direction: column;
  }
  
  .space-24 {
    padding: 0 24px;
  }
}

/* MODULO VANTAGGI */ 

.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

.vantaggi {
  margin-top: 40px;
}

.vantaggi > div {
    max-width: 33%;
}


.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}


.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 50px;
  margin: 0;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #52646c;
}




@media screen and (max-width: 768px) {
  .descrizione-2-col-container:nth-child(odd) .descrizione-2-col:has(.col-1 + .col-2) { 
   flex-direction: column;
}
  
  .kl-features-01 {
    display: block;
  }
  
  .vantaggi > div {
    max-width: 100%;
  }
  
  .max-container-small-banner {
    margin-top: 32px;
  }

    .download-list {
        display: flex;
        flex-direction: column;
      gap: 8px;
    }

    .card-documento {
        max-width: 100%;
        gap: 16px;
    }

}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 530px) {
  .kl-features-02 {
    display: block;
  }
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02__card {
  flex-basis: 225px;
  flex-grow: 1;
  margin: 16px;
  display: block;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.kl-features-02__card p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 24px;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 24px;
  width: 24px;
  fill: #52646c;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #52646c;
}

.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f3f3f3;
    text-align: center;
  }
  .kl-features-03__titles li + li {
    border-top: 1px solid #dadada;
  }
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  margin: 0;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #52646c;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}

.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}
.kl-card {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  padding: 32px 25px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 600px;
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #52646c;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-timeline__entry {
  position: relative;
  padding-bottom: 50px;
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #52646c;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
}

.kl-timeline__entry--odd {
  margin-right: 50%;
  padding-right: 50px;
  text-align: right;
}

.kl-timeline__entry--odd:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(4px);
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--odd:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:after {
    left: 0;
  }
}

.kl-timeline__entry--even {
  margin-left: 50%;
  padding-left: 50px;
}

.kl-timeline__entry--even:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(-5px);
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--even:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:after {
    left: 0;
  }
}

.kl-timeline__entry--last:after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    margin: 0;
    padding: 0 0 50px 50px;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    padding: 0 0 20px 20px;
  }
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.lang_switcher_class {
  display: flex !important;
}

.lang_list_class {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  margin-top: 20px !important;
}

.lang_list_class:before {
  border: none !important;
  background: white;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
}

.lang_list_class:after {
  top: -23px !important;
}

.lang_list_class li {
  word-break: keep-all;
  border-left: none !important;
  border-right: none !important;
}

.lang_list_class li:first-child {
  border-top: none !important;
}

.lang_list_class li:last-child {
  border-bottom: none !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.social-flyout {
  position: sticky;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-in-out;
  z-index: 100;
}

.social-flyout .social-flyout-container {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-flyout .icon-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-flyout .back-to-top {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: 
    translateX(-50%)
    rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border: none;
  background: none;
  outline: none;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
}

.social-flyout.visible {
  opacity: 1;
  pointer-events: auto;
}

.social-flyout .back-to-top::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 50px;
  background-color: #52646c;
}

.social-flyout .back-to-top::after {
  content: '';
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 10px;
  background-color: #9bbbc9;
}

@media screen and (max-width: 1200px) {
  .social-flyout {
    display: none;
  }
}
.body-container--blog-post .breadcrumbs > .preheader.last {
    display: none;
}

.blog-post__body a {
    text-decoration: underline;
    color: #444444;
}

/* Narration */ 
._duration_4e1as_62 {
    min-width: max-content !important;
}

.blog-post__narration {
  margin-bottom: 32px;
  max-width: 90%;
}

/* Container Blog */
.body-container--blog-post {
  margin: 80px 0;
}

/* Blog header */
.blog-header {
  padding: 80px 0 48px 0;
  /* Blog header - author listing */
}

.blog-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog-header__tag {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-header__title {
  margin: 0 0 24px;
  flex-shrink: 0;
  max-width 70%;
}

.blog-header__description {
    color: #53646c;
    font-size: 1.2rem;
    max-width: 70%;
    text-align: center;
}

@media screen and (max-width: 992px) {
  .blog-post__body-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .blog-header--author .blog-header__inner {
    display: block;
  }
  
  .blog-header__title, .blog-header__description {
    max-width 100%;
  }
}


@media screen and (max-width: 768px) {
  
  .box-sidebar {
    min-width: 100% !important;
}
  .sidebar-blog {
    margin-top: 40px;
  }
  
  .blog-header--post {
        min-height: 230px !important;
  }
  
  .blog-post__meta {
    gap: 8px;
}
  
  .body-container--blog-post {
  margin: 0px;
}
  
  .blog-header__inner {
    display: block;
  }
  
  .blog-header {
    padding: 0px; 
  }
 
  .blog-header__title {
    max-width: none;
  }
  
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
  
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.blog-header__title span {
  color: #52646c;
}

.blog-header__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}


.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #444444;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-tags {
  list-style: none;
  padding: 0;
  margin: -7px;
  max-width: 680px;
}

.blog-tags li {
  display: inline-block;
  margin: 7px;
}

.blog-tags__link {
  font-family: Ubuntu, sans-serif;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 50px;
  line-height: 1;
  font-size: 1rem;
  background-color: transparent;
  color: #53646C;
  border: 1px solid #dadada;
}

.blog-tags__link[data-collection="lighting"]{
  color: #70a373 !important;
  border-color: #70a373 !important;
}

.blog-tags__link[data-collection="lighting"]:hover, 
.blog-tags__link[data-collection="lighting"]:focus, 
.blog-tags__link[data-collection="lighting"]:active, 
.blog-tags__link--current[data-collection="lighting"] {
  background-color: #70a373 !important;
  color: white !important;
  text-decoration: none;
}

.blog-tags__link[data-collection="grow-light"]{
  color: #86598d !important;
  border-color: #86598d !important;
}

.blog-tags__link[data-collection="grow-light"]:hover, 
.blog-tags__link[data-collection="grow-light"]:focus, 
.blog-tags__link[data-collection="grow-light"]:active, 
.blog-tags__link--current[data-collection="grow-light"] {
  background-color: #86598d !important;
  color: white !important;
  text-decoration: none;
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link:hover a {
  color: white;
  text-decoration: none;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  
  
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #444444;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: #444444;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('//7689583.fs1.hubspotusercontent-na1.net/hubfs/7689583/raw_assets/public/C-LED%20Website/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  color: #444444;
  font-size: 1rem;
  line-height: 1;
  margin: 0 16px;
  text-decoration: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #52646c;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #52646c;
}

.blog-pagination__ellipsis {
  color: #444444;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blog-header--post {
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post {
  margin: 0 auto;
}

.blog-post__meta {
    align-items: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-post__tags {
    color: #444;
    display: flex;
    flex-wrap: wrap;
}

.blog-post__meta a {
  color: #53646C;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: white;
  background: #865B8D;
  text-decoration: none;
}

.blog-post__timestamp, .blog-post__readtime {
  color: #53646C;
}

.blog-post__divider {
  margin: 64px 0 52px;
}

hr.blog-post__divider {
    background-color: #F1F1F1;
}

.blog-post__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__title {
  margin: 2rem 0;
  max-width: 900px;
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 680px;
}

.blog-post__body-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-post__body {
  max-width: 680px;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  color: #444;
}

.blog-post__tag-link {
  color: #52646c;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

/* Blog related posts */
.blog-more {
    padding: 2rem 0;
}

.box-sidebar {
    border: 1px solid #f1f1f1;
    padding: 24px;
    min-width: 400px;
}

.sidebar-blog {
    max-width: 400px;
    width: 100%;
}

.box-sticky {
    position: sticky;
    top: 80px;
    width: 100%;
}

.blog-last {
  width: 100%;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #444444;
}
.kl-documentation__container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 1380px) {
  .kl-documentation__container {
    padding: 0px;
  }
}

@media screen and (max-width: 680px) {
  .kl-documentation__container {
    display: block;
  }
}

.kl-documentation__toc {
  width: 250px;
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  overflow-y: scroll;
  padding: 16px 16px 0 0;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .kl-documentation__toc {
    position: static;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
    overflow-y: auto;
    border-bottom: 1px solid #ececec;
    height: auto;
  }
}

.kl-documentation__toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kl-documentation__toc li {
  margin-bottom: 16px;
}

@media screen and (max-width: 680px) {
  .kl-documentation__toc li {
    margin-bottom: 8px;
  }
}

.kl-documentation__toc a {
  color: #444444;
}

.kl-documentation__contents {
  padding: 16px 0;
  width: calc(100% - 269px);
}

@media screen and (max-width: 680px) {
  .kl-documentation__contents {
    width: 100%;
  }
}

.kl-documentation__module {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 32px;
  scroll-margin-top: 70px;
}

.kl-documentation__module:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.kl-documentation__module-preview {
  margin: 0 0 32px;
}

.kl-documentation__fields {
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.kl-documentation__fields .depth0 {
  background-color: #f5f5f5;
}

.kl-documentation__fields thead th {
  font-size: 14px;
  padding: 12px;
  font-weight: bold;
  text-align: left;
  color: black;
  background-color: #d7ddec;
}

.kl-documentation__fields th, .kl-documentation__fields td {
  border: 1px solid #c0cbe4;
  padding: 6px 12px;
  font-size: 12px;
}

.kl-documentation .content-wrapper {
  padding: 0 20px !important;
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 620px;
  padding: 120px 20px;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(//7689583.fs1.hubspotusercontent-na1.net/hubfs/7689583/raw_assets/public/C-LED%20Website/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 12px;
}

.systems-page__preheader {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #52646c;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #52646c;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #52646c;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #52646c;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 42px 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #DADADA;
}

/* Search pages */
.hs-search-field {
  max-width: 750px;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #444444;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Ubuntu, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #52646c;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #444444;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 20px !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}
.no-scroll {
  overflow: hidden;
}

.mt-0 {
  margin-top: 0 !important;
}