/*!
Theme Name: Europanel.v2
Theme URI: http://ripple-digital.com
Author: Ripple Digital
Author URI:
Description:
Version: 1.2.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: europanel

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
:root {
    --bs-heading-color: #3d3d49;
}

html, body {
    font-size: 18px;
    line-height: 1.3;
}
body {
    font-family: "KantarBrownWeb-Light","Source Sans Pro",sans-serif;
    background-color: #ffffff; color: #555555;
    -ms-word-wrap: break-word; word-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

.noscroll {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.keep-together {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.img-video {
    cursor: pointer;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
}

#page {
    padding-bottom: 0;
}

.wcwd-overlay > #page {
    position: relative;
}
.show-overlay > #page {
    position: relative;
}
.notification-panel > #masthead {
    margin-top: 60px;
}
.notification-panel > #page {
    margin-top: 60px;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    color: #555555;
}
a:hover {
    color: #555555;
    text-decoration: none;
}

p {
    margin-top: 0;
    /*margin-bottom: 2rem;*/
}
p:last-of-type {
    margin-bottom: 0;
}

hr {
    background-color: #FFFFFF;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    max-width: 100%; /* Adhere to container width. */
}
svg.svg-inline {
    height: auto;
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0;
}

#content {
    /*margin-top: -45px;*/
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

a.back-link {
    text-decoration: none !important;
    line-height: 45px;
}
a.back-link i.back-arrow {
    margin-right: 4px;
    text-decoration: none;
}

