body {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: var(--bodycolor);
}
p, h1, h2, h3, ul, ol, .kwMarginTop {
    margin-top: 30px;
    margin-bottom: 0;
}
p + p, hr + p, p + hr, h1 + p, h2 + p, h3 + p, ul + p, p + ul, h1 + ul, h2 + ul, h3 + ul, ul + ul, .kwMargin {
    margin-top: 15px;
}
:root {
    --primarycolor: #f18f01;
    --secondarycolor: #f45353;
    --tertiarycolor: #353939;
    --greycolor: #e6e8e6;
    --bodycolor: #353939;
}
html {
    scroll-behavior: smooth;
    scrollbar-color: var(--primarycolor) var(--bodycolor);
    scrollbar-width: thin;
    overflow-x: hidden;
}
*::-moz-selection,
*::-webkit-selection,
*::selection {
    background: var(--secondarycolor);
    color: #fff;
}
.kw100 {
    width: 100%;
}

/* dispositivi */
.kwMobile,
.kwTablet {
    display: none;
}

/* margin sopra e sotto articolo */
.entry-header {
    margin-bottom: 0;
}
article.item {
    margin-bottom: 0;
}
#sp-main-body {
    padding: 0;
}

/* impaginazione senza eccessi ai lati */
.container {
    width: 1140px;
    padding: 0;
}
.row {
    margin: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0;
}
.body-innerwrapper,
.off-canvas-menu-init {
    overflow-x: visible;
}

/* fonts */
h1 {
    font-size: 3.3em;
    font-weight: 600;
    line-height: 1;
}
h2, .kwH2Style {
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1.2;
}
h3, .kwH3Style {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.3;
}
.kwBigText {
    font-size: 1.2em;
}
.kwNumeroTelefono {
    color: var(--primarycolor);
    font-weight: 600;
    font-size: 3em;
    line-height: 1;
}
.kwNumeroTelefono:hover {
    color: var(--secondarycolor);
}
.kwPrimaryColorText {
    color: var(--primarycolor);
}
.kwSecondaryColorText {
    color: var(--secondarycolor);
}
.kwTertiaryColorText {
    color: var(--tertiarycolor);
}
.kwLightedText {
    background-color: #fe0;
    color: #000;
    padding: 0 4px;
    border-radius: 4px;
}
.kwNote {
    font-size: 0.75em;
    font-style: italic;
}
a.kwContentLink,
.kwBlogItem a {
    color: unset;
    text-decoration: underline;
}
.kwContentLink:hover,
.kwBlogItem a:hover {
    color: var(--secondarycolor);
}
a {
    color: var(--secondarycolor);
}
a:hover {
    color: var(--primarycolor);
}
.kwTextCenter {
    text-align: center;
}
i.material-icons {
    font-size: 1.08em;
    line-height: 1;
    display: inline-block;
    vertical-align: sub;
}
.kwPreTitle {
    text-transform: uppercase;
    color: var(--primarycolor);
    letter-spacing: 0.2em;
    font-size: 1.2em;
}
.kwPreTitle + h1,
.kwPreTitle + h2 {
    margin-top: 7px;
}
.kwImgInline {
    display: inline;
}

/* linee */
.kwSmallHr {
    margin: 20px auto;
    width: 120px;
    border-top: 2px solid;
}

/* liste */
.kwCleanUl,
.kwBlogItem ul {
    padding: 0;
    list-style: none;
}
.kwCleanUl > li,
.kwBlogItem ul > li {
    position: relative;
    padding-left: 1.2em;
    margin-top: 15px;
}
.kwCleanUl > li::before,
.kwBlogItem ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--primarycolor);
    height: 0.53em;
    width: 0.55em;
    border-radius: 0.1em;
    margin-top: 0.35em;
}

