.article-content {
    overflow: visible !important;
}

/* Hero article – layout & typography (Prontoluce reference) */
.article.nb-hero-article {
    background: #fff;
    margin: 0;
    padding: 0;
}

.article.nb-hero-article section {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.article.nb-hero-article .table.table-block,
.article.nb-hero-article .nb-megashark--table-cell-1 {
    display: block;
    width: 100% !important;
}

.article.nb-hero-article .nb-megashark--table-cell-2 {
    display: none;
}

/* Centered content column */
.article.nb-hero-article.nb-hero-article--fixed .article-main {
    margin: 0 auto !important;
    width: 100%;
    max-width: 800px !important;
    border: none;
    box-shadow: none;
    padding: 4em 2em;
    box-sizing: border-box;
}

.article.nb-hero-article .article-content {
    padding: 0 !important;
    border: none;
    margin: 0;
}

.article.nb-hero-article h1 {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1.2;
    color: #26292a;
}

.article.nb-hero-article .ingress {
    display: block;
    font-size: 2em !important;
    font-weight: 400;
    line-height: 1.5;
    color: #26292a;
    margin-top: 30px;
}

.article.nb-hero-article h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5;
    color: #26292a;
    margin-top: 30px;
}

.article.nb-hero-article p {
    font-size: 1.7em;
    line-height: 1.6;
    color: #26292a;
    margin-top: 30px;
}

.article.nb-hero-article ul {
    margin-top: 30px;
    padding-left: 1.5em;
    list-style-type: disc;
}

.article.nb-hero-article ul li {
    font-size: 1.7em;
    line-height: 1.6;
    color: #26292a;
    padding: 0.35em 0;
}

.article.nb-hero-article ul li strong {
    font-weight: 600;
}

/* Feature columns inside article */
.article.nb-hero-article .boxes {
    background: none !important;
    padding: 20px 0 0 !important;
    margin: 0;
    position: static;
}

.article.nb-hero-article .boxes-wrapper {
    text-align: left;
    padding: 0;
}

.article.nb-hero-article .box1,
.article.nb-hero-article .box2,
.article.nb-hero-article .box3 {
    padding: 0 1.5em 0 0;
}

.article.nb-hero-article .boxes-wrapper img,
.article.nb-hero-article .boxes-wrapper svg {
    width: 60px !important;
    height: auto;
    margin-bottom: 0 !important;
    display: block;
}

.article.nb-hero-article .boxes-wrapper h6 {
    font-size: 2em;
    font-weight: 700;
    color: #26292a;
    margin: 10px 0 0;
    line-height: 1.3;
}

.article.nb-hero-article .boxes-wrapper p {
    font-size: 14px !important;
    font-weight: 400;
    color: #26292a;
    line-height: 1.5;
    margin: 0.5em 0 0;
    padding: 0;
}

/* CTA button – blue pill */
.article-main a.article-object--button-classic,
.article-object--button-classic,
.article .nb-hero-article--goto-btn,
.nb-hero-article--goto-btn {
    display: inline-block;
    border: none !important;
    font-family: Ubuntu, sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
    background-color: #0351ff;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.article-main a.article-object--button-classic:hover,
.article .nb-hero-article--goto-btn:hover,
.nb-hero-article--goto-btn:hover {
    background-color: #0351ff;
    color: #fff !important;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

@media (max-width: 78em) {
    .article.nb-hero-article.nb-hero-article--fixed .article-main {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 800px !important;
        padding: 2em 1.5em !important;
    }

    .article.nb-hero-article .article-content {
        padding: 0 !important;
    }
}

@media (max-width: 550px) {
    .article.nb-hero-article.nb-hero-article--fixed .article-main {
        width: 100% !important;
        max-width: 100% !important;
        padding: 2em 1em !important;
    }
}

@media (max-width: 850px) {
    .article.nb-hero-article section {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .article.nb-hero-article.nb-hero-article--fixed .article-main {
        width: 100% !important;
        max-width: 800px !important;
        margin: 0 auto !important;
        padding: 2em 1em !important;
    }

    .article.nb-hero-article .article-content {
        padding: 0 !important;
    }

    .article.nb-hero-article h1 {
        font-size: 2.8em;
    }

    .article.nb-hero-article .ingress {
        font-size: 1.7em !important;
    }

    .article.nb-hero-article h2 {
        font-size: 2.4em;
    }

    .article.nb-hero-article .table-top .table-cell {
        display: block;
        width: 100% !important;
    }

    .article.nb-hero-article .box1,
    .article.nb-hero-article .box2,
    .article.nb-hero-article .box3 {
        padding: 0 0 1.5em;
    }
}

.boxes--figure-billboard p {
    font-size: 1.7em;
}

.leadflow {
    padding: 4em 0;
    background: #F8FAFC;
    border-bottom: 1px solid rgba(10, 89, 235, .05);
}

.leadflow * {
    box-sizing: border-box;
}

@media (max-width: 766px) {
    .leadflow {
        padding: 2em 2em;
    }
}

@media (max-width: 450px) {
    .leazard-body {
        padding: .5em .5em !important;
    }

    .nb-megashark--inner {
        padding: 1em !important;
    }
}

@media (max-width: 330px) {
    .nb-megashark--inner {
        padding: 0 !important;
    }

    .leazard {
        border-radius: 0 !important;
    }

    .leazard-body {
        padding: 0 0 !important;
    }

    .lz-tab label {
        font-size: 1.3em !important;
    }

    .lz-tab label i.fa {
        margin-right: 0 !important;
    }
}

.boxes p a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