ul.arrowlist {
    padding-left: 0px;
    list-style:none;
}
ul.arrowlist li {
    margin-left: 20px;
    position: relative;
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: 15px;
}
ul.arrowlist li .small {
    font-size: 1.05rem;
}
ul.arrowlist li:before {
    position: absolute;
    left: -20px; top: 3px;
    content: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5C10 3.67392 9.47322 2.40215 8.53553 1.46447C7.59785 0.526784 6.32608 0 5 0C3.67392 0 2.40215 0.526784 1.46447 1.46447C0.526784 2.40215 0 3.67392 0 5C0 6.682 0.808 8 2.1 9.531C3.467 11.186 4.514 12.151 4.859 12.523C4.87697 12.5405 4.89826 12.5542 4.92161 12.5633C4.94497 12.5725 4.96991 12.5768 4.99497 12.5762C5.02004 12.5755 5.04472 12.5699 5.06757 12.5595C5.09041 12.5492 5.11096 12.5344 5.128 12.516C5.466 12.152 6.357 11.125 7.811 9.592C9.282 7.839 10 6.72 10 5Z' fill='%23574104'/%3E%3C/svg%3E");
    color: #555555;
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
}
ul.arrowlist.yellow li:before {
    content: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5C10 3.67392 9.47322 2.40215 8.53553 1.46447C7.59785 0.526784 6.32608 0 5 0C3.67392 0 2.40215 0.526784 1.46447 1.46447C0.526784 2.40215 0 3.67392 0 5C0 6.682 0.808 8 2.1 9.531C3.467 11.186 4.514 12.151 4.859 12.523C4.87697 12.5405 4.89826 12.5542 4.92161 12.5633C4.94497 12.5725 4.96991 12.5768 4.99497 12.5762C5.02004 12.5755 5.04472 12.5699 5.06757 12.5595C5.09041 12.5492 5.11096 12.5344 5.128 12.516C5.466 12.152 6.357 11.125 7.811 9.592C9.282 7.839 10 6.72 10 5Z' fill='%23ffc828'/%3E%3C/svg%3E");
}
ul.arrowlist li.nolist:before {
    content: unset;
}
ul.arrowlist li ul {
    padding-left: 0;
}
ul.arrowlist li ul li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 1rem;
}
ul.arrowlist li ul li:before {
    top: 8px;
    content: '\2022';
    font-size: 14px;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.font-weight-light {
    font-family: "KantarBrownWeb-Light","Source Sans Pro",sans-serif;
}
.font-weight-normal {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif;
}
.font-weight-bold {
    font-family: "KantarBrownWeb-Bold","Source Sans Pro",sans-serif;
}
.font-family-roca {
    font-family: "Roca","Source Sans Pro",sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif;
    color: var(--bs-heading-color);
    line-height: 1.2;
}
h1 {
    font-size: 1.22rem;
    font-weight: 400;
}
h2 {
    font-size: 1.35rem;
    font-weight: 400;
}
h3 {
    font-size: 1.40rem;
    font-weight: 400;
}
h4 {
    font-size: 1.38rem;
    font-weight: 400;
}
h5 {
    font-size: 1.11rem;
}
h6 {
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.copy {
    font-size: 1.2rem;
}
.large {
    /*font-size: 1.125rem;*/
    font-size: 1.25rem;
}
.normal {
    font-size: 1.08rem;
}
.intro-text {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}
.small {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.5 !important;
}
.fw-semibold {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif;
    font-weight: 500 !important;
}
.fs-1 {
    font-size: 2.5rem;
}
.fs-2 {
    font-size: 1.75rem;
}
.fs-3 {
    font-size: 1.5rem;
}
.fs-4 {
    font-size: 1.4rem;
}
.two-col {
    column-count: 2;
    column-gap: 25px;
}
.color-white {
    color: #ffffff;
}
a.color-white {
    color: #ffffff;
    text-decoration: underline;
}
a.color-white:hover {
    color: #ffffff;
    text-decoration: none;
}
.color-grey {
    color: #c0c0c0;
}
.color-darkgrey {
    color: #989898;
}
.color-dark {
    color: #3d3d49;
}
.color-black {
    color: #000000;
}
.color-orange {
    color: #ffa140;
}
.color-green {
    color: #64d96a !important;
}
.color-blue {
    color: #64bed2 !important;
}
.color-yellow {
    color: #ffc828;
}
.color-darkgreen {
    color: #4d8c60 !important;
}
.color-mustard {
    color: #f6c142 !important;
}
.color-salmon {
    color: #ee7e77 !important;
}
.bg-white {
    background-color:#ffffff;
}
.bg-blue {
    background-color:#339fb8;
}
.bg-red {
    background-color:#d62165;
}
.bg-yellow {
    background-color:#ffd400;
}
.bg-green {
    background-color: #36bf6a !important;
}
.bg-orange {
    background-color: #ff8400 !important;
}
.bg-salmon {
    background-color: #ff2b48 !important;
}
.bg-grey {
    background-color: #f7f5f5;
}
.bg-dark {
    background-color: #3d3d49;
}

@media screen and (min-width: 768px) {
    .bg-md-transparent {
        background-color: transparent !important;
    }
}
@media screen and (min-width: 1024px) {
    .bg-lg-transparent {
        background-color: transparent !important;
    }
}

.drop-shadow {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
}
.rounded-circle {
    border-color: #ffd400;
    border-width: 2px;
    border-style: solid;
}

.btn {
    --bs-btn-font-weight: 600;
    --bs-btn-font-size: 1rem;
    --bs-btn-line-height: 1.9rem;
    --bs-btn-color: #3d3d49;
    --bs-btn-hover-bg: #e6e6e6;
    --bs-btn-hover-border-color: #e6e6e6;
}
.btn-warning {
    --bs-btn-color: #3d3d49;
    --bs-btn-bg: #ffc828;
}
.btn-lg.btn-warning {
    padding: 0.55rem 1rem 0.4rem 1rem;
}
.btn-sm {
    --bs-btn-bg: #ffd400;
    --bs-btn-border-color: #ffd400;
    --bs-btn-font-size: 0.88rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 1.78rem;
    --bs-btn-line-height: 1.4rem;
}

.line-height-2 {
    line-height: 2rem;
}
.top-border {
    border-top: 4px solid #d7d7d7;
}
.border-color-yellow {
    border-color: #ffd400;
}
.row {
    height:unset !important;
}
.row.logo-wrapper {
    height: 45vh !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
header .decoration div {
    height:2px;
}
header .decoration div.green {
    background-color: #92d400;
}
header .decoration div.orange {
    background-color: #fc6800;
}
header div {
    box-sizing:border-box;
}
header .back-link {
    font-size: 1.1rem;
}
header.header-scroll .back-link {
    color: #707070;
}
header.header-scroll .back-arrow {
    fill: #707070;
}
header .back-arrow {
    fill: #FFFFFF;
}
header.header-scroll {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e3e3e3;
}
.container {
    width: 90%;
    /*max-width: 1728px;*/
    max-width: 1650px;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid {
    width: 100%;
    max-width: 2560px;
    padding-left: 0;
    padding-right: 0;
}
.img-icon {
    max-width: 60px;
}

.tracking-tighter {
    letter-spacing: -0.05em !important;
}
.tracking-tight {
    letter-spacing: -0.025em !important;
}
.tracking-normal {
    letter-spacing: 0 !important;
}
.tracking-wide {
    letter-spacing: 0.025em !important;
}
.tracking-wider {
    letter-spacing: 0.05em !important;
}
.tracking-widest {
    letter-spacing: 0.1em !important;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
i {
    font-family: europanel-icons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none
}

i.cycle:before {content: '\e900'}
i.down-arrow:before {content: '\e901'}
i.up-arrow:before {content: '\e907'}
i.close:before {content: '\e043'}
i.grow:before {content: '\e902'}
i.left-arrow:before {content: '\e903'}
i.right-arrow:before {content: '\e904'}
i.search:before {content: '\e905'}
i.think:before {content: '\e906'}
i.address:before {content:"\e908"}
i.mail:before {content: "\e909"}
i.mobile:before {content: "\e90a"}
i.twitter:before {content: "\e90b"}
i.web:before {content: "\e90c"}
i.linkedin:before {content: "\e90d"}
i.barometer:before {content: "\e90e"}
i.consumerindex:before {content: "\e90f"}
i.close2:before {content:"\e910"}
i.help:before {content: "\e911"}
i.home:before {content: "\e912"}
i.keyfacts:before {content: "\e913"}
i.publications:before {content: "\e917"}
i.menu:before {content: "\e914"}
i.platform:before {content: "\e915"}
i.lock_open:before {content: "\e898"}
i.lock_outline:before { content: "\e899"}
i.open_arrow_down:before {content: "\e313"}
i.open_arrow_left:before {content: "\e314"}
i.open_arrow_right:before {content: "\e315"}
i.open_arrow_up:before {content: "\e316"}
i.menu_arrow_down:before {content: "\e916"}
i.cloud-download:before {content: "\e918"}
i.lightbulb:before {content: "\e919"}

/* Top Bar - Notification Panel */
#notification-panel {
    display: none;
    padding: 13px 12px 11px 12px;
    background-color: #ffc828;
    color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 9;
    text-align: center;
}
#notification-panel span {
    font-family: "KantarBrownWeb-Regular", "Source Sans Pro", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 91.145%;
    width: 93.75%;
}
#notification-panel button, #notification-panel a.button {
    font-family: "KantarBrownWeb-Regular", "Source Sans Pro", sans-serif;
    font-size: 0.8rem;
    background: transparent;
    padding: 11px 30px 9px;
    border: 1px solid #000000;
    border-radius: 25px;
    margin-left: 1rem;
    cursor: pointer;
    display: inline-block;
}
#notification-panel a.button {
    color: #000000 !important;
    text-decoration: none;
}
#notification-panel button.close {
    color: #000000 !important;
    font-weight: bolder;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: unset;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    #notification-panel {
        padding: 9px 12px;
        text-align: left;
    }
    #notification-panel span {
        display: inline-block;
        padding-right: 1.2rem;
        font-size: 0.8rem;
        line-height: 1.5;
        width: 90%;
    }
    #notification-panel a.button {
        font-size: 0.75rem;
        padding: 1px 10px 0;
    }
}
@media screen and (max-width: 768px) {
    #notification-panel {
        padding: 13px 0 11px;
        text-align: left;
    }
}

