



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

*, *:before, *:after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  -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;
}


/* 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;
  max-width: 100%;
  display: block;  
}

/* 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;
}
.dnd-section {
  padding: 60px 0px;
  background-color: rgba(255, 255, 255,1.0);
}

.dnd-section > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.page_area-qr{ text-align:center }
/* header */

.header__container--dnd .dnd-section {
  background-color: rgba(255, 255, 255,1.0); 
}

.header__container--dnd .dnd-section > .row-fluid {
  max-width: 1300px;  
}
.header_dnd-module-2-hidden .hs_cos_wrapper {
  width: 100%;
}

/* banner */
.banner-claim{
  display: block;
  margin-left: auto;
  max-width: 410px;
  padding: 50px 50px 35px 50px;
  margin-top:80px;
  position:relative;
}
.banner-claim::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: normal;
  background-color: #D2232A;
  opacity: 0.7;
  z-index:1;
}
.banner-claim p.banner-claim-title{
  font-size: 55px;
  color: white;
  line-height: 45px;
  z-index: 3;
  position: relative;
}
.banner-claim p.banner-claim-title strong{ display:block }
.banner-claim p.banner-claim-sub{
  color: whitesmoke;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 4;
  position: relative;
}
.video-wrapper.v2 { justify-content: flex-end !important; }
.video-wrapper.v2 .banner-png{
 background-position: 80% 100%;
}
.video-wrapper.v2 .banner-claim{
  margin-right: auto;
  margin-left: 20px
}

.heading-intro{
  max-width: 1515px;
  padding: 0 4%;
  margin: 0;
  position: relative;
}
.heading-intro .heading{
  max-width: 80%;
  margin: 0 auto;
  padding-left: 4%;
}
.heading-intro .heading h1{
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
}
.heading-intro .heading h1 span{
  font-size: 90%;
  display: block;
}
.heading-intro .heading h1 strong{ color: #D2232A; }
.heading-intro .heading p{
  font-size: 24px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: right;
  color: #1E3475;
}
.text-lg-end{ text-align: right }
.span12.widget-span.widget-type-cell.cell_1686501483226-padding.cell_1686501483226-background-image.dnd-column {
  background-size:225px !important;
}

.dnd-section.grid-links-icone > .row-fluid {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgb(234, 234, 234) 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
}
.dnd-section.grid-links-icone {
  background: none transparent;
  margin-bottom: -70px;
  position: relative;
  z-index: 5;
}
.dnd-section.grid-links-icone > .row-fluid .dnd-column {
  display: unset;
  width: 100%;
  margin: 0;
  float: unset;
}
.dnd-section.grid-links-icone > .row-fluid::before {
  content: unset;
}

.dnd-section.logotipo-section {
  background-image: linear-gradient(rgb(238, 237, 236), rgb(238, 237, 236)) !important;
  padding-bottom:90px;
}

.dnd-section.logotipo-section > .row-fluid {
  background-image: url("https://www.pixsys.net/hubfs/svg-1-1.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: 225px !important;
}

.dnd-section.logotipo-section .widget-type-rich_text {
  display: block;
  max-width: 1515px;
  padding: 0 4%;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section.logotipo-section .widget-type-rich_text > span.hs_cos_wrapper {
  max-width: 80%;
  margin: 0 auto;
  padding-left: 4%;
  display: block;
}

.dnd-section.logotipo-section .heading-intro-v2 h1 {
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
}
.dnd-section.logotipo-section .heading-intro-v2 h1 span {
  font-size: 90%;
  display: block;
}
.dnd-section.logotipo-section .heading-intro-v2 h1 strong {
  color: #D2232A;
}
.dnd-section.logotipo-section .heading-intro-v2 p {
  font-size: 24px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: right;
  color: #1E3475;
}
.dnd-section.logotipo-section .heading-intro-v2 {
  margin-top: 80px; margin-bottom:50px;
}
.dnd-section.logotipo-section .widget-type-rich_text > span.hs_cos_wrapper > p {
  font-size: 18px;
  line-height: 30px;
  max-width: calc( 100% - 300px );
  display: inline-block;
  margin-top: 20px;
}
.dnd-section.logotipo-section .widget-type-rich_text > span.hs_cos_wrapper > p + a.hs-button {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0 25px;
  width: 265px;
  background-color: #1E3475;
  border-color: #1E3475;
  height: auto;
}
.dnd-section.logotipo-section .widget-type-rich_text > span.hs_cos_wrapper > p + a.hs-button:hover{ background-color:#303030 }
.partner-locator-box h4{
  color: white;
  font-weight: 600;letter-spacing: -0.5px;font-size: 28px;text-shadow: 0 2px 2px rgba(0,0,0,0.35);margin-bottom: 20px; margin-top:20px
}
.partner-locator-box p{
  line-height: 1.4;
}

.row-fluid-wrapper.dnd-section.three-cols-section {
  background-image: linear-gradient(rgb(238, 237, 236), rgb(238, 237, 236)) !important;
}
.row-fluid-wrapper.dnd-section.three-cols-section .row-fluid-wrapper.dnd-section.three-cols-section {
  color: unset;
}
.row-fluid-wrapper.dnd-section.three-cols-section > .row-fluid > .span4 {
  margin: 0;
  width: 33.3333333333%;
}
.row-fluid-wrapper.dnd-section.three-cols-section > .row-fluid > .span4:first-child, .row-fluid-wrapper.dnd-section.three-cols-section > .row-fluid > .span4:first-child > .row-fluid-wrapper {
  position: relative;
}
.row-fluid-wrapper.dnd-section.three-cols-section > .row-fluid > .span4:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(30, 52, 117, 0.65) 65%, rgb(30, 52, 117) 100%);
}
.row-fluid-wrapper.dnd-section.three-cols-section .page-header.section-header h4 {
  font-weight: 600;
  font-size: 28px !important;
  color: rgb(210, 35, 42) !important;
  letter-spacing: -0.5px;
}
.row-fluid-wrapper.dnd-section.three-cols-section .page-header.section-header .secondary-header {
  font-size: 18px !important;
  color: #1E3475 !important;
  font-weight: 600;
}

i.dash:not(.at-right)::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 0.5px;
  background-color: #ddd;
  margin-right: 15px;
  vertical-align: middle;
}
i.dash.at-right::after{ content: ''; display: inline-block; width: 60px; height: 0.5px; background-color: #ddd; margin-left: 15px; vertical-align: middle;}
i.dash.red::before{ background-color: rgb(210,35,42);}    
i.dash.blue::after{ background-color:#1E3475;}    

.checks {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .checks li{
    font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: -0.75px;
    font-weight: 300;
    line-height: 1.25;
  }
  .checks li::before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
    background-image: url('https://www.pixsys.net/hubfs/pixsys_icons/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
  }
  .border-right::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 0;
    width: 0.5px;
    height: calc( 100% - 100px );
    background-color: #cccccc;
  }
  .listed p{ font-size: 14px;}
  .listed span.titlet{ font-size: 18px; font-weight: 600; color:#1E3475; display: block; margin-bottom: 5px; }
  .listed span.titlet::before{ display: inline-block; margin-right: 5px; content: '→'; }

/*carosello home*/
.master-asc.carosello-prodotti{
  padding-left:10%;
}
.master-asc.carosello-prodotti .lSSlideWrapper{
  display:grid;
  padding-top:80px;
}
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide{
  order: 2;
}
.master-asc.carosello-prodotti .lSSlideWrapper > .lSAction{
  order: 1;
  position: absolute;
  order: 1;
  display: block;
  width: 100%;
  text-align: right;
}
.master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSPrev, .master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSNext{
  position: unset;
  width: auto;
  height: auto;
  transform: none;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  border:0;
}
.master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSPrev::after, .master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSNext::after{
  font-size: 50px;
  color: #292929;
  text-align: center;
  font-family: inherit;
  display: inline-block;
}
.master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSPrev{
  margin: 0 25px 0 0;
}
.master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSPrev::after{
  content: '←';
}
.master-asc.carosello-prodotti .lSSlideWrapper > .lSAction .lSNext::after{
  content: '→';
}
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover,
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover{
   background-position:top;
}
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover::before,
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover::before{
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(238, 237, 236, 0) 0%, rgb(238, 237, 236) 90%);
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
}
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover > .content-slide,
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover > .content-slide{ z-index: 2 }
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover > .content-slide h4 a:link,
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover > .content-slide h4 a:link{
  font-size: 26px;
  font-weight: 300;
  color: #292929;
}
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover > .content-slide h4 a:link:hover,
.master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover > .content-slide h4 a:link:hover{
  color:#000;
  text-decoration:underline;
}
.span6.cell_16867479876622-padding.dnd-column.cell_16867479876622-background-image,
.span6cell_1686747987662-padding.dnd-column.cell_1686747987662-background-image{ margin:0 !important; width:50% }

.flex-content {
  display: flex;
  align-items: center;
}
.flex-content p {
  margin-bottom: 0;
}
.flex-content > :not(:last-child) {
  margin-right: 2vw;
}

.lSSlideOuter .lSPager.lSpg > li a {
  border-radius: 0 !important;
  height: 3px !important;
  width: 35px !important;
}
.lSSlideOuter .lSPager.lSpg > li.active a{ background-color:#292929 !important }
.lSSlideOuter .lSPager.lSpg{ margin-top:35px !important }

/*blog in home uguale id it-en*/
#widget_1686752950273 ul.lightSlider li.lslide > div.wrapper-image{ display:none }
#widget_1686752950273{}
#widget_1686752950273 ul.lightSlider li.lslide > div.meta-data > svg {
  display: none;
}
#widget_1686752950273 ul.lightSlider li.lslide > div.meta-data .blog-post__timestamp {
  line-height: 27px;
  letter-spacing: 1px;
  background-color: #D2232A;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  padding: 0 15px;
}
#widget_1686752950273 ul.lightSlider li.lslide .blog-post-txt {
  color: #292929;
  font-size: 16px;
  line-height: 22px;
}
#widget_1686752950273 ul.lightSlider li.lslide h4{
  font-size: 26px;
  line-height: 33px;
  margin: 23px 0 17px;
  max-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#widget_1686752950273 ul.lightSlider li.lslide .wrapper-button {
  margin-top:60px;
}
#widget_1686752950273 ul.lightSlider li.lslide .wrapper-button a::before {
  content: '→';
  font-size: 26px;
  display: inline-block;
  margin-right: 8px;
}

#widget_1686752950273 ul.lightSlider li.lslide .wrapper-button a svg {
  display: none;
}
#widget_1686752950273 ul.lightSlider li.lslide .wrapper-button a{
  margin: 0;
  line-height: 30px;
  color:#292929;
  transition: all 0.3s ease-in-out;
}
#widget_1686752950273 ul.lightSlider li.lslide .wrapper-button a:hover {
  transform: translateX(5px);
}
#widget_1686752950273 ul.lightSlider li.lslide .wrapper-button a:hover span{
  color:#D2232A;
}

