hr {
    width: 60%;
    margin: 0.8rem auto;
    border: none;
    height: 0.5px;
    /* Set the hr color */
    color: #fff;
    /* old IE */
    background-color: #fff;
    /* Modern Browsers */
}

a {
    color: #3e3e3f;
    text-decoration: none;
}

@media only screen and (min-width: 112.5em) {
    hr {
        color: #fff;
        /* old IE */
        background-color: #fff;
        /* Modern Browsers */
    }
}

@media (max-width: 75em) {
    hr {
        color: #fff;
        /* old IE */
        background-color: #fff;
        /* Modern Browsers */
    }
}

@media (max-width: 56.25em) {
    hr {
        color: #3e3e3f;
        /* old IE */
        background-color: #3e3e3f;
        /* Modern Browsers */
    }
}



.link {
    text-decoration: none;
    font-weight: 700;
}

.link:hover {
    color: #febe10;
}


.linkreport {
    color: #258dab;
    text-decoration: underline;
    font-weight: 700;
}

.linkreport:hover {
    color: #febe10;
}


.link-sml {
    color: #3e3e3f;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
}

.link-sml:hover {
    color: black;
}







.heading-primary {
    color: #000;

}

.heading-primary-main {
    display: block;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -1px;
}

.heading-bold {
    font-weight: 600;
}

.heading-primary-sub {
    font-size: 4rem;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    font-weight: 500;
    text-align: center;
}

.heading-secondary {
    font-size: 2.2rem;
    font-weight: 600;
}

.country {
    text-align: center;
    width: 150px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
}

.language {
    font-size: 20px;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;
}


@media (max-width: 56.25em) {

    .country {
        text-align: center;
        width: 40%;
        height: 50px;
        display: inline-block;
        text-decoration: none;
    }

    .heading-primary-sub {
        font-size: 26px;
        line-height: 1.2;
        /*text-transform: uppercase;*/
        font-weight: 500;
        text-align: center;
    }

    .heading-secondary {
        font-size: 1.7rem;
    }

    .heading-primary-main {
        display: block;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 400;
        letter-spacing: -1px;
    }
}

.heading-terms {
    font-size: 1.6rem;
    font-weight: 400;
}

.heading-social {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 400;
}



.heading-tiles {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}




.heading-product {
    font-size: 1.8rem;
    font-weight: 600;
    color: #3e3e3f;
}

@media (min-width: 112.5em) {
    .heading-product {
        color: #3e3e3f;
    }
}

@media (max-width: 75em) {
    .heading-product {
        color: #3e3e3f;
    }
}


.heading-product-back {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 75em) {
    .heading-product-back {
        color: #fff;
    }
}

@media (max-width: 56.25em) {
    .heading-product-back {
        color: #3e3e3f;
    }

    .heading-tiles {
        margin-top: 1rem;
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 600;
    }
}


.heading-product2-back {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 56.25em) {
    .heading-product2-back {
        color: #3e3e3f;
    }
}



.paragraph {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    hyphens: auto;
}

.paragraph:last-child {
    margin-bottom: 0;
}


@media (max-width: 56.25em) {
    .hidemob {
        display: none;
    }

    .heading-tiles {
        margin-top: 2rem;
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: 600;
    }

}




.white {
    color: white;
}

.promoblue {
    color: #258dab;
}