.jquery-modal.blocker {
    z-index: 9999;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    -moz-backdrop-filter: blur(18px);
    -ms-backdrop-filter: blur(18px);
    background-color: rgba(0, 0, 0, 0.1);
}
#notification-content.modal {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    border-radius: 0;
    max-width: 800px;
    max-height: 475px;
    padding: 50px 25px 50px 50px;
    font-family: "KantarBrownWeb-Regular", "Source Sans Pro", sans-serif;
}
#notification-content.modal .notification-content {
    padding-right: 25px;
    max-height: 375px;
    overflow-y: auto;
}
#notification-content.modal a.close-modal {
    width: 16px;
    height: 16px;
    top: 16px;
    right: 20px;
    text-indent: 0;
    background: none;
    color: #6b6a69;
    text-decoration: none;
}
#notification-content.modal h1 {
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    margin: 6px 0;
}
#notification-content.modal h2 {
    font-size: 0.875rem;
    color: #000000;
    font-weight: bold;
    margin: 6px 0;
}
#notification-content.modal p {
    font-size: 0.875rem;
    color: #6b6a69;
}
@media screen and (max-width: 767px) {
    #notification-content.modal {
        padding: 35px 25px;
    }
    #notification-content.modal .notification-content {
        padding-right: 10px;
    }
}