/* cta */
.kwCta,
#bfSubmitButton {
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 30px auto 0;
    transition: ease-out 0.2s;
    cursor: pointer;
    display: inline-block;
    text-shadow: none;
    background-color: var(--primarycolor);
    border-radius: 0;
    font-weight: 600;
    position: relative;
    font-size: 1em;
    border: none;
    -webkit-transition: all .8s cubic-bezier(.475,.425,0,.995);
    -o-transition: all .8s cubic-bezier(.475,.425,0,.995);
    transition: all .8s cubic-bezier(.475,.425,0,.995);
    background-image: url(../../../images/graphics/texture-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px;
    line-height: 44px;
}
.kwCta:hover,
#bfSubmitButton:hover {
    color: #fff;
    background-color: var(--secondarycolor);
    background-position: calc(100% - 5px);
}
.kwCta:focus,
#bfSubmitButton:focus,
.kwCta:active,
#bfSubmitButton:active {
    color: #fff;
    background-color: var(--secondarycolor);
    background-position: calc(100% - 5px);
    -webkit-box-shadow: 0 0 7px rgba(159, 227, 253, 0.4);
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.kwBgPrimary .kwCta {
    background: #fff;
    color: var(--bodycolor);
}
.kwBgPrimary .kwCta:hover {
    color: #fff;
    background: var(--secondarycolor);
}
.kwCtaInvisible {
    background-color: transparent;
    color: var(--bodycolor);
}
.kwCtaInvisible:hover {
    background-color: #fff;
    color: var(--bodycolor);
}

/* offcanvas */
#offcanvas-toggler {
    line-height: unset;
}
#offcanvas-toggler > i {
    height: 90px;
    line-height: 90px;
    color: var(--bodycolor);
    font-size: 1.8em;
}
#offcanvas-toggler > i:hover {
    color: var(--secondarycolor);
}
#offcanvas-toggler > i.fa-bars::before {
    content: "\e5d2";
    font-family: 'Material Icons';
}
.close-offcanvas i.fa-remove::before {
    content: "\e5cd";
    font-family: 'Material Icons';
    line-height: 90px;
}
.offcanvas-inner {
    margin-top: 90px;
}
.offcanvas-menu {
    background-color: #2e3232;
}
.close-offcanvas {
    top: 0;
    font-size: 1.8em;
    padding: 0;
    border: none;
    width: auto;
    display: grid;
    align-items: center;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 0 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a,
.itemid-189 .offcanvas-menu .offcanvas-inner .sp-module ul > li.kwPercheLink > a,
.itemid-190 .offcanvas-menu .offcanvas-inner .sp-module ul > li.kwPercheLink > a,
.itemid-191 .offcanvas-menu .offcanvas-inner .sp-module ul > li.kwPercheLink > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.alias-parent-active > a {
    color: var(--primarycolor);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 0;
    font-size: 1.15em;
    text-transform: none;
    line-height: 25px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
    padding: 0;
    font-size: 1.2em;
    line-height: 25px;
}
.menukwMenuMobile > li + li {
    margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: none;
}
.sp-module ul > li > a::before {
    content: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background: none;
    color: var(--secondarycolor);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
    padding: 10px 20px;
    background: var(--greycolor);
    color: var(--bodycolor);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
    background: unset;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover ul > li > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus ul > li > a {
    background: var(--greycolor);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
    background: var(--primarycolor) !important;
    color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li {
    margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.nav {
    margin: 0;
}
.offcanvas .offcanvas-menu {
    width: 320px;
    right: 0 !important;
}

/* header */
#sp-header {
    box-shadow: none;
}
.kwHomePage #sp-header {
    position: absolute;
    background: none;
}
.kwHomePage #sp-header > .container {
    border-bottom: 2px solid var(--bodycolor);
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    padding: 0 0 0 30px;
    color: var(--bodycolor);
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0;
    text-transform: none;
}
.sp-megamenu-parent > li:first-child > a {
    padding: 0;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.alias-parent-active > a {
    color: var(--primarycolor);
}
.sp-megamenu-parent > li:hover > a {
    color: var(--secondarycolor);
}
#sp-logo > div > div > a > img {
    height: 40px;
    width: auto;
}

/* megamenu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #2e3232;
    box-shadow: none;
    padding: 40px;
}
.sp-megamenu-parent .sp-mega-group {
    display: none;
}
.kwMegaMenuLink {
    display: grid;
    grid-template-columns: 260px;
    justify-content: center;
    background: transparent;
    color: #fff;
    transition: 0s;
    min-height: 360px;
    align-content: center;
}
.col-sm-4 .kwMegaMenuLink {
    grid-template-columns: 200px;
}
.itemid-187 #megamenu1.kwMegaMenuLink,
.itemid-188 #megamenu2.kwMegaMenuLink,
.itemid-189 #megamenu3.kwMegaMenuLink,
.itemid-190 #megamenu4.kwMegaMenuLink,
.itemid-191 #megamenu5.kwMegaMenuLink {
    color: var(--bodycolor);
    background: rgba(230, 232, 230, .9);
}
.kwMegaMenuLink:hover {
    color: var(--bodycolor);
    background: var(--greycolor);
}
.kwMegaMenuLink .kwCta {
    margin-left: 0;
    margin-top: 20px;
}
.itemid-189 .sp-megamenu-parent > li.kwPercheLink > a,
.itemid-190 .sp-megamenu-parent > li.kwPercheLink > a,
.itemid-191 .sp-megamenu-parent > li.kwPercheLink > a {
    color: var(--primarycolor);
}

/* breadcrumbs */
#sp-breadcrumbs {
    color: var(--bodycolor);
    opacity: 0.95;
    font-weight: 500;
    font-size: 0.8em;
    position: relative;
    z-index: 1;
}
#sp-breadcrumbs > .container {
    border-top: 2px solid var(--greycolor);
    padding: 7px 0;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
}
.breadcrumb > li > a {
    color: var(--bodycolor);
}
.breadcrumb > li > a:hover {
    color: var(--secondarycolor);
}
.breadcrumb > .active {
    color: var(--bodycolor);
    font-weight: 400;
    opacity: 0.5;
}
.breadcrumb > li + li::before {
    content: "/";
    color: var(--bodycolor);
    display: inline-block;
}