#widget_1686752950273 ul.lightSlider li.lslide {
  border-top: 2px solid #1e3475;
  padding: 40px 15px;
}
#widget_1686752950273 ul.lightSlider.lSSlide > li.lslide:first-child {
  background-color: #1e3475;
  border-color: #1e3475;
  padding-left: 40px;
  padding-right: 40px;
}
#widget_1686752950273 ul.lightSlider.lSSlide > li.lslide:first-child h4,
#widget_1686752950273 ul.lightSlider.lSSlide > li.lslide:first-child .blog-post-txt,
#widget_1686752950273 ul.lightSlider.lSSlide > li.lslide:first-child .wrapper-button a{
  color:white;
}

/*override su pagina prodotto*/
.body-container-wrapper.pagina-prodotto .container-fluid.header-title-area .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section {
  padding: 0 65px !important;
}
.body-container-wrapper.pagina-prodotto .span12.widget-span.widget-type-custom_widget.dnd-module h2{
  font-size: 35px;
  color: #1E3475;
  margin: 0;
}
.body-container-wrapper.pagina-prodotto .span9.widget-span.widget-type-cell.dnd-column .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row.dnd_area_contact-column-5-row-1-vertical-alignment > .row-fluid{
  align-items:baseline !important;
}
.body-container-wrapper.pagina-prodotto .span6 .carousel .flickity-page-dots{
  text-align: left;
  max-width: calc( 100% - 60px );
}
.body-container-wrapper.pagina-prodotto .span6 .carousel .flickity-page-dots> li.dot {
  border-radius: 0 !important;
  height: 3px !important;
  width: 35px !important;
  vertical-align: top;
}
.body-container-wrapper.pagina-prodotto .span6 .carousel button.flickity-prev-next-button {
  display: none;
}
.body-container-wrapper.pagina-prodotto .span6 .carousel .flickity-fullscreen-button{
  bottom: -15px;
  top: unset;
  width: 35px;
  height: 35px;
  border: 1px solid #aaa;
  right: 20px;
  padding:4px;
}
.body-container-wrapper.pagina-prodotto .span6 .carousel .flickity-fullscreen-button svg{ display:none }
.body-container-wrapper.pagina-prodotto .span6 .carousel .flickity-fullscreen-button:hover{ background-color:#f2f2f2 }
.body-container-wrapper.pagina-prodotto .span6 .carousel .flickity-fullscreen-button::before{
  content:'';
  background:url("//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/images/svgs/expand.svg");
  display:inline-block;
  width: 25px;
  height: 25px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.body-container-wrapper.pagina-prodotto .flickity-enabled.is-fullscreen{
  z-index: 1002;
  background: rgba(44,44,44,0.85);
  padding-top: 50px;
  padding-bottom: 50px;
}
.body-container-wrapper.pagina-prodotto .flickity-enabled.is-fullscreen .flickity-button.flickity-fullscreen-button.flickity-fullscreen-button-exit {
  bottom: 40px;
  right: 40px;
  transform: scale(1.25);
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item {
  border: 0;
  background: #efefef;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item button{
  background: none transparent !important;
  color: #292929 !important;
  padding: 6px 0 6px 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item .hs-accordion__item-icon::before,
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item .hs-accordion__item-icon::after{
  background-color: #D2232A !important;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon::before,
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon::after{
  background-color: #ffffff !important;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item[aria-expanded="true"]{
  background-color:#f2f2f2;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item[aria-expanded="true"] button{
  color: #ffffff !important;
  background-color:#D2232A !important;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item[aria-expanded="true"] main{
  padding: 15px 20px;
  border-top: 1px solid white;
  background-color: rgb(248,248,248);
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item main .hs-accordion__item-content{padding: 0;}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item main .hs-accordion__item-content h5{ margin-bottom: 12px; } 
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item main .hs-accordion__item-content a:link svg {
  fill: #D2232A;
  margin-right: 12px;
}
.body-container-wrapper.pagina-prodotto .hs-accordion .hs-accordion__item main .hs-accordion__item-content a:link:hover svg{ fill:#292929 }

.body-container-wrapper.pagina-prodotto .content-tab img {
  max-width: 100% !important;
  margin: 15px auto;
}

.cta-custom {
  padding: 75px 60px;
  background-color: #eee;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-custom .titolo-cta {
  font-size: 40px;
  margin-bottom: 25px;
  line-height:1
}
.cta-custom .testo-cta {
  font-weight: 300;
  font-size: 21px;
  margin: 0;
}
.cta-custom .btn-cta {
  display: inline-block;
  padding: 12px 25px 14px 25px;
  font-size: 20px;
  border-radius: 8px;
  background-color: #d2232a;
  color: white;
  line-height: 1.25;
  font-weight: bold;
  transition: all 0.3s linear;
  margin-left: 50px;
}
.cta-custom .btn-cta.wide {
  min-width: 250px;
  text-align: center;
}
.cta-custom .btn-cta:hover {
  background-color: #1e3475;
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cta-custom .testo-cta a:link {
  font-weight: normal;
}

.cta-custom.with-logo {
  padding-right: 0;
}
.cta-custom.with-logo .btn-cta:not(:hover) {
  background-color: #1e3475;
}
.cta-custom.with-logo .btn-cta:hover {
  background-color: #d2232a;
}
.cta-custom.with-logo img.logotipo {
  margin-top: -75px;
  margin-bottom: -75px;
  max-height: 200px;
  margin-left: -6vw;
}


.body-container-wrapper.pagina-prodotto div.body-container > .row-fluid-wrapper > .row-fluid > .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-9.dnd-section h2 {
  font-size: 30px;
  color: #292929;
  margin-bottom:50px;
}

/*pagina chi siamo e programma partners*/
body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid,
body.hs-content-id-70879892197 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid,
body.hs-content-id-75438444761 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid,
body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid{
  display: flex;
}
body.hs-content-id-61344251117 .container-fluid.body-container .cell_16883886617113-background-image,
body.hs-content-id-70879892197 .container-fluid.body-container .cell_16883886617113-background-image,
body.hs-content-id-75438444761 .container-fluid.body-container .cell_16883886617113-background-image,
body.hs-content-id-75245479103 .container-fluid.body-container .cell_16883886617113-background-image{
  position:relative;
}
.floating-box-wrapper{
  position: absolute;
  width: max-content;
  max-width: calc( 100% - 65px );
  background: rgba(210, 35, 42,0.9);
  color: white;
  border-radius: 14px;
  bottom: -30px;
  left: 65px;
  z-index: 1;
  padding: 25px 30px 36px 30px;
  box-shadow: 0 10px 30px rgba(23, 42, 65, 0.2);
  animation: float 8s infinite linear;
}
.floating-text{
  animation: float 6s infinite linear;
}
div.body-wrapper > div[data-global-resource-path].hs-baymax-editor + .body-container-wrapper .floating-box-wrapper{
  position:unset;
  animation:none;
}
.floating-box-wrapper p.claim {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.75px;
  display: inline-block;
  width: 100%;
  max-width: 410px;
}
.floating-box-wrapper p.claim a:link{ 
  color:inherit;
  text-align: center;
  display: block;
}
.floating-box-wrapper p.claim a:hover {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}


.feature-box {
  padding: 45px 35px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.feature-box .feature-number{
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  margin-right: 20px;
  color: #ccc;
}
.feature-box .feature-description {
  font-size: 19px;
  margin: 0;
  line-height: 1.25;
  color: #1e3475;
}
.feature-box:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(23, 42, 65, 0.2);
  transform: translateY(-5px);
}

.feature-box.with-icon {
  display: block;
}
.feature-box.with-icon .flex {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.feature-box.with-icon .flex img {
  display: inline-block;
  padding: 10px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #d2232a;
  border-radius: 20px;
  transition: background 0.3s linear;
}
.feature-box.with-icon .feature-title{
  font-size: 40px;
  margin: 0;
  line-height: 1;
}
.feature-box.with-icon .feature-description{
  color:#292929;
}
.feature-description + .feature-description {
  margin-top: 15px;
}

.feature-box.with-icon .action {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 19px;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #1e3475;
  color: white;
  line-height: 1.25;
  font-weight: bold;
  transition: background 0.3s linear;
}
.feature-box.with-icon .flex a img:hover{background-color: #1e3475;}
.feature-box.with-icon .action:hover { background-color: #d2232a; }




body.page .container-fluid.body-container .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 500px !important;
}

body.hs-content-id-60879615937 #hs_cos_wrapper_widget_1686757168759_ {   margin: 5px 0 20px 0;   display: block; }

@-webkit-keyframes float {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}
@keyframes float {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}

@media screen and (max-width:1300px){
  .heading-intro .heading h1{ font-size:70px }
  .dnd-section > .row-fluid{ max-width:1130px }
  p.category-description,.container-fluid.blog_listing--dnd .main-wrapper-tag.flex-tags-layout{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .body-container-wrapper.pagina-prodotto .tab-container .tab ul {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width:1060px){
  .dnd-section > .row-fluid {
    max-width: 930px;
  }
  #widget_1686752950273 ul.lightSlider li.lslide .blog-post-txt{ font-size:14px }
  #widget_1686752950273 ul.lightSlider li.lslide .wrapper-button{ margin-top:40px }
  .cta-custom .btn-cta{ position:relative; z-index:3 }
  body.hs-content-id-61347512510 .row-fluid-wrapper.row-depth-1.row-number-8.dnd_area_empty-row-3-margin.dnd-section .row-fluid > .span3{
    display: inline-block;
    float: none;
    width: calc( 50% - 28px);
    vertical-align: top;
    text-align: center;
    margin: 0 12px 30px 12px;
  }
  
  .body-container-wrapper.pagina-prodotto .container-fluid.body-container .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper.row-number-1 > .row-fluid > .dnd-column {
      width: 100%;
      display: block;
      float: none;
      margin-left:0;
    }
  .body-container-wrapper.pagina-prodotto .container-fluid.body-container .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper.row-number-1 > .row-fluid > .dnd-column.span3{
    margin-top:40px
  }
  .body-container-wrapper.pagina-prodotto .container-fluid.body-container .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper.row-number-1 > .row-fluid > .dnd-column.span3 .hs-accordion{ max-width: 85% !important; }
}

@media screen and (max-width:840px){
  .span12.widget-span.widget-type-cell.cell_1686501483226-padding.cell_1686501483226-background-image.dnd-column{
    padding-top: 50px !important;
    background-size: 200px !important;
  }
  .heading-intro .heading h1{
    font-size: 42px;
    line-height: 55px;
  }
  .dnd-section > .row-fluid {
    max-width: 85%;
  }
  #widget_1686752950273 ul.lightSlider li.lslide > div.meta-data .blog-post__timestamp{
    max-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #widget_1686752950273 ul.lightSlider li.lslide h4 {
    font-size: 23px;
    line-height: 28px; }
  .footer-claim.white-text{ font-size:50px }
  .master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover::before,
  .master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover::before{
    background:linear-gradient(180deg, rgba(238, 237, 236, 0) 0%, rgb(238, 237, 236) 50%);
  }
  .content-slide span.titolo{ font-size: 21px !important }
  .row-number-14.dnd-section.dnd_areahome-row-4-force-full-width-section > .row-fluid > .span6{ width: 100% }
  .footer-claim.white-text{ font-size:45px !important }
  
  div[data-global-resource-path="Theme_pixsys/template/partials/title_area.html"] .row-number-1.dnd_area-row-0-padding {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid, 
  body.hs-content-id-70879892197 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid, 
  body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid{
    display: block;
  }
  body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid .span6,
  body.hs-content-id-70879892197 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid .span6,
  body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid .span6{
    display: block;
    width: 100%;
    padding: 0 7%;
  }
  body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid .span6[data-x="0"],
  body.hs-content-id-70879892197 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid .span6[data-x="0"],
  body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid .span6[data-x="0"]{
    min-height: 250px;
    margin-bottom: 30px;
  }
  body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section,
  body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section{
    padding: 0;
  }
  body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section > .row-fluid > .span3,
  body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section > .row-fluid > .span3{
    width: 46%;
    display: inline-block;
    float: none;
    margin-bottom: 40px;
  }
  body.hs-content-id-61344251117 #hs_cos_wrapper_widget_1688396647484 h3,
  body.hs-content-id-75245479103 #hs_cos_wrapper_widget_1688396647484 h3{
    font-size: 36px !important;
    line-height: 45px !important;
  }
  .body-wrapper{ overflow-x: hidden; }
   body.hs-content-id-61347512510 .row-fluid-wrapper.row-depth-1.row-number-23.dnd_area_empty-row-5-padding.dnd-section .row-fluid > .span4,
   body.hs-content-id-73501368566 .row-fluid-wrapper.row-depth-1.row-number-23.dnd_area_empty-row-5-padding.dnd-section .row-fluid > .span4{
    display: flex;
    margin-bottom: 55px;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  body.hs-content-id-61347512510 .row-fluid-wrapper.row-depth-1.row-number-23.dnd_area_empty-row-5-padding.dnd-section .row-fluid > .span4 img.hs-image-widget,
  body.hs-content-id-73501368566 .row-fluid-wrapper.row-depth-1.row-number-23.dnd_area_empty-row-5-padding.dnd-section .row-fluid > .span4 img.hs-image-widget{ display:none }
  body.hs-content-id-61347512510 .module_167586015476510-padding > #hs_cos_wrapper_module_167586015476510,
  body.hs-content-id-73501368566 .module_167586015476510-padding > #hs_cos_wrapper_module_167586015476510{padding-top: 0 !important;}
  
  body.hs-blog-post .blog-content-wrapper .row-fluid {
    max-width: 100%;
  }
  body.hs-blog-post .blog-content-wrapper .row-fluid .span8, .blog-content-wrapper .row-fluid .span4 {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  .blog-sidebar {
    margin: 0;
  }
  .body-container-wrapper.pagina-prodotto .tab-container .tab ul{
    overflow: auto;
    padding-bottom: 10px;
  }
  .video-wrapper.v2 .banner-claim{ padding-top: 8px; }
  .video-wrapper.v2 .banner-claim .banner-claim-title{ margin-bottom: 0; }
  .video-wrapper.v2 .banner-claim .banner-claim-sub{ margin-bottom: 5px; }
}
@media screen and (max-width:780px){
  .span12.widget-span.widget-type-cell.cell_1686501483226-padding.cell_1686501483226-background-image.dnd-column{
    padding-top: 80px !important;
    background-size: 160px !important;
    padding-bottom: 70px !important;
  }
  .heading-intro .heading{
    padding-left: 8%;
    padding-top: 20px;
  }
  #widget_1686752950273 ul.lightSlider li.lslide .blog-post-txt { 
    font-size:12px;
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .row-fluid-wrapper.row-depth-1.row-number-25.dnd_areahome-row-7-padding.dnd-section.dnd_areahome-row-7-background-image > .row-fluid{ display: flex }
  .row-fluid-wrapper.row-depth-1.row-number-25.dnd_areahome-row-7-padding.dnd-section.dnd_areahome-row-7-background-image > .row-fluid > .span7{
    min-width: 300px;
    margin-top: -20px;
  }
  .body-container-wrapper.pagina-prodotto .container-fluid.body-container .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper.row-number-1 > .row-fluid > .dnd-column.span3{
    margin-top:70px
  }
}
@media screen and (max-width:600px){
  .dnd-section.dnd_areahome-row-0-padding{padding-left: 45px !important; padding-right: 45px !important;}
  .span12.widget-span.widget-type-cell.cell_1686501483226-padding.cell_1686501483226-background-image.dnd-column{
    background-position-x: -20px !important;
  }
  .heading-intro .heading h1{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: right;
  }
  .heading-intro .heading p{
    font-size: 17px;
    letter-spacing: 4px;
  }
  h2.title.pre-carosello{ margin-bottom:30px !important }
  .master-asc.carosello-prodotti .lSSlideWrapper{ padding-top:60px !important  }
  .master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.lslide .cover::before,
  .master-asc.carosello-prodotti .lSSlideWrapper > ul.lightSlider.lSSlide li.clone .cover::before{
    background: linear-gradient(180deg, rgba(238, 237, 236, 0) 0%, rgb(238, 237, 236) 90%);
  }
  a.link-icon-round + .white-text.medium-text {
      margin-left: 20px;
  }
  .row-fluid-wrapper.row-depth-1.row-number-25.dnd_areahome-row-7-padding.dnd-section.dnd_areahome-row-7-background-image > .row-fluid{ display:block }
  .footer-claim.white-text{
    line-height: 50px;
    margin-bottom: 30px;
  }
  .body-wrapper{ overflow-x: hidden; }
  
  div[data-global-resource-path="Theme_pixsys/template/partials/title_area.html"] .span12.widget-span.widget-type-cell.cell_1687012730197-padding.cell_1687012730197-background-color.dnd-column {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .floating-box-wrapper{ left: unset }
  body.hs-content-id-61344251117 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section > .row-fluid > .span3,
  body.hs-content-id-75245479103 .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section > .row-fluid > .span3{ width: 100% }
  body.hs-content-id-61344251117 .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section,
  body.hs-content-id-75245479103 .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section{
    padding-bottom: 0;
  }
  
  .cta-custom{ 
    padding: 45px;
    display: block;
  }
  .cta-custom.with-logo{
    padding-right: 140px;
    position: relative;
  }
  .cta-custom .titolo-cta{
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 15px;
  }
  .cta-custom .btn-cta{
    margin: 20px 0 0 0;
  }
  .cta-custom.with-logo img.logotipo{
    position: absolute;
    right: 0;
    margin: 0;
    max-height: 150px;
    top: calc( 50% - 75px );
    bottom: auto;
  }
  body.hs-content-id-61347512510 .row-fluid-wrapper.row-depth-1.row-number-8.dnd_area_empty-row-3-margin.dnd-section .row-fluid > .span3,
  body.hs-content-id-73501368566 .row-fluid-wrapper.row-depth-1.row-number-8.dnd_area_empty-row-3-margin.dnd-section .row-fluid > .span3{
    width: calc( 100% - 28px);
  }
  .body-container-wrapper.pagina-categoria .container-fluid.body-container > .row-fluid-wrapper > .row-fluid > .span12 {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  #hs_cos_wrapper_widget_1690367211289 .video-wrapper.v2, #hs_cos_wrapper_widget_1690371221298 .video-wrapper.v2{ height:340px !important }
}
@media screen and (max-width:400px){
  .cta-custom .titolo-cta{
    font-size: 26px;
  }
  .cta-custom .testo-cta{ font-size: 18px }
  .master-asc.carosello-prodotti {
    margin-top: 30px;
  }
  .feature-box.with-icon .flex{ display:block; text-align:center }
  .feature-box.with-icon .flex img{ margin: 0 auto 20px auto; }
  .container-fluid.main.blog-post-area > .row-wrapper.dnd-section.dnd_area-row-0-padding {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .blog-single .blog-post .featured-img{ margin-right:0 !important }
  .blog-post__foter .share,.blog-post__foter,.blog-post__foter .share span.label{ display:block !important }
  .blog-post__foter .share span.label{ text-align:center; margin-bottom:12px }
  
  .dnd-section.dnd_areahome-row-0-padding{padding-left: 0px !important; padding-right: 0px !important;}
  .span12.widget-span.widget-type-cell.cell_1686501483226-padding.cell_1686501483226-background-image.dnd-column{
    background-position-x:-10px !important;
    background-position-y:calc( 50% + 30px ) !important;
  }
  body.hs-site-page .cell_1686747987662-padding, body.hs-site-page .cell_16867479876622-padding{
    padding: 65px 40px !important;
  }
}
@media screen and (max-width:430px){
  .video-wrapper.v2 .banner-claim .banner-claim-title{line-height: 1;margin-bottom: 12px;}
}
/* Custom Font */
@font-face {
    font-family: 'Ethos Nova';
    src: local('Ethos Nova'), 
         url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/Coded_files/fonts/EthosNova/EthosNova-Bold.woff) format('woff'),
         url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/Coded_files/fonts/EthosNova/EthosNova-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ethos Nova';
    src: local('Ethos Nova'), 
         url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/Coded_files/fonts/EthosNova/EthosNova-Regular.woff) format('woff'),
         url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/Coded_files/fonts/EthosNova/EthosNova-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ethos Nova';
    src: local('Ethos Nova'), 
         url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/Coded_files/fonts/EthosNova/EthosNova-Thin.woff) format('woff'),
         url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/Coded_files/fonts/EthosNova/EthosNova-Thin.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: rgba(30, 52, 117,1.0);
    text-shadow: none;
}
::selection {
    color: #fff;
    background: rgba(30, 52, 117,1.0);
    text-shadow: none;
}

body {
  font-family: Ethos Nova;
  font-size: 16px;
 	font-style: ;
/* 	font-weight: ;  */
  font-weight: 400;
  line-height: 18px;  
  color: #292929;
  background-color: rgba(255, 255, 255,1.0);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Ethos Nova;
  line-height: 20px;
}

/* Anchor Links */
a {
  color: rgba(210, 35, 42,1.0);
  text-decoration: none;
}

a:hover, a:focus {
  color: rgba(112, 112, 112,1.0);
  text-decoration: none;
}

.text-center {text-align: center;}
.text-right: {text-align: right;}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: Ethos Nova;
  color: ;
  word-break: break-word;
  white-space: normal;  
}

 h1 {
 	font-size: 50px;
 	font-style: ;
 	font-weight: ;
 	font-family: Ethos Nova;
 	color: #222222;
 	text-decoration: ;
  line-height: 52px;
}
h2 {
 	font-size: 40px;
 	font-family: Ethos Nova;
 	color: #222222;
  line-height: 42px;
}

h3 {
 	font-size: 35px;
 	font-style: ;
 	font-weight: ;
 	font-family: Ethos Nova;
 	color: #222222;
 	text-decoration: ;
  line-height: 37px;
}

h4 {
 	font-size: 24px;
 	font-style: ;
 	font-weight: ;
 	font-family: Ethos Nova;
 	color: #222222;
 	text-decoration: ;
  line-height: 26px;
}

h5 {
 	font-size: 18px;
 	font-style: ;
 	font-weight: ;
 	font-family: Ethos Nova;
 	color: #222222;
 	text-decoration: ;
  line-height: 20px;
}

h6 {
 	font-size: 16px;
 	font-style: ;
 	font-weight: ;
 	font-family: Ethos Nova;
 	color: #222222;
 	text-decoration: ;
  line-height: 18px;
}
h1.page-title{
  margin-bottom:0;
  font-size:45px;
}

h2.heading{
  font-size:45px;
  line-height:53px;
}
h2.heading u{ color:#D2232A }

h2.title {
  font-size: 68px;
  line-height: 80px;
  margin-bottom: 0;
}

h2.title.pre-carosello{
  max-width: 40%;
  min-width:500px;
  margin-bottom:20px;
  font-size: 64px;
}

strong {
  font-weight: bold;
}

.red{ color:#D2232A }
.blue{ color:#1E3475 }

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul.unlist{ list-style:none; margin:0; padding:0 }

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 8px solid #000;
  padding-left: 15px;
  font-weight: bold;
  margin-left: 0;
}
p.category-description{ 
  margin-bottom: 0;
  text-align: justify;
  line-height: 24px;
}

p.bigger {
  font-size: 18px;
  line-height: 25px;
}

.custom-button {
  background-color: rgba(255, 255, 255,1.0);
  color: rgba(0, 0, 0,1.0);
  border: 1px solid #D2232A;
  padding: 12px 20px;
  transition: 0.3s all linear;  
}
.custom-button:hover {
  background-color: rgba(210, 35, 42,1.0);
  color: rgba(255, 255, 255,1.0);
  transition: 0.3s all linear;  
}

a.link-icon-round, span.link-icon-round{
  display: inline-block;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  padding: 11px 10px 9px 13px;
  position:relative;
  line-height:1;
}
a.link-icon-round svg path,
span.link-icon-round svg path{ stroke:white !important }

a.link-icon-round::before,span.link-icon-round::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
a.link-icon-round:hover::before,span.link-icon-round:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.hs-accordion .hs-accordion__item p a:link{
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.hs-accordion .hs-accordion__item .hs-accordion__item-content {
  padding: 25px 0 15px 0;
  text-align: justify;
}
.hs-accordion .hs-accordion__item button {
  font-size: 22px;
  padding: 0 70px 0 0;
  font-weight: normal;
  line-height: 1.25;
}
.hs-accordion .hs-accordion__item[aria-expanded="true"] button {
  color: #1E3475 !important;
}
.hs-accordion .hs-accordion__item .hs-accordion__item-icon{
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border:0;
}
.hs-accordion .hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon::after{
  display:none;
}
.hs-accordion .hs-accordion__item[aria-expanded="false"] {
  margin-bottom: 35px;
}

.footer-claim.white-text {
  font-size: 65px;
  margin-bottom: 0;
  line-height: 75px;
  max-width: 400px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: rgba(112, 112, 112,1.0);
}

.disable-focus-styles :focus {
  outline: none;
}

.text-right{ 
  display: block;
  text-align: right;
}
.medium-text {
  font-size: 18px;
}
.large-text{
  font-size: 24px;
line-height: 1.75em;
}
.white-text {
  color: white;
}
a.link-black{ color:#292929 }

#hs-button_widget_1686752541965{ border:0 }

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
  border: 0 !important;
  box-shadow: none !important;
  background-color: #bd2026 !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner{
  background: none transparent !important;
  padding: 15px 20px !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-policy-wording{
  margin: 0 !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-policy-wording p{
  margin: 0 !important;
  color: white;
  font-family: Ethos Nova;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-eu-cookie-disclaimer{
  margin: 4px 0 !important;
  color: white;
  font-family: Ethos Nova;
  font-size: 10px;
  line-height: 1.15;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area{
  margin: 0 !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-decline-button{
  font-family: Ethos Nova;
  padding: 0 20px !important;
  line-height: 28px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button{ font-weight: bold !important }
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-decline-button{
  border-color: #bababa !important;
  color: #ccc;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button:hover{
  background-color:white !important;
  border-color:white !important;
  color:#1e3475;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom #hs-en-cookie-confirmation-buttons-area #hs-eu-decline-button:hover{
  border-color: #eee !important;
  color: #eee;
}

.container-fluid.blog_listing--dnd .wrapper-tag a.tag-link {
  background: none transparent;
  color: #292929;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #eeedec;
  padding: 0 35px;
  transition: all .3s ease-in-out;
  line-height: 34px;
}
.container-fluid.blog_listing--dnd .wrapper-tag a.tag-link:hover {
  background-color: #f6f6f6;
  color:#d2232a;
}
.container-fluid.blog_listing--dnd .main-wrapper-tag.flex-tags-layout .wrapper-tag {
  display: flex;
}
.container-fluid.blog_listing--dnd .main-wrapper-tag.flex-tags-layout .tag-link {
  min-width: 150px;
  display: inline-block;
  text-align: center;
  height: auto;
}
.container-fluid.blog_listing--dnd .main-wrapper-tag .title-tag {
  margin-bottom: 20px;
}
.container-fluid.blog_listing--dnd .wrapper-tag {
  display: grid;
  grid-gap: 20px;
}

.container-fluid.blog_listing--dnd .wrapper-tag a.tag-link {
  position: relative;
  padding:5px 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.container-fluid.blog_listing--dnd .main-wrapper-tag > .wrapper-tag{ margin-top:15px }
.container-fluid.blog_listing--dnd .main-wrapper-tag > h2 + .wrapper-tag{ margin-top:0 }

@media screen and (max-width:1300px){
  h2.title.pre-carosello{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width:1060px){
  .large-text{ font-size:21px }
}

@media screen and (max-width:840px){
  .hs-accordion .hs-accordion__item button{ font-size:20px }
  h2.heading { font-size: 40px; }
  .large-text{ font-size:16px }
  #hs_cos_wrapper_module_1686749580222 h4 {
    font-size: 22px !important;
    line-height: 1.15;
  }
}

@media (max-width: 480px) {
  .container-fluid.blog_listing--dnd .wrapper-tag {
    grid-template-columns: repeat(1, 1fr) !important;
}
}

@media (max-width: 890px) {
  
}
@media screen and (max-width:600px){
  h2.heading {
    font-size: 36px;
    line-height: 45px;
  }
  h1.page-title{
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 400px) {
   .heading-intro .heading h1 {
    font-size: 26px;
    line-height: 35px;
  }
  h2.title.pre-carosello{
    display: inline;
    font-size: 34px;
    line-height: 40px;
  }
  .footer-claim.white-text{
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .footer__copyright{
    display: block;
    margin: 15px 0 !important;
  }
}
@media (max-width: 380px) {
  h1.page-title{
    font-size: 23px;
  }
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: auto;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: rgba(210, 35, 42,1.0);
  border-color: rgba(210, 35, 42,1.0);
  color: rgba(255, 255, 255,1.0);
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 20px;
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: rgba(0, 0, 0,1.0);
  border-color: rgba(0, 0, 0,1.0);

  color: rgba(255, 255, 255,1.0);
}

.hs-button:active {
  background-color: rgba(68, 68, 68,1.0);
  border-color: rgba(68, 68, 68,1.0);
}


.hs-form label {
  font-size: 12px;
  color: #000000;
  display: block;
  font-family: Ethos Nova;
  width: auto;
 	font-style: ;
 	font-weight: ;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: rgba(242, 84, 91,1.0);
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: rgba(51, 71, 91,1.0);
  background-color: rgba(255, 255, 255,1.0);
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: rgba(191, 191, 191,1.0);
}

.hs-input::-webkit-input-placeholder {
  color: rgba(191, 191, 191,1.0);
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(112, 112, 112,1.0);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

fieldset {
    max-width: 100% !important;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: rgba(200, 120, 114,1.0);

}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: rgba(185, 85, 77,1.0);
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: rgba(124, 152, 182,1.0);
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 12px;
  color: #000000;
}
.hs-richtext p {
  line-height: 18px;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form {
  background: white;
  padding: 45px 35px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(23, 42, 65, 0.2);
}

@media screen and (min-width:1200px){
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form .form-columns-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .hs-form-field {
  margin-bottom: 35px;
}
.body-container-wrapper.page-wrapper .hs-form-field > label {
  color: #707070 !important;
  text-transform: uppercase;
}
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .hs-form-field .hs-input{
  border: 0;
  border-bottom: 2px solid #1e3475;
  padding: 6px 2px;
  line-height: 1;
  height: auto;
}
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .hs-form-field .hs-form-required {
  color: #d2232a;
  margin-left: 3px;
}
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .hs-form-field input.hs-input.error {
  border-color: #d2232a;
}
.body-container-wrapper.page-wrapper .hs-error-msgs label{ color:#d2232a !important }
.body-container-wrapper.page-wrapper select option{ font-family: 'Ethos Nova' !important }

.body-container-wrapper.page-wrapper .hs-form-booleancheckbox {
  margin: 20px 0;
}
.body-container-wrapper.page-wrapper .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}
.body-container-wrapper.page-wrapper .legal-consent-container .field.hs-form-field .inputs-list{ padding-top:0 }
.body-container-wrapper.page-wrapper .hs-form-booleancheckbox label {
  margin-bottom: 0 !important;
}
.body-container-wrapper.page-wrapper .hs-form-booleancheckbox input.hs-input {
  height: 20px !important;
}
.body-container-wrapper.page-wrapper .hs-form-booleancheckbox-display span {
  padding-left: 6px;
  font-size: 15px;
  color: #1e3475;
  line-height: 20px;
  text-decoration: underline;
}
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .form-columns-1 .hs-richtext, #hs_cos_wrapper_widget_1675935428962 .form-columns-1 .hs-richtext, #hs_cos_wrapper_widget_1675935428962 .form-columns-1 .hs-richtext p {
  font-size: 13px !important;
}
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .hs_submit.hs-submit {
  margin-top: 20px;
}
.body-container-wrapper.page-wrapper .hs_cos_wrapper_type_form form .hs_submit.hs-submit .hs-button{
  margin: 0 auto;
  display: block;
  line-height: 1;
  padding: 10px 20px 12px 20px;
  font-size: 18px;
  min-width: 200px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.submitted-message { font-family: Ethos Nova; }
#hs_form_target_widget_1675935428962 .submitted-message,
.popup #hs_form_target_widget_1689597606510_form_informazioni .submitted-message,
.popup #hs_form_target_widget_1689597315177_form_informazioni .submitted-message{
  color: lightgreen;
  text-align: center;
  text-decoration: underline;
}


@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
form {
    max-width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Ethos Nova;
}

@media (max-width: 480px) {
 .hs-input {
   width: 100% !important;
  }
input[type="checkbox"] {
 width: auto !Important; 
}
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-flow-vertical.hs-menu-wrapper ul { 
  display: block; 
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;  
} 
.hs-menu-flow-horizontal.hs-menu-wrapper ul { 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs_cos_wrapper_type_simple_menu li a {
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0.5rem 0;
}

.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.navigation-primary a {
 	font-size: 18px;
 	font-style: ;
 	font-weight: bold;
 	font-family: Ethos Nova;
 	color: #000000;
 	text-decoration: ;
  text-transform: none;
  line-height: 20px;
}

.header_other .submenu.level-1 a {
  color: #000;
}


.header_other .social-links__icon svg {
    fill: #000000;
}

/* Active Menu Item Styles */

.navigation-primary a.active-item {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #fff;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}



/* Menu */

.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
.navigation-primary a {
  color: #fff;
  }
  
  .submenu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all linear;    
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
}

/* Top Level Menu */

.submenu.level-1 {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in;
}

.submenu.level-1 > li {
  display: inline-block;
  margin: 0.7rem 2.1rem 0.7rem 0;
  position: relative;
  text-transform: uppercase;
}

.submenu.level-1 > li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .submenu.level-1 > li {
    margin-right: 1.4rem;
  }
}

@media (max-width: 768px) {
  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 1px solid #d0d0d0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    padding: 0.7rem 2.1rem;
  }
}

/* Child Menus */

.submenu.level-2,
.submenu.level-3 {
  border: 1px solid #d0d0d0;
  border-radius: 0 0 4px 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: hidden;
  width: 200px;
  z-index: 2;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2,
.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}

.submenu.level-1 > li:last-child .submenu.level-2 {
  left: auto;
  right: 0;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 0.7rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #D2232A;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 768px) {
  .submenu.level-2,
  .submenu.level-3 {
    border: none;
    border-top: 1px solid white;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
  }

  .submenu.level-2 .menu-item,
  .submenu.level-3 .menu-item {
    border-bottom: none;
    padding: 0;
    background: transparent;
  }

  .submenu.level-2 .menu-item .menu-link,
  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 2.8rem;
  }
  .submenu.level-1 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-3 .menu-item .menu-link:hover {
  background-color: #D2232A;
  color: #fff !important;
  }

  .submenu.level-2 > .has-submenu .menu-link,
  .submenu.level-3 > .has-submenu .menu-link {
    width: 100%;
  }

  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-3 > .has-submenu > .menu-arrow {
    display: none;
  }
  
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 2.8rem;
}

/*fixed header menu items with icons*/
#colophon.header .menu-container ul.wrapper-menu > li:last-child a {
  background-color: transparent;
}
#colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"] {
  font-weight: normal;
  font-size: 16px;
}
#colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]:hover {
  color: #292929;
  text-decoration: underline;
}
#colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]::before {
  content: url(//26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/raw_assets/public/Theme_pixsys/images/svgs/icon_01.svg);
  display:inline-block; 
  margin-right: 10px;
  vertical-align:middle;
}

@media (max-width: 768px) {
  .submenu.level-3 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 3.5rem !important;
  }
}

/* Mobile Navigation */

#nav-toggle,
.submenu-toggle {
  display: none;
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 > a{ font-size: 17px !important; margin: 0 20px !important; }
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]{ font-size: 15px !important; }
  div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-3 a{ font-size: 15px !important; }
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
  div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-3 a{ font-size: 14px !important; }
  #colophon.header .wrapper-main .logo{ max-width:160px }
}

@media screen and (max-width: 1300px) and (min-width: 1270px) {
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]{ font-size: 14px !important; margin:1px 6px 0 6px !important }
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]::before{ display:none }
}
@media screen and (max-width: 1270px) and (min-width: 1199px) {
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]{ font-size: 0 !important; }
   div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 > a{
     margin: 0 15px !important;
  }
  #colophon.header .header__navigation #hs_menu_wrapper_header_dnd-module-2_main_menu {
  margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header__navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }

  .header__navigation-toggle {
    cursor: pointer;
    display: block;
  }

  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    background-color: #000;
    display: inline-block;
    height: 2px;
    width: 20px;
  }

  .header__mobile-menu-icon {
    position: relative;
    top: -5px;
  }

  .header__mobile-menu-icon:before {
    top: -8px;
  }

  .header__mobile-menu-icon:after {
    top: 8px;
  }

  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    content: '';
    position: absolute;
  }

  #nav-toggle:checked ~ .header__navigation {
    display: block;
    z-index: 999;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon {
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:before {
    content: none;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }

  .menu-arrow-icon,
  .menu-arrow-icon:after {
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    height: 4px;
    width: 20px;
  }

  .menu-arrow-icon {
    position: relative;
    margin: 0 auto;
    top: 8px;
  }

  .menu-arrow-icon:after {
    content: '';
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    border: none;
    cursor: pointer;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

}
@media screen and (max-width: 1200px){
  #nav-toggle:checked ~ .header__navigation {
  display: block;
  z-index: 999;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  }
  #nav-toggle:checked ~ .header__navigation > #hs_cos_wrapper_header_dnd-module-2_main_menu{
  background: white;
  display: block;
  width: 40vw;
  min-width: 300px;
  height: 100%;
  overflow-y:auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  }
  
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .logo{ margin-right: auto; }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .search-bar{ order:4 }
  
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 div.header__navigation ul[role="menu"]{
    flex-direction: column;
    text-align: right;
  }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper{
    box-shadow: none;
    columns: unset;
    left: unset;
    min-width: 100%;
    position: relative;
    right: unset;
    top: unset;
    transform: none;
    display:none;
    transition:none;
  }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a[href="javascript:;"]::after {
    content: '›';
    display: inline-block;
    font-size: 15px;
    margin-left: 12px;
    font-weight: normal;
    transform: rotate(90deg);
  }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a[href="javascript:;"].active::after{
    transform: rotate(-90deg);
  }
  div.header__navigation #hs_menu_wrapper_header_dnd-module-2_main_menu ul[role="menu"] > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a + ul.hs-menu-children-wrapper {
    opacity: inherit;
    visibility: inherit;
    transform: none;
  }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a[href="javascript:;"].active + ul.hs-menu-children-wrapper{
    visibility: visible;
    opacity:1;
    display:block;
  }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper{
    visibility: visible;
    opacity:1;
    display:block;
  }
  div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 > a{ font-size:11px !important }
  div.header__navigation ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 > a::after{ height: 1px !important }
  .close__ofcanvas {
      display: inline-block;
      padding: 12px 15px;
      font-size: 21px;
      background: whitesmoke;
      position: relative;
      top: -30px;
      margin-bottom: -10px;
    }
  .close__ofcanvas:hover{ cursor:pointer; background-color:rgba(238, 237, 236, 1) }
}
@media screen and (max-width: 1200px) and (min-width: 500px) {
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main {
    justify-content: end; gap: 30px;
  }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .header__navigation-toggle::before {
    content: "MENU";
    display: inline-block;
    margin-right: 12px;
    font-weight: bold;
  }
}

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

.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}
table {
  margin-bottom: 1rem;
  border:  1px solid #dddddd;
  border-spacing: 0px;
}

th,
td {
  padding: 20px!important;
  vertical-align: top;
  background-color: #ffffff;  
  color: #1E1E1E;  
  border: 1px solid #dddddd;
  font-family: Ethos Nova;
  font-size: 16px;
}

th p,
td p {
  margin-bottom: 0px;
  }

thead th,
thead td {
  color: #ffffff;
  background-color: #1E1E1E;
  border: 1px solid #dddddd;
  text-align: center;
}

tfoot th,
tfoot td {
  color: #ffffff;
  background-color: #1E1E1E;
  border: 1px solid #dddddd;
  text-align: center;  
}

thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}


.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"], .body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel{
  width: 100%;
  overflow-x: auto;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table, .body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table{
  width: 100%;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table, div[data-hs-responsive-table="true"] table tr > th, div[data-hs-responsive-table="true"] table tr > td,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table, .body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tr > td{
  border: 0;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table tr > th ,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tr > th{
  min-width: 180px;
  background: #d2232a;
  color: white;
  padding: 8px 3px !important;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table tr > th:first-child,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tr > th:first-child{
  width: 230px;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table tr > th:not(:first-child),
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tr > th:not(:first-child){
  border-left: 2px solid whitesmoke;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table tbody > tr > td,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tbody > tr > td{
  border-bottom: 1px solid #ddd;
  padding: 12px 8px !important;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table tbody > tr > td:not(:first-child),
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tbody > tr > td:not(:first-child){
  border-left: 1px solid #EEEEEE;
  text-align: justify;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table tbody > tr:not(:first-child):hover,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table tbody > tr:not(:first-child):hover{ background-color:whitesmoke }
table.accessori {
  margin: 0 auto;
  border: 0;
  padding: 20px 12px;
  border-spacing: 20px;
  border-collapse: separate;
  width: auto !important;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table.accessori tbody > tr > td,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table.accessori tbody > tr > td{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(40, 40, 40, 0.1);
  min-width: 250px;
  vertical-align: bottom;
  border-radius: 8px;
  padding: 12px !important;
  height:300px;
}
.body-container-wrapper.pagina-prodotto div[data-hs-responsive-table="true"] table.accessori a > img,
.body-container-wrapper.pagina-prodotto.prodotto-hubdb .product-details-area .tabs .panel table.accessori a > img{
  max-width: none !important;
  width: 90%;
  height: auto;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15%;
  margin: auto;
  opacity:0.7;
  transition: all 0.3s ease-in-out;
}
table.accessori a:hover > img{
  opacity:1 !important;
}
table.accessori a > span{
  display: block;
  width: 100%;
  background-color: #d2232a;
  line-height: 1.25;
  font-size: 18px;
  text-align: center;
  margin: 0;
  color: white;
  padding: 6px 20px;
  transition: background-color 0.3s linear;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
table.accessori a:hover > span{
  background-color:#1e3475;
}

ul.inline-horiz {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
ul.inline-horiz li {
  text-align: left;
  margin-right: 5px;
}
ul.vertical {
  margin: 0;
  padding: 0;
}
.tre-cols{
  column-count: 3;
  column-gap:5px;
}
ul.vertical > li {
  display: block;
}



tbody + tbody {
  border-top: 1px solid #dddddd;
}
caption {
  vertical-align: middle;
  padding: 10px;
  background-color: #1E1E1E;
  color: #CC0201;  
}
/* Header */

.header, .header_lp {
  padding: 0;
  position: relative;
}
.header.header_sticky {
  padding: 0;
  background-color: rgba(255, 255, 255, 1.0);  
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navigation_wrapper {
  display: flex;
  align-items: center;
}

.wrapper-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#colophon.header.shadowed {
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header_dnd-row-0-padding,
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.header_dnd-row-1-padding,
html[lang="en"] #colophon.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.header_dnd-row-1-padding,
#colophon.header .header_new_layout .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section{
  max-width: 100%;
  padding: 30px 65px !important;
}
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header_dnd-row-0-padding .row-fluid,
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.header_dnd-row-1-padding .row-fluid,
html[lang="en"] #colophon.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.header_dnd-row-1-padding .row-fluid,
#colophon.header .header_new_layout .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section .row-fluid{
  max-width: 100%;
  margin: 0;
}
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header_dnd-row-0-padding .wrapper-main,
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.header_dnd-row-1-padding .wrapper-main,
html[lang="en"] #colophon.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.header_dnd-row-1-padding .wrapper-main,
#colophon.header .header_new_layout .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section .wrapper-main{
  border: 0;
  padding: 0;
}
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.header_dnd-row-0-background-layers.dnd-section.header_dnd-row-0-padding.header_dnd-row-0-background-color,
#colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.header_dnd-row-0-background-layers.header_dnd-row-0-max-width-section-centering.dnd-section.header_dnd-row-0-padding.header_dnd-row-0-background-color{
padding-top:0 !important; padding-bottom:0 !important;
}
.header-notice{
  text-align:center;
  padding:16px;
  margin:0;
  font-size:14px;
  color:white;
}
.header-notice::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://www.pixsys.net/hubfs/pixsys_icons/_warning_y.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.header-notice strong {
  font-size: 18px;
  color: rgb(242, 46, 54);
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  border-bottom: 1px solid rgb(242, 46, 54);
  padding-bottom: 2px;
}
.header-notice a:link {
  color: navajowhite;
}
.header-notice a:link:hover {
  text-decoration:underline;
}
#colophon.header .menu-container .logo {
  position: relative;
  top: 5px;
}
#colophon.header .menu-container .logo img {
  width: 100%;
  height: auto;
  max-width: 190px;
}
#colophon.header .menu-container ul.wrapper-menu > li > a {
  font-size: 18px;
  color: #000;
  padding: 15px 0;
  margin: 0 25px;
  font-weight: bold;
}
#colophon.header .menu-container ul.wrapper-menu > li > a:hover {
  color: #D2232A;
}

.submenu,
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: inherit;
  font-weight: 600;
}

#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
  min-width: 240px;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul.griglia {
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul.griglia > li {
  padding: 10px 20px !important;
  border-right: 1px solid #F2F2F2;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul > li a.livello-2 {
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 10px 0 8px 0;
  font-weight: bold;
  color: inherit;
  border: 0;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul > li a.livello-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1E3475;
  left: 0;
  bottom: -5px;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul > li ul li a span {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #212121;
  position: relative;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul > li ul li a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #D2232A;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul > li ul li a:hover span {
  color: #D2232A;
}
#colophon.header .menu-container ul.wrapper-menu > li.menu-dropdown-icon > ul > li ul li a:hover span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#colophon.header .search-bar label.search-icon {
  padding: 8px;
  display: inline-block;
  border-radius: 50%;
}
#colophon.header .search-bar label.search-icon:hover {
  background-color: rgba(220, 220, 220, 0.2);
}
#colophon.header #tag-search:checked + div.search-box {
  top: calc(100%);
  width: calc(100% + 130px);
  margin-right: -65px;
  margin-left: -65px;
  padding: 0 65px;
  background-color: #F2F2F2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#colophon.header #tag-search:checked + div.search-box .hs-search-field__input {
  background-color: #F2F2F2;
}

.menu-item,
.menu-item li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

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

.menu-link {
  color: inherit;
  text-decoration: none;
}

.menu-link.button--primary {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
}

.navigation-primary {
  display: flex;
  align-items: center;
}

.menu-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.header .button--primary {
  margin: 0;
  color: white;
}

/* Main navigation */

.header .header__menu {
  margin-left: auto;
}

.header .navigation-primary .submenu.level-1 > .menu-item {
  display: inline-block;
}

/* Typography */

.navigation-primary .submenu.level-1 > li {
  margin: 0;
  padding: 1rem 2rem 1rem 0;  
}

.header__language-switcher-label-current {
 	font-size: 18px;
 	font-style: ;
 	font-weight: bold;
  font-family: Ethos Nova;
  color: #000000;
  text-decoration: ;
  text-transform: none;
}
 
/* Dropdown Caret */

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  left: 4px;
  top: 8px;
  border: 8px solid transparent;
}

.header__language-switcher-label-current:after {
  content: '';
  top: 6px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #D2232A;
  bottom: -3px;
  right: -6px;
}

.header__language-switcher-label-current:before {
  z-index: 1;
  bottom: 7px;
  right: -2px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: 0px;
  border: 8px solid transparent;
}

.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: -4px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border: 6px solid transparent;
  border-bottom-color: #D2232A;
  top: -3px;
}

.header__language-switcher:hover .header__language-switcher-label-current:before {
  top: 9px;
}

.header .navigation-primary .submenu.level-2,
.header .navigation-primary .submenu.level-3 {
  width: 200px;
  border: none;
  border-radius: 0;
  border-top: 4px solid #D2232A;
  transition: visibility 0s, opacity 0.3s;
  padding: 0;
}

.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item {
  display: list-item;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  border-bottom: none;
}

.header .navigation-primary .submenu.level-2 > .menu-item a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item a.menu-link {
  padding: 10px 20px;
  position: relative;
  color: #000000;
}

.header .navigation-primary .submenu.level-1 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-2 > .menu-item.active-item > a.menu-link,
.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-3 > .menu-item > a.menu-link.active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #D2232A;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
  border-left-color: #ffffff;
}

.header .navigation-primary ul.submenu.level-3 {
  position: absolute;
  left: 100%;
  top: 0
}

/* Header no navigation */

.header__no-navigation .header__container {
  justify-content: center;
}






/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 20px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border: none;
  border-radius: 0;
  border-top: 4px solid #D2232A;
  transition: visibility 0s, opacity 0.3s;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
  background-color: #ffffff;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  padding: 5px 10px !important;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  -webkit-transition: background-color 0.3s;
   -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #D2232A;
}

.header__language-switcher .lang_list_class li a {
  font-family: Ethos Nova;
  font-weight: 500;
  text-decoration: none;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

#colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href^="https://www.pixsys.shop/"]::before{
  content: url('https://26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/theme_files/shop-online.svg');
  display: inline-block;
  vertical-align: middle;
}

  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]::before { 
    content: url('https://www.pixsys.net/hubfs/pixsys_icons/user-square.svg');
    vertical-align: text-top;
    position: relative;
    top:-2px;
  }
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]{ 
    font-weight: 600;
  }
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href^="https://www.pixsys.shop/"]::before {
      content: url('https://www.pixsys.net/hubfs/pixsys_icons/shop-link.svg');
  }
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href^="https://www.pixsys.shop/"]{
    transition: transform linear 0.35s
  }
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href^="https://www.pixsys.shop/"]:hover{
    transform: scale(1.15)
  }

@media (max-width: 1300px ) {
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 768px) {

  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
.header__logo_lp {
  margin: 0 auto;
  }

  .header .navigation-primary .submenu {
    background-color: #D2232A;
  }

  .header .navigation-primary .submenu.level-1 {
    z-index: 1;
  }

  .header .navigation-primary ul.submenu.level-3 {
    position: static;
  }
  .header .navigation-primary .submenu.level-1>.menu-item:hover>a.menu-link, 
  .header .navigation-primary .submenu.level-1>.menu-item>a.menu-link.active-item {
   color: #fff; 
  }
  
  .header .navigation-primary .submenu.level-2 > .has-submenu > .menu-arrow {
    display: block !important;
  }

  .header .navigation-primary .submenu > li.menu-item,
  .header .navigation-primary .submenu.level-1 > li.menu-item {
    border-top: none;
    padding: 10px 0;
  }

  .header .navigation-primary .submenu .menu-arrow-bg {
    visibility: hidden;
  }
   
  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow{
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    top: 20px;
    padding: 0;
    border: 8px solid transparent;
    border-top-color: #D2232A;
    border-bottom-color: transparent;    
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    content: '';
    top: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    bottom: -3px;
    right: -6px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow {
    top: 15px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    border-top-color: #ffffff;
    border-bottom-color: transparent;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"]:checked ~ .menu-arrow {
    transform: rotateX(180deg);
  }

  .header .navigation-primary .submenu.level-2, 
  .header .navigation-primary .submenu.level-3 {
    width: auto;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link {
    color: initial;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
    content: none;
  }  
  
  .header__logo {
    padding: 10px;
  }
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: transparent;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width:500px){
  #colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header_dnd-row-0-padding, 
  #colophon.header .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.header_dnd-row-1-padding,
  html[lang="en"] #colophon.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.header_dnd-row-1-padding,
  #colophon.header .header_new_layout .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section{
    padding: 30px 35px !important;
  }
  body.hs-content-id-60879615937 #hs_cos_wrapper_widget_1739208675681{ padding-left:0 !important; padding-right:0 !important }
  #colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.header_dnd-row-0-background-layers.dnd-section.header_dnd-row-0-padding.header_dnd-row-0-background-color,
  #colophon.header .row-fluid-wrapper.row-depth-1.row-number-1.header_dnd-row-0-background-layers.header_dnd-row-0-max-width-section-centering.dnd-section.header_dnd-row-0-padding.header_dnd-row-0-background-color{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #colophon.header .wrapper-main .logo{ max-width:140px }
  .search-bar + .header__language-switcher .lang_switcher_class .globe_class ul.lang_list_class li{padding-right: 9px !important;}
  .search-bar + .header__language-switcher .lang_switcher_class .globe_class ul.lang_list_class li:not(:last-child){ margin-right:5px }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main {
    justify-content: end; gap: 18px;
  }
}
@media screen and (max-width:400px){
  /*#colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .search-bar + .header__language-switcher*/
  html[lang="it"] #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .search-bar + .header__language-switcher ul.lang_list_class a.lang_switcher_link[data-language="it"],
  html[lang="en"] #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .search-bar + .header__language-switcher ul.lang_list_class a.lang_switcher_link[data-language="en"]{ display:none !important }
  #colophon.header #hs_cos_wrapper_header_dnd-module-2 .wrapper-main .search-bar + .header__language-switcher .lang_switcher_class .globe_class ul.lang_list_class li{
    border: 0;
    margin: 0;
    padding-right: 0 !important;
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px){
  #colophon.header .hs-menu-wrapper ul[role="menu"] > li > a[href="https://www.pixsys.biz"]::before{
    vertical-align: top;
    top: 0;
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
  .dnd-section.logotipo-section .heading-intro-v2 h1{ font-size:70px }
  .logotipo-section h2.heading {
    font-size: 34px;
  }
  #eventi-pixsys .events-list-masonry-item-inner .events-list-masonry-item-imageContainer{
    max-height: 50vh;
    top: -4vh;
    overflow: visible;
  }
  #eventi-pixsys .events-list-masonry-item-inner .events-list-masonry-item-imageContainer::before,
  #eventi-pixsys .events-list-masonry-item-inner .events-list-masonry-item-imageContainer img{
    min-height: 112%;
  }
  #eventi-pixsys.events-v2 .events-list-right .events-list-masonry-item-inner {
    height: 200px;
  }
  #eventi-pixsys.events-v2 .events-list-right .events-list-masonry-item-inner .events-list-masonry-item-imageContainer{
    top: -6vh;
    overflow: visible;
  }
  #eventi-pixsys.events-v2 .events-list-right .events-list-masonry-item-inner .events-list-masonry-item-imageContainer::before{min-height: 200%;}
}
@media screen and (max-width: 1080px){
  .dnd-section.logotipo-section .heading-intro-v2 h1{ font-size:60px }
  .logotipo-section h2.heading {
    font-size: 28px;
  }
  #eventi-pixsys.events-v2 .first-event .events-list-masonry-item-inner .events-list-masonry-item-imageContainer{ overflow:visible }
  #eventi-pixsys .events-list-right .events-list-masonry-item-inner .events-list-masonry-item-info .events-list-masonry-item-desc{ font-size:12px }
  #eventi-pixsys.events-v2 .events-list-right .events-list-masonry-item-inner .events-list-masonry-item-imageContainer::before,
  #eventi-pixsys.events-v2 .events-list-right .events-list-masonry-item-inner .events-list-masonry-item-imageContainer img{ min-height:300px }
}
@media screen and (max-width:900px) and (min-width:600px){
  .three-cols-section .featured-list.checks {
    display: flex;
    gap: 20px;
    margin: 15px 0;
  } 
}
@media screen and (max-width:900px){
  .logotipo-section h2.heading{ line-height:1.4 }
  .dnd-section.logotipo-section > .row-fluid{ background-position: -5% 40% !important; }
  .row-fluid-wrapper.dnd-section.three-cols-section > .row-fluid > .span4{ width:100% }
  .three-cols-section .featured-list.checks + .hs-button {
    width: 100%;
  }
}
@media screen and (max-width:780px){
  .dnd-section.logotipo-section .heading-intro-v2 h1{ font-size:40px; line-height:1.2 }
  .dnd-section.logotipo-section > .row-fluid {
    background-position: -5% 25% !important;
  }
  .dnd-section.logotipo-section .widget-type-rich_text > span.hs_cos_wrapper > p{ max-width:100%; margin:0 }
  .dnd-section.logotipo-section .widget-type-rich_text > span.hs_cos_wrapper > p + a.hs-button{ margin-left:0 }
}
@media screen and (max-width:680px){
  .dnd-section.logotipo-section > .row-fluid {
    background-position: -14% 25% !important;
  }
  .dnd-section.logotipo-section .heading-intro-v2 p{
    font-size: 19px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width:580px){
  .dnd-section.grid-links-icone{
    padding-left:45px !important;padding-right:45px !important;
  }
  .row-fluid-wrapper.dnd-section.three-cols-section > .row-fluid > .span4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  #eventi-pixsys.events-v2 .events-list-right{ padding-right:0 !important }
  .dnd-section.logotipo-section .heading-intro-v2 h1{ font-size:29px }
  .dnd-section.logotipo-section .heading-intro-v2 p{ font-size:16px; letter-spacing:4px }
  .dnd-section.logotipo-section > .row-fluid {
    background-position: -9% 19% !important;
    background-size: 175px !important;
  }
  .logotipo-section h2.heading,
  .row-fluid-wrapper.dnd-section.three-cols-section .page-header.section-header h4{ 
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .dnd-section.products-section h2{ font-size:30px; line-height:1.2 }
  .checks li{ font-size:19px }
}
@media screen and (max-width:460px){
  .dnd-section.logotipo-section .heading-intro-v2 h1{ font-size:25px }
  .dnd-section.logotipo-section > .row-fluid {
    background-position: -14% 25% !important;
    background-size: 150px !important;
  }
  .dnd-section.grid-links-icone > .row-fluid{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .dnd-section.grid-links-icone > .row-fluid >.span4.dnd-column:first-child {
    grid-column: 1 / -1;
  }
  .dnd-section.grid-links-icone > .row-fluid >.span4.dnd-column:first-child .link-card-area {
    border-right:0;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  #hs_cos_wrapper_widget_1686582668065 .cover .content-slide, #hs_cos_wrapper_widget_1686582668065 .cover-mobile .content-slide {
    padding-bottom: 20px;
  }
  #eventi-pixsys.events-v2 .events-list-right .events-list-masonry-item-inner .events-list-masonry-item-info{ padding-left:0 !important }
  #eventi-pixsys .events-list-masonry-item-inner .events-list-masonry-item-date{ 
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
.footer {
  color: rgba(41, 41, 41,1.0);
}
#colophon-footer{
  border-top: 0.5px solid rgba(0, 0, 0, 0.08);
}

.footer .hs-search-field__input {
  width: auto;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;  
}

.footer__container--dnd .dnd-section > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

img.footer-logo{ max-width:200px }
p.infos{
  padding: 10px;
  font-size: 16px;
  margin: 20px 0 0 0;
  line-height: 30px;
}


.footer__container--dnd .menu_flex .first_depth .title, .footer form h5{
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 3px;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-weight: normal;
}
.footer__container--dnd .menu_flex ul.second_depth{
  margin-top:0;
}
.footer__container--dnd .wrapper_menu .menu_flex .first_depth .second_depth li a {
  line-height:40px;
  font-size:18px;
  color:#000;
}
.footer__container--dnd .menu_flex .first_depth .second_depth li a:link:hover {
  color:#D2232A;
  text-decoration:underline;
}

/* form footer */

.footer form {
  margin-bottom: 30px;
}

.footer form .legal-consent-container .hs-richtext {
  font-size: 9px;
}
.footer form .hs-error-msg.hs-main-font-element {
  font-weight: bold;
}
.footer form input[type="submit"] {
  border-radius: 8px !important;
  background-color:#343434;
  width:100%;
  line-height:1;
}
.footer #hs_cos_wrapper_footer_dnd-module-10 input[type="submit"]{
  font-family:'Ethos Nova' !important;
  font-weight:normal;
  font-size:16px;
}
.footer form input[type="submit"]:hover {
  background-color:#D2232A;
}
.footer .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section{
  padding-bottom:0;
}
.footer .span12.widget-span.widget-type-cell > .row-fluid-wrapper.row-depth-1.row-number-5.dnd-section.footer_dnd-row-1-padding{
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 40px 0 30px !important;
  margin-top: 25px;
}

.footer_copy_container {
  color: rgba(41, 41, 41,1.0);
  border-top: 1px solid #ddd;
}
.footer__copyright {
  font-family: Ethos Nova;
  font-size: 16px;
  max-width: 1300px;
  margin: 0 auto;
}
.footer__copyright a {
  display:inline-block;
  color:inherit;
}
.footer__copyright a:hover {
  text-decoration:underline;
}
.footer__copyright a:not(:last-child) {
  margin-right:10px;
}

.footer__copyright .footer__copy span,
.footer__copyright .footer__privacy_lp span {
  flex: 0 0 50%;
}
.footer__copyright  .footer__privacy_lp a {
  color: rgba(41, 41, 41,1.0);
}

.footer .container-fluid.footer__container--dnd .master-social{
  text-align:right;
  margin-top:-10px;
}
.footer .container-fluid.footer__container--dnd .master-social .social-links__icon:hover svg{ fill:#D2232A !important }

.back-to-top {
  background-color: rgba(210, 35, 42,1.0);
}

.back-to-top a svg {
  fill: rgba(255, 255, 255,1.0);
}

@media (max-width: 1300px) {
  .footer__container,
  .footer__copyright {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media screen and (max-width:1300px){
  .footer__container--dnd .dnd-section > .row-fluid{ max-width:1130px }
}
@media screen and (max-width:1060px){
  .footer__container--dnd .dnd-section > .row-fluid {
    max-width: 930px;
  }
}
@media screen and (max-width:840px){
  .footer__container--dnd .dnd-section > .row-fluid {
    max-width: 85%;
  }
  .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4 {
    width: calc( 50% - 1.5% );
  }
  .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4[data-x="8"] {
    width: 100% !important;
    margin: 40px auto 0 auto;
  }
  .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4 .wrapper_menu{ margin-top:25px }
}
@media screen and (max-width:780px){
  .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4[data-x="0"],
  .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4[data-x="4"]{
    display:inline-block; vertical-align:top;
  }
}
@media screen and (max-width:600px){
  .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4[data-x="0"], .container-fluid.footer__container--dnd .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > .row-fluid > .span4[data-x="4"]{
    display:block;
    width:100%;
  }
}
@media (max-width: 480px) {

.footer__copyright {
  flex-flow: column wrap;
  }
  
}





























.blog-header__inner {
  width: 100%;
  margin: 0 auto;
}

.blog-header__title {
  color: #fff;
  margin: 0;
}

.blog-header__form {
  margin: 0 1rem;
}


.blog-footer {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.blog-footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;  
}

.blog-footer__inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-footer__title {
  color: #fff;
}
.blog-footer__inner .footer-content_col1 {
  color: #fff;
}
.blog-footer__inner .footer-content_col1,
.blog-footer__inner .footer-content_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.blog-footer__inner .footer-content_col2 img {
  width: 296px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #FF7A59;  
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-footer__inner .footer-content {
  color: #fff;
}
.blog-footer__inner .footer-content p {
  text-align: center;
}
.blog-footer__inner .footer-content form {
  margin: 0 auto;
}
.blog-footer__inner .footer-content form .hs-button {
  background-color: rgba(255,255,255,0.28);
}
.blog-footer__inner .footer-content form label {
  color: #fff;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.blog-index__tag-header {
  padding: 1rem 0;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-header-author {
  max-width: 1300px;
  margin: 0 auto;  
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

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

/* pagination */

.blog-numeric-pagination {margin: 30px 0 !important;}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 2px 6px 20px rgba(255,255,255,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: ;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper-listing,
.blog-subtitle-author {
  max-width: 1300px;
  margin: 0 auto;
}


/* single post */

.blog-header.header-single-post {
}
.blog-single {
}
.blog-single h1.page-title {
  font-size: 35px;
  line-height: 40px;
}

.blog-content-wrapper {
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 65%;
	flex-basis: 65%;
}



.blog-post-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.blog-post-header .blog-post__meta {
  font-family: Ethos Nova;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-post-header .blog-post__meta .meta-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar {
  max-width: 43px;
}
.blog-post-header .blog-post__meta .meta-content .hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}
.blog-post-header .blog-post__meta .meta-content .content-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-flow: column wrap;
  padding-left: 20px;
}



.blog-post__image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}

.blog-post {
  margin: 0 auto;
  padding-top:50px;
}



.blog-post__body {
  margin-top: 30px;
}


.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}


.blog-single .blog-post .blog-post__meta {
  display: block;
  margin-bottom: 30px;
}
.blog-single .blog-post .blog-post__meta .reading-minutes{
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 25px;
  border-bottom: 2px solid #d2232a;
}

.blog-single .blog-post .featured-img {
  float: left;
  border: 1px solid #f2f2f2;
  margin-right: 30px;
  margin-bottom: 20px;
}
.blog-single .blog-post .blog-post__body h3{
  font-size: 21px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.blog-single .blog-post .blog-post__body h4{
  font-size: 21px;
  font-weight: 700;
  color: #d2232a;
  margin-bottom: 12px;
  
}
.blog-single .blog-post .blog-post__body h5{
  font-size: 20px;
  margin: 20px 0 12px 0;
  font-weight: 700;
  display: block;
  color: #1e3475;
}
.blog-single .blog-post .blog-post__body p{
  font-size: 18px;
  line-height: 1.35;
  text-align: justify;
  letter-spacing: 0.25px;
}
.blog-post__body .hs-button {
  border-radius: 8px;
  background-color: #d2232a;
  width: 100%;
  line-height: 1;
  border: 0;
  color: #fff;
}
.blog-post__body .hs-button:hover {
  background-color: #292929;
}

.blog-post__foter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.blog-post__tag-link {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display:inline-block;
  margin-right:5px;
}
.post__tags > .blog-post__tag-link:not(:last-child)::after {
  content: ',';
}
.blog-post__tag-link:hover {
  text-decoration:underline;
  color: rgba(0, 0, 0, 0.8);
}
.blog-post__foter .share{
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.blog-post__foter .share .label {
  margin-right: 10px;
  color: rgba(0,0,0,0.5);
}


.about-author-sec {
 margin: 40px 0; 
}

.about-author-sec h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.about-author-sec h3 a.author-link {
  color: #000;
}

ul.social-share {
    padding: 0;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
    list-style: none;
    align-items: center;
    margin:0;
}
ul.social-share li {
  margin: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
ul.social-share li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #EEEDED;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

ul.social-share li a svg {
  fill: #292929;
}
.blog-post__foter ul.social-share li a.facebook svg {
  top: 2px;
  position: relative;
}
ul.social-share li a:hover{ background-color:#d2232a }
ul.social-share li a:hover svg{ fill:white }

/* related posts */

.blog-recent-posts {
  max-width: 1300px;
  margin: 3rem auto 0;
  padding: 2rem 0;
}

/* blog sidebar */

.blog-sidebar {
  padding-top:50px;
  margin-left:5%;
}
.blog-sidebar h3 {
  margin-bottom: 30px;
  position: relative;
}
.blog-sidebar h3:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}
.blog-sidebar > div[data-global-resource-path] > div:not(:last-child){
  margin-bottom:45px;
}
.blog-sidebar .widget-type-post_filter ul {
  padding: 0;
}
.blog-sidebar .widget-type-post_filter li {
  list-style: none;
  position: relative;
}
.blog-sidebar .widget-type-post_filter li a {
  color: #888282;
}

.blog-sidebar h3, .blog-sidebar #hs_cos_wrapper_rss_listing h3 {
  display: block;
  background-color: #d2232a;
  padding: 0 15px;
  margin:0;
  font-size: 14px !important;
  line-height: 30px;
  color: white;
}
.blog-sidebar h3::after{ display:none }
.blog-sidebar .hs-rss-module > .hs-rss-item {
  padding: 15px 20px;
  background-color: #f7f7f7;
  margin-top: 2px;
  margin-bottom: 0;
}
.blog-sidebar .hs-rss-module .hs-rss-item .hs-rss-item-text {
  padding: 0;
}
.blog-sidebar #hs_cos_wrapper_rss_listing span {
  font-size: 16px !important;
  color: #292929;
  font-weight: 700 !important;
}
.blog-sidebar .hs-rss-module .hs-rss-description{margin-top: 9px;}
.blog-sidebar #hs_cos_wrapper_rss_listing p {
  font-size: 13px !important;
  line-height: 1;
  font-weight: 400 !important;
  margin: 0;
}
.blog-sidebar #hs_cos_wrapper_rss_listing p a {
  font-weight: 700;
}
.blog-sidebar .widget-module ul {
  margin: 0;
}
.blog-sidebar .widget-module ul li {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.blog-sidebar .widget-module ul li a {
  color: #292929;
}
.blog-sidebar .widget-module ul li a:hover {
  text-decoration:underline;
}

.blog-sidebar .hs-rss-item {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
}
.blog-sidebar .hs-rss-item .hs-rss-item-text {
  padding-left: 20px;
}


.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  margin: 0;
}
.blog-comments form,
.blog-comments fieldset {
  max-width: 100% !important;
}

.blog-comments .hs-button {
  background-color: rgba(210, 35, 42,1.0);
  border: 2px solid rgba(210, 35, 42,1.0);
  color: rgba(255, 255, 255,1.0);
}
.blog-comments .hs-button:hover {
  background-color: rgba(0, 0, 0,1.0);
  color: rgba(255, 255, 255,1.0);
  border: 2px solid rgba(0, 0, 0,1.0);
}
.blog-comments .comment-from h4 {
  font-size: 19px;
  font-weight: 700;
  color: #00626C;
}
.blog-comments .comment-reply-to {
  border: 0 none;
  background-color: transparent;
  font-family: Ethos Nova;
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: rgba(0,0,0,0.63);
}
.blog-comments h3 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.blog-comments h3:after {
  content: "";
  position: absolute;
  background: #393333;
  width: 74px;
  height: 5px;
  left: 0;
  bottom: -15px;
}

.blog-comments .comment.depth-0,
.blog-comments .comment.depth-1 {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.blog-comments .comment.depth-1 {
  margin: 10px 0;
}


#hs_cos_wrapper_widget_1687867697076,#hs_cos_wrapper_widget_1690392625300 {
  text-align: right;
  position: relative;
  margin-bottom:30px;
}
#hs_cos_wrapper_widget_1687867697076::before, #hs_cos_wrapper_widget_1690392625300::before{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #eee;
  top: calc( 50% );
}
#hs_cos_wrapper_widget_1687867697076_,#hs_cos_wrapper_widget_1690392625300_ {
  display: inline-block;
  background-color: white;
  position: relative;
  padding-left: 15px;
}

.hs-blog-post-listing.hs-blog-post-listing--grid > article{
  padding:40px 30px;
  background: white;
  box-shadow: 0 0 15px rgba(60,60,60,0.1);
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-title{
  font-size:22px; line-height:1.5; font-weight:bold; margin-bottom:12px;
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-title-link{
  color:#1e3475;
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-title-link:hover{
  color:#d2232a;
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-tags{ margin-bottom: 12px; }
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-tags a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-button-wrapper{ margin-top: 15px; }

.hs-blog-post-listing.hs-blog-post-listing--grid > article a.hs-blog-post-listing__post-button{
  font-weight:bold;
  color: #292929;
  display:block;
  transition: all 0.3s ease-in-out;
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article a.hs-blog-post-listing__post-button:hover{
  transform: translateX(5px);
  color: #d2232a;
}
.hs-blog-post-listing.hs-blog-post-listing--grid > article .hs-blog-post-listing__post-button::before{
  content: '→';
  font-size: 26px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  font-weight:normal;
}

#layout-blog.featured-stacked #feat-img {
  max-width: 300px;
  width: 35%;
  min-width: 250px;
}
#layout-blog.featured-full #feat-img img{
  max-width: 100%;
  width: 100%;
}
#layout-blog.featured-full #feat-img{ width: 100%;text-align: center }

/* media query */

@media (max-width: 1300px) {
  .blog-header__inner,
  .blog-index__tag-header,
  .blog-single,
  .blog-footer__inner,
  .blog-recent-posts,
  .blog-subtitle-author {
    padding-left: 20px;
    padding-right: 20px;    
  }
}


@media screen and (max-width: 960px) {
  
.blog-single,
.blog-footer__inner {
    flex-direction: column;
}

    .blog-footer {
    height: 100% !important;
  }
  
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
  
.blog-recent-posts__list  {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}  
}

@media screen and (max-width: 480px) {
    
  
.blog-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}
.blog-recent-posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}  
}
.static-header {
  padding: 0 65px !important;
}
.static-header .title-area {
  background-color: rgba(238, 237, 236, 1);
  padding: 50px 65px;
}
.static-header .pixsys-breadcrumbs {
  display: flex;
  font-size: 13px;
  letter-spacing: .35px;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}


.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Ethos Nova;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;  
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: rgba(30, 52, 117,1.0);
  border: 1.5px solid rgba(30, 52, 117,1.0);
  font-size: .75rem;
  color: #000;
  padding: .1rem .75rem;
}

/* subscription preferences */

.systems-page h1 {
  font-size: 35px;
}
.systems-page h2 {
  font-size: 25px;
}

.search-box-inline {
  background-color: rgb(238, 237, 236);
  padding: 10px 10px 10px 20px;
}
.search-box-inline form {
  display: flex;
  column-gap: 20px;
}
.search-box-inline form input[type=submit] {
  display: inline-block;
  border: 0;
  border-radius: 0;
  color: white;
  letter-spacing: -0.4px;
  background-color: #d2232a;
  padding: 0 12px;
}
.search-box-inline form input[type=submit]:hover {
  background-color: #bd1a20;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Ethos Nova;
  font-size: 1.25rem;
  color: ;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #292929;
}

.hs-search-results__listing{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.hs-search-results__listing .hs-search-results__featured-image {
  height: 200px;
  background-image: url('https://26282125.fs1.hubspotusercontent-eu1.net/hubfs/26282125/placeholder_pixsys.jpg');
  width: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
   -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transition: filter .3s linear;
}
.hs-search-results__listing .hs-search-results__featured-image img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.hs-search-results__listing .hs-search-results__title {
  display:block;
  text-align: center;
  margin-bottom: 25px;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 1px;
  background-color: #D2232A;
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding: 6px 15px;
}
.hs-search-results__listing .hs-search-results__title:hover{ background-color:#1e3475 }

.hs-search-results__listing .hs-search-results__description {
  margin: 0;
  padding: 0;
  max-height: 85px;
  display: block;
  overflow: auto;
  padding-right:20px;
}

#hsresults > li {
  border: 1px solid #eeedec;
  display: inline-block;
  padding: 0 35px 35px 35px;
  transition: all .3s ease-in-out;
}
#hsresults > li:hover{
  background-color: rgb(252,252,252);
}
#hsresults > li:hover .hs-search-results__featured-image{
  -webkit-filter: brightness(99%);
  filter: brightness(99%);
}


.content-wrapper.search-page h1.page-title span.string {
  font-size: 80%;
}
.content-wrapper.search-page h1.page-title {
  font-size: 32px;
  line-height: 36px;
}

/* passsword prompt */
.pwd-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  text-align: center;
}
#hs-pwd-widget-password {
  height: 32px !important;
}

.error-page .hs-button {
  width: auto;
}


@media (max-width: 958px) {
  
 .systems-page {
   padding-left: 20px;
   padding-right: 20px;
}

  
@media screen and (max-width:1300px){
  .content-wrapper.search-page .hs-search-results__listing{
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width:850px){
  .content-wrapper.search-page .hs-search-results__listing{
    grid-template-columns: repeat(2, 1fr);
  }
  .content-wrapper.search-page .static-header{
    padding-left:8% !important;
    padding-right:8% !important;
  }
}
@media screen and (max-width:550px){
  .content-wrapper.search-page .hs-search-results__listing{
    grid-template-columns: repeat(1, 1fr);
  }
}