/*--------------------------------------------------------------
# Global Section
--------------------------------------------------------------*/
section.section-content {
    padding: 25px 0;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
section.section-content.unset-height {
    min-height: unset !important;
}
section.section-content.dark {
    background-color: #333340;
}


/*--------------------------------------------------------------
# WCWD Section
--------------------------------------------------------------*/
/*
.home section.wcwd {
    height: 101vh;
    background-color: #0c0c0c;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 4px solid #ffd400;
}
.home section.wcwd {
    background-size: cover;
    background-color: #ffffff;
}
.home section.wcwd .wc20wd21 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end !important;
    height: calc(100vh - 30px);
}
.notification-panel section.wcwd .wc20wd21 {
    height: calc(90vh - 60px) !important;
}
.home section.wcwd .wc20wd21 img.anchornav-item {
    display: block;
    margin: 0;
    max-width: 65%;
}
.home section.wcwd .wc20wd21 img.wcwd-logo {
    position: absolute;
    top: 90px;
    margin-left: 4%;
}
.home section.wcwd .read-report {
    color: #3d3d49;
}
.home section.wcwd .read-report h1 {
    max-width: 100%;
    color: black;
}
.home section.wcwd .read-report h2 {
    max-width: 100%;
}
.home section.wcwd .read-report .btn-mobile-tag {
    width: 100%;
    border: 0 !important;
}
.home section.wcwd .read-report .btn-learnmore {
    display: inline-block;
    margin: 0;
    !*max-width: 66.875%;*!
}
.home section.wcwd #enterSite {
    width: auto;
    height: 70px;
    cursor: pointer;
    margin: 0 auto;
}
.home section.wcwd #enterSite img.anchornav-item {
    display: block;
    margin: 0 auto;
}
.home section.wcwd #enterSite .text-link {
    width: 150px;
    margin: 7px auto;
    font-family: "KantarBrownWeb-Regular", serif;
    letter-spacing: 2px;
    text-align: center;
    color: #3D3D49;
}
@media screen and (max-width: 450px) and (max-height: 600px) {
    .home section.wcwd {
        background-position: center top -75px;
    }
}
@media screen and (max-width: 450px) and (max-height: 695px) {
    .home section.wcwd .read-report .btn-learnmore {
        padding-bottom: 10px;
        margin-top: 10px !important;
    }
    .home section.wcwd #enterSite {
        !*display: none;*!
    }
}
@media screen and (max-width: 450px) and (max-height: 750px) {
    .home section.wcwd #enterSite {
        font-size: 0.8em;
        height: 55px;
    }
    .home section.wcwd #enterSite img.anchornav-item {
        max-width: 25px;
    }
}
@media screen and (min-width: 768px) {
    .home section.wcwd .wc20wd21 {
        top: 120px;
        position: relative;
        display: block;
        height: 90vh;
    }
    .home section.wcwd .wc20wd21 img.wcwd-logo {
        position: unset;
        margin-left: 4%;
    }
    .home section.wcwd .wc20wd21 img.anchornav-item {
        max-width: 462px;
    }
    .home section.wcwd .read-report .btn-tags {
        max-width: 395px;
    }
    .home section.wcwd .read-report .btn-learnmore {
        max-width: 432px;
        margin-top: 26px;
    }
    .home section.wcwd #enterSite .text-link {
        color: #ffffff;
    }
    .home section.wcwd #enterSite {
        position: absolute;
        bottom: 65px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 1024px) {
    .home section.wcwd .wc20wd21 {
        top: 90px;
        height: 90vh;
    }
    .home section.wcwd .wc20wd21 img.anchornav-item {
        max-width: 100%;
    }
    .home section.wcwd #enterSite {
        bottom: 65px;
    }
}
@media screen and (min-width: 1400px) {
    .home section.wcwd .wc20wd21 {
        top: 140px;
        height: calc(90vh - 70px);
    }
}
@media screen and (min-width: 1920px) {
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-none {
        display: none !important;
    }
    .home section.wcwd .read-report {
        margin-top: 4rem !important;
    }
    .home section.wcwd .wc20wd21 img.wcwd-logo {
        margin-left: 7%;
    }
    .home section.wcwd .read-report .btn-tags {
        max-width: 495px;
    }
    .home section.wcwd .read-report .btn-learnmore {
        max-width: 520px;
    }
}
*/

/*--------------------------------------------------------------
# Overlay Section
--------------------------------------------------------------*/
.home section.overlay {
    height: 101vh;
    background-color: #0c0c0c;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 4px solid #ffd400;
}
.home section.overlay {
    background-size: cover;
    background-color: #ffffff;
}
.home section.overlay .overlay-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end !important;
    height: calc(100vh - 60px);
}
.notification-panel section.overlay .overlay-content {
    height: calc(90vh - 90px) !important;
}
.home section.overlay .overlay-content img.anchornav-item {
    display: block;
    margin: 0;
    max-width: 65%;
}
.home section.overlay .overlay-content img.overlay-logo {
    /*position: absolute;
    top: 90px;
    margin-left: 4%;*/

    position: relative;
    top: unset;
    margin: 0 auto;
}
.home section.overlay .download-report {
    color: #3d3d49;
}
.home section.overlay .download-report .btn-mobile-tag {
    width: 100%;
    border: 0 !important;
    position: relative;
    z-index: 1;
}
.home section.overlay .download-report .btn-tags {
    z-index: 1;
    position: relative;
}
.home section.overlay .download-report .btn-learnmore {
    display: inline-block;
    margin: 0;
    margin-top: -9px !important;
    /*max-width: 66.875%;*/
}
.home section.overlay #enterSite {
    width: auto;
    height: 70px;
    cursor: pointer;
    margin: 0 auto;
}
.home section.overlay #enterSite img.anchornav-item {
    display: block;
    margin: 0 auto;
}
.home section.overlay #enterSite .text-link {
    width: 350px;
    margin: 7px auto;
    font-family: "KantarBrownWeb-Regular", serif;
    letter-spacing: 2px;
    text-align: center;
    color: #3D3D49;
}
@media screen and (max-width: 450px) and (max-height: 600px) {
    .home section.overlay {
        background-position: center top -75px;
    }
}
@media screen and (max-width: 450px) and (max-height: 695px) {
    .home section.overlay .download-report .btn-download {
        padding-bottom: 10px;
        margin-top: 10px !important;
    }
    .home section.overlay #enterSite {
        /*display: none;*/
    }
}
@media screen and (max-width: 450px) and (max-height: 750px) {
    .home section.overlay #enterSite {
        font-size: 0.8em;
        height: 55px;
    }
    .home section.overlay #enterSite img.anchornav-item {
        max-width: 25px;
    }
}
@media screen and (min-width: 768px) {
    .home section.overlay .overlay-content {
        top: 120px;
        position: relative;
        display: block;
        height: 90vh;
    }
    .home section.overlay .overlay-content img.overlay-logo {
        position: unset;
        margin-left: 5%;
    }
    .home section.overlay .download-report .btn-tags {
        margin-top: 475px !important;
        margin-left: -30px;
    }
    .home section.overlay .download-report .btn-learnmore {
        margin-top: -30px !important;
        margin-left: -30px;
    }
    .home section.overlay .overlay-content img.anchornav-item {
        max-width: 275px;
    }
    .home section.overlay #enterSite .text-link {
        color: #ffffff;
    }
    .home section.overlay #enterSite {
        position: absolute;
        bottom: 65px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 1024px) {
    .home section.overlay .overlay-content {
        top: 90px;
        height: 90vh;
    }
    .home section.overlay .overlay-content img.anchornav-item {
        max-width: 100%;
    }
    .home section.overlay .download-report .btn-tags {
        margin-top: unset !important;
        margin-left: -15px;
    }
    .home section.overlay .download-report .btn-learnmore {
        margin-left: -15px;
    }
    .home section.overlay #enterSite {
        bottom: 65px;
    }
}
@media screen and (min-width: 1280px) {
    .home section.overlay .download-report .btn-tags {
        margin-left: 0;
    }
    .home section.overlay .download-report .btn-learnmore {
        margin-left: 0;
    }
}
@media screen and (min-width: 1400px) {
    .home section.overlay .overlay-content {
        top: 140px;
        height: calc(90vh - 70px);
    }
}
@media screen and (min-width: 1920px) {
    .home section.overlay .download-report {
        margin-top: 4rem !important;
    }
    .home section.overlay .overlay-content img.overlay-logo {
        margin-left: 4%;
    }
}