/* atf */
.kwImgBgSection .kwAtfText {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: grid;
    align-content: center;
    background: rgba(255,255,255,.9);
    padding-top: 150px;
    background-image: url(../../../images/graphics/texture-orange.svg);
    background-repeat: no-repeat;
    background-position: 82% bottom;
    background-size: auto calc(100% - 90px);
}
.kwSection.kwCleanAtfSection {
    padding-bottom: 95px;
    padding-top: 95px;
    margin-top: -35px;
    background-image: url(../../../images/graphics/texture-orange.svg);
    background-repeat: no-repeat;
    background-position: 82%;
}

/* tabella dati */
.kwDatiTab {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.kwDatiTab > li {
    display: grid;
    background: var(--greycolor);
    color: var(--bodycolor);
    padding: 30px 15px;
    align-content: center;
}
.kwDatiTab > li.kwBigDatoCell {
    grid-column-end: span 2;
    grid-row-end: span 2;
    font-size: 2em;
    padding: 60px 30px;
}
.kwDatiTab > li.kwFullDatoCell {
    grid-column-end: span 4;
    font-size: 2em;
    padding: 60px 30px;
}
.kwValueDato {
    font-size: 2.3em;
    line-height: 1;
}
.kwValueDato small {
    font-size: 0.75em;
}

/* pagina capomenu */
.kwTabAntCapoMenu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.kwAntCapoMenu {
    position: relative;
}
.kwTextAntCapoMenu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 260px;
    justify-content: center;
    align-content: center;
    color: #fff;
    background: rgba(53, 57, 57, 0.6);
}
.kwTextAntCapoMenu:hover {
    background: rgba(53, 57, 57, 0.8);
}
.kwTitleAntCapoMenu,
.uk-scope h2.kwTitleAntCapoMen {
    font-size: 1.5em;
    font-weight: 600;
}
.kwTextAntCapoMenu .kwCta {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.kwDatiStoriaCapoMenu {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2,1fr);
    padding: 0;
    list-style: none;
}
.kwDatiStoriaCapoMenu > li {
    padding: 10px 7px;
    background: var(--greycolor);
    color: var(--bodycolor);
    display: grid;
    text-align: center;
    align-content: center;
}
.kwDatiStoriaCapoMenu .kwValueDato {
    font-size: 1.7em;
}
.kwDatiStoriaCapoMenu .kwLabelDato {
    font-size: 0.75em;
}

/* pagina blog */
.kwTabAntBlog .items-row {
    margin-left: -40px;
}
.kwTabAntBlog .items-row > div {
    padding-left: 40px;
}
.kwBlogItem {
    max-width: 960px;
    margin: auto;
    margin-bottom: auto;
}
.kwImgAntBlog {
    overflow: hidden;
    display: block;
    position: relative;
}
a.kwImgAntBlog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: var(--primarycolor);
    opacity: 0;
}
a.kwImgAntBlog:hover::after {
    opacity: 0.3;
}
.kwTitleAntBlog h2 {
    font-weight: 400;
    margin-top: 15px;
    font-size: 1.8em;
    line-height: 1.2;
}
.kwTitleAntBlog {
    color: unset;
}
.kwTitleFullArticle {
    margin: 0;
    font-weight: 400;
    font-size: 4em;
}
.kwImgFullArticle {
    margin: 60px 0;
}

