.main {
    padding: 0;
}

.hero {
    position: relative;
    display: block;
    padding: 5vh 1rem;
    background-image: url('/images/elements/herobg.jpg');
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.hero:before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.heroContent {
    position: relative;
    z-index: 3;
}

.hero .leading {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3vh 0;
}

.hero .leading .highlight {
    color: #fb963f;
}

.hero .extract {
    margin: 0;
    font-size: 1.5rem;
}

.action {
    margin-top: 3vh;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(248, 151, 63, 0.6) 0%, rgba(252, 175, 95, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(248, 151, 63, 0.6) 0%, rgba(252, 175, 95, 0.6) 100%);
    background: linear-gradient(to right, rgba(248, 151, 63, 0.6) 0%, rgba(252, 175, 95, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66f8973f', endColorstr='#66fcaf5f', GradientType=1);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
}

#ofcDefinition {
    display: none;
    opacity: 0;
    padding: var(--pad);
    font-size: 110%;
}

.mainFeatures {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.mainFeatures li {
    padding: 5vh 1rem;
}

.mainFeatures li:nth-of-type(1) {
    background-color: #e5f4fb;
}

.mainFeatures li:nth-of-type(2) {
    background-color: #fef7ee;
}

.mainFeatures strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #292b35;
}

.mainFeatures .expl {
    display: block;
    font-size: 1.2rem;
}

.mainFeatures .action {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.mainFeatures li:nth-of-type(1) .action {
    background: #176ab1;
    background: -moz-linear-gradient(left, #176ab1 0%, #258cd6 100%);
    background: -webkit-linear-gradient(left, #176ab1 0%, #258cd6 100%);
    background: linear-gradient(to right, #176ab1 0%, #258cd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#176ab1', endColorstr='#258cd6', GradientType=1);
}

.mainFeatures li:nth-of-type(2) .action {
    background: #f8973f;
    background: -moz-linear-gradient(left, #f8973f 0%, #fcaf5f 100%);
    background: -webkit-linear-gradient(left, #f8973f 0%, #fcaf5f 100%);
    background: linear-gradient(to right, #f8973f 0%, #fcaf5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8973f', endColorstr='#fcaf5f', GradientType=1);
}

.bannerList {
    border: 1px solid red;
}

.features {
    margin: 0;
    padding: 5vh 0 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.features>li {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    margin-bottom: 5vh;
}

.features>li .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    padding: 1rem 0 1rem 5rem;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.features>li .content li {
    margin-bottom: 0.5rem;
}

.features ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.features ul li {
    margin-bottom: 0.5rem
}

.features .futures .title {
    background-image: url('/images/elements/frontFeatures/futures.png');
}

.features .analysis .title {
    background-image: url('/images/elements/frontFeatures/analysis.png');
}

.features .industry .title {
    background-image: url('/images/elements/frontFeatures/industry.png');
}

@media (min-width: 768px) {

    .main>.hero {
        padding: 20vh 2rem;
    }

    .heroContent {
        text-align: center;
    }

    .hero .leading {
        font-size: 2.4rem;
    }

    .hero .leading br {
        display: none;
    }

    #ofcDefinition {
        max-width: 700px;
        margin: 0 auto;
        text-align: justify;
    }

    .mainFeatures {
        flex-direction: row;
    }

    .mainFeatures li {
        flex-basis: 50%;
        padding: 6vh 2rem;
        display: flex;
        flex-direction: column;
    }

    .mainFeatures li .expl {
        flex-grow: 1;
        margin-bottom: 1rem;
    }

    .herodbp {
        height: 10rem;
    }

}


@media (min-width: 1024px) {
    .mainFeatures li {
        padding: 9vh;
    }

    .features {
        padding: 9vh;
    }
}

a {
    text-decoration: revert;
}

.r-border {
    border-right: 2px solid darkgrey !important;
}

.b-border {
    border-bottom: 2px solid darkgrey !important;
}

.mbp-color {
    background-color: #e5f4fb !important;
}

.vs-color {
    background-color: #2028b6 !important;
    color: white;
}

.vs tr:nth-child(even) {
    background-color: #e5f4fb !important;
}

.mbpvsdbp,
.gbindex {
    margin-bottom: 0.5rem !important;
}

.mbpvsdbp>.title {
    padding: 0.5rem 0 0 5rem !important;
    margin: 0 0 !important;
}
.mbpvsdbp>.startp {
    padding: 0 0 0 5rem !important;
    margin: 0 0 0.5rem;
}

.gbindex>.title {
    padding: 0.5rem 0 0.5rem 5rem !important;
}

.dbppre .hero {
    background-image: url('/images/elements/dbp.jpg');
    padding: 7vh 1rem;
}

.presentation {
    position: fixed;
    top: 5%;
    left: 15%;
    width: calc(100% - 30%);
    /* height: calc(100% - 20%);  */
    z-index: 30;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    overflow-y: auto;
    padding: 3rem;
    display: none;
}

.presentation.active {
    display: block;
}

.presentation .pdf_close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.presentation .pdf_close:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 140%;
}

#pdf_container {
    text-align: center;
    overflow: auto;
}

#pdr_renderer {
    width: -webkit-fill-available;
    max-width: inherit;
}

#pdf_prev,
#pdf_next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 45%;
    width: 40px;
    height: 40px;
}

#pdf_prev {
    left: 3rem;
}

#pdf_next {
    right: 3rem;
}

#pdf_prev:after {
    content: '\f060';
    font-family: 'FontAwesome';
    font-size: 140%;
}

#pdf_next:after {
    content: '\f061';
    font-family: 'FontAwesome';
    font-size: 140%;
}

.stTable thead th {
    position: unset !important;
}

.wprop {
    width: calc((91%-5rem)/3);
}

.logo2 img {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mainFeatures2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .mainFeatures2 {
        flex-direction: row;
    }
}

.mainFeatures2 strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #292b35;
    text-align: center;
}