/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

section#header {
    background-color: #333340;
    background-image: url('assets/img/header-image@2x_mobile.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    min-height: 425px;
    padding-top: 25px;
}
section#header .section-height {
    min-height: calc(675px);
}
section#header .section-text {
    margin-top: 205px;
}
section#header .logo {
    max-width: 65%;
}
section#header .container {
/*    top: 50%; left: 10%;
    width: 150px;*/
}
section#header .container a img {
    /*max-height: 150px;*/
}


/*--------------------------------------------------------------
# Introduction Section
--------------------------------------------------------------*/
section#introduction {
    background-color: #ffffff;
    /*min-height: 100vh;*/
    min-height: 455px;
    padding-top: 25px;
}


/*--------------------------------------------------------------
# Cross Promotion Cards
--------------------------------------------------------------*/
.card {
    --bs-card-title-color: #3d3d49;
    --bs-card-color: #555555;
    --bs-card-border-color: transparent;
    --bs-card-border-width: 0;
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: var(--bs-card-box-shadow);
}
.card .card-body {
    position: relative;
    padding: 1.5rem 1rem 3rem 1rem;
}
.card.card-link {
    cursor: pointer;
}
.card.arrow-icon .card-body::after {
    position: absolute;
    width: 50px; height: 50px;
    bottom: -25px; left: 50%;
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    content: '';
    background: url('assets/img/icons/arrow.svg') no-repeat center;
    background-size: contain;
    z-index: 1;
}
.card.arrow-icon:hover .card-body::after {
    background-image: url('assets/img/icons/arrow-hover.svg');
}
.card.arrow-icon.rotate-90 .card-body::after {
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
    .card.arrow-md-right .card-body::after {
        width: 65px; height: 65px;
        left: unset; right: -45px;
        bottom: unset; top: 50%;
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
    .card.arrow-icon.rotate-md-0 .card-body::after {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .card.arrow-md-right.rotate-md-0 .card-body::after {
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }
}
@media screen and (min-width: 992px) {
    .card {
        --bs-card-spacer-y: 1.85rem;
        --bs-card-spacer-x: 2.4rem;
    }
}


/*--------------------------------------------------------------
# Tiles Section
--------------------------------------------------------------*/
.container-fluid .row > .col-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
}
@media screen and (min-width: 768px) {
    .container-fluid .row > .col-fluid {
        padding-right: 2.85rem;
        padding-left: 2.85rem;
    }
}
@media screen and (min-width: 992px) {
    .container-fluid .row > .col-fluid {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .container-fluid .row > .col-fluid {
        /*padding-right: 3rem;
        padding-left: 3rem;*/
        padding-right: 4.5rem;
        padding-left: 4.5rem;
    }
    #partners .container-fluid .row > .col-fluid {
        padding-right: 1.8rem;
    }
}
@media screen and (min-width: 1600px) {
    .container-fluid .row > .col-fluid {
        /*padding-right: 6rem;
        padding-left: 6rem;*/
        padding-right: 8.2rem;
        padding-left: 8.2rem;
    }
}
@media screen and (min-width: 2560px) {
    .container-fluid .row > .col-fluid {
        padding-right: 8.2rem;
        padding-left: 26.1rem;
    }
    .container-fluid .row > .col-fluid.col-fluid-right {
        padding-right: 26.1rem;
        padding-left: 8.2rem;
    }
}
@media screen and (min-width: 768px) {
    .tile-column {
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 505px;
    }
    .tile-column .tile-img {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .tile-column {
        padding-bottom: 450px;
    }
}
@media screen and (min-width: 1400px) {
    /*.tile-column .tile-img {
        object-fit: contain;
    }*/
}
@media screen and (min-width: 1600px) {
    .tile-column {
        padding-bottom: 560px;
    }
}
@media screen and (min-width: 1920px) {
    #partners .tile-column .tile-img {
        max-height: 580px !important;
    }
}
@media screen and (min-width: 2560px) {
    #partners .tile-column .tile-img {
        max-height: 620px !important;
    }
}

.fade-in-section {
    opacity: 0;
    transform: translateY(10vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.8s ease-in-out;
    will-change: opacity, visibility;
}
.fade-in-section.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

/*--------------------------------------------------------------
# Collaboration Section
--------------------------------------------------------------*/
/* Accordion */
#accordionCollab .accordion-collapse {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
@media screen and (min-width: 768px) {
    #accordionCollab .accordion-collapse {
        max-height: 295px;
    }
}
#accordionCollab .accordion-body img {
    max-width: 120px;
}
#accordionCollab .accordion-button {
    font-weight: 400;
    --bs-accordion-btn-color: #3d3d49;
    --bs-accordion-active-color: #555555;
    --bs-accordion-btn-padding-y: 1.667rem;
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-active-bg: #ffd400;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-icon-width: 1rem;
    padding-bottom: 1.4rem;
    line-height: 1rem;
    z-index: unset;
}

