@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--clr-primary: #c8102e;--clr-txt-200: #666666;--clr-txt-400: #000;--clr-txt-neg-400: #fff;--clr-bg-primary: #fff;--clr-bg-secondary: #f5f5f5;--clr-bg-linear-gray: linear-gradient(180deg, #000 0%, #666 100%);--clr-black: #000;--clr-error: #d00000;--drop-shadow-400: 0 4px 4px rgba(0, 0, 0, .25);--gap-100: .625rem;--gap-200: 1.25rem;--gap-400: 2.5rem;--gap-700: 5rem;--gap-1200: 7.5rem;--col-gap: calc(var(--gap-200) / 2);--nav-h: 8.75rem;--v-maxw: 160rem;--v-maxh: 75rem;--full-h: min( calc(100dvh - var(--nav-h)), calc(var(--v-maxh)) - var(--nav-h) );--offset-inline: max( var(--gap-400), calc((100dvw - var(--v-maxw) + var(--gap-400) * 2) / 2) );--offset-top: var(--nav-h)}@media screen and (max-width:47.9375rem){:root{--full-h: calc(var(--initial-h) - var(--nav-h))}}:root{--p-inline-global: 5rem}@media screen and (max-width:47.9375rem){:root{--p-inline-global: 1.25rem}}:root{--ease-in-out-250: all ease-in-out .25s;--cubic-bezier-500: all cubic-bezier(.16, 1, .3, 1) .5s;--cubic-bezier-1750: all cubic-bezier(.16, 1, .3, 1) 1.75s;--swiper-navigation-color: var(--clr-txt-400);--swiper-pagination-color: var(--clr-txt-400)}:root{--f-primary: "Montserrat", sans-serif;--h1-size: 3em;--h2-size: 2em;--h3-size: 1.6em;--h4-size: 1.25em;--h5-size: 1.125em;--h6-size: 1em;font-size:16px;--h1-size-sm: 1.25em}@media screen and (max-width:47.9375rem){:root{--h1-size: 1.25em;--h2-size: 1.125em;--h3-size: 1em;--h4-size: .95em;--h5-size: .9em;--h6-size: .875em}}:root h1,:root h2{text-transform:uppercase}h1{font-size:var(--h1-size);font-weight:800;line-height:1.2;text-wrap:balance}h1 em{color:var(--clr-primary);font-style:normal}h2{font-size:var(--h2-size);font-weight:800;line-height:1.2;text-wrap:balance}h2 em{color:var(--clr-primary);font-style:normal}h3{font-size:var(--h3-size);font-weight:800;line-height:1.2;text-wrap:balance}h3 em{color:var(--clr-primary);font-style:normal}h4{font-size:var(--h4-size);font-weight:800;line-height:1.2;text-wrap:balance}h4 em{color:var(--clr-primary);font-style:normal}h5{font-size:var(--h5-size);font-weight:800;line-height:1.2;text-wrap:balance}h5 em{color:var(--clr-primary);font-style:normal}h6{font-size:var(--h6-size);font-weight:800;line-height:1.2;text-wrap:balance}h6 em{color:var(--clr-primary);font-style:normal}body{font-family:var(--f-primary);line-height:1.25;text-wrap:pretty}.w-100{width:100%;max-width:100%}.gap-0{gap:0}.m-0{margin:0}.is-cover{width:100%;height:100%}.is-cover img,.is-cover video{height:100%;object-fit:cover}:root[data-reduced-motion=true] *{animation:none!important;transition:none!important;scroll-behavior:auto!important}*,p,ul,ol,figure{padding:0;margin:0;box-sizing:border-box}img,video{display:block;width:100%;max-width:100%;height:auto;max-height:100%;object-fit:contain}html,body{width:100%;max-width:100%;height:auto;margin-inline:auto;scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + var(--gap-400))}html:has(body.overflow-hidden){height:100dvh;overflow:hidden}body{background-color:var(--clr-bg-primary);position:relative;scroll-behavior:smooth;scroll-padding-top:var(--nav-h);padding-top:var(--offset-top)}body.post,body.page,.post,.page{margin-bottom:0}.swiper{-webkit-user-select:none;user-select:none}.skip-link.screen-reader-text{display:block;position:fixed;z-index:2000;left:-100dvw;top:-100dvh;width:fit-content;height:fit-content}.skip-link.screen-reader-text:focus{top:1rem;left:50%;transform:translate(-50%);opacity:1;visibility:visible}.swiper{width:100%}.swiper-btns{margin-top:var(--gap-400);display:flex;flex-direction:row;gap:var(--col-gap);justify-content:flex-start;align-items:center;padding-bottom:5px;padding-left:2px}@media screen and (max-width:47.9375rem){.swiper-btns{column-gap:var(--gap-200)}}.swiper-btns:has(.swiper-button-next.swiper-button-disabled):has(.swiper-button-prev.swiper-button-disabled){display:none}.swiper-button-next,.swiper-button-prev{position:unset;transform:none;font-size:1.5rem;width:var(--btn-round-w-m);height:var(--btn-round-w-m);border-radius:100%;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-shrink:0;padding:0;margin-top:0}@media(hover:hover){.swiper-button-next:hover,.swiper-button-prev:hover{transform:scale(1.075)}}.swiper-button-next:after,.swiper-button-prev:after{content:none}.swiper-button-next img,.swiper-button-prev img{width:60%;height:60%}.content-row{width:105rem;max-width:calc(100% - (var(--gap-400) - var(--col-gap)) * 2);min-height:calc(var(--min-h) - var(--offset-top));max-height:calc(var(--max-h) - var(--offset-top));display:flex;flex-direction:row;gap:var(--gap-200) 0;justify-content:var(--justify, flex-start);align-items:var(--align, flex-start);flex-wrap:wrap;margin-inline:auto}@media screen and (max-width:47.9375rem){.content-row{display:flex;flex-direction:column;gap:var(--gap-200) 0;justify-content:var(--justify, flex-start);align-items:var(--align, flex-start)}}.content-row:has(.swiper-gallery){overflow:hidden}.content-row[style*="--align: stretch;"] .swiper-gallery{height:100%}.content-col{width:var(--w-l, 100%);padding-inline:var(--col-gap)}@media screen and (max-width:73.6875rem){.content-col{width:var(--w-m, 100%)}}@media screen and (max-width:47.9375rem){.content-col{width:var(--w-s, 100%)}}.content-col[style*="--w-l: 100%;"] .swiper-gallery{overflow:visible}@media screen and (max-width:61.9375rem){.content-col[style*="--w-m: 100%;"] .swiper-gallery{overflow:visible}}@media screen and (max-width:47.9375rem){.content-col[style*="--w-s: 100%;"] .swiper-gallery{overflow:visible}}:root{--btn-round-w-m: 3rem;--btn-round-w-l: 4.5rem}.btn{box-shadow:none;text-decoration:none;border:1px solid transparent;transition:var(--liquid-glass-300);padding:1.125rem 2rem;display:flex;flex-direction:row;gap:.5em;justify-content:center;align-items:center;color:var(--clr-txt-400);font-weight:600;width:fit-content;font-family:var(--f-primary);text-transform:uppercase;cursor:pointer;transition:var(--ease-in-out-250);white-space:nowrap}@media(hover:hover){.btn:hover{opacity:.7}}@media screen and (max-width:63.9375rem){.btn{font-size:.8rem;padding-block:.75rem}}.btn-primary{background-color:var(--clr-primary);color:var(--clr-txt-neg-400)}.btn-polite,.btn-link{font-weight:400;text-transform:none;color:var(--clr-primary);background-color:transparent;padding:0}.btn-link{padding-block:.75rem;font-size:1.125rem;font-weight:600}.btn-link .btn-icon{width:1.5rem;height:1.5rem}.btn-link:first-of-type{position:sticky;top:0;left:0;width:100%;justify-content:flex-start;background-color:var(--clr-bg-primary);z-index:15}.btn-link.-end{justify-content:flex-end}.btn-round{width:var(--btn-round-w-m);height:var(--btn-round-w-m)}.btn-icon{width:1.75em;height:1.75em;font-size:1em;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center}.btn-scroll-down{font-size:1.125rem;text-transform:none;font-weight:400;text-align:center;padding:0;align-items:stretch;gap:0;background-color:var(--clr-bg-primary)}.btn-scroll-down span{flex:1;min-width:7.1875rem;padding:var(--gap-100);display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center}@media screen and (max-width:47.9375rem){.btn-scroll-down span{min-width:unset}}.btn-scroll-down .btn-icon-cont{background-color:var(--clr-primary);margin:-1px}.btn-scroll-down .btn-icon{width:2.5rem;height:2.5rem}@media screen and (max-width:47.9375rem){.btn-scroll-down .btn-icon{width:1.5rem;height:1.5rem}}.btn-cta-ecommerce{font-size:calc(var(--f-size) * 1.125);line-height:1;padding:.75em 1.25em;column-gap:1.5em}@media screen and (max-width:61.9375rem){.btn-cta-ecommerce{font-size:1rem}}.btns-wrap{display:flex;flex-direction:row;gap:var(--gap-400);justify-content:flex-start;align-items:center;flex-wrap:wrap}@media screen and (max-width:47.9375rem){.btns-wrap{gap:1rem}}.wpcf7{--btn-w: 12.5rem;--wpcf7-f-size: 1.5rem}.wpcf7-form{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:var(--gap-400);align-items:flex-start;overflow:hidden;position:relative;z-index:100;padding-inline:2px}@media screen and (max-width:61.9375rem){.wpcf7-form{column-gap:var(--gap-200)}}.wpcf7-form.invalid .wpcf7-not-valid-tip,.wpcf7-form.submitting .wpcf7-spinner{display:block}@media screen and (max-width:47.9375rem){.wpcf7-form p{grid-column:span 2}}.wpcf7-form p:has(label){width:100%;font-size:var(--wpcf7-f-size);font-weight:600;color:var(--clr-txt-neg-400)}.wpcf7-form p:has(label):has(.is-hidden){display:none}.wpcf7-form p:has(.wpcf7-acceptance,[data-name=user-company]){grid-column:span 2}.wpcf7-form p:has([name=user-cv]){display:block;width:100%;max-width:100%;overflow:hidden}.wpcf7-form p:has([name=user-cv]) label{display:inherit;width:inherit;max-width:inherit;overflow:inherit}.wpcf7-form p:has(.btn-submit){display:flex;flex-direction:row;gap:var(--gap-200);justify-content:flex-start;align-items:center}.wpcf7-form label:has([data-name=user-company]){display:inline-block;width:calc(50% - var(--gap-400) / 2)}@media screen and (max-width:47.9375rem){.wpcf7-form label:has([data-name=user-company]){width:100%}}.wpcf7-form .btn-submit{order:2}.wpcf7-form .btn-submit:disabled{opacity:.5}.wpcf7-form .btn-primary{color:var(--clr-txt-neg-400);font-size:1.25rem;width:var(--btn-w)}@media screen and (max-width:47.9375rem){.wpcf7-form .btn-primary{width:100%}}.wpcf7-spinner{order:1;margin-inline:0;display:none}.wpcf7-form-control-wrap{display:block;width:100%}.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap select,.wpcf7-form-control-wrap textarea{width:100%;padding:1rem;border:0;border-radius:0;font-family:var(--f-primary);font-size:var(--wpcf7-f-size);line-height:1.4;color:var(--clr-txt-400);background-color:transparent;border-bottom:1px solid var(--clr-txt-neg-400)}.wpcf7-form-control-wrap input:focus,.wpcf7-form-control-wrap select:focus,.wpcf7-form-control-wrap textarea:focus{outline-color:var(--clr-txt-neg-400)}.wpcf7-form-control-wrap input:autofill,.wpcf7-form-control-wrap input:autofill:hover,.wpcf7-form-control-wrap input:autofill:focus,.wpcf7-form-control-wrap input:autofill:active,.wpcf7-form-control-wrap select:autofill,.wpcf7-form-control-wrap select:autofill:hover,.wpcf7-form-control-wrap select:autofill:focus,.wpcf7-form-control-wrap select:autofill:active,.wpcf7-form-control-wrap textarea:autofill,.wpcf7-form-control-wrap textarea:autofill:hover,.wpcf7-form-control-wrap textarea:autofill:focus,.wpcf7-form-control-wrap textarea:autofill:active{background-color:transparent!important;-webkit-text-fill-color:var(--clr-txt-400)!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpcf7-form-control-wrap input::placeholder,.wpcf7-form-control-wrap select::placeholder,.wpcf7-form-control-wrap textarea::placeholder{font-family:var(--f-primary);color:var(--clr-txt-neg-400)}.wpcf7-form-control-wrap:has([name=user-cv]){position:relative;display:block;width:100%;max-width:100%;overflow:hidden}.wpcf7-form-control-wrap:has([name=user-cv]) .wpcf7-file{opacity:0;position:absolute;z-index:100;top:0;left:0;width:100%;height:100%;padding:0}.wpcf7-form-control-wrap:has([name=user-cv]) .wpcf7-file+.input-file-visible{opacity:1}.wpcf7-form-control-wrap:has([name=user-cv]) .wpcf7-file+.input-file-visible .btn-upload-file{opacity:1}.wpcf7-form-control-wrap:has(.wpcf7-select){position:relative}.wpcf7-form-control-wrap:has(.wpcf7-select):before{content:"";font-family:"Font Awesome 7 Free";display:inline-block;overflow:visible;vertical-align:-.125em;font-size:.95em;color:var(--clr-txt-400);position:absolute;z-index:100;top:50%;right:1rem;transform:translateY(-50%);pointer-events:none;-webkit-user-select:none;user-select:none}.wpcf7-form-control-wrap:has(.is-open):before{transform:translateY(-50%) scaleY(-1)}.wpcf7-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-file-visible{pointer-events:none;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;gap:var(--gap-200);justify-content:flex-start;align-items:center;margin-top:var(--gap-200)}@media screen and (max-width:47.9375rem){.input-file-visible{flex-direction:column-reverse;align-items:flex-start}}.btn-upload-file{flex-shrink:0}.upload-file-lbl{font-size:1.25rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;width:calc(100% - var(--btn-w) - var(--gap-200));max-width:calc(100% - var(--btn-w) - var(--gap-200))}@media screen and (max-width:47.9375rem){.upload-file-lbl{width:100%;max-width:100%}}.wpcf7-list-item{margin-left:0}.wpcf7-acceptance{display:block;margin-top:var(--gap-200)}.wpcf7-acceptance label{--input-w: 1.25rem;display:flex;flex-direction:row;gap:var(--gap-200);justify-content:flex-start;align-items:flex-start;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.wpcf7-acceptance label:before{content:"";width:var(--input-w);height:var(--input-w);border:1px solid var(--clr-txt-neg-400)}.wpcf7-acceptance label:has(input:checked):before{background-image:linear-gradient(var(--clr-txt-neg-400));background-repeat:no-repeat;background-size:55% 55%;background-position:center}.wpcf7-acceptance input[type=checkbox]{position:absolute;z-index:100;top:0;left:0;opacity:0;width:var(--input-w);height:var(--input-w)}.wpcf7-acceptance a{box-shadow:inset 0 -.15em var(--clr-txt-400)}@media(hover:hover){.wpcf7-acceptance a:hover{box-shadow:inset 0 -.4em var(--clr-txt-400)}}.wpcf7-list-item-label{width:calc(100% - var(--input-w) - var(--gap-200));font-size:1.25rem;text-wrap:balance}@media screen and (max-width:47.9375rem){.wpcf7-list-item-label{font-size:1rem;font-weight:400}}.wpcf7-not-valid-tip{display:none;color:var(--clr-txt-neg-400);font-size:1.125rem;font-weight:600;line-height:1;margin-top:1rem}.wpcf7-select{height:calc(var(--wpcf7-f-size) * 1.4 + 2rem + 1px)}.site-header{--f-size: clamp(.75rem, 1dvw, 1.125rem);position:fixed;z-index:1000;top:0;left:50%;transform:translate(-50%);width:var(--v-maxw);max-width:min(var(--v-maxw),100%);display:flex;flex-direction:row;gap:1rem;justify-content:space-between;align-items:center;background-color:var(--clr-bg-primary);padding:2.5em var(--gap-400)}@media screen and (max-width:61.9375rem){.site-header{--f-size: 1.5rem;padding:var(--gap-200)}}.site-header .btn-menu-toggle{background-color:var(--clr-bg-primary);color:var(--clr-primary)}@media screen and (max-width:75rem)and (min-width:62rem){.site-header .btn-menu-toggle{display:none}}.site-header .btn-menu-toggle svg{width:1.5rem;height:1.5rem}.site-header a{text-decoration:unset}.site-header:before{content:"";position:absolute;top:0;left:50%;width:100dvw;height:100%;transform:translate(-50%);background-color:var(--clr-bg-primary);z-index:-1}.custom-logo-link{min-width:9.375rem;width:17.916%;max-width:21.5rem;transition:var(--ease-in-out-250)}@media(hover:hover){.custom-logo-link:hover{opacity:.7}}@media screen and (max-width:61.9375rem){.custom-logo-link{width:10.9375rem}}@media screen and (max-width:61.9375rem){.menu-header-menu-container{width:100%;overflow-y:auto;scrollbar-color:var(--clr-primary) var(--clr-bg);scrollbar-width:thin}.menu-header-menu-container::-webkit-scrollbar{width:.5rem}.menu-header-menu-container::-webkit-scrollbar-thumb{background-color:var(--clr-primary);border-radius:.25rem}.menu-header-menu-container::-webkit-scrollbar-track{background-color:var(--clr-bg)}}.menu{list-style:none;display:flex;flex-direction:row;gap:1.5em;justify-content:flex-end;align-items:center}.menu ul{list-style:none;padding-left:0}.site-navigation{list-style:none;display:flex;flex-direction:row;gap:1.5em;justify-content:flex-end;align-items:center}@media screen and (max-width:61.9375rem){.site-navigation{position:fixed;z-index:1000;top:var(--nav-h);left:0;width:100%;height:calc(100dvh - var(--nav-h));background-color:var(--clr-bg-primary);padding:var(--gap-200);display:flex;flex-direction:column;gap:var(--gap-400);justify-content:center;align-items:flex-start;overflow-y:auto;scrollbar-color:var(--clr-primary) var(--clr-bg);scrollbar-width:thin}.site-navigation::-webkit-scrollbar{width:.5rem}.site-navigation::-webkit-scrollbar-thumb{background-color:var(--clr-primary);border-radius:.25rem}.site-navigation::-webkit-scrollbar-track{background-color:var(--clr-bg)}.site-navigation{transition:var(--ease-in-out-250);opacity:0;pointer-events:none}}@media screen and (max-width:61.9375rem){.site-navigation .menu{display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start}.site-navigation .menu .products-voice{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center}.site-navigation .menu .products-voice:after{content:"";width:1.2em;height:1.2em;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACfSURBVHgB7ZKhEoAgDIanwTPyCESTZzX65EaNRps8gtmgMiTpndugKV+hjP+DbQCJz5NRBaOqFzwPyLt2nQwIyZl1OoO9H1SjQQgpOGDr7GFCJWSLkEFVNrzoUYIySbtYghgJWxAq4Q7Z0a6zuc+EuiMSXJSiapEAN8i/WoNrkfvNK4IhP8OxZdQ95pqGhbMEMeEIOYOYcJbAExSe+AknB/dbDuZpIokAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:20}}.site-navigation .menu-item,.site-navigation .wpml-ls-item{font-size:var(--f-size);font-weight:600;text-transform:uppercase;border:1px solid transparent;transition:var(--ease-in-out-250)}@media(hover:hover){.site-navigation .menu-item:hover,.site-navigation .wpml-ls-item:hover{border-color:var(--clr-primary);opacity:.7}}@media screen and (max-width:61.9375rem){.site-navigation .menu-item,.site-navigation .wpml-ls-item{width:100%;border-width:0 0 1px 0;border-color:var(--clr-primary)}}.site-navigation .menu-item>a,.site-navigation .wpml-ls-item>a{display:flex;flex-direction:row;gap:.5em;justify-content:center;align-items:center;color:var(--clr-black);white-space:nowrap;padding:1.25em;line-height:1}@media screen and (max-width:61.9375rem){.site-navigation .menu-item>a,.site-navigation .wpml-ls-item>a{padding:.5rem;justify-content:flex-start}}.site-navigation .menu-item>a:after,.site-navigation .wpml-ls-item>a:after{content:"";background-color:var(--clr-primary);width:2.5em;height:.125rem}@media screen and (max-width:61.9375rem){.site-navigation .menu-item>a:after,.site-navigation .wpml-ls-item>a:after{content:none}}.site-navigation .current-menu-item,.tax-gamma .products-voice{border-color:var(--clr-primary)}.btn-menu-toggle{display:none;width:var(--btn-round-w-m);height:var(--btn-round-w-m);font-size:1.25rem}@media screen and (max-width:61.9375rem){.btn-menu-toggle{display:flex}}.btn-menu-toggle[aria-expanded=true] .icon-menu-close{display:block}.btn-menu-toggle[aria-expanded=true] .icon-menu-open{display:none}@media screen and (max-width:61.9375rem){.btn-menu-toggle[aria-expanded=true]+.site-navigation{opacity:1;pointer-events:all}}.icon-menu-close{display:none}.wpml-ls{padding:0;line-height:1.4}.wpml-ls-native{display:block;line-height:inherit}.nav-prodotti{position:fixed;z-index:2000;top:var(--nav-h);left:0;background-color:var(--clr-bg-primary);width:var(--v-maxw);max-width:min(var(--v-maxw),100%);height:calc(100dvh - var(--nav-h));background-color:#000000bf;display:flex;flex-direction:column;gap:0;justify-content:flex-start;align-items:flex-start;transition:var(--ease-in-out-250);opacity:0;pointer-events:none}@media screen and (max-width:61.9375rem){.nav-prodotti{height:calc(100dvh - var(--nav-h));overflow:auto;scrollbar-width:none;opacity:1;transform:translate(100%);background-color:var(--clr-bg-primary)}}@media screen and (min-width:159.4375rem){.nav-prodotti{max-width:unset;width:100dvw}}@media screen and (max-width:61.9375rem){.nav-prodotti.is-visible{transform:none}}.menu-prodotti{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:.75rem;align-items:stretch;height:auto;padding-block:var(--gap-700);padding-inline:var(--gap-400);width:100%;max-width:120rem;margin-inline:auto;background-color:var(--clr-bg-primary);position:relative}.menu-prodotti:before{content:"";position:absolute;top:0;left:50%;width:100dvw;height:100%;transform:translate(-50%);background-color:var(--clr-bg-primary);z-index:-1}@media screen and (min-width:120rem){.menu-prodotti{width:var(--v-maxw);max-width:min(var(--v-maxw),100%)}}@media screen and (max-width:61.9375rem){.menu-prodotti{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:0;align-items:flex-start;height:auto}}@media screen and (max-width:47.9375rem){.menu-prodotti{padding:var(--gap-200) var(--gap-400);height:100dvh}}.menu-categories{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:0;align-items:flex-start;row-gap:1rem;align-items:stretch}@media screen and (max-width:61.9375rem){.menu-categories{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:.75rem;align-items:flex-start;height:auto}}.menu-categories>.menu-item-has-children{display:flex;flex-direction:row;gap:var(--gap-200);justify-content:flex-start;align-items:stretch}@media screen and (max-width:61.9375rem){.menu-categories>.menu-item-has-children{border-bottom:1px solid var(--clr-primary)}}.menu-categories>.menu-item-has-children>a{text-transform:uppercase;color:var(--clr-txt-neg-400);background-color:var(--clr-primary);padding:.5rem;writing-mode:vertical-rl;transform:rotate(180deg);height:auto;font-size:1.25rem;pointer-events:none;text-decoration:none;display:flex;flex-direction:row;gap:0;justify-content:flex-end;align-items:flex-start}@media screen and (max-width:61.9375rem){.menu-categories>.menu-item-has-children>a{font-size:1rem}}.menu-categories .sub-menu{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start;list-style-type:none}.menu-categories .sub-menu a{font-size:1.25rem;font-weight:700;cursor:pointer;color:var(--clr-txt-400);position:relative;transition:.4s;padding-bottom:.25rem;text-decoration:none}.menu-categories .sub-menu a:before{content:"";position:absolute;width:0;height:.25rem;bottom:0;left:0;background-color:var(--clr-primary);transition:width .4s}.menu-categories .sub-menu a:hover:before{width:100%}@media screen and (max-width:61.9375rem){.menu-categories .sub-menu a{font-size:1rem}}@media screen and (max-width:61.9375rem){.menu-categories .sub-menu{padding:.5rem}}.menu-categories .menu-item{font-size:1.25rem;font-weight:700;cursor:pointer;color:var(--clr-txt-400);position:relative}@media screen and (max-width:61.9375rem){.menu-categories .menu-item{font-size:1rem}}.site-footer{--p-inline: calc(var(--gap-700) - var(--gap-200));--f-size: clamp(.75rem, 1dvw, 1.125rem);font-size:var(--f-size);line-height:1.5;margin-top:calc(var(--gap-700) + var(--gap-500));max-width:100%;padding:var(--gap-400) var(--p-inline) 0;background-color:var(--clr-black);color:var(--clr-txt-neg-400);display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start}@media screen and (max-width:61.9375rem){.site-footer{--p-inline: var(--gap-200)}}@media screen and (max-width:47.9375rem){.site-footer{--p-inline: calc(var(--gap-400) - var(--col-gap));--f-size: 1rem;padding-block:var(--gap-200) 0}}.footer-top{display:flex;flex-direction:row;gap:var(--gap-200) 0;justify-content:flex-start;align-items:stretch;min-height:33.875rem;margin-inline:auto;width:var(--v-maxw);max-width:min(var(--v-maxw),100%)}@media screen and (max-width:47.9375rem){.footer-top{flex-direction:column;min-height:unset}}.footer-top a{color:var(--clr-txt-neg-400)}.footer-col{padding-top:var(--gap-400);padding-inline:var(--gap-200)}@media screen and (max-width:61.9375rem){.footer-col{padding-top:var(--gap-200);padding-inline:var(--col-gap)}}.footer-col h2,.footer-col h3,.footer-col h4{width:100%;font-size:1.25em;font-weight:400;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center}@media screen and (max-width:47.9375rem){.footer-col h2,.footer-col h3,.footer-col h4{font-size:1.125rem}}.footer-col h2:after,.footer-col h3:after,.footer-col h4:after{content:"";flex-grow:1;border-bottom:1px solid var(--clr-primary)}.footer-logos-cont,.footer-infos-cont{border-right:1px solid var(--clr-txt-neg-400)}@media screen and (max-width:47.9375rem){.footer-logos-cont,.footer-infos-cont{border-right:0}}.footer-logos-cont{flex:0 1 24.4375rem}@media screen and (max-width:61.9375rem){.footer-logos-cont{flex:0 0 10.9375rem;box-sizing:content-box}}.footer-logos{height:100%;display:flex;flex-direction:column;gap:var(--gap-400);justify-content:space-between;align-items:flex-start}@media screen and (max-width:47.9375rem){.footer-logos{width:15.625rem;max-width:100%}}.footer-infos-cont{flex-grow:1}.footer-infos,.footer-info{width:100%;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.footer-infos,.footer-info{font-size:.875rem}}.footer-menu-cont,.footer-menu{width:100%;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.footer-menu{row-gap:var(--gap-100)}}.footer-menu-cont{flex:0 0 17.375rem}@media screen and (max-width:47.9375rem){.footer-menu-cont{row-gap:var(--gap-200)}}.footer-menu-cont .menu,.footer-menu-cont .menu-item-has-children,.footer-menu-cont .sub-menu{display:flex;flex-direction:column;gap:1em;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.footer-menu-cont .menu,.footer-menu-cont .menu-item-has-children,.footer-menu-cont .sub-menu{row-gap:var(--gap-100)}}.footer-menu-cont a:not(.btn){text-decoration:none;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;align-items:center;text-transform:uppercase;font-weight:600}.footer-menu-cont a:not(.btn):before{content:"";width:2.5em;border-bottom:2px solid var(--clr-primary)}.footer-menu-cont .btn-cta-ecommerce{margin-top:auto}.footer-bottom{--offset: calc(var(--p-inline) * 2);width:calc(100% + var(--offset));margin-left:calc(var(--p-inline) * -1);background-color:var(--clr-bg-primary);padding:var(--gap-200) calc(var(--p-inline) + var(--gap-400))}@media screen and (max-width:47.9375rem){.footer-bottom{padding-inline:var(--gap-400);font-size:.875rem}}.footer-bottom .menu{width:100%;justify-content:space-between}@media screen and (max-width:47.9375rem){.footer-bottom .menu{flex-direction:column;row-gap:var(--gap-200);align-items:flex-start}}.footer-bottom a{color:var(--clr-txt-400)}.menu-footer-bottom-container{width:var(--v-maxw);max-width:100%;margin-inline:auto}.wpml-ls-statics-footer{display:none}.site-main{display:flex;flex-direction:column;gap:var(--gap-700) 0;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.site-main{row-gap:var(--gap-400)}}.accordion{width:100%;display:flex;flex-direction:column;gap:0;justify-content:flex-start;align-items:flex-start}.accordion:has(.btn-accordion[aria-expanded=true]) .btn-icon{transform:scaleY(-1)}.accordion:has(.btn-accordion[aria-expanded=true]) .accordion-body{transform:scaleY(1)}.accordion:has(.btn-accordion[aria-expanded=true]) .accordion-body.h-0{margin-top:1.5rem;height:var(--b-h, 100%)}.accordion:first-of-type{margin-top:3.5rem}@media screen and (max-width:47.9375rem){.accordion:first-of-type{margin-top:1rem}}.btn-accordion{width:100%;display:flex;flex-direction:row;gap:var(--gap-700);justify-content:space-between;align-items:center;border:unset;background-color:unset;border-bottom:3px solid var(--clr-primary);font-size:2rem;padding-bottom:.5rem;cursor:pointer}@media screen and (max-width:47.9375rem){.btn-accordion{font-size:1.25rem;gap:1rem;text-align:left}}.btn-accordion span{font-weight:600;text-transform:uppercase;font-family:Montserrat,Arial}.btn-accordion svg{width:1em}.btn-accordion .btn-icon{transition:var(--ease-in-out-250)}.accordion-body{width:100%;background:repeating-linear-gradient(135deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 2px,transparent 2px,transparent 6px);transition:var(--ease-in-out-250);transform:scaleY(0);transform-origin:top;overflow:hidden;margin-top:1.5rem}.accordion-body.h-0{margin-top:0;height:0}.page-template-configuratore .config{clip-path:inset(10% 0 0)}@media screen and (max-width:47.9375rem){.page-template-configuratore .config{clip-path:inset(15% 0 0)}}[id^=conf-]{clip-path:inset(10% 0 0);width:100%}@media screen and (max-width:47.9375rem){[id^=conf-]{clip-path:inset(15% 0 0)}}.main-content-configuratore .header-top h1{width:100%;max-width:unset}.main-header{width:var(--v-maxw);max-width:100%;min-height:var(--full-h);max-height:var(--full-h);position:relative;overflow:hidden;padding:0}@media screen and (max-width:47.9375rem){.main-header{row-gap:var(--gap-200)}}.main-header[style*="--min-h: 100"]{min-height:var(--full-h)}@media screen and (max-width:47.9375rem){.main-header[style*="--min-h: 100"]{min-height:calc(var(--full-h) / 2);max-height:unset}}.main-header[style*="--max-h: 100"]{max-height:var(--full-h)}@media screen and (max-width:47.9375rem){.main-header[style*="--max-h: 100"]{max-height:unset}}.main-header .content-col{padding:0}.main-header .hero{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:flex-end}.main-header .bg-img{position:absolute;top:0;left:0;height:100%;object-fit:cover}.main-header .hero-body{position:relative;z-index:100;width:100%;background-color:#000000bf;color:var(--clr-txt-neg-400);display:flex;flex-direction:row;gap:var(--gap-200);justify-content:space-between;align-items:flex-end}.main-header .hero-content{flex-shrink:1;padding:var(--gap-400) var(--gap-400) var(--gap-400) var(--gap-700)}@media screen and (max-width:64rem){.main-header .hero-content{padding:var(--gap-400)}}@media screen and (max-width:47.9375rem){.main-header .hero-content{padding:var(--gap-100)}}.main-header .hero-content h1,.main-header .hero-content h2,.main-header .hero-content h3{font-size:3rem;max-width:100%;padding-block:var(--gap-200);padding-left:var(--gap-100);border-left:1.5rem solid var(--clr-primary)}@media screen and (max-width:61.9375rem){.main-header .hero-content h1,.main-header .hero-content h2,.main-header .hero-content h3{font-size:var(--h1-size)}}@media screen and (max-width:64rem){.main-header .hero-content h1,.main-header .hero-content h2,.main-header .hero-content h3{border-left-width:1rem}}@media screen and (max-width:47.9375rem){.main-header .hero-content h1,.main-header .hero-content h2,.main-header .hero-content h3{border-left-width:.5rem}}.main-header .hero-content h1:before,.main-header .hero-content h2:before,.main-header .hero-content h3:before{content:none}.main-header .btn-scroll-down{flex-shrink:0}@media screen and (max-width:47.9375rem){.main-header .btn-scroll-down{display:none}}.text{font-size:1rem;display:flex;flex-direction:column;gap:var(--gap-200);justify-content:flex-start;align-items:flex-start;width:100%}.text em,.text i{color:var(--clr-primary);font-style:normal}@media screen and (max-width:47.9375rem){.text{row-gap:var(--gap-200)}}.text ul,.text ol{padding-left:var(--gap-200);display:flex;flex-direction:column;gap:calc(var(--g) / 2) 0;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.text ul,.text ol{row-gap:calc(var(--gap-200) / 2)}}.text p:has(em:first-child:last-child):has(+h1),.text p:has(em:first-child:last-child):has(+h2),.text p:has(em:first-child:last-child):has(+h3){margin-bottom:calc(var(--g) * -1)}.text h2:after{content:"";background-color:var(--clr-primary);width:18.75rem;height:1.5rem;display:block;margin-top:1.5rem}@media screen and (max-width:47.9375rem){.text h2:after{height:1rem;width:12.5rem}}.size-XS{font-size:.825rem}.size-S{font-size:1.125rem}.size-M{font-size:1.25rem}.size-M h3{text-transform:uppercase}@media screen and (max-width:47.9375rem){.size-M{font-size:1rem}}.size-L{font-size:1.75rem}.size-XL{font-size:2.5rem}.text-btns{width:100%}@media screen and (max-width:47.9375rem){.text-btns{flex-direction:column;margin-block:0}}.text-btns:first-child{margin-top:0}@media screen and (max-width:47.9375rem){.text-btns .btn{width:100%}}.text-clamp{font-size:clamp(1.5rem,-2.672rem + 5.56vw,4rem)}.text-extrabold-20{font-size:1.25rem;text-transform:uppercase;font-weight:800}@media screen and (max-width:47.9375rem){.text-extrabold-20{font-size:1rem}}.text-extrabold-20 a{color:var(--clr-primary)}@media screen and (max-width:47.9375rem){.content-row:has(.cards-text){max-width:100%}}@media screen and (max-width:47.9375rem){.content-col:has(.cards-text){overflow-x:auto;scrollbar-color:var(--clr-primary) var(--clr-bg);scrollbar-width:thin}.content-col:has(.cards-text)::-webkit-scrollbar{height:.5rem}.content-col:has(.cards-text)::-webkit-scrollbar-thumb{background-color:var(--clr-primary);border-radius:.25rem}.content-col:has(.cards-text)::-webkit-scrollbar-track{background-color:var(--clr-bg)}}.cards-text{--card-w: calc(100% * 597.04 / 1054.04);--card-h: calc(100% * 545.19 / 1054.04 - 1px);--icon-w: .41;--o-top: calc((var(--card-w) * var(--icon-w)) / 2);width:65.875rem;max-width:100%;margin-inline:auto;margin-block:calc(max(var(--gap-700),var(--o-top)) - min(var(--gap-700),var(--o-top)))}@media screen and (max-width:85.3125rem){.cards-text{--icon-w: .3}}@media screen and (max-width:47.9375rem){.cards-text{--card-w: 329px;--card-h: 300px;--o-left: 81px;display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:flex-start;padding-inline:var(--gap-400);margin-bottom:var(--gap-200);box-sizing:content-box}}@media screen and (max-width:47.9375rem){.cards-text.count-1{width:calc(var(--card-w) * 1 - var(--o-left) * 0);max-width:calc(var(--card-w) * 1 - var(--o-left) * 0);height:calc(var(--card-h) / 2 * 1 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-2{width:calc(var(--card-w) * 2 - var(--o-left) * 1);max-width:calc(var(--card-w) * 2 - var(--o-left) * 1);height:calc(var(--card-h) / 2 * 2 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-3{width:calc(var(--card-w) * 3 - var(--o-left) * 2);max-width:calc(var(--card-w) * 3 - var(--o-left) * 2);height:calc(var(--card-h) / 2 * 3 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-4{width:calc(var(--card-w) * 4 - var(--o-left) * 3);max-width:calc(var(--card-w) * 4 - var(--o-left) * 3);height:calc(var(--card-h) / 2 * 4 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-5{width:calc(var(--card-w) * 5 - var(--o-left) * 4);max-width:calc(var(--card-w) * 5 - var(--o-left) * 4);height:calc(var(--card-h) / 2 * 5 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-6{width:calc(var(--card-w) * 6 - var(--o-left) * 5);max-width:calc(var(--card-w) * 6 - var(--o-left) * 5);height:calc(var(--card-h) / 2 * 6 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-7{width:calc(var(--card-w) * 7 - var(--o-left) * 6);max-width:calc(var(--card-w) * 7 - var(--o-left) * 6);height:calc(var(--card-h) / 2 * 7 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-8{width:calc(var(--card-w) * 8 - var(--o-left) * 7);max-width:calc(var(--card-w) * 8 - var(--o-left) * 7);height:calc(var(--card-h) / 2 * 8 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-9{width:calc(var(--card-w) * 9 - var(--o-left) * 8);max-width:calc(var(--card-w) * 9 - var(--o-left) * 8);height:calc(var(--card-h) / 2 * 9 + var(--card-h) / 2)}}@media screen and (max-width:47.9375rem){.cards-text.count-10{width:calc(var(--card-w) * 10 - var(--o-left) * 9);max-width:calc(var(--card-w) * 10 - var(--o-left) * 9);height:calc(var(--card-h) / 2 * 10 + var(--card-h) / 2)}}.cards-text:after{content:"";display:block;clear:both}.card-text{width:var(--card-w);height:0;padding-top:var(--card-h);display:block;float:left;background-image:url(/wp-content/themes/cati-trevi/assets/bg-hexagon.png);background-repeat:no-repeat;background-size:contain;position:relative;-webkit-user-select:none;user-select:none}.card-text:nth-of-type(2n){float:right;transform:translate(min(-3px,-.2vw))}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(2n){transform:none}}.card-text:nth-of-type(2n) .card-text-icon{top:0;right:0;transform:translateY(-65%)}.card-text:nth-of-type(odd) .card-text-icon{right:0;bottom:0;transform:translateY(30%)}.card-text:first-of-type .card-text-icon{top:0;right:0;transform:translateY(-50%)}.card-text:not(:first-of-type){margin-top:calc(var(--card-h) / -2)}@media screen and (max-width:47.9375rem){.card-text:not(:first-of-type){margin-left:calc(var(--o-left) * -1)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(2){margin-top:calc(var(--card-h) * .5 * 1)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(3){margin-top:calc(var(--card-h) * .5 * 2)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(4){margin-top:calc(var(--card-h) * .5 * 3)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(5){margin-top:calc(var(--card-h) * .5 * 4)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(6){margin-top:calc(var(--card-h) * .5 * 5)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(7){margin-top:calc(var(--card-h) * .5 * 6)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(8){margin-top:calc(var(--card-h) * .5 * 7)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(9){margin-top:calc(var(--card-h) * .5 * 8)}}@media screen and (max-width:47.9375rem){.card-text:nth-of-type(10){margin-top:calc(var(--card-h) * .5 * 9)}}.card-text:after{content:"";display:block;clear:both}.card-text-content{position:absolute;z-index:200;top:0;left:0;padding-inline:20%;width:100%;height:100%;display:flex;align-items:center}@media screen and (max-width:47.9375rem){.card-text-content .text{font-size:.75rem}.card-text-content .text h1,.card-text-content .text h2,.card-text-content .text h3{font-size:1.25rem;width:100%}}.card-text-content .card-body{font-size:clamp(0px,1.125dvw,1.25rem)}@media screen and (max-width:47.9375rem){.card-text-content .card-body{font-size:.725rem}}.card-text-content .card-body .text{font-size:inherit}.card-text-icon{position:absolute;z-index:100;aspect-ratio:1;width:calc(100% * var(--icon-w));object-fit:contain}.cards-text-pagination{list-style:none;width:100%;position:sticky;bottom:0;left:0;justify-content:center;align-items:center;gap:.25rem;padding-block:var(--gap-200);display:none}@media screen and (max-width:47.9375rem){.cards-text-pagination{display:flex}}.cards-text-pagination-bullet{flex-shrink:0;width:.5rem;height:.5rem;border-radius:100%;background-color:var(--clr-txt-200);transition:var(--ease-in-out-250)}.cards-text-pagination-bullet.is-active{background-color:var(--clr-primary)}.swiper-gallery-slide a,.swiper-gallery-slide img,.gallery a,.gallery img{aspect-ratio:var(--a-ratio, unset);border-radius:var(--b-radius, 0)}.swiper-gallery-slide a,.gallery a{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:flex-start;overflow:hidden;box-shadow:none}.swiper-gallery-slide a:has(img),.gallery a:has(img){border:var(--b)}.swiper-gallery-slide a:has(img) img,.gallery a:has(img) img{border-radius:0}@media(hover:hover){.swiper-gallery-slide a:hover,.gallery a:hover{box-shadow:none}.swiper-gallery-slide a:hover img,.gallery a:hover img{transform:scale(1.0125)}}.swiper-gallery-slide img,.gallery img{height:100%;object-fit:cover;transition:var(--ease-in-out-250)}.swiper-gallery-slide>img,.gallery>img{border:var(--b)}.gallery{width:100%;display:grid;grid-template-columns:repeat(var(--n-l, 1),1fr);grid-template-rows:auto;gap:var(--gap-200);align-items:flex-start}@media screen and (max-width:61.9375rem){.gallery{grid-template-columns:repeat(var(--n-m, 1),1fr);gap:var(--gap-100)}}@media screen and (max-width:47.9375rem){.gallery{grid-template-columns:repeat(var(--n-s, 1),1fr);gap:var(--gap-50)}}@media screen and (max-width:61.9375rem){.gallery[style*="--n-m: 1;"]{gap:var(--gap-200)}}@media screen and (max-width:47.9375rem){.gallery[style*="--n-s: 1;"]{gap:var(--gap-200)}}.video-thumb{position:relative;background-color:var(--clr-black)}@media(hover:hover){.video-thumb:hover .icon-play{transform:translate(-50%,-50%)}}.video-thumb img:not(.icon-play){opacity:.5}.video-thumb .icon-play{width:4rem;height:4rem;position:absolute;z-index:100;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:61.9375rem){.video-thumb .icon-play{width:3rem;height:3rem}}.content-row:has(.background-cta){width:var(--v-maxw);max-width:100%}.content-row:has(.background-cta) .content-col{padding:0}.background-cta{width:100%;min-height:calc(var(--full-h) * .8);padding:var(--gap-700) var(--gap-400);display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;position:relative;overflow:hidden;background-color:var(--bg-color, var(--clr-primary))}.background-cta .bg-img{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;opacity:.5;object-fit:cover}.background-cta-card{position:relative;z-index:100;width:var(--cta-w, calc(min(105rem, 100%)*.75) );max-width:100%;display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:stretch;background-color:var(--clr-bg-primary)}@media screen and (max-width:47.9375rem){.background-cta-card{width:100%;flex-direction:column}}.swiper-bg-cta,.bg-cta-body{flex:0 0 50%}.swiper-bg-cta{aspect-ratio:590/450}@media screen and (max-width:47.9375rem){.swiper-bg-cta{width:100%;max-width:100%;aspect-ratio:69/65}}.swiper-bg-cta .swiper-slide{padding:var(--gap-200);display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;background:linear-gradient(180deg,#000,#666)}.bg-cta-body{padding:1.5rem;display:flex;flex-direction:column;gap:var(--gap-400);justify-content:center;align-items:center;font-size:1.5rem;text-align:center}@media screen and (max-width:47.9375rem){.bg-cta-body{font-size:1rem}}.bg-cta-body .card-excerpt{display:flex;flex-direction:column;gap:var(--gap-400);justify-content:center;align-items:center}.bg-cta-body h3{font-size:2rem;font-weight:600}@media screen and (max-width:47.9375rem){.bg-cta-body h3{font-size:1.25rem}}.bg-cta-body .btn-primary{font-size:1.25rem;width:100%;padding-block:.5em;column-gap:1em}@media screen and (max-width:47.9375rem){.bg-cta-body .btn-primary{font-size:.875rem}}.main-header-alternate,.main-header:has(.hero-alternate){width:var(--v-maxw);max-width:100%;min-height:calc(var(--full-h) / 2);max-height:unset;padding-inline:0;color:var(--clr-txt-neg-400)}@media screen and (max-width:47.9375rem){.main-header-alternate,.main-header:has(.hero-alternate){min-height:unset}}.main-header-alternate .content-col,.main-header:has(.hero-alternate) .content-col{padding-inline:0}.main-header-alternate .hero,.main-header:has(.hero-alternate) .hero{height:auto;padding-inline:var(--gap-100) 0;background-color:var(--clr-black);display:flex;flex-direction:row-reverse;gap:0;justify-content:flex-start;align-items:stretch}.main-header-alternate .bg-img,.main-header-alternate .hero-body,.main-header:has(.hero-alternate) .bg-img,.main-header:has(.hero-alternate) .hero-body{position:unset;transform:none}.main-header-alternate .bg-img,.main-header:has(.hero-alternate) .bg-img{flex:0 0 50%;width:50%;height:auto;object-fit:cover}@media screen and (max-width:47.9375rem){.main-header-alternate .bg-img,.main-header:has(.hero-alternate) .bg-img{display:none}}.main-header-alternate .hero-body,.main-header:has(.hero-alternate) .hero-body{display:flex;min-height:18.75rem;align-self:center;border-left:1.125rem solid var(--clr-primary);padding-inline:var(--gap-400);margin-block:var(--gap-700)}@media screen and (max-width:61.9375rem){.main-header-alternate .hero-body,.main-header:has(.hero-alternate) .hero-body{padding-inline:var(--gap-400)}}@media screen and (max-width:47.9375rem){.main-header-alternate .hero-body,.main-header:has(.hero-alternate) .hero-body{min-height:unset;height:auto;border-left-width:.75rem;padding-inline:var(--gap-200);margin-block:var(--gap-400)}}.main-header-alternate .hero-content,.main-header:has(.hero-alternate) .hero-content{font-size:1.5rem;padding:var(--gap-400) 0;display:flex;flex-direction:column;gap:var(--gap-100);justify-content:center;align-items:flex-start}@media screen and (max-width:61.9375rem){.main-header-alternate .hero-content,.main-header:has(.hero-alternate) .hero-content{font-size:1rem}}@media screen and (max-width:47.9375rem){.main-header-alternate .hero-content,.main-header:has(.hero-alternate) .hero-content{padding-block:0}}.main-header-alternate .hero-content h1,.main-header-alternate .hero-content h2,.main-header-alternate .hero-content h3,.main-header:has(.hero-alternate) .hero-content h1,.main-header:has(.hero-alternate) .hero-content h2,.main-header:has(.hero-alternate) .hero-content h3{font-size:3rem;max-width:100%;padding-left:0;border-left:0}@media screen and (max-width:61.9375rem){.main-header-alternate .hero-content h1,.main-header-alternate .hero-content h2,.main-header-alternate .hero-content h3,.main-header:has(.hero-alternate) .hero-content h1,.main-header:has(.hero-alternate) .hero-content h2,.main-header:has(.hero-alternate) .hero-content h3{font-size:var(--h1-size)}}.main-header-alternate .hero-content h1:before,.main-header-alternate .hero-content h2:before,.main-header-alternate .hero-content h3:before,.main-header:has(.hero-alternate) .hero-content h1:before,.main-header:has(.hero-alternate) .hero-content h2:before,.main-header:has(.hero-alternate) .hero-content h3:before{content:none}.main-header-alternate:has(.header-alternate){min-height:unset}.header-alternate{width:105rem;max-width:calc(100% - var(--gap-700) * 2);margin-inline:auto;display:flex;flex-direction:column;gap:var(--gap-200);justify-content:flex-start;align-items:flex-start}@media screen and (max-width:64rem){.header-alternate{width:100%;max-width:unset;padding-inline:var(--gap-200)}}.header-alternate .header-top,.header-alternate .header-bottom{width:100%;max-width:100%;margin-inline:0}.header-alternate .header-bottom{color:var(--clr-txt-400);text-wrap:balance;font-size:1.5rem;width:60%}@media screen and (max-width:47.9375rem){.header-alternate .header-bottom{font-size:1rem;width:100%}}.main-header .hero-alternate{height:100%;position:unset}.main-header-post{width:100%;max-width:100%;padding-inline:var(--gap-400);margin-block:var(--gap-700);display:flex;flex-direction:row;gap:0;justify-content:center;align-items:flex-start}@media screen and (max-width:47.9375rem){.main-header-post{padding-inline:1.5rem;margin-block:2.5rem}}.post-hero{width:104.375rem;max-width:100%;display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start}@media screen and (max-width:61.9375rem){.post-hero{row-gap:.75rem}}.post-hero .btn-back{font-size:1.25rem}@media screen and (max-width:61.9375rem){.post-hero .btn-back{font-size:1rem}}.post-hero-content{width:100%;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:61.9375rem){.post-hero-content{row-gap:.75rem}}.post-hero-content .post-title{font-size:3rem;max-width:100%;padding-left:0}@media screen and (max-width:61.9375rem){.post-hero-content .post-title{font-size:var(--h1-size)}}.post-hero-content .post-meta{padding-top:1.5rem;border-top:1.5rem solid var(--clr-primary);width:100%}@media screen and (max-width:61.9375rem){.post-hero-content .post-meta{padding-top:.75rem;border-top-width:1rem;font-size:.875rem}}.section-posts{--max-w: 73.5rem;width:100%;padding-inline:var(--gap-400);display:flex;flex-direction:column;gap:var(--gap-700);justify-content:flex-start;align-items:center;margin-bottom:var(--gap-700)}@media screen and (max-width:47.9375rem){.section-posts{padding-inline:1.5rem}}.posts{width:var(--max-w);max-width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:var(--gap-200);align-items:stretch}@media screen and (max-width:47.9375rem){.posts{grid-template-columns:1fr}}.card-post{width:100%;max-width:100%;overflow:hidden;text-decoration:none;color:var(--clr-txt-400);background-color:var(--clr-bg-primary);box-shadow:var(--drop-shadow-400);display:flex;flex-direction:column;gap:var(--gap-200);justify-content:flex-start;align-items:flex-start}@media(hover:hover){.card-post:hover .post-thumb img{transform:scale(1.025);opacity:.7}.card-post:hover .btn-read-more{opacity:.7}}.post-thumb{width:100%;aspect-ratio:378/255;overflow:hidden;border-bottom:1.125rem solid var(--clr-primary)}.post-thumb img{width:100%;object-fit:cover;transition:var(--ease-in-out-250)}.post-body{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start;flex-grow:1}.post-meta{display:flex;flex-direction:row;gap:var(--gap-100);justify-content:flex-start;align-items:center;color:var(--clr-txt-200);font-size:1rem}.post-meta span{display:block;line-height:1}.meta-icon{width:1.5rem;height:1.5rem}.post-title{font-size:1.5rem;text-transform:uppercase}@media screen and (max-width:73.6875rem){.post-title{font-size:1.25rem}}@media screen and (max-width:61.9375rem){.post-title{font-size:1.125rem}}.post-content{font-size:1rem;font-weight:300}.btn-read-more{font-size:1rem;margin-left:auto;margin-top:auto}.btn-load-more-cont{width:var(--max-w);max-width:100%;display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--clr-primary);margin-inline:auto}.btn-load-more-cont:before{content:"";flex:5;height:1rem;background-color:var(--clr-primary)}.btn-load-more-wrap{flex:6;display:flex;flex-direction:row;gap:0;justify-content:flex-end;align-items:flex-start}.btn-load-more{font-size:1.25rem}.section-products{--max-w: 75rem;max-width:var(--max-w);width:100%;margin-inline:auto;display:grid;grid-template-columns:5fr 1fr 6fr;grid-template-rows:auto;gap:var(--gap-200);align-items:flex-start}@media screen and (max-width:89.9375rem){.section-products{padding-inline:var(--gap-200)}}@media screen and (max-width:47.9375rem){.section-products{display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start;overflow:hidden}}.card-taxonomy{display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start;position:sticky;top:var(--nav-h);height:fit-content}@media screen and (max-width:47.9375rem){.card-taxonomy{position:static;gap:1rem}}.card-taxonomy .btn-primary{font-size:1.25rem}@media screen and (max-width:67.4375rem){.card-taxonomy .btn-primary{font-size:1rem}}@media screen and (max-width:47.9375rem){.card-taxonomy .btn-primary{width:100%}}.card-taxonomy .card-thumb{position:relative;width:100%;background-color:var(--clr-black)}.card-taxonomy .card-thumb .btn-primary{position:absolute;bottom:0;left:0}@media screen and (max-width:47.9375rem){.card-taxonomy .card-thumb .btn-primary{position:static}}@media screen and (min-width:48rem){.swiper-product-cards .swiper-wrapper{display:flex;flex-direction:column;gap:var(--gap-1200);justify-content:flex-start;align-items:flex-start}}.card-product{max-width:100%;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start}.card-product .card-thumb{width:100%}.card-product .card-body{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start;font-size:1.5rem}@media screen and (max-width:47.9375rem){.card-product .card-body{font-size:1rem}}.card-product .card-body .btn-primary{font-size:1.25rem}@media screen and (max-width:47.9375rem){.card-product .card-body .btn-primary{font-size:1rem}}.card-product .card-body .card-title{text-transform:uppercase;font-size:2rem}@media screen and (max-width:47.9375rem){.card-product .card-body .card-title{font-size:1.25rem}}.card-product .card-body .card-title:after{content:"";background-color:var(--clr-primary);width:18.75rem;height:1.5rem;display:block;margin-top:1rem}@media screen and (max-width:47.9375rem){.card-product .card-body .card-title:after{height:1rem;width:12.5rem}}.card-product .card-body p:last-of-type{margin-bottom:1.5rem}.swiper-pagination-product-cards{position:unset;flex-shrink:0;margin-top:var(--gap-400);display:flex;justify-content:center}@media screen and (min-width:48rem){.swiper-pagination-product-cards{display:none}}.swiper-pagination-product-cards .swiper-pagination-bullet-active{background-color:var(--clr-primary)}.separator{width:100%;height:100dvh;background-image:url(/wp-content/themes/cati-trevi/assets/scala-graduata.png);background-repeat:no-repeat;position:sticky;top:var(--nav-h);max-width:5rem}@media screen and (max-width:47.9375rem){.separator{max-width:unset;height:2.5rem;position:static;background-image:url(/wp-content/themes/cati-trevi/assets/scala-graduata-orizzontale.png);transition:transform .2s ease-out;background-repeat:repeat;width:var(--sep-w, 100dvw);transform:translate(var(--sep-t, 0))}}#trevi>.content-col:first-child h1,#trevi>.content-col:first-child h2,#trevi>.content-col:first-child h3{width:100%;font-size:clamp(0px,2.5vw,3.75rem)}@media screen and (max-width:47.9375rem){#trevi>.content-col:first-child h1,#trevi>.content-col:first-child h2,#trevi>.content-col:first-child h3{font-size:3rem}}#trevi>.content-col:first-child h1 em,#trevi>.content-col:first-child h2 em,#trevi>.content-col:first-child h3 em{font-size:clamp(0px,2em,7.5rem)}@media screen and (max-width:47.9375rem){#trevi>.content-col:first-child h1 em,#trevi>.content-col:first-child h2 em,#trevi>.content-col:first-child h3 em{font-size:1.3em}}.section-files{width:100%;padding:var(--gap-700) 7.5rem;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;align-items:flex-start;margin-bottom:var(--gap-700);background-color:var(--clr-bg-secondary);max-width:120rem;margin-inline:auto}@media screen and (max-width:89.9375rem){.section-files{padding:var(--gap-400) var(--gap-200)}}.section-files .section-title{position:relative;padding:var(--gap-400);padding-left:calc(var(--gap-400) + 1.5rem)}@media screen and (max-width:47.9375rem){.section-files .section-title{padding:.5rem .5rem .5rem 1.5rem}}.section-files .section-title:before{content:"";position:absolute;left:0;top:0;background-color:var(--clr-primary);height:100%;width:1.5rem;display:block}@media screen and (max-width:47.9375rem){.section-files .section-title:before{width:.75rem}}.files{display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start;padding-block:1rem;position:relative;max-width:75rem;background-color:var(--clr-bg-secondary);padding-left:7.5rem;border-bottom:1px solid var(--clr-bg-secondary)}@media screen and (max-width:47.9375rem){.files{padding-inline:1.5rem 0}}.files:before{content:"";position:absolute;width:7.5rem;top:0;left:0;bottom:0;background:repeating-linear-gradient(135deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 2px,transparent 2px,transparent 6px)}@media screen and (max-width:47.9375rem){.files:before{width:1.5rem}}.file{width:100%;list-style-type:none;max-width:75rem}.file-link{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;align-items:center;font-size:2rem;color:var(--clr-text-400);text-decoration:unset;font-weight:300;border-bottom:2px solid var(--clr-primary);padding-bottom:.5rem}@media screen and (max-width:47.9375rem){.file-link{font-size:1rem}}.file-link .file-icon{width:1em;min-width:1.5rem}.site-main:has(.section-category){overflow-x:hidden}.section-category{display:flex;flex-direction:column;gap:var(--gap-400);justify-content:center;align-items:center;margin-inline:auto}.section-category .hero{width:100%}.section-category-header{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;padding-bottom:var(--gap-400);max-width:fit-content;font-size:1.25rem;font-weight:400}.section-category-header .section-category-title{font-weight:600}@media screen and (max-width:47.9375rem){.section-category-header{padding-bottom:0;font-size:1rem}}.categories{display:flex;flex-direction:row;gap:2rem;justify-content:center;align-items:center;color:var(--clr-primary);list-style-type:none;flex-wrap:wrap}@media screen and (max-width:47.9375rem){.categories{row-gap:1rem;column-gap:1rem}}.link-categories{color:var(--clr-primary);text-decoration:none;transition:var(--ease-in-out-250);position:relative;transition:.4s;border:1px solid var(--clr-primary);padding-block:.5rem;padding-inline:1rem;font-size:1rem;min-width:9.375rem;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:flex-start}@media screen and (max-width:47.9375rem){.link-categories{font-size:.875rem;padding:.4rem;min-width:6.25rem}}.link-categories:before{content:"";position:absolute;width:0;height:.08rem;bottom:0;left:0;background-color:var(--clr-primary);transition:width .4s}.link-categories:hover:before{width:100%}.section-category-body{display:flex;flex-direction:column;gap:var(--gap-700);justify-content:flex-start;align-items:flex-start;padding-bottom:var(--gap-700)}@media screen and (max-width:47.9375rem){.section-category-body{gap:var(--gap-400);padding-bottom:var(--gap-400)}}.single-category-wrapper{width:100dvw;background-color:var(--clr-bg-secondary);display:flex;flex-direction:column;gap:0;justify-content:center;align-items:center}.single-category{background-color:var(--clr-bg-secondary);width:100%;max-width:120rem;padding:var(--gap-700);display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start;position:relative}@media screen and (max-width:47.9375rem){.single-category{padding:var(--gap-200);gap:var(--gap-200)}}@media screen and (max-width:47.9375rem){.single-category .btn-scroll-down{align-self:flex-end;font-size:1rem}}.single-category-header{display:grid;grid-template-columns:6fr 6fr;gap:var(--gap-200)}@media screen and (max-width:47.9375rem){.single-category-header{display:flex;flex-direction:column;gap:0;justify-content:flex-start;align-items:flex-start}}.single-category-header .btn-scroll-down{align-self:flex-end;justify-self:flex-end}.single-category-text{font-size:1.25rem;font-weight:400;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.single-category-text{font-size:1rem}}.single-category-text:after{content:"";background-color:var(--clr-primary);width:18.75rem;height:1.5rem;display:block;margin-top:.75rem}@media screen and (max-width:47.9375rem){.single-category-text:after{height:1rem;width:12.5rem;margin-top:0}}.single-category-title{font-size:2rem;font-weight:700;width:100%;text-transform:uppercase}@media screen and (max-width:47.9375rem){.single-category-title{font-size:1.25rem}}.category-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;gap:var(--gap-200);align-items:flex-start;flex-wrap:wrap;height:100%;width:100%}@media screen and (max-width:85.3125rem){.category-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:var(--gap-200);align-items:flex-start}}@media screen and (max-width:67.4375rem){.category-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1rem;align-items:flex-start}}.category-gallery .category-card{height:100%;aspect-ratio:16/9;background:var(--clr-bg-linear-gray);position:relative;box-shadow:var(--drop-shadow-400);transition:var(--ease-in-out-250)}@media(hover:hover){.category-gallery .category-card:hover{opacity:.7}}@media screen and (max-width:47.9375rem){.category-gallery .category-card{max-width:100%;aspect-ratio:160/250}}.category-gallery .card-image img{max-width:21.875rem;position:absolute;width:100%;top:0;left:0}@media screen and (max-width:47.9375rem){.category-gallery .card-image img{top:30%}}@media screen and (min-width:61.9375rem){.category-gallery .card-image img{max-width:unset}}.category-gallery .decoration{position:absolute;top:0;left:0;width:100%;height:20%;background-color:var(--clr-primary);z-index:0}.category-gallery .card-label{position:absolute;bottom:10%;left:0;width:fit-content;background-color:var(--clr-primary);color:var(--clr-txt-neg-400);text-transform:uppercase;font-size:1.25rem;font-weight:700;padding-block:.5rem;padding-inline:1.5rem;z-index:100}@media screen and (max-width:47.9375rem){.category-gallery .card-label{font-size:1rem;width:100%;text-wrap:wrap;padding-inline:.5rem}}.single-post{background-color:var(--clr-bg-secondary)}.main-single{width:100%;max-width:100%;padding-inline:calc(var(--gap-400) - var(--col-gap));margin-inline:auto;margin-bottom:var(--gap-700)}@media screen and (max-width:47.9375rem){.main-single{padding-inline:1.5rem}}.main-single .content-row{width:73.75rem;max-width:calc(100% - var(--gap-400) * 2);row-gap:var(--gap-400);padding-inline:0;flex-direction:column}@media screen and (max-width:47.9375rem){.main-single .content-row{max-width:100%;flex-direction:column}}.main-single .content-col{padding-inline:0}@media screen and (max-width:47.9375rem){.main-single .text-btns{align-items:flex-start}}.main-single .text-btns .btn{font-size:1.25rem;padding:1em 2em}@media screen and (max-width:47.9375rem){.main-single .text-btns .btn{font-size:1rem;padding:.5em;width:fit-content}}.post-aside{width:73.75rem;max-width:calc(100% - var(--gap-400) * 2);margin-inline:auto;margin-block:var(--gap-700);display:flex;flex-direction:column;gap:var(--gap-400);justify-content:flex-start;align-items:flex-start}@media screen and (max-width:47.9375rem){.post-aside{row-gap:1.5rem}}.post-aside-title{font-size:2rem;text-transform:uppercase;width:100%;border-bottom:4px solid var(--clr-primary)}@media screen and (max-width:47.9375rem){.post-aside-title{font-size:1.5rem}}.btn-back-home{font-size:1.25rem}.main-header:has(.content-col-404){height:100%;min-height:unset;max-height:unset}.content-col-404{display:flex;flex-direction:column;gap:var(--gap-700)}@media screen and (max-width:47.9375rem){.content-col-404{gap:var(--gap-400)}}.header-top{background-color:var(--clr-black);margin-inline:var(--gap-700);color:var(--clr-txt-neg-400);max-width:var(--v-maxw);position:relative}@media screen and (max-width:47.9375rem){.header-top{margin-inline:var(--gap-200)}}.header-top h1{position:relative;padding-left:2rem;font-size:var(--h1-size);max-width:50%;padding-block:var(--gap-400)}@media screen and (max-width:75rem){.header-top h1{max-width:100%;padding-block:var(--gap-200)}}@media screen and (max-width:47.9375rem){.header-top h1{font-size:var(--h1-size-sm);padding-right:1rem}}.header-top h1:before{content:"";position:absolute;left:0;top:0;background-color:var(--clr-primary);height:100%;width:1.5rem;display:block}@media screen and (max-width:47.9375rem){.header-top h1:before{width:.75rem}}.section-404{max-width:62.5rem;margin-inline:auto;display:flex;flex-direction:column;gap:var(--gap-400);justify-content:center;align-items:center;text-align:center;height:100%}@media screen and (max-width:75rem){.section-404{margin-inline:var(--gap-700)}}@media screen and (max-width:47.9375rem){.section-404{margin-inline:var(--gap-200)}}.section-404 .img-icon{max-width:12.5rem;width:50%;aspect-ratio:1/1}.is-hidden{opacity:0}.is-visible{opacity:1;pointer-events:all}@media screen and (max-width:47.9375rem){.hide-on-xs{display:none}}.show-on-s{display:none}@media screen and (max-width:61.9375rem){.show-on-s{display:flex}}.show-on-xs{display:none}@media screen and (max-width:47.9375rem){.show-on-xs{display:flex}}.otgs-development-site-front-end{display:none!important}