/* pagina contatti */
.kwCellSede {
    text-align: center;
    display: grid;
    justify-items: center;
}
.kwImgSede {
    transform: scale(0.95);
}
.kwImgSede:hover {
    transform: scale(1);
}

/* pagina singola storia */
.kwBodyStoria {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-gap: 60px;
    align-items: start;
}
.kwLogoCliente {
    max-width: 200px;
    margin: auto;
}
.kwStarsReview {
    font-size: 1.2em;
}
.kwFirmaReview {
    font-size: 0.85em;
}
.kwGalleryStoria .uk-background-cover,
.kwSliderStorie .uk-background-cover {
    height: auto !important;
    padding-bottom: 91.666666%;
}

.kwReviewCont {
    display: none;
}

/* slider anteprima storie */
.uk-scope .kwSliderStorie .uk-overlay {
    padding: 0;
}
.kwSliderStorie .kwAntCapoMenu {
    display: grid;
}
.uk-scope .kwSliderStorie .uk-margin {
    margin: 0;
}
.uk-scope .kwSliderStorie p.kwTitleAntCapoMenu {
    font-size: 1.5em;
    font-family: unset;
    font-weight: 600;
    margin: 0;
}
.uk-scope .kwSliderStorie * + p {
    margin: 15px 0 0;
}
.uk-scope .kwSliderStorie ul.kwDatiStoriaCapoMenu {
    padding: 0;
    margin: 30px 0 0;
}

#sp-storie-di-successo + * {
    margin-top: -1px;
}

/* slider clienti */
.kwSliderClienti {
    padding: 60px;
}
.uk-scope .kwSliderClienti.uk-visible-toggle a.uk-hidden-hover.uk-slidenav,
.uk-scope .kwSliderClienti.uk-visible-toggle:not(:hover):not(:focus) a.uk-hidden-hover.uk-slidenav:not(:focus-within) {
    background-color: #fff;
}
.kwBgTertiary .uk-scope .kwSliderClienti.uk-visible-toggle a.uk-hidden-hover.uk-slidenav,
.kwBgTertiary .uk-scope .kwSliderClienti.uk-visible-toggle:not(:hover):not(:focus) a.uk-hidden-hover.uk-slidenav:not(:focus-within) {
    background-color: var(--bodycolor);
    height: 100% !important;
    top: 0 !important;
    display: grid !important;
    justify-content: center;
    align-content: center;
}
.uk-scope .kwSliderClienti.uk-visible-toggle a.uk-hidden-hover.uk-slidenav > svg > polyline {
    color: var(--bodycolor);
}
.kwBgTertiary .uk-scope .kwSliderClienti.uk-visible-toggle a.uk-hidden-hover.uk-slidenav > svg > polyline {
    color: #fff;
}
.kwSliderClienti .uk-panel.uk-inline-clip.uk-transition-toggle.uk-background-cover {
    height: auto !important;
    padding-bottom: 62.5%;
}

/* sezioni immagini progetti */
.kwImgProgetto {
    position: relative;
}
.kwCaptionImmagineProgetto {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 0.8em;
    padding-left: 20px;
    border-left: 2px solid;
}

/* widgetkit */
.uk-scope .uk-visible-toggle a.uk-hidden-hover.uk-slidenav,
.uk-scope .uk-visible-toggle:not(:hover):not(:focus) a.uk-hidden-hover.uk-slidenav:not(:focus-within) {
    display: block !important;
    transform: translate(0) !important;
    position: absolute !important;
    width: 60px !important;
    height: 118px !important;
    margin: 0 !important;
    padding: 0 !important;
    top: calc(50% - 59px) !important;
    line-height: 118px;
    text-align: center;
}
.uk-scope .uk-visible-toggle svg:not(:root) {
    overflow: visible;
}
.uk-scope .uk-visible-toggle a.uk-hidden-hover.uk-slidenav > svg > polyline {
    stroke-width: 3;
    color: #fff;
    -webkit-transition: all .8s cubic-bezier(.475,.425,0,.995);
    -o-transition: all .8s cubic-bezier(.475,.425,0,.995);
    transition: all .8s cubic-bezier(.475,.425,0,.995);
}
.uk-scope .uk-visible-toggle a.uk-hidden-hover.uk-slidenav:hover > svg > polyline {
    color: var(--secondarycolor);
}

