/*
Theme Name: Seico
Theme URI: http://example.com/your-child-theme/
Description: Seico child theme
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS code below this line */

html {
  scroll-behavior: smooth;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  width: 30px;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal ul {
  display: flex;
  gap: 15px;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
}
.menu-item-has-children:hover > .elementor-sub-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.elementor-nav-menu--main .elementor-sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.probox {
  margin: 0 !important;
}
#header-mobile {
  z-index: 50;
}
#header-mobile.scrolled {
  background-color: #1D1D1B;
  box-shadow: 0 2px 4px 0 #00000080;
}
.menu-mobile-seico .menu-item:first-child a {
  border-top: 1px solid #FF7400;
}
.menu-mobile-seico .menu-item a {
  border-bottom: 1px solid #FF7400;
  padding-left: 0 !important;
}
#header-mobile .logo-mobile {
  width: 110px;
}
#header-mobile .logo-mobile.logo-col {
  display: none;
}
#header-mobile .logo-mobile.logo-bn {
  display: initial;
}
#header-mobile .hamburger-bianco {
  display: none;
}
#header-mobile .hamburger-nero {
  display: initial;
}
#header-mobile.scrolled .hamburger-bianco {
  display: initial;
}
#header-mobile.scrolled .hamburger-nero {
  display: none;
}
#header-mobile.scrolled .logo-mobile.logo-col {
  display: none;
}
#header-mobile.scrolled .logo-mobile.logo-bn {
  display: initial;
}
#header-mobile.scrolled .logo-mobile img {
  width: 110px !important;
}
.home .logo-mobile img {
  width: 242px !important;
}
.home #header-mobile .logo-mobile.logo-col {
  display: initial;
  width: 225px;
  transform: translateY(10px);
}
.home #header-mobile .logo-mobile.logo-bn {
  display: none;
}
.home #header-mobile .hamburger-bianco {
  display: none;
}
.home #header-mobile .hamburger-nero {
  display: initial;
  transform: translateY(-15px);
}
.home #header-mobile.scrolled .hamburger-bianco {
  display: initial;
}
.home #header-mobile.scrolled .hamburger-nero {
  display: none;
}
.home #header-mobile.scrolled .logo-mobile.logo-col {
  display: none;
}
.home #header-mobile.scrolled .logo-mobile.logo-bn {
  display: initial;
}
.home #header-mobile.scrolled .logo-mobile img {
  width: 110px !important;
}
#grid-pagina-referenze .wrap-single-referenza {
  min-height: 480px !important;
}
@media screen and (max-width: 1024px) {
  #grid-pagina-referenze .wrap-single-referenza {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 767px) {
  #grid-pagina-referenze .wrap-single-referenza {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 767px) {
  #grid-pagina-referenze .dce-filters {
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #grid-pagina-referenze .dce-filters .filters-separator {
    display: none;
  }
}
#grid-pagina-news .wrap-single-referenza {
  min-height: 50vh !important;
}
#wrap-loop-prodotti {
  scroll-margin-top: 100px !important;
  scroll-padding-top: 100px !important;
}
.product_loop_grid {
  margin: 90px auto;
  scroll-margin-top: 400px;
  max-width: 1200px;
}
.product_loop_grid > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  z-index: 20;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .product_loop_grid > div {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
}
.product_loop_grid > div .product_loop_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #1d1d1c;
}
.product_loop_grid > div .product_loop_item img {
  aspect-ratio: 1;
  object-fit: cover;
}
.product_loop_grid > div .product_loop_item .product_loop_item--img {
  padding: 20px;
}
.product_loop_grid > div .product_loop_item .product_loop_item--title-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  padding-top: 10px;
}
.product_loop_grid > div .product_loop_item .product_loop_item--title-wrap img {
  width: 42px;
  max-width: 42px;
  height: 42px;
}
.product_loop_grid > div .product_loop_item .product_loop_item--title {
  color: #1D1D1B;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  width: 87%;
}
.product_loop_grid > div .product_loop_item .product_loop_item--description {
  color: #1D1D1B;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}
.product_loop_grid > div .product_loop_item .product_loop_item--description-wrap {
  border-top: 1px solid #1d1d1c;
  padding: 20px;
  width: 100%;
}
h2.product_loop_grid--category-name {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  h2.product_loop_grid--category-name {
    font-size: 35px;
  }
}
.product_loop_menu ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.product_loop_menu ul li a {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #1D1D1B;
  text-align: center;
  display: flex;
}
.product_loop_menu-wrap {
  background-color: #f1f2f3 !important;
  display: flex;
  justify-content: center;
  margin: 0 0 60px 0;
  top: 246px;
  padding: 20px 0;
  z-index: 90;
}
.product_loop_menu-wrap.active {
  border-bottom: 2px solid #FF7400;
}
.product_loop_menu-wrap .product_loop_menu {
  max-width: 1200px;
}
.product_loop_menu-wrap .product_loop_menu a.active, .product_loop_menu-wrap .product_loop_menu a:hover {
  color: #FF7400;
}
@media screen and (max-width: 768px) {
  .product_loop_menu-wrap {
    display: none;
  }
}
.product_loop_menu-dropdown {
  display: flex;
  justify-content: center;
  padding: 0;
  z-index: 90;
}
.select2-results {
  padding: 20px 0;
}
.select2-container {
  width: 1860px;
  max-width: 400px;
  margin: 0 auto;
  background: #ff6b00;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT SANS NARROW";
  font-weight: 700;
  line-height: 24px;
}
.select2-selection__rendered {
  color: #fff;
  padding: 20px;
}
.select2-selection--single {
  height: 70px !important;
}
.select2-results__option {
  font-size: 20px;
}
.product_loop_menu-dropdown {
  position: sticky;
  top: 96px;
  margin-top: 50px;
  padding: 0;
}
.product_loop_menu-dropdown select {
  width: 100%;
}
.product_loop_menu-dropdown .select2-results__options {
  padding: 20px 0;
}
.product_loop_menu-dropdown .select2-results__option {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product_loop_menu-dropdown {
    display: none;
  }
}
.product_loop_menu-dropdown .select2-selection__arrow b {
  content: "";
  width: 22px;
  height: 12px;
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10.5345 10L20 2' stroke='%23FCFCFC' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-container.single {
  grid-template-columns: repeat(1, 1fr);
  background-color: #fff;
  z-index: 20;
  position: relative;
}
.grid-container .grid-item {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1D1D1B;
  text-align: center;
  display: flex;
  padding: 20px;
  border: 1px solid #1d1d1c;
  align-items: center;
  justify-content: center !important;
  background-color: #fff;
  z-index: 20;
}
.breadcrumbs {
  font-size: 25px;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  color: #B0B0AF;
  margin: 0;
}
.breadcrumbs a {
  color: #B0B0AF;
}
.download-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .download-buttons {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.download-buttons a {
  border: 1px solid #1d1d1c;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-size: 25px;
  background-color: #fff;
  z-index: 25;
  text-align: center;
  padding: 16px;
  text-transform: uppercase;
  color: #1d1d1c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .download-buttons a {
    font-size: 18px;
  }
}
.download-buttons a:hover {
  text-decoration: underline;
  color: #1d1d1c;
}
.download-buttons a img {
  width: 30px;
  transform: translateY(-2px);
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  background: #fff;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 100%;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 3px 11px 0 #00000080;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  #back-to-top {
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
  }
}
#back-to-top img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  display: block;
  max-width: 20px;
}
@media screen and (max-width: 768px) {
  #back-to-top img {
    height: 20px;
    width: 30px;
    max-width: 30px;
  }
}
#back-to-top.show {
  opacity: 1;
}
#documentazione_seico .elementor-button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#documentazione_seico .elementor-button-text::after {
  transition: all 0.3s;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.25' y='1.25' width='62.5' height='62.5' stroke='%231D1D1B' stroke-width='2.5'/%3E%3Cpath d='M34 20L34 32.7228' stroke='%231D1D1B' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M27 28.2698L33.9975 33.995L40.677 28.2698' stroke='%231D1D1B' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M18 33V42H50V33' stroke='%231D1D1B' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: contain;
}
#documentazione_seico .elementor-button:hover .elementor-button-text::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.25' y='1.25' width='62.5' height='62.5' stroke='%23FF7400' stroke-width='2.5'/%3E%3Cpath d='M34 20L34 32.7228' stroke='%23FF7400' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M27 28.2698L33.9975 33.995L40.677 28.2698' stroke='%23FF7400' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M18 33V42H50V33' stroke='%23FF7400' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: contain;
}
.motivo-sx-dx.e-con {
  position: relative;
}
.motivo-sx-dx.e-con:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='332' height='458' viewBox='0 0 332 458' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_621_2015)'%3E%3Cpath d='M-0.000607771 230.41L33.4137 170.592L35.1427 170.572L101.592 169.81L136.357 228.846L102.943 288.664L34.7639 289.446L-0.000607771 230.42L-0.000607771 230.41ZM6.9251 230.332L38.1636 283.366L99.4166 282.662L129.431 228.924L98.2025 175.89L36.9591 176.594L6.94452 230.332L6.9251 230.332Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_621_2015)'%3E%3Cpath d='M-0.000607771 117.476L33.4137 57.6577L35.1427 57.6382L101.592 56.8757L136.357 115.912L102.943 175.73L34.7639 176.512L-0.000607771 117.486L-0.000607771 117.476ZM6.9251 117.398L38.1636 170.431L99.4166 169.728L129.431 115.99L98.2025 62.9562L36.9591 63.6601L6.94452 117.398L6.9251 117.398Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_621_2015)'%3E%3Cpath d='M97.0394 60.5905L130.454 0.772357L132.183 0.752803L198.633 -0.00969848L233.397 59.0264L199.983 118.845L131.804 119.627L97.0394 60.6003L97.0394 60.5905ZM103.965 60.5123L135.204 113.546L196.457 112.842L226.471 59.1046L195.243 6.07084L133.999 6.7747L103.985 60.5123L103.965 60.5123Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_621_2015)'%3E%3Cpath d='M97.8763 398.556L131.291 338.738L133.02 338.719L199.469 337.956L234.234 396.992L200.82 456.81L132.641 457.593L97.8763 398.566L97.8763 398.556ZM104.802 398.478L136.041 451.512L197.294 450.808L227.308 397.07L196.079 344.037L134.836 344.741L104.821 398.478L104.802 398.478Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip4_621_2015)'%3E%3Cpath d='M97.8763 285.622L131.291 225.804L133.02 225.784L199.469 225.022L234.234 284.058L200.82 343.876L132.641 344.658L97.8763 285.632L97.8763 285.622ZM104.802 285.544L136.041 338.578L197.294 337.874L227.308 284.136L196.079 231.103L134.836 231.806L104.821 285.544L104.802 285.544Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_621_2015)'%3E%3Cpath d='M194.916 228.737L228.33 168.919L230.059 168.899L296.509 168.137L331.273 227.173L297.859 286.991L229.68 287.773L194.916 228.747L194.916 228.737ZM201.842 228.659L233.08 281.692L294.333 280.989L324.348 227.251L293.119 174.217L231.876 174.921L201.861 228.659L201.842 228.659Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 136.357 289.446)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 136.357 176.512)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 233.397 119.627)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 234.234 457.593)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 234.234 344.658)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 331.273 287.773)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 100px;
  height: 85px;
  top: -5px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .motivo-sx-dx.e-con:before {
    width: 140px;
    height: 425px;
    top: -90px;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-dx.e-con:before {
    width: 460px;
    height: 330px;
  }
}
.motivo-sx-dx.e-con:after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='332' height='458' viewBox='0 0 332 458' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_382_126)'%3E%3Cpath d='M331.274 230.41L297.86 170.592L296.131 170.572L229.681 169.81L194.917 228.846L228.331 288.664L296.51 289.446L331.274 230.42L331.274 230.41ZM324.348 230.332L293.11 283.365L231.857 282.662L201.842 228.924L233.071 175.89L294.314 176.594L324.329 230.332L324.348 230.332Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_382_126)'%3E%3Cpath d='M331.274 117.476L297.86 57.6577L296.131 57.6381L229.681 56.8756L194.917 115.912L228.331 175.73L296.51 176.512L331.274 117.486L331.274 117.476ZM324.348 117.398L293.11 170.431L231.857 169.728L201.842 115.99L233.071 62.9562L294.314 63.66L324.329 117.398L324.348 117.398Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_382_126)'%3E%3Cpath d='M234.234 60.5905L200.82 0.772296L199.091 0.752742L132.641 -0.00975952L97.8765 59.0263L131.291 118.845L199.47 119.627L234.234 60.6002L234.234 60.5905ZM227.308 60.5123L196.07 113.546L134.817 112.842L104.802 59.1046L136.031 6.07078L197.274 6.77464L227.289 60.5123L227.308 60.5123Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_382_126)'%3E%3Cpath d='M233.397 398.556L199.983 338.738L198.254 338.719L131.804 337.956L97.0395 396.992L130.454 456.81L198.633 457.593L233.397 398.566L233.397 398.556ZM226.471 398.478L195.233 451.512L133.98 450.808L103.965 397.07L135.194 344.037L196.437 344.741L226.452 398.478L226.471 398.478Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip4_382_126)'%3E%3Cpath d='M233.397 285.622L199.983 225.804L198.254 225.784L131.804 225.022L97.0395 284.058L130.454 343.876L198.633 344.658L233.397 285.632L233.397 285.622ZM226.471 285.544L195.233 338.578L133.98 337.874L103.965 284.136L135.194 231.103L196.437 231.806L226.452 285.544L226.471 285.544Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_382_126)'%3E%3Cpath d='M136.358 228.737L102.943 168.919L101.214 168.899L34.7645 168.137L-2.64892e-06 227.173L33.4143 286.991L101.593 287.773L136.358 228.747L136.358 228.737ZM129.432 228.659L98.1934 281.693L36.9403 280.989L6.92569 227.251L38.1545 174.217L99.3978 174.921L129.412 228.659L129.432 228.659Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_382_126'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(194.917 289.446) rotate(-90)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_382_126'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(194.917 176.512) rotate(-90)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_382_126'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(97.8765 119.627) rotate(-90)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_382_126'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(97.0396 457.593) rotate(-90)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_382_126'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(97.0396 344.658) rotate(-90)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_382_126'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(0 287.773) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 60px;
  height: 220px;
  bottom: 0;
  top: initial;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .motivo-sx-dx.e-con:after {
    width: 140px;
    height: 425px;
    top: 800px;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-dx.e-con:after {
    width: 240px;
    height: 425px;
    top: 600px;
  }
}
.motivo-sx-only.e-con {
  position: relative;
}
.motivo-sx-only.e-con:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='332' height='458' viewBox='0 0 332 458' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_621_2015)'%3E%3Cpath d='M-0.000607771 230.41L33.4137 170.592L35.1427 170.572L101.592 169.81L136.357 228.846L102.943 288.664L34.7639 289.446L-0.000607771 230.42L-0.000607771 230.41ZM6.9251 230.332L38.1636 283.366L99.4166 282.662L129.431 228.924L98.2025 175.89L36.9591 176.594L6.94452 230.332L6.9251 230.332Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_621_2015)'%3E%3Cpath d='M-0.000607771 117.476L33.4137 57.6577L35.1427 57.6382L101.592 56.8757L136.357 115.912L102.943 175.73L34.7639 176.512L-0.000607771 117.486L-0.000607771 117.476ZM6.9251 117.398L38.1636 170.431L99.4166 169.728L129.431 115.99L98.2025 62.9562L36.9591 63.6601L6.94452 117.398L6.9251 117.398Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_621_2015)'%3E%3Cpath d='M97.0394 60.5905L130.454 0.772357L132.183 0.752803L198.633 -0.00969848L233.397 59.0264L199.983 118.845L131.804 119.627L97.0394 60.6003L97.0394 60.5905ZM103.965 60.5123L135.204 113.546L196.457 112.842L226.471 59.1046L195.243 6.07084L133.999 6.7747L103.985 60.5123L103.965 60.5123Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_621_2015)'%3E%3Cpath d='M97.8763 398.556L131.291 338.738L133.02 338.719L199.469 337.956L234.234 396.992L200.82 456.81L132.641 457.593L97.8763 398.566L97.8763 398.556ZM104.802 398.478L136.041 451.512L197.294 450.808L227.308 397.07L196.079 344.037L134.836 344.741L104.821 398.478L104.802 398.478Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip4_621_2015)'%3E%3Cpath d='M97.8763 285.622L131.291 225.804L133.02 225.784L199.469 225.022L234.234 284.058L200.82 343.876L132.641 344.658L97.8763 285.632L97.8763 285.622ZM104.802 285.544L136.041 338.578L197.294 337.874L227.308 284.136L196.079 231.103L134.836 231.806L104.821 285.544L104.802 285.544Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_621_2015)'%3E%3Cpath d='M194.916 228.737L228.33 168.919L230.059 168.899L296.509 168.137L331.273 227.173L297.859 286.991L229.68 287.773L194.916 228.747L194.916 228.737ZM201.842 228.659L233.08 281.692L294.333 280.989L324.348 227.251L293.119 174.217L231.876 174.921L201.861 228.659L201.842 228.659Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 136.357 289.446)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 136.357 176.512)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 233.397 119.627)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 234.234 457.593)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 234.234 344.658)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_621_2015'%3E%3Crect width='119.627' height='136.358' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 331.273 287.773)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 110px;
  height: 425px;
  left: -38px;
  top: -60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 10;
}
@media (min-width: 1024px) {
  .motivo-sx-only.e-con:before {
    width: 140px;
    height: 425px;
    left: 0;
    top: -90px;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-only.e-con:before {
    width: 460px;
    height: 330px;
  }
}
.motivo-sx-bis .e-con-inner:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='290' height='234' viewBox='0 0 290 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_343_323)'%3E%3Cpath d='M59.0361 233.397L118.854 199.983L118.874 198.254L119.636 131.804L60.6002 97.0398L0.782065 130.454L0 198.633L59.0263 233.397H59.0361ZM59.1143 226.472L6.08055 195.233L6.78441 133.98L60.522 103.965L113.556 135.194L112.852 196.438L59.1143 226.452V226.472Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_343_323)'%3E%3Cpath d='M171.97 233.397L231.788 199.983L231.808 198.254L232.57 131.804L173.534 97.0398L113.716 130.454L112.934 198.633L171.96 233.397H171.97ZM172.048 226.472L119.015 195.233L119.718 133.98L173.456 103.965L226.49 135.194L225.786 196.438L172.048 226.452V226.472Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_343_323)'%3E%3Cpath d='M228.855 136.358L288.674 102.943L288.693 101.214L289.456 34.7645L230.42 0L170.601 33.4143L169.819 101.593L228.846 136.358H228.855ZM228.934 129.432L175.9 98.1934L176.604 36.9403L230.341 6.9257L283.375 38.1545L282.671 99.3978L228.934 129.412V129.432Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_343_323'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(0 97.0398)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_343_323'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(112.934 97.0398)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_343_323'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(169.819)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 72px;
  height: 220px;
  top: -15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .motivo-sx-bis .e-con-inner:before {
    width: 140px;
    height: 220px;
    top: -50px;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-bis .e-con-inner:before {
    width: 290px;
    height: 233px;
  }
}
.motivo-sx-bis .e-con-inner:after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='458' height='332' viewBox='0 0 458 332' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_343_347)'%3E%3Cpath d='M227.183 331.274L287.001 297.86L287.02 296.131L287.783 229.681L228.747 194.917L168.929 228.331L168.146 296.51L227.173 331.274H227.183ZM227.261 324.348L174.227 293.11L174.931 231.857L228.669 201.842L281.702 233.071L280.998 294.314L227.261 324.329V324.348Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_343_347)'%3E%3Cpath d='M340.117 331.274L399.935 297.86L399.954 296.131L400.717 229.681L341.681 194.917L281.863 228.331L281.081 296.51L340.107 331.274H340.117ZM340.195 324.348L287.161 293.11L287.865 231.857L341.603 201.842L394.636 233.071L393.933 294.314L340.195 324.329V324.348Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_343_347)'%3E%3Cpath d='M397.002 234.234L456.82 200.82L456.84 199.091L457.602 132.641L398.566 97.8765L338.748 131.291L337.966 199.47L396.992 234.234H397.002ZM397.08 227.308L344.046 196.07L344.75 134.817L398.488 104.802L451.522 136.031L450.818 197.274L397.08 227.289V227.308Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_343_347)'%3E%3Cpath d='M59.0361 233.397L118.854 199.983L118.874 198.254L119.636 131.804L60.6002 97.0396L0.782065 130.454L0 198.633L59.0263 233.397H59.0361ZM59.1143 226.471L6.08055 195.233L6.78441 133.98L60.522 103.965L113.556 135.194L112.852 196.437L59.1143 226.452V226.471Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip4_343_347)'%3E%3Cpath d='M171.97 233.397L231.788 199.983L231.808 198.254L232.57 131.804L173.534 97.0396L113.716 130.454L112.934 198.633L171.96 233.397H171.97ZM172.048 226.471L119.015 195.233L119.718 133.98L173.456 103.965L226.49 135.194L225.786 196.437L172.048 226.452V226.471Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_343_347)'%3E%3Cpath d='M228.855 136.358L288.674 102.943L288.693 101.214L289.456 34.7645L230.42 0L170.601 33.4143L169.819 101.593L228.846 136.358H228.855ZM228.934 129.432L175.9 98.1934L176.604 36.9403L230.341 6.9257L283.375 38.1545L282.671 99.3978L228.934 129.412V129.432Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(168.146 194.917)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(281.081 194.917)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(337.966 97.8765)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(0 97.0396)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(112.934 97.0396)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(169.819)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 0px;
  height: 220px;
  left: -40px;
  top: 2430px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 10;
}
@media (min-width: 1024px) {
  .motivo-sx-bis .e-con-inner:after {
    width: 140px;
    height: 220px;
    left: 0;
    top: 2230px;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-bis .e-con-inner:after {
    width: 458px;
    height: 330px;
    left: 0;
    top: 2230px;
  }
}
.motivo-sx-cta:after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='458' height='332' viewBox='0 0 458 332' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_343_347)'%3E%3Cpath d='M227.183 331.274L287.001 297.86L287.02 296.131L287.783 229.681L228.747 194.917L168.929 228.331L168.146 296.51L227.173 331.274H227.183ZM227.261 324.348L174.227 293.11L174.931 231.857L228.669 201.842L281.702 233.071L280.998 294.314L227.261 324.329V324.348Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_343_347)'%3E%3Cpath d='M340.117 331.274L399.935 297.86L399.954 296.131L400.717 229.681L341.681 194.917L281.863 228.331L281.081 296.51L340.107 331.274H340.117ZM340.195 324.348L287.161 293.11L287.865 231.857L341.603 201.842L394.636 233.071L393.933 294.314L340.195 324.329V324.348Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_343_347)'%3E%3Cpath d='M397.002 234.234L456.82 200.82L456.84 199.091L457.602 132.641L398.566 97.8765L338.748 131.291L337.966 199.47L396.992 234.234H397.002ZM397.08 227.308L344.046 196.07L344.75 134.817L398.488 104.802L451.522 136.031L450.818 197.274L397.08 227.289V227.308Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_343_347)'%3E%3Cpath d='M59.0361 233.397L118.854 199.983L118.874 198.254L119.636 131.804L60.6002 97.0396L0.782065 130.454L0 198.633L59.0263 233.397H59.0361ZM59.1143 226.471L6.08055 195.233L6.78441 133.98L60.522 103.965L113.556 135.194L112.852 196.437L59.1143 226.452V226.471Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip4_343_347)'%3E%3Cpath d='M171.97 233.397L231.788 199.983L231.808 198.254L232.57 131.804L173.534 97.0396L113.716 130.454L112.934 198.633L171.96 233.397H171.97ZM172.048 226.471L119.015 195.233L119.718 133.98L173.456 103.965L226.49 135.194L225.786 196.437L172.048 226.452V226.471Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_343_347)'%3E%3Cpath d='M228.855 136.358L288.674 102.943L288.693 101.214L289.456 34.7645L230.42 0L170.601 33.4143L169.819 101.593L228.846 136.358H228.855ZM228.934 129.432L175.9 98.1934L176.604 36.9403L230.341 6.9257L283.375 38.1545L282.671 99.3978L228.934 129.412V129.432Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(168.146 194.917)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(281.081 194.917)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(337.966 97.8765)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(0 97.0396)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(112.934 97.0396)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_343_347'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(169.819)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 0px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -130px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .motivo-sx-cta:after {
    width: 140px;
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-cta:after {
    width: 458px;
    height: 330px;
  }
}
.motivo-sx-assistenza {
  position: relative;
}
.motivo-sx-assistenza:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='290' height='234' viewBox='0 0 290 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_343_323)'%3E%3Cpath d='M59.0361 233.397L118.854 199.983L118.874 198.254L119.636 131.804L60.6002 97.0398L0.782065 130.454L0 198.633L59.0263 233.397H59.0361ZM59.1143 226.472L6.08055 195.233L6.78441 133.98L60.522 103.965L113.556 135.194L112.852 196.438L59.1143 226.452V226.472Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_343_323)'%3E%3Cpath d='M171.97 233.397L231.788 199.983L231.808 198.254L232.57 131.804L173.534 97.0398L113.716 130.454L112.934 198.633L171.96 233.397H171.97ZM172.048 226.472L119.015 195.233L119.718 133.98L173.456 103.965L226.49 135.194L225.786 196.438L172.048 226.452V226.472Z' fill='%23FF7400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_343_323)'%3E%3Cpath d='M228.855 136.358L288.674 102.943L288.693 101.214L289.456 34.7645L230.42 0L170.601 33.4143L169.819 101.593L228.846 136.358H228.855ZM228.934 129.432L175.9 98.1934L176.604 36.9403L230.341 6.9257L283.375 38.1545L282.671 99.3978L228.934 129.412V129.432Z' fill='%23FF7400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_343_323'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(0 97.0398)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_343_323'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(112.934 97.0398)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_343_323'%3E%3Crect width='119.627' height='136.358' fill='white' transform='translate(169.819)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 50px !important;
  height: 233px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: -400px !important;
  z-index: 10 !important;
}
@media (min-width: 1024px) {
  .motivo-sx-assistenza:before {
    width: 140px !important;
    height: 233px !important;
  }
}
@media (min-width: 1600px) {
  .motivo-sx-assistenza:before {
    width: 290px !important;
    height: 233px !important;
  }
}
#griglia-cta-progetto-realizzare img {
  aspect-ratio: 1;
  height: auto;
  width: 100%;
}
.clamph1 h1 {
  font-size: clamp(100px, 10vw, 175px) !important;
  line-height: clamp(100px, 10vw, 175px) !important;
}
@media (max-width: 1024px) {
  .clamph1 h1 {
    font-size: clamp(54px, 5vw, 70px) !important;
    line-height: clamp(54px, 5vw, 70px) !important;
  }
}
.hover-orange:hover svg * {
  stroke: #FF7400;
}
#cerca-mobile div.asp_w.ajaxsearchpro.asp_non_compact {
  min-width: 300px;
}
.home .elementor-widget-container {
  user-select: none;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) and (min-height: 768px) and (max-height: 1000px) {
  .elementor-143 .elementor-element.elementor-element-9aa5ea9 img {
    height: 85px !important;
  }
  .elementor-element-f9cada7.elementor-sticky--active {
    top: 131px !important;
    height: 60px !important;
  }
  .product_loop_grid > div .product_loop_item .product_loop_item--img {
    padding-bottom: 0 !important;
  }
  .product_loop_grid > div .product_loop_item .product_loop_item--title-wrap img {
    width: 33px;
    max-width: 33px;
    height: 45px;
    object-fit: contain;
  }
  .product_loop_grid > div .product_loop_item .product_loop_item--title {
    margin-bottom: 0;
  }
  .product_loop_grid > div .product_loop_item .product_loop_item--description {
    font-size: 18px;
    line-height: 23px;
  }
  .product_loop_grid > div .product_loop_item .product_loop_item--title-wrap {
    padding: 9px 20px !important;
  }
  .elementor-element-b8f04ec, .elementor-element-ca5418c {
    transform: translateY(-23px) !important;
  }
  .elementor-143 .elementor-element.elementor-element-4e4a06b .elementor-nav-menu .elementor-item {
    line-height: 21px !important;
  }
  .elementor-947 .elementor-element.elementor-element-9329335 .elementor-heading-title {
    font-size: 80px !important;
    line-height: 90px !important;
  }
  .sub-menu.elementor-nav-menu--dropdown {
    margin-top: 24px !important;
  }
  .product_loop_grid > div {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