/* Tablist */
#tablistCollab {
    background-color: #fafafa;
    border-radius: 5px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    max-height: 632px;
}
#tablistCollab .nav {
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-link-padding-y: 1.667rem;
    --bs-nav-link-font-size: 1rem;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: #555555;
    --bs-nav-link-hover-color: #252525;
}
#tablistCollab .nav-tabs {
    text-align: left !important;
    --bs-nav-tabs-border-color: transparent;
    --bs-nav-tabs-border-radius: unset;
    --bs-nav-tabs-link-bg: #ffffff;
    --bs-nav-tabs-link-border-color: #e6e6e6;
    --bs-nav-tabs-link-hover-border-color: #e6e6e6;
    --bs-nav-tabs-link-active-color: #353535;
    --bs-nav-tabs-link-hover-bg: #e6e6e6;
    --bs-nav-tabs-link-active-bg: #ffd400;
    --bs-nav-tabs-link-active-border-color: #ffd400;
}
#tablistCollab .nav-link {
    line-height: 1rem;
    text-align: left;
    width: 100%;
    background-color: var(--bs-nav-tabs-link-bg);
    border-bottom: 1px solid var(--bs-nav-tabs-link-border-color);
    padding: 1.8rem 1.5rem 1.53rem;
}
#tablistCollab .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    background-color: var(--bs-nav-tabs-link-hover-bg) !important;
    border-color: var(--bs-nav-tabs-link-hover-border-color) !important;
}
#tablistCollab .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-bottom: 1px solid var(--bs-nav-tabs-link-active-border-color);
}
#tablistCollab .nav-link.active:hover {
    background-color: var(--bs-nav-tabs-link-active-bg) !important;
    border-bottom: 1px solid var(--bs-nav-tabs-link-active-border-color) !important;
}
#tablistCollab #myTabContent {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(635px - 6rem);
}

@media screen and (min-width: 1200px) {
    #tablistCollab .nav-link {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 1300px) {
    #tablistCollab .nav-link {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Data Map - Global Coverage
--------------------------------------------------------------*/
#global-coverage .map-panel svg.datamap {
    left: 0;
    top: 0;
}
#global-coverage .controls {
    position: absolute;
    top: calc(50% - 63px);
    right: 1em;
    z-index: 999;
}
#global-coverage .controls.horizontal {
    top: calc(55% + 25px);
    right: calc(50% - 60px);
    width: 120px;
}
#global-coverage .partnerstrigger {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(55% + 30px);
    left: 0.25em;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
    border-radius: 100%;
    cursor: pointer;
    z-index: 999;
}
#global-coverage button.i-zoomin,
#global-coverage button.i-zoomout,
#global-coverage button.i-zoomreset {
    cursor: pointer;
    display: block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #c0c0c0;
    color: #c0c0c0;
    background-color: #fff;
    line-height: 32px;
    margin-bottom: 12px;
    outline: none;
    padding: 0;
}
#global-coverage .controls.horizontal button.i-zoomin,
#global-coverage .controls.horizontal button.i-zoomout,
#global-coverage .controls.horizontal button.i-zoomreset {
    display: inline-block;
    margin: 5px 3px;
}
#global-coverage .img-icon {
    vertical-align: middle;
}
#global-coverage #inpage-card-expand:checked + .map-card.expand {
    max-height: 400px;
}
#global-coverage #inpage-card-expand:checked + .map-card.expand label:after {
    content: "-";
    line-height: 55px;
}
#global-coverage .datamaps-hoverover {
    transition: top 350ms ease, left 350ms ease;
}
#global-coverage .partners-container {
    top: 0;
    right: 100%;
    left: -100%;
    transition: transform 650ms ease;
    height: 450px;
    z-index: 1000;
}
#global-coverage #partners-info-trigger:checked + .partners-container {
    transform: translateX(100%);
}
#global-coverage .partners-card {
    /*height: calc(100vh - 120px);*/
    padding: 1em;
    position: relative;
}
#global-coverage .partners-card ul {
    list-style-type: none;
    margin-left: auto;
    margin-top: 0;
    padding: 0;
    display: inline-block;
}
#global-coverage .partners-card ul li {
    padding:0; margin:0;
    display: inline-block;
    vertical-align: middle;
}

#global-coverage .partners-card ul li:first-child {
    margin-left: 0;
}
#global-coverage .partners-card ul li:nth-of-type(3) {
    /*color:#ffffff;*/
}
#global-coverage .partners-card ul li.indent {
    margin-left: 10px;
}
#global-coverage .partners-card ul li.partners-group {
    /*padding: 0.75rem 1.33rem;*/
    padding: 0.8rem 1.33rem 0.65rem;
    margin-bottom: 0.5em;
}

