
.results {
    position: relative
}

.results__inside {
    background: url(../../../dist/images/header-main-background.webp) left top no-repeat, url(../../../dist/images/header-main-background.webp) right center no-repeat;
    background-color: #f1f8f5;
    border: 1px solid #ddeee7;
    border-radius: 1.5rem;
    padding: 6rem 2rem 6rem
}

@media (min-width: 769px) {
    .results__inside {
        padding: 9rem 10rem 8rem
    }
}

@media (min-width: 1441px) {
    .results__inside {
        padding: 12rem 17.3rem 10rem
    }
}

.results__title {
    text-align: center
}

.results__content {
    background: #fff;
    border: 1px solid #ddeee7;
    border-radius: 15px;
    padding: 40px 40px 60px;
    margin-top: 50px;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media (min-width: 769px) {
    .results__content {
        font-size: 2.1rem;
        line-height: 3.5rem;
        padding: 40px 80px 60px
    }
}

@media (max-width: 576px) {
    .results__content {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 2.4rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content {
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 4rem;
        margin-bottom: 5rem
    }
}

@media (max-width: 576px) {
    .results__content h1 {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 4rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content h1 {
        font-size: 4rem;
        font-weight: 600;
        line-height: 5rem;
        margin-bottom: 5rem
    }
}

@media (max-width: 576px) {
    .results__content h2 {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 4rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content h2 {
        font-size: 4rem;
        font-weight: 600;
        line-height: 5rem;
        margin-bottom: 5rem
    }
}

@media (max-width: 576px) {
    .results__content h3 {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 3.5rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content h3 {
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 4rem;
        margin-bottom: 5rem
    }
}

@media (max-width: 576px) {
    .results__content h4 {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 3.5rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content h4 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 4rem;
        margin-bottom: 5rem
    }
}

@media (max-width: 576px) {
    .results__content h5 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 3.5rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content h5 {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 4rem;
        margin-bottom: 5rem
    }
}

@media (max-width: 576px) {
    .results__content h6 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 3.5rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content h6 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 4rem;
        margin-bottom: 5rem
    }
}

.results__content a {
    color: #04bf7e;
    font-weight: 500;
    background: linear-gradient(transparent calc(100% - 1px), #04bf7e 10px) no-repeat;
    background-size: auto;
    background-size: 0% 100%;
    transition: all 0.4s ease;
    padding-bottom: 3px
}

.results__content a:hover {
    background-size: 100% 100%
}

.results__content ul:not([class]) {
    list-style: none
}

.results__content ul:not([class]) li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px
}

.results__content ul:not([class]) li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #04bf7e;
    border-radius: 3px
}

@media (max-width: 576px) {
    .results__content ul:not([class]) {
        margin-bottom: 4rem
    }

    .results__content ul:not([class]) li {
        line-height: 2.5rem
    }

    .results__content ul:not([class]) li:before {
        top: 8px
    }
}

@media (min-width: 577px) {
    .results__content ul:not([class]) {
        margin-bottom: 4rem;
        margin-left: 2rem
    }

    .results__content ul:not([class]) li {
        line-height: 4rem
    }

    .results__content ul:not([class]) li:before {
        top: 13px
    }
}

@media (max-width: 576px) {
    .results__content p:not(:empty) {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 2.4rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {
    .results__content p:not(:empty) {
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 4rem;
        margin-bottom: 5rem
    }
}

.results__content strong,
.results__content b {
    font-weight: 500
}

.results__content img {
    display: block;
    border-radius: 15px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    height: auto
}

.results__content img.--noshadow {
    box-shadow: 0 0 0
}

.results__content img.--noradius {
    border-radius: 0
}

.results__content img.alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left
}

.results__content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px
}

.results__content img.alignright {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: right
}

.results__content .wp-caption {
    max-width: 100%
}

.results__content .wp-caption.alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left
}

.results__content .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.results__content .wp-caption.alignright {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: right
}

.results__opinion {
    padding: 3rem 2rem 0
}

@media (min-width: 769px) {
    .results__opinion {
        padding: 3rem 3rem 0
    }
}

@media (min-width: 1201px) {
    .results__opinion {
        padding: 3rem 3rem 0
    }
}

@media (min-width: 1621px) {
    .results__opinion {
        padding: 5rem 12rem 0
    }
}


.results__content table,
.delante-table table,
.delante-post-content table,
.delante-block-heading-post table,
.delante-block-paragraph-post table,
.strategy .single-strategy__content table {
    width: 100%;
    border: 1px solid #ddeee7;
    border-radius: 15px;
    border-collapse: collapse;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddeee7;
    overflow: hidden
}

@media (max-width: 576px) {

    .results__content table thead,
    .delante-table table thead,
    .delante-post-content table thead,
    .delante-block-heading-post table thead,
    .delante-block-paragraph-post table thead,
    .strategy .single-strategy__content table thead {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 3rem
    }
}

@media (min-width: 577px) {

    .results__content table thead,
    .delante-table table thead,
    .delante-post-content table thead,
    .delante-block-heading-post table thead,
    .delante-block-paragraph-post table thead,
    .strategy .single-strategy__content table thead {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 3.5rem
    }
}

.results__content table tbody,
.delante-table table tbody,
.delante-post-content table tbody,
.delante-block-heading-post table tbody,
.delante-block-paragraph-post table tbody,
.strategy .single-strategy__content table tbody {
    text-align: center
}

@media (max-width: 576px) {

    .results__content table tbody,
    .delante-table table tbody,
    .delante-post-content table tbody,
    .delante-block-heading-post table tbody,
    .delante-block-paragraph-post table tbody,
    .strategy .single-strategy__content table tbody {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 2.4rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 577px) {

    .results__content table tbody,
    .delante-table table tbody,
    .delante-post-content table tbody,
    .delante-block-heading-post table tbody,
    .delante-block-paragraph-post table tbody,
    .strategy .single-strategy__content table tbody {
        font-size: 1.7rem;
        font-weight: 300;
        line-height: 3.5rem
    }
}

.results__content table tbody tr:nth-child(odd),
.delante-table table tbody tr:nth-child(odd),
.delante-post-content table tbody tr:nth-child(odd),
.delante-block-heading-post table tbody tr:nth-child(odd),
.delante-block-paragraph-post table tbody tr:nth-child(odd),
.strategy .single-strategy__content table tbody tr:nth-child(odd) {
    background-color: #f1f8f5
}

.results__content table tr td,
.delante-table table tr td,
.delante-post-content table tr td,
.delante-block-heading-post table tr td,
.delante-block-paragraph-post table tr td,
.strategy .single-strategy__content table tr td,
.results__content table tr th,
.delante-table table tr th,
.delante-post-content table tr th,
.delante-block-heading-post table tr th,
.delante-block-paragraph-post table tr th,
.strategy .single-strategy__content table tr th {
    border: 1px solid #ddeee7;
    padding: 2rem 1rem;
    min-width: 90px
}

@media (min-width: 1201px) {

    .results__content table tr td,
    .delante-table table tr td,
    .delante-post-content table tr td,
    .delante-block-heading-post table tr td,
    .delante-block-paragraph-post table tr td,
    .strategy .single-strategy__content table tr td,
    .results__content table tr th,
    .delante-table table tr th,
    .delante-post-content table tr th,
    .delante-block-heading-post table tr th,
    .delante-block-paragraph-post table tr th,
    .strategy .single-strategy__content table tr th {
        min-width: auto
    }
}