/* domande */
#sp-domande {
    background: var(--primarycolor);
    color: #fff;
}
#sp-domande {
    background: var(--primarycolor);
    color: #fff;
    background-image: url(../../../images/graphics/texture-white.svg);
    background-repeat: no-repeat;
    background-position: 82%;
}
.uk-scope .uk-slideshow.kwDomandaSection {
    pointer-events: none;
}
.uk-scope .kwDomandaSection .uk-slideshow-items {
    min-height: auto !important;
}
.kwDomandaSection .uk-slideshow-items > li {
    display: grid;
    text-align: center;
    align-content: center;
    font-size: 2em;
    font-weight: 600;
    padding: 30px 0;
    justify-items: center;
    grid-gap: 30px;
    position: relative;
}
.kwDomandaSection .uk-slideshow-items > li > .uk-margin {
    margin: 0;
}
.kwDomandaSection .uk-slideshow-items > li::before {
    content: "";
    width: 100px;
    height: 50px;
    background-image: url(../../../images/graphics/virgolette-white.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.kwDomandaSection .uk-slideshow-items > li::after {
    content: "";
    width: 100px;
    height: 50px;
    background-image: url(../../../images/graphics/virgolette-white.svg);
    transform: rotate(180deg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

/* footer */
#sp-footer {
    background-color: var(--greycolor);
    padding: 60px 0 44px;
    color: var(--bodycolor);
    background-image: url(../../../images/graphics/texture-in4tek.svg);
    background-repeat: no-repeat;
    background-position: center calc(100% - 35px);
}
#sp-contattaci + #sp-footer {
    padding-top: 0;
}
#sp-footer a {
    color: var(--bodycolor);
}
#sp-footer a:hover {
    color: var(--secondarycolor);
}
.kwFinalFoot {
    display: grid;
    grid-template-columns: repeat(2,auto);
    justify-content: space-between;
    font-size: 0.75em;
    text-transform: uppercase;
    text-align: left;
    padding: 60px 0 10px;
    font-weight: 500;
}
.kwFooterMenu > span::after {
    content: " |";
}
.kwFooterMenu > span:last-child::after {
    display: none;
}
.kwBrandIn4tekSection {
    display: grid;
    grid-template-columns: repeat(2,auto);
    justify-content: space-between;
    align-items: end;
}
.kwLogoBrandIn4tek > img {
    width: 250px;
}
.kwLabelBrandIn4tek {
    margin-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 1;
    width: 250px;
}
.kwLoghiFoot {
    display: grid;
    grid-template-columns: 150px 135px 230px;
    grid-gap: 30px;
    align-items: end;
    justify-content: right;
    text-align: left;
}
.kwNote + .kwLogoFoot {
    margin-top: 5px;
}