#global-coverage .partners-card ul li span {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.6em;
    margin-right: 0.5em;
    line-height: 0;
    position: relative;
    top: 7px;
}
#global-coverage .partners-card ul li span.numerator {
    top: 7px;
}
#global-coverage .partners-card ul li span.kauza {
    top: 7px;
}
#global-coverage .partners-card ul li span.intage {
    top: 7px;
}
#global-coverage .partners-card span.kantar {
    color: #00a8b8;
}
#global-coverage .partners-card span.kauza {
    color: #00a8b8;
}
#global-coverage .partners-card span.numerator {
    color: #00a8b8;
}
#global-coverage .partners-card span.yougov {
    color: #ff2c5d;
}
#global-coverage .partners-card span.intage {
    color: #ffd400;
}
#global-coverage .partners-card span.ipsos {
    color: #ffd400;
}
#global-coverage .partners-card span.multiple {
    color: #8946e5;
}

#global-coverage .partners-card .border-kantar {
    border-color: #00a8b8 !important;
}
#global-coverage .partners-card .border-yougov {
    border-color: #ff2c5d !important;
}
#global-coverage .partners-card .border-intage {
    border-color: #ffd400 !important;
}
#global-coverage .partners-card .border-multiple {
    border-color: #8946e5 !important;
}

#global-coverage .partners-card .img-partner {
    height:24px;
}
#global-coverage .partners-card .img-numerator {
    height:24px;
}

#global-coverage .partners-card label {
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #e6e6e6;
    position: absolute;
    top: 10px;
    right: 20px;
}
#global-coverage .map-card {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    min-width: 200px;
    max-width: 320px;
    transition: all 250ms ease;
}
#global-coverage .map-card.expand {
    max-height: 57px;
    max-width: 100%;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 1px;
    overflow: hidden;
    transition: max-height 450ms ease;
    z-index: 1000;
}
@media screen and (min-width: 768px) {
    #global-coverage .controls.horizontal {
        top: calc(45% + 250px);
    }
    #global-coverage .map-card.expand,
    #global-coverage .partners-card label,
    #global-coverage .partnerstrigger {
        display: none;
    }
    #global-coverage .map-card {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }
    #global-coverage .partners-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        top: auto;
        height: unset;
    }
    #global-coverage .partners-card {
        height: 38px;
        padding: 0;
        text-align: center;
    }
    #global-coverage .partners-card ul li {
        color: #686868;
        font-family: "KantarBrownWeb-Regular", "Source Sans Pro", sans-serif;
        font-size: 87.5%;
        display: inline-block;
        vertical-align: middle;
        /*margin-right: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-bottom: 0;*/
    }
    #global-coverage .partners-card ul li:first-child {
        min-width: 50px;
    }
    #global-coverage .partners-card ul li:nth-of-type(n+4) {
        margin-left: 0;
    }
    #global-coverage .partners-card .content {
        margin-bottom: 0;
    }
    #global-coverage .partners-card ul li:nth-child(3) {
        /*border-left:1px solid $grey104;
          padding-left:1em;*/
    }
    #global-coverage .partners-card ul li span {
        margin-right: 0.25em;
    }
}

@media screen and (min-width: 1024px) {
    #global-coverage .partners-container {
        bottom: 45px;
    }
}
#global-coverage .map-card-header {
    display: block;
    padding: 0.5em 1em;
    color: white;
    transition: background-color 250ms ease;
    position: relative;
}
#global-coverage .map-card-header h2,
#global-coverage .map-card-header h4 {
    margin: 0;
    font-weight: 400;
}
#global-coverage .map-card-header h2 {
    font-size: 18px;
}
#global-coverage .map-card-header h4 {
    font-size: 14px;
    margin-top: 0.15em;
}
#global-coverage .map-card-header label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
}
#global-coverage .map-card-header label:after {
    content: "+";
    font-size: 2em;
    line-height: 55px;
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    height: 57px;
    display: block;
}
#global-coverage .map-card-body {
    padding: 1em;
}
#global-coverage .map-card-body h6,
#global-coverage .map-card-body p {
    margin: 0;
    font-size: 12px;
}
#global-coverage .map-card-body h6 {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#global-coverage .map-card-body p + h6 {
    margin-top: 2em;
}
#global-coverage .map-card-body p > i {
    margin-right: 0.5em;
}
#global-coverage .map-card.color-KANTAR {
    border-color: #00a8b8;
}
#global-coverage .map-card.color-KANTAR .map-card-header {
    background-color: #00a8b8;
}
#global-coverage .map-card.color-KAUZA {
    border-color: #00a8b8;
}
#global-coverage .map-card.color-KAUZA .map-card-header {
    background-color: #00a8b8;
}
#global-coverage .map-card.color-NUMERATOR {
    border-color: #00a8b8;
}
#global-coverage .map-card.color-NUMERATOR .map-card-header {
    background-color: #00a8b8;
}
#global-coverage .map-card.color-YOUGOV {
    border-color: #ff2c5d;
}
#global-coverage .map-card.color-YOUGOV .map-card-header {
    background-color: #ff2c5d;
}
#global-coverage .map-card.color-INTAGE {
    border-color: #ffd400;
}
#global-coverage .map-card.color-INTAGE .map-card-header {
    background-color: #ffd400;
}
#global-coverage .map-card.color-IPSOS {
    border-color: #ffd400;
}
#global-coverage .map-card.color-IPSOS .map-card-header {
    background-color: #ffd400;
}
#global-coverage .map-card.color-MULTIPLE {
    border-color: #8946e5;
}
#global-coverage .map-card.color-MULTIPLE .map-card-header {
    background-color: #8946e5;
}

