.art-postcontent h1, h1, .h1, .art-postcontent .h1,
.art-postcontent h2, h2, .h2, .art-postcontent .h2,
.art-postcontent h3, h3, .h3, .art-postcontent .h3,
.art-postcontent h4, h4, .h4, .art-postcontent .h4,
.art-postcontent h5, h5, .h5, .art-postcontent .h5,
.art-postcontent h6, h6, .h6, .art-postcontent .h6 {
    font-family: "new-science", sans-serif;
    font-weight: 700;
    font-style: normal;
}

a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button. .art-postcontent a:hover, .art-postcontent a.hover {
    font-family: "new-science", sans-serif;
    display: inline-block;
}

/*#art-main.art-homepage {
    background-image: url(/images/homepage/gradiente_hero.png);
    background-size: contain;
    background-position-y: -200px;
    background-repeat: no-repeat;
}*/

#art-main.art-page-soluzione::before {
    /*content: '';
    background-image: url(/images/soluzione/gradiente_hero.png);
    background-size: contain;
    background-repeat: no-repeat;*/
}

.main-full-height h1,
.main-full-height p {
    color: #fff;
}

.main-full-height h1 {
    font-size: 72px;
    margin-bottom: 40px;
}

.main-full-height p {
    font-size: 21px;
}

.main-full-height .subtext {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

/*.main-full-height {
    height: 100%;
    min-height: calc(100vh - 74px);
}*/

.art-nav .container-nav {
    background-color: transparent;
}

.nav-sticky-wrapper.nav-sticky .art-nav {
    background-color: #313132;
}

.nav-sticky-wrapper.nav-sticky .menu-bootstrap5 .mod-menu_bootstrap5 .nav-link {
    color: #fff;
}

.art-button, a.art-button, a.art-button:link, a.art-button.link {
    border: 1px solid;
    border-radius: 8px;
    display: inline-block;
    text-transform: uppercase;
}

.main-full-height > div {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.main-full-height > div a.art-button {
    margin-top: 50px;
    display: inline-block;
}

#scroll-driver {
    height: calc(var(--hero-sticky-height, calc(100vh - 74px)) + var(--hero-animation-scroll, calc(100vh - 74px)));
    position: relative;
}

.sticky-section {
    position: sticky;
    top: 0;
    height: var(--hero-sticky-height, calc(100vh - 74px));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.title-line {
    display: block;
    font-size: 72px;
    color: rgba(255, 255, 255, 1);
    transition: color 0.3s ease;
    padding: 0.1em 0;
    will-change: color;
}

.title-line.active {
    color: #adff2f
}

.title-line.done {
    color: #fff;
}

/* fine sezione testo scroller */

.bg-white {
    background-color: #fff;
}

.art-postcontent .bg-white p, .bg-white p,
.art-postcontent .bg-white h1, .bg-white h1, .bg-white .h1, .art-postcontent .bg-white .h1,
.art-postcontent .bg-white h2, .bg-white h2, .bg-white .h2, .art-postcontent .bg-white .h2,
.art-postcontent .bg-white h3, .bg-white h3, .bg-white .h3, .art-postcontent .bg-white .h3,
.art-postcontent .bg-white h4, .bg-white h4, .bg-white .h4, .art-postcontent .bg-white .h4,
.art-postcontent .bg-white h5, .bg-white h5, .bg-white .h5, .art-postcontent .bg-white .h5,
.art-postcontent .bg-white h6, .bg-white h6, .bg-white .h6, .art-postcontent .bg-white .h6,
.bg-white a.art-button, .bg-white a.art-button:link, .bg-white a:link.art-button:link, body .bg-white a.art-button:link, .bg-white a.art-button:visited, body .bg-white a.art-button:visited, .bg-white input.art-button, .bg-white button.art-button {
    color: #000;
}

.slider-card .swiper-container {
    height: auto;
}

.slider-card .swiper-wrapper {
    align-items: stretch;
}

.slider-card .swiper-slide {
    background-color: rgba(218, 255, 157, 1) !important;
    border-radius: 30px;
    height: auto;
    padding: 30px;
    display: flex;
}

.slider-card .kw-slide-content {
    display: flex;
    flex-direction: column;
    color: #000;
    opacity: 1 !important;
}

.slider-card .kw-slide-content > p:first-child {
    font-family: "new-science", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: auto;
    color: #000;
}

.slider-card .kw-slide-content h5 {
    font-size: 32px;
    color: #000;
}

.kw-slider.swiper {
    position: sticky;
}

.art-postcontent .kw-saccordion__panel-text > p {
    font-size: 21px;
}

.art-kwmod3-item {
    position: relative;
    min-height: 280px;
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

/* immagine */
.art-kwmod3-item .kwmod3-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 1;
}

.art-kwmod3-item:hover .kwmod3-bg {
    transform: scale(1.08);
}

/* gradiente più scuro in basso e nella zona testo */
.art-kwmod3-item .kwmod3-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.15) 28%,
            rgba(0, 0, 0, 0.55) 58%,
            rgba(0, 0, 0, 0.82) 100%
    );
    z-index: 2;
}