.mainFeatures2 li {
    flex-basis: 34%;
    padding: 0.3rem 0.2rem;
}

.mainFeatures2 .action {
    /* width: 100%; */
    text-align: center;
}

.lng {
    background-color: #ddf3e4;
}

.mbp {
    background-color: #e5f4fb;
}

.dbp {
    background-color: #fef7ee;
}

.list {
    padding: 2rem 2rem;
}

.trial a {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    text-align: center;
    background-color: #f8973f;
}

.dbppre {
    margin-bottom: 2rem !important;
}

.list ul {
    height: 14rem;
}

.lng a {
    width: 100%;
    background: #16ac45;
    height: 4rem;
    vertical-align: middle;
}

.mbp a {
    width: 100%;
    background: #176ab1;
    height: 4rem;
    vertical-align: middle;
}

.dbp a {
    width: 100%;
    background: #f8973f;
    height: 4rem;
    vertical-align: middle;
}

.article {
    display: flex;
    flex-direction: column;
}

artsrc {
    display: block;
    color: gray;
    margin: 0.5rem 0;
}

.video-container {
    width: 100%; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 60%; 
    height: auto; 
    object-fit: cover; 
}

.subscriptions {
    display: flex;
    flex-direction: row;
    border-top: var(--layout-border);
    padding: 1rem 11vh;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    background-color: #fef7ee;
}
.subscriptions select.pay {
    font-family: inherit;
    font-size: inherit;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #888;
}
.subscriptions .title  {
    font-weight: var(--bolder);
    font-size: 120%;
}
.subscriptions .pay tr {
    text-align: center;
}
.features {
    padding-bottom: 1rem;
}
.features>li {
    margin-bottom: 0; 
}    
.subscriptions .paypal {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.subscriptions svg {
    height: 30px;
    width: auto; 
}

.alt_indexes {
    padding: 1rem calc(9vh + 1rem);
}