/*--------------------------------------------------------------
# Modal Popup - Ninja Form
--------------------------------------------------------------*/
.pum-theme-ecommerce .pum-title {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    background: #ffc828;
    padding: 30px 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 20px !important;
}
.pum-theme-ecommerce .pum-content {
    padding: 20px 32px;
}
.pum-theme-ecommerce .nf-before-form-content {
    font-size: 12px;
    text-align: right;
}
.pum-theme-ecommerce .nf-form-content {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    padding: 10px 0 10px;
}
.pum-theme-ecommerce .nf-field-container {
    margin-bottom: 15px;
}
.pum-theme-ecommerce .nf-form-content .nf-field-label {
    margin-bottom: 5px !important;
}
.pum-theme-ecommerce .nf-form-content .nf-field-label label {
    font-size: 16px;
    font-weight: normal;
}
.pum-theme-ecommerce .nf-form-content .checkbox-wrap .nf-field-label label {
    font-size: 12px;
    color: #686868;
    font-weight: normal;
}
.pum-theme-ecommerce .nf-form-content .checkbox-wrap .nf-field-label label::before {
    font-size: 16px;
    color: #3d3d49;
    left: -26px;
}
.pum-theme-ecommerce .nf-form-content .checkbox-wrap .nf-field-label label::after {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}
.pum-theme-ecommerce .nf-form-content input:not([type="button"]),
.pum-theme-ecommerce .nf-form-content textarea {
    color: #3d3d49;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 12px;
}
.pum-theme-ecommerce .nf-form-content textarea.ninja-forms-field {
    border-radius: 15px;
    height: 165px;
}
.pum-theme-ecommerce .nf-error.field-wrap .nf-field-element::after {
    display: none;
    border-radius: 40px;
    content: '!';
    height: 36px; width: 36px;
    top: 7px; right: 8px;
    line-height: 40px;
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    font-weight: 500;
    font-size: 22px;
    background: #ff2b48;
}
.pum-theme-ecommerce .nf-form-content input[type="submit"] {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif;
    background: #ffc828;
    border: 1px solid #ffc828;
    border-radius: 50px;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    padding: 20px 16px 16px;
    font-weight: bold;
    height: unset;
    letter-spacing: 0.75px;
    cursor: pointer;
}
.pum-theme-ecommerce .nf-form-content button:hover,
.pum-theme-ecommerce .nf-form-content input[type="button"]:hover,
.pum-theme-ecommerce .nf-form-content input[type="submit"]:hover {
    /*border: 1px solid #c4c4c4;*/
    border: 1px solid #787878;
}
.pum-theme-ecommerce .nf-error .nf-error-msg {
    font-size: 12px;
}
.pum-theme-ecommerce .nf-error .nf-error-msg,
.pum-theme-ecommerce .nf-error-msg.nf-error-field-errors,
.pum-theme-ecommerce .nf-error .ninja-forms-req-symbol {
    color: #ff2b48;
}
.pum-theme-ecommerce .nf-error .ninja-forms-field {
    border-color: #ff2b48;
}
.pum-theme-ecommerce .nf-error-msg.nf-error-field-errors {
    font-family: "KantarBrownWeb-Regular","Source Sans Pro",sans-serif !important;
    font-size: 13px;
    text-align: center;
}
.pum-theme-ecommerce .nf-input-limit {
    color: #686868;
    font-size: 10px;
    text-align: right;
}
.pum-theme-ecommerce .nf-pass.field-wrap .nf-field-element::after {
    color: #36bf6a !important;
}

@media only screen and (min-width: 1024px) {
    .pum-theme-ecommerce .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -25% !important;
        width: 75% !important;
    }
}
@media only screen and (min-width: 1366px) {
    .pum-theme-ecommerce .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20% !important;
        width: 40% !important;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
section#footer-nav {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
}
footer {
    background-color: #000000;
    height: 50px;
}

footer .img-fluid.gfk-logo {
    max-height: 25px;
}

footer .img-fluid.europanel-logo {
    max-height: 15.5px;
}

footer .img-fluid.kantar-logo {
    max-height: 13.5px;
}

.text-underline {
    position: relative;
}
.text-underline::after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #ffc828;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto -6px auto;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 375px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    section#header {
        background-image: url('assets/img/header-image@2x_768.jpg');
        min-height: 280px;
    }
    h1 {
        font-size: 1.55rem;
    }
    h2 {
        font-size: 2.05rem;
    }
    h3 {
        font-size: 1.67rem;
    }
    h4 {
        font-size: 1.67rem;
    }
    h5 {
        font-size: 1.11rem;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1024px) {
    section#header {
        background-image: url('assets/img/header-image@2x_tablet.jpg');
    }
}

@media (min-width: 1200px) {
    section#header {
        background-image: url('assets/img/header-image@2x_desktop.jpg');
        min-height: 320px;
    }
    h1 {
        font-size: 1.88rem;
    }
    h2 {
        font-size: 2.35rem;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
}

@media (min-width: 1300px) {

}

@media screen and (min-width: 1400px){
    .w-xxl-60 {
        width: 60% !important;
    }
    .w-xxl-70 {
        width: 70% !important;
    }
    .w-xxl-80 {
        width: 80% !important;
    }
}

@media (min-width: 1600px) {
    section#header {
        min-height: 420px;
    }
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 2.22rem;
    }
    h5 {
        font-size: 1.55rem;
    }
}

@media (min-width: 1920px) {

}