/* contenitore testo */
.art-kwmod3-item .kwmod3-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 20px;
}

.kwmod3-description {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.art-kwmod3-item h2 {
    font-weight: 800;
    margin: 150px 0 12px 0;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.art-kwmod3-container {
    margin-bottom: 50px;
}

.swiper-slide, .swiper-slide p {
    color: #000;
}

h3.kw-saccordion__title {
    font-size: 26px;
}

.kw-saccordion .kw-saccordion__panel-text p, .kw-saccordion .kw-saccordion__panel-text {
    font-size: 21px;
}

#scroll-driver .sticky-section {
    align-items: start;
}

.text-flex {
    position: sticky;
    top: 85px;
    align-self: flex-start;
    display: block;
}

.mod_kw_layout-243 .kw-module-content {
    position: sticky;
    top: 0;
}

div.art-service-item {
    max-width: 500px;
    margin: 25px auto;
    background: #fff;
    color: #000;
    border-radius: 30px;
    text-align: left;
    position: relative;
    padding: 30px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.art-service-item .art-service-icona {
    position: absolute;
}


.art-service-item h3, .art-service-item p, .art-service-item i {
    color: #000;
    text-align: left;
}

.art-service-item h3.art-service-title {
    font-size: 32px;
    margin-top: 70px;
}

.art-service-item h3.art-service-title, .art-service-item div.art-service-description {
    text-align: left;
}

.art-service-item div.art-service-description {
    margin-top: auto;
}

.art-service-item div.art-service-icona {
    position: absolute;
    right: 20px;
    height: initial;
}

.art-page-soluzione .menu-bootstrap5 .mod-menu_bootstrap5 .nav-link:hover, .art-page-soluzione .menu-bootstrap5 .mod-menu_bootstrap5 .nav-link.active {
    color: #fff;
}

.main-full-height .title-container {
    margin-top: 100px;
    width: 100%;
}

#header-radiante {
    background: radial-gradient(ellipse 112% 54% at 50% 0%, hsl(83 100% 81% / 1) 0%, hsl(82, 26%, 21%) 50%, #373640 75%, #373640 100%, #373640 100%);
    position: relative;
    top: -75px;
}

.kw-mod_kw_catalog .comp-cell.col-featured,
.kw-mod_kw_catalog .comp-row:nth-child(even) .comp-cell.col-featured,
.kw-mod_kw_catalog .comp-header.col-featured {
    background: #4B4951;
}

.kw-mod_kw_catalog .col-featured .cell-title, .kw-mod_kw_catalog .cell-title, .kw-mod_kw_catalog .cell-desc {
    color: #fff;
    font-size: 16px;
}

.kw-mod_kw_catalog .col-featured .cell-title, .kw-mod_kw_catalog .cell-title {
    font-weight: bold;
}

div.kw-mod_kw_catalog {
    --kora-bg: #373640;;
    --kora-green: #d9ff9d;
    --kora-header-bg: #373640;
    --kora-row-alt: #373640;
    --kora-border: rgba(255, 255, 255, 0.07);
    --kora-text: #e8e8e8;
    --kora-muted: #888;
    --kora-cross: #fff;
}

.kw-mod_kw_catalog .comp-cell {
    border-right: 0;
}

div.kw-mod_kw_catalog .comp-header {
    font-size: 18px;
    border-bottom: 1px solid var(--kora-green);
}

p.big-text {
    font-size: 28px;
    font-weight: bold;
}

div.kw-planes-wrap {
    --plane-bg: #4B4951;
    --plane-border: rgba(255, 255, 255, 0.07);
    --plane-green: #d9ff9d;
    --plane-text: #e8e8e8;
    --plane-muted: #888;
    --plane-cross: #9e9393;
    --plane-value: #fff;
}

div.kw-planes-wrap .plane-title {
    color: #d9ff9d;
    text-align: center;
    margin-bottom: 20px;
}

div.kw-planes-wrap .plane-description {
    color: #fff;
}
div.kw-planes-wrap .plane-feature.has-value .feature-label {
    color: #fff;
}

div.kw-planes-wrap .plane-subtitle {
    color: #fff;
    font-weight: bold;
}

#tc-aipr-vs-aipu .comp-cell {
    justify-content: center;
}

/* Extra extra large devices (<1400px) */
@media (max-width: 1399.98px) {

}

/* Extra large devices (max-width 1199.98px) */
@media (max-width: 1199.98px) {

}


/* Large devices (max-width 991.98px): Desktops */
@media (max-width: 991.98px) {

}

/* Medium devices (max-width 767.98px): Tablets */
@media (max-width: 767.98px) {

}


/* Small devices (max-width 575.98px): Mobile portrait */
@media (max-width: 575.98px) {


}