/* contatti fissi */
#kwFooterFixed {
    transform: translateY(90px);
    -webkit-transition: all .8s cubic-bezier(.475,.425,0,.995);
    -o-transition: all .8s cubic-bezier(.475,.425,0,.995);
    transition: all .8s cubic-bezier(.475,.425,0,.995);
}
.kwContattiFissi {
    grid-template-columns: repeat(3,1fr);
    padding: 0 calc((100% - 1140px)/2);
    height: 44px;
    align-items: center;
    background: #2e3232;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: grid;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.kwContattiFissi a {
    color: #fff;
    -webkit-transition: all .8s cubic-bezier(.475,.425,0,.995);
    -o-transition: all .8s cubic-bezier(.475,.425,0,.995);
    transition: all .8s cubic-bezier(.475,.425,0,.995); 
}
.kwContattiFissi .kwIcon {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.kwContattiFissiCell {
    display: grid;
    align-items: center;
    height: 44px;
}
.kwContattiFissi a:hover {
    color: var(--secondarycolor);
}
.kwCtaContattiFissi {
    background-color: var(--primarycolor);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -0.05em;
    line-height: 1.1;
    background-image: url(../../../images/graphics/texture-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px;
}
a.kwCtaContattiFissi:hover {
    color: #fff;
    background-color: var(--secondarycolor);
    background-position: calc(100% - 7px);
}
.kwContattiFissiPhone {
    line-height: 1;
}
.kwTextContattiFissiMob {
    display: none;
}
.kwContattiFissiCell {
    align-content: center;
    grid-gap: 3px;
}

/* sezioni */
.kwSection {
    padding: 60px calc((100% - 1140px)/2);
}
.kwSectionW + .kwSectionW {
    padding-top: 0;
}
.kwImgBgSection {
    position: relative;
}
.kwBgPrimary {
    background-color: var(--primarycolor);
    color: #fff;
    background-image: url(../../../images/graphics/texture-white.svg);
}
.kwBgSecondary {
    background: var(--secondarycolor);
    color: #fff;
}
.kwBgTertiary {
    background: var(--bodycolor);
    color: #fff;
}
.kwBgGrey {
    background: var(--greycolor);
    color: var(--bodycolor);
}
.kwBorderSection {
    border-top: 2px solid var(--greycolor);
}
#sp-main-body.kwBodyBasic {
    padding: 60px 0;
}
.kw2ColSection,
#sp-kwcontattaci .custom {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 60px;
    align-items: center;
}
.kw3ColSection {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    list-style: none;
}
.kw4ColSection {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 60px;
}
ul.kw2ColSection,
ul.kw3ColSection,
ul.kw4ColSection,
ol.kw2ColSection,
ol.kw3ColSection,
ol.kw4ColSection {
    padding: 0;
    list-style: none;
}
.kwFullSection.kw2ColSection > .kwColText:last-child {
    padding: 60px calc(100% - 540px) 60px 0;
}
.kwFullSection.kw2ColSection > .kwColText:first-child {
    padding: 60px 0 60px calc(100% - 540px);
}
.kwFullSection.kw2ColSection > .kwColImg:first-child {
    padding: 60px 0 60px 60px;
}
.kwFullSection.kw2ColSection > .kwColImg:last-child {
    padding: 60px 60px 60px 0;
}
.kwColPhone {
    align-self: start;
}
.kwColForm {
    align-self: end;
}
.kwMarginSection,
.kwBlogItem h2,
.kwTabAntBlog .items-row + .items-row {
    margin-top: 60px;
}
.kw2ColTab {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.kw3ColTab {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.kwCellTab {
    padding: 30px;
}
a.kwCellTab {
    color: unset;
    transition: 0s;
}
a.kwCellTab:hover {
    background: var(--tertiarycolor);
    color: #fff;
}
.kwSmallMargin {
    margin-top: 7px;
}

/* credits */
.kwCreditsLogo {
    border-radius: 7px;
}

/* essential */
*:first-child {
    margin-top: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* browser page */
    .customkwBrowserPage {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #e6e8e6;
        z-index: 999999999;
        padding: 60px calc((100% - 940px)/2);
        text-align: center;
    }
    .kwLogoBrowserUpdate {
        margin: auto;
    }
    body {
        background-color: #e6e8e6;
    }
    .kwCta {
        background: #f18f01;
    }
    .kwCta:hover {
        background: #f45353;
    }
}

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

    /* impaginazione senza eccessi ai lati */
    .container {
        width: 940px;
        padding: 0;
    }

    /* fonts */
    h1 {
        font-size: 2.8em;
        line-height: 1.1;
    }

    /* header */
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        font-size: 0.85em;
        padding: 0 0 0 23px;
    }

    /* tabella dati */
    .kwDatiTab {
        grid-gap: 15px;
    }

    /* pagina blog */
    .kwImgFullArticle {
        margin: 40px 0;
    }

    /* slider clienti */
    .kwSliderClienti {
        padding: 40px 60px;
    }
    #sp-main-body + #sp-clienti .kwSliderClienti {
        margin-top: -40px;
    }

    /* footer */
    #sp-footer {
        padding-top: 40px;
    }

    /* contatti fissi */
    .kwContattiFissi {
        padding: 0 calc((100% - 940px)/2);
    }

    /* sezioni */
    .kwSection {
        padding: 40px calc((100% - 940px)/2);
    }
    #sp-main-body.kwBodyBasic {
        padding: 40px 0;
    }
    .kw2ColSection,
    #sp-kwcontattaci .custom,
    .kwBodyStoria {
        grid-gap: 40px;
    }
    .kwFullSection.kw2ColSection > .kwColText:first-child {
        padding: 40px 0 40px calc(100% - 450px);
    }
    .kwFullSection.kw2ColSection > .kwColText:last-child {
        padding: 40px calc(100% - 450px) 40px 0;
    }
    .kwMarginSection,
    .kwBlogItem h2,
    .kwTabAntBlog .items-row + .items-row {
        margin-top: 40px;
    }
    .kwFullSection.kw2ColSection > .kwColImg:first-child {
        padding: 40px 0 40px 40px;
    }
    .kwFullSection.kw2ColSection > .kwColImg:last-child {
        padding: 40px 40px 40px 0;
    }

    *:first-child {
        margin-top: 0;
    }
}

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

    body {
        font-size: 16px;
    }
    p, h1, h2, h3, ul, ol, .kwMarginTop {
        margin-top: 20px;
    }

    /* impaginazione senza eccessi ai lati */
    .container {
        width: 720px;
    }

    /* dispositivi */
    .kwTablet {
        display: inherit;
    }
    .kwDesktop {
        display: none;
    }

    /* fonts */
    .kwNumeroTelefono {
        font-size: 2.8em;
    }
    .kwPreTitle {
        font-size: 0.9em;
    }

    /* breadcrumbs */
    #sp-breadcrumbs {
        font-size: 0.75em;
    }    

    /* atf */
    .kwImgBgSection .kwAtfText {
        padding-top: 125px;
    }
    .kwSection.kwCleanAtfSection {
        padding-bottom: 62px;
        padding-top: 62px;
        margin-top: -32px;
    }

    /* slider anteprima storie */
    .uk-scope .kwSliderStorie ul.kwDatiStoriaCapoMenu {
        margin: 20px 0 0;
    }

    /* pagina blog */
    .kwImgFullArticle {
        margin: 35px 0;
    }

    /* pagina singola storia */
    .kwBodyStoria {
        grid-gap: 25px;
    }

    /* domande */
    .kwDomandaSection .uk-slideshow-items > li {
        font-size: 1.7em;
    }
    .kwDomandaSection .uk-slideshow-items > li::before,
    .kwDomandaSection .uk-slideshow-items > li::after {
        background-size: 40%;
        height: 40px;
    }

    /* footer */
    #sp-footer {
        background-position: center calc(100% - 45px);
    }
    .kwLoghiFoot {
        grid-template-columns: auto;
        justify-items: right;
        grid-gap: 20px;
        grid-template-rows: 45px 69px 55px;
    }
    .kwLogoFoot {
        width: auto;
        max-width: 240px;
        height: auto;
        max-height: 100%;
    }
    .kwLogoBrandIn4tek > img,
    .kwLabelBrandIn4tek {
        width: 210px;
    }

    /* contatti fissi */
    .kwContattiFissi {
        padding: 0 calc((100% - 720px)/2);
    }

    /* sezioni */
    .kwSection {
        padding: 35px calc((100% - 720px)/2);
    }
    .kwMarginSection,
    .kwBlogItem h2,
    .kwTabAntBlog .items-row + .items-row {
        margin-top: 35px;
    }
    .kwFullSection.kw2ColSection > .kwColText:first-child {
        padding: 35px 0 35px calc(100% - 340px);
    }
    .kwFullSection.kw2ColSection > .kwColText:last-child {
        padding: 35px calc(100% - 340px) 40px 0;
    }
    .kw2ColTab,
    .kw3ColTab {
        grid-gap: 20px;
    }
    .kwFullSection.kw2ColSection > .kwColImg:first-child {
        padding: 35px 0 35px 35px;
    }
    .kwFullSection.kw2ColSection > .kwColImg:last-child {
        padding: 35px 35px 35px 0;
    }

    *:first-child {
        margin-top: 0;
    }

}

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

    /* impaginazione senza eccessi ai lati */
    .container {
        width: auto;
    }
    .body-innerwrapper,
    .off-canvas-menu-init {
        overflow-x: hidden;
    }

    /* dispositivi */
    .kwMobile {
        display: inherit;
    }
    .kwTablet {
        display: none;
    }

    /* cta */
    .kwCta, .btn-primary {
        margin-top: 30px;
    }

    /* header */
    #sp-header {
        padding: 0 15px;
    }

    /* atf */
    .kwImgBgSection .kwAtfText {
        position: relative;
        top: 0;
        padding-top: 120px;
    }
    .kwImgBgAtf {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        min-height: auto;
    }

    /* breadcrumbs */
    #sp-breadcrumbs {
        padding: 0 15px;
    }

    /* tabella dati */
    .kwDatiTab {
        grid-template-columns: repeat(2,1fr);
    }
    .kwValueDato {
        font-size: 2em;
    }
    .kwLabelDato {
        font-size: 0.9em;
    }
    .kwDatiTab > li.kwFullDatoCell {
        grid-column-end: span 2;
    }

    /* pagina capomenu */
    .kwTabAntCapoMenu {
        grid-template-columns: auto;
    }

    /* pagina singola storia */
    .kwBodyStoria {
        grid-template-columns: auto;
        grid-gap: 30px;
    }
    .kwColReview {
        padding: 0 15px;
        grid-row-start: 1;
    }

    /* pagina blog */
    .kwImgFullArticle {
        margin: 30px 0;
    }
    .kwTitleFullArticle {
        font-size: 2.5em;
    }

    /* slider clienti */
    .kwSliderClienti {
        padding: 30px 60px;
    }

    /* sezioni immagini progetti */
    .kwCaptionImmagineProgetto {
        bottom: 10px;
        left: 10px;
        padding-left: 10px;
        font-size: 0.7em;
    }

    /* domande */
    .kwDomandaSection .uk-slideshow-items > li {
        font-size: 1.4em;
        padding: 20px;
        grid-gap: 20px;
    }
    .kwDomandaSection .uk-slideshow-items > li::before,
    .kwDomandaSection .uk-slideshow-items > li::after {
        background-size: 35%;
        height: 30px;
    }

    /* footer */
    #sp-footer {
        padding: 60px 15px 44px;
        background-image: url(../../../images/graphics/texture-in4tek-verticale.svg);
        background-position: calc(100% - 11px) calc(100% - 60px);
        background-size: auto calc(100% - 70px);
    }
    #sp-contattaci + #sp-footer {
        padding-top: 30px;
    }
    .kwLogoBrandIn4tek > img,
    .kwLabelBrandIn4tek {
        width: 200px;
    }
    .kwLabelBrandIn4tek {
        font-size: 0.85em;
    }
    .kwFinalFoot {
        grid-template-columns: auto;
        font-size: 0.75em;
        text-align: center;
    }
    .kwBrandIn4tekSection {
        grid-template-columns: auto;
        justify-content: center;
        grid-gap: 60px;
    }
    .kwLoghiFoot {
        justify-items: center;
    }
    .kwLoghiFoot {
        justify-content: center;
        justify-items: center;
        text-align: center;
    }
    .kwLogoBrandIn4tek {
        display: grid;
        justify-content: center;
    }

    /* contatti fissi */
    .kwContattiFissi {
        grid-template-columns: repeat(2,1fr);
        height: 44px;
    }
    .kwContattiFissiMail {
        display: none;
    }
    .kwContattiFissiCell {
        height: 44px;
    }
    .kwContattiFissiPhone {
        font-size: 1.3em;
        display: grid;
        align-content: center;
    }
    .kwTextContattiFissiMob {
        display: inline;
        font-size: 0.5em;
    }

    /* sezioni */
    .kwSection,
    #sp-main-body.kwBodyBasic {
        padding: 30px 15px;
    }
    .kw2ColSection,
    #sp-kwcontattaci .custom,
    .kw3ColSection,
    .kw4ColSection {
        grid-template-columns: auto;
        grid-gap: 30px;
    }
    .kwMarginSection,
    .kwBlogItem h2,
    .kwTabAntBlog .items-row > div {
        margin-top: 30px;
    }
    .kwFullSection.kw2ColSection > .kwColText:first-child,
    .kwFullSection.kw2ColSection > .kwColText:last-child {
        padding: 0 30px 30px;
        grid-row-start: 2;
        text-align: center;
    }
    .kwFullSection.kw2ColSection > .kwColImg:first-child,
    .kwFullSection.kw2ColSection > .kwColImg:last-child {
        padding: 30px 15px 0;
    }
    .kw2ColTab,
    .kw3ColTab {
        grid-template-columns: auto;
    }
    .kwColPhone,
    .kwColForm {
        text-align: center;
    }

    *:first-child,
    .kwTabAntBlog .items-row,
    .kwTabAntBlog .items-row.row-0 > div:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }
}