﻿@font-face {
    font-family: 'Manrope-Regular';
    src: url('../font/Manrope-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('../font/Manrope-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('../font/Manrope-SemiBold.ttf');
    font-weight: norma;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('../font/Manrope-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url('../font/Manrope-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope-Regular';
    font-size: 18px;
    letter-spacing: .25px;
    font-weight: normal;
    line-height: normal;
    color: #000;
    overflow-x: hidden;
    background-color: #ffffff;
    padding-top: 95px;
}

.container._rel.z-index-99 p.animate__fadeIn.wow {
    font-size: 18px;
    line-height: 1.5em;
}

p {
    display: block;
    margin-bottom: 2rem;
    line-height: 1.5;
}

._rel {
    position: relative;
}

a,
a:after,
._line .top,
._publishing ._card,
.grid-images img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all3s 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #000000;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #1E74AF;
}

b {
    font-family: 'Manrope-Bold';
}

img {
    max-width: 100%;
    height: auto;
}

/*************************************************************
TYPOGRAPHY
*************************************************************/
h1 {
    font-family: 'Manrope-ExtraBold';
    color: #000;

    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Manrope-Bold';
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 18px;
    color: #000;
}

h3 {
    font-size: 26px;
    color: #000;
    font-family: 'Manrope-Bold';
    line-height: 1.2;
    margin-bottom: 30px;
}

.jobPosting.mt-120 h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 33px;
}

.tabscontent ul.jobdetail li {
    font-size: 14px;
    color: rgba(8, 40, 62, .55);
}

h4 {
    font-size: 22px;
    color: #000;
    font-family: 'Manrope-Bold';
    line-height: 1.2;
    margin-bottom: 20px;
}

h5 {}

h6 {
    color: #08283E;
    font-family: "Manrope-Bold";
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

a.navbar-brand img {
    width: 260px;
}

.unordered-list li {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.unordered-list li span {
    font-family: 'Manrope-Bold';
}

.unordered-list li::marker {
    content: '•';
    font-size: 20px;
    margin-right: .5rem;
}

.page-title,
.section-title {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(36px, 7vw, 72px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
}

.page-title::before,
.section-title::before {
    content: "/";
    color: #1E74AF;
    position: absolute;
    left: -34px;
}

a.content-link {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #1E74AF;
}

/*************************************************************
PAGE LAYOUT
*************************************************************/
.w-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.home .w-content {
    overflow: hidden;
    margin: 0 auto;
}

.w-content.container,
.container {
    max-width: 1160px !important;
}

.content-l {
    flex: 1 50%;
}

.content-r {
    flex: 1 50%;
}

.evenly {
    justify-content: space-evenly;
}

.space-between {
    justify-content: space-between;
}

.flex-end {
    align-items: flex-end;
}

.flex-column {
    flex-direction: column;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.c-flex {
    display: flex;
}

.c-grid {
    display: grid;
}

.content-r .w-img {
    margin-bottom: 2rem;
}

.w-img {
    position: relative;
    display: inline-block;
}

.w-img.no-hover:before {
    display: none;
}

.w-img:hover:before {
    opacity: 0;
}

.w-img.contact-us img._left {
    margin-bottom: 0;
}

.w-img.contact-us {
    margin-bottom: 40px;
    padding: 0;
}

.col-lg-8.wow.animate__fadeInLeft h3 {
    font-size: 25px;
    line-height: 40px;
}

.sub-heading {
    font-family: "Manrope-ExtraBold";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

span.btn-theme {
    transition: all 0.3s ease-in-out;
}

.btn-theme {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme::after {
    content: "";
    background-image: url("../image/arrow-right-long.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
    color: #1E74AF;
}

section {
    position: relative;
    padding: 0;
}

@media (max-width: 700px) {
    #portfolioEmail {
        min-width: 50%;
    }
}

/*************************************************************
NAVBAR
*************************************************************/

/*Homepage*/

.home .navbar-toggler {
    color: #ffffff;
}

.home .navbar {
    background-color: rgba(0, 0, 0, 0.3);
    transition: ease-in 0.2s;
}

.home .navbar ul li a,
.home .navbar ul li span,
.home .nav-icon.fa {
    color: #ffffff;
}

.home .navbar ul li ul li a,
.home .navbar ul li ul li span {
    color: #000;
}

.home .navbar ul li ul li a:hover,
.home .navbar ul li ul li span:hover {
    color: #1E74AF;
}

.home .navbar.scrolled {
    background-color: #F4F4F4;
}

.home .navbar.scrolled .navbar-toggler {
    color: #000000;
}

.home .navbar.scrolled ul li a,
.home .navbar.scrolled ul li span,
.home .scrolled .nav-icon.fa {
    color: #000000;
}

.home .navbar.scrolled ul li ul li a,
.home .navbar.scrolled ul li ul li span {
    color: #000;
}

.home .navbar.scrolled a.navbar-brand img {
    filter: invert(100%);
}

.logo-img {
    max-width: 77%;
}

.navbar {
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background-color: #F4F4F4;
}

.navbar-toggler {
    padding: 0.25rem;
}

.navbar ul li.active a,
.navbar ul li.active span {
    color: unset;
}

.navbar ul li.active a:hover,
.navbar ul li.active span:hover {
    color: #1E74AF;
}

.navbar ul li.active>a,
.navbar ul li.active>span {
    color: #000000;
}

.navbar ul li a,
.navbar ul li span {
    position: relative;
    font-size: 1.15rem;
    margin-left: 35px;
    padding: 35px 0;
    color: #000000;
    font-family: 'Manrope-Bold';
    cursor: pointer;
}

.navbar ul li ul li a,
.navbar ul li ul li span {
    position: relative;
    font-size: 1rem;
}

.header-container .navbar ul li a,
.header-container .navbar ul li span {
    font-size: 14px;
}

.navbar ul li a:hover,
.navbar ul li.active a,
.navbar ul li span:hover,
.navbar ul li.active span {
    color: #0062A0;
}

.navbar ul li.active ul li a {
    color: #000;
}

.navbar ul li.active ul li a:hover {
    color: #1E74AF;
}

.navbar-toggler {
    color: #000000;
}

.navbar.page {
    max-width: 1170px;
}

.nav-icon.fa {
    font-size: 14px;
}

.nav-dropdown-menu {
    display: none;
    top: calc(5.8rem - -2px);
    min-width: 15rem;
    padding: 20px;
    position: absolute;

}

.nav-item {
    position: relative;
}

.nav-item>a,
.nav-item>span {
    position: relative;
    display: inline-block;
    padding: .5rem;
}

.nav-item .nav-dropdown-menu a,
.nav-item .nav-dropdown-menu span {
    margin-left: 0;
    white-space: nowrap;
    padding: .45rem;
}

.nav-item .nav-dropdown-menu li:first-of-type a,
.nav-item .nav-dropdown-menu li:first-of-type span {
    padding-top: .4rem;
}

.nav-item.active a:after,
.nav-item a:after,
.nav-item.active span:after,
.nav-item span:after {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: inherit;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 10rem;
    padding: 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #0d092a;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 15%);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0d092a;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0d092a;
}

a.dropdown-item {
    margin-left: 0 !important;
}

a.dropdown-item:hover::after {
    content: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 34px 10px 30px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #555454ad;
}

ul.nav.nav-pills li.nav-item a.dropdown-item:hover::after,
ul.nav.nav-pills li.nav-item span.dropdown-item:hover::after {
    width: 0;
    height: 0;
}

ul.nav.nav-pills li.nav-item a.nav-link:hover::after,
ul.nav.nav-pills li.nav-item span.nav-link:hover::after {
    width: 0;
    height: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d092a;
    border: 1px solid #3e3e3eed;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/*************************************************************
Our Story section - homepage
*************************************************************/

main.w-content section.mission .container p.wow.animate__fadeInUp {
    font-size: 1.4em;
}

main.w-content section.mission .container p.wow.animate__fadeInUp span {
    font-size: inherit;
}


.mission .btn-theme {
    font-size: 1em;
}

/*************************************************************
Footer
*************************************************************/
footer {
    background-color: black;
    border-top: 6px solid #1E74AF;
}

footer .logo {
    max-width: 200px;
    width: 100%;
}

footer h4 {
    font-family: "Manrope-Bold";
    font-size: 16px;
    color: #f4f4f4;
    margin: 0;
}

footer a,
footer ._widget li a {
    font-family: "Manrope-Regular";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #f4f4f4;
    transition: all 0.3s ease-in-out;
    position: relative;
}

footer ._widget {
    margin: 30px auto;
}

footer ._widget li a:hover {
    color: #1E74AF;
}

footer .contact-details {
    margin-bottom: 30px;
    margin-left: 20px;
}

footer .contact-details>div {
    margin-bottom: 1.25rem;
}

footer .contact-details ._icon i {
    position: absolute;
    left: -20px;
    top: 0;
    color: #1E74AF;
}

.w-social-media {
    text-align: center;
    width: 100%;
    display: flex;
    gap: 10px;

}

.w-social-media .social-media {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
}

.w-social-media .social-media span {
    display: none;
}

.w-social-media .social-media.fb {
    background-image: url('../image/sm-fb.svg');
}

.w-social-media .social-media.ig {
    background-image: url('../image/sm-ig.svg');
}

.w-social-media .social-media.tw {
    background-image: url('../image/sm-tw.svg');
}

.w-social-media .social-media.in {
    background-image: url('../image/sm-in.svg');
}

.w-social-media .social-media.tl {
    background-image: url('../image/sm-tl.svg');
}

.w-social-media .social-media.ytb {
    background-image: url('../image/sm-ytb.svg');
}


.copyright {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #f4f4f4;
    text-align: center;
    padding: 20px 20px 45px 20px;
}

.copyright>a {
    color: #f4f4f4;
}

.copyright>a:hover {
    color: #1E74AF;
}

.logo-comscore {
    background-color: white;
    display: inline-block;
    padding: 3px;
    margin-top: 3rem;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .footer-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo-comscore {
        margin-bottom: 1rem;
        margin-top: 3rem;
        background-color: white;
        padding: 3px;
        border-radius: 5px;
        text-align: center;
    }
}

/*************************************************************
HOME PAGE
*************************************************************/


.top-section {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-bottom: 9px solid #1E74AF;
    border-top: 2px solid black;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: black;
    text-align: center; 
}

.slider-container video {
    width: 100%;
    height: auto;
    max-width: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
    margin: 0 auto;
}

.home .top-section {
    margin-top: -95px;
}

@media only screen and (max-width: 501px) {
    .home .top-section {
        margin-top: -20px;
    }
    .home .navbar {
        background-color: rgba(0, 0, 0, 1);
}
    .top-section {
    border-top: 2px solid black;
}
}

/* Wider screen partial fix */

@media (min-width: 1340px) and (max-width:1600px) {
  .top-section {
    height: 100vh;
     width: 100vw;
    overflow: hidden;
  }

  .slider-container {
    height: 100%;
    overflow: hidden;
    height: 106vh;
   
  }

  .slider-container video {
    width: 100vw;
    height: 100%; 
    height: 106vh;
    transform: translateY(-5vh);
    object-position: center;
    object-fit: cover;
  }
}

@media (min-width: 1601px) {
  .top-section {
    height: 100vh;
     width: 100vw;
    overflow: hidden;
  }

  .slider-container {
    height: 100%;
    overflow: hidden;
    height: 110vh;
   
  }

  .slider-container video {
    width: 100vw;
    height: 100%; 
    height: 110vh;
    transform: translateY(-10vh);
    object-position: center;
    object-fit: cover;
  }
}




/* PREVIOUS STYLING IN CASE WE NEED TO REVERT */
/* .top-section {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-bottom: 9px solid #1E74AF;
} */

/* .top-section .title {
    font-size: clamp(38px, 7vw, 72px);
    line-height: 1.1;
    text-transform: uppercase;
    color: white;

} */

/* .top-section .title::before {
    content: '';
    width: 60px;
    height: 10px;
    background-color: #1E74AF;
    display: flex;
    margin-bottom: 32px;
} */

/* .top-section .title span {
    color: #2587cb;
} */

/* .top-section .btn-theme {
    color: white;
}

.top-section .btn-theme:hover {
    color: #1E74AF;
} */

/* .slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: black;
}

.slider-container img,
.slider-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
    will-change: opacity, visibility;
}

.slider-container video:first-child,
.slider-container img:first-child {
    visibility: visible;
    opacity: 1;
    display: block;
} */

/* Hide Anya video on mobile (not suitable) */
/* @media only screen and (max-width: 767px) {
    .slider-container .video-anya-collider {
        display: none;
    }
} */

.home .top-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.content-container {
    position: absolute;
    padding: 0 20px;
    text-align: left;
    color: #fff;
    z-index: 1;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .content-container {
        padding: 0 10px;
        max-width: 90%;
    }
}

/* Our Mission */
.mission p {
    font-size: clamp(26px, 4vw, 34px);
    margin-bottom: 40px;
}

.mission p span {
    font-family: 'Manrope-Bold';
}

.bg-logo {
    background: url('../image/valnet-logo-icon-black.svg') center/contain no-repeat;
    width: 100%;
    height: 170%;
    position: absolute;
    opacity: 0.04;
    top: -173px;
    right: -34%;
    z-index: -1;
}

/* Our Network */

.network .header {
    margin-bottom: 40px;
}

.network h2 {
    margin-bottom: 0;
}

/* Our Brands carousel */

/*.carousel {
    height: 380px;
    margin:auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    left: -20%;

}

.carousel-track {
    display: flex;
    width: calc(380px * 20);
    animation: scroll 20s linear infinite;
}

.carousel-track:hover {
   animation-play-state: paused;
}*/

.brands-carousel {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.slick-prev {
    position: absolute !important;
    z-index: 9;
    left: -4.5rem;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.slick-prev:after {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    ;
    padding: 2rem;
    content: '<';
    font-size: 2rem;

}

.slick-next {
    position: absolute !important;
    z-index: 9;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.slick-next:after {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 2rem;
    content: '>';
    font-size: 2rem;

}

@keyframes scroll {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translatex(calc(-380px * 10));
    }
}

.slide {
    height: 380px;
    width: 380px;
    align-items: center;
    z-index: 1;
    position: relative;
    transition: transform .25s;
}

.slide:hover {
    z-index: 99999;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.slide:hover .slide-overlay {
    background-color: rgba(0, 0, 0, .3);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slide-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slide-logo img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 375px) and (max-width: 480px) {
    .brands-carousel {
        margin-left: calc(-50vw + 50%);
    }

    .slick-prev {
        top: 10vh;
    }

    .slick-next {
        top: 10vh;
    }

    .slide {
        height: 430px;
        width: 430px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .brands-carousel {
        margin-left: calc(-50vw + 50%);
    }

    .slick-prev {
        top: 16vh;
    }

    .slick-next {
        top: 16vh;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .brands-carousel {
        margin-left: calc(-50vw + 50%);
    }

    .slick-prev {
        top: 16vh;
        left: -5rem;
    }

    .slick-next {
        top: 16vh;
    }

    .slide {
        width: 100%;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1920px) {
    .brands-carousel {
        margin-left: calc(-50vw + 50%);
    }

    .slick-prev {
        top: 25vh;
    }

    .slick-next {
        top: 25vh;
    }

    .slide {
        height: 480px;
        width: 480px;
    }
}

/* Recent Highlights */

#MIGS,
#SR-Comic-Con,
#auto-show,
#Thanksgiving,
#make-a-wish,
#hoops-heroes,
#htg-leaders,
#backpacks,
#game-awards-2024,
#amour,
#fabrizio-gms,
#wildfires-donation,
#canadian-game-awards, 
#grande-marmite,
#welcome-polygon{
    scroll-margin-top: 125px;
}


.news {
    margin-bottom: 60px;
}

.news-item {
    display: grid;
    grid-template-rows: auto 245px;
}

@media only screen and (min-width: 993px) and (max-width: 1065px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 300px;
    }
}

@media only screen and (min-width: 914px) and (max-width: 993px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 375px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 913px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 400px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .news-content {
        margin-bottom: 15px;
    }

    .news-item {
        display: grid;
        grid-template-rows: auto 190px;
    }
}

@media (max-width: 700px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 190px;
    }
}

@media (max-width: 500px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 240px;
    }
}

@media (max-width: 445px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 290px;
    }
}

@media (max-width: 337px) {
    .news-item {
        display: grid;
        grid-template-rows: auto 350px;
    }
}

.news-item:hover .news-title {
    text-decoration: underline;
}

.news-video:hover .news-title {
    text-decoration: underline;
}

.news-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 400px;
}

.news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    background: black;
    padding: 26px;
    overflow: hidden;
}

.news-category {
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-category::before {
    content: "/";
    color: #1E74AF;
    position: relative;
    margin-right: 5px;
    font-family: 'Manrope-ExtraBold';
}

.news-title {
    font-size: 24px;
    line-height: 1.3;
    color: white;
    margin-bottom: 0;
    transition: opacity .3s ease;
}

.news-date {
    font-family: 'Manrope', sans-serif;
    font-size: 12.3px !important;
    font-weight: bold;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.news-play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news-play-button-overlay svg {
    fill: white;
    opacity: 0.5;
}


/*************************************************************
Stats
*************************************************************/

.stats {
    border-bottom: 3px solid black;
}

.w-stats {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 4fr));
    margin-top: 80px;
}

.stat-container {
    align-items: center;
    justify-content: center;
    font-size: 68px;
    font-family: 'Manrope-ExtraBold';
    margin-bottom: 20px;
}

.stat-container h3 {
    font-size: inherit;
    margin: 0;
}

.stat-desc {
    font-family: 'Manrope-Medium';
}

.header-container {
    max-width: none !important;
}

.detail-card {
    width: 60%;
    margin: 0 auto;
}

.w-press-release-list {
    display: grid;
    margin: 0 15px;
    margin-left: 0px !important;
    align-items: center;
    margin: 0 auto;
}

.w-press-release-list .tabscontent .contant {
    margin-bottom: 50px;
}

@media(min-width: 700px) {
    .w-press-release-list {
        margin-left: 70px;
    }
}

.press-release-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 0;
}

@media only screen and (min-width:1024px) {
    .press-release-list {
        grid-template-columns: repeat(3, 1fr);
    }
}


.press-release-item {
    padding: 20px 25px 25px 25px;
    background-color: #f6f6f6;
    display: grid;
    grid-template-rows: 25px auto auto;
    align-items: start;
}

.press-release-item2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 20px 20px 25px 25px;
    background-color: #f6f6f6;
    grid-template-rows: 25px auto auto;
    align-items: stretch;
    height: 17.5rem;
    position: relative;
    margin: 0 auto;
    justify-content: center;
}

.pr-content {
    display: flex;
    flex-direction: column;
    width: 45rem;
    padding: 0 1rem;
    position: relative;
}

.pr-content .pr-links {
    position: absolute;
    bottom: -0.33rem;
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
}

.pr-content h3 {
    margin-bottom: 5px;
    margin-top: -17px;
    font-size: 22.7px;
}

.pr-content p {
    font-size: .9rem;

}

.pr-photo {
    width: 22rem;
    height: 16rem !important;
    overflow: hidden;
}

.pr-photo img {
    width: 100%;
    height: 14.98rem;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .tab-content .tabscontent .press-release-item2 .sentinel-image {
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1rem;
        margin: 0 auto;
    }

    .tab-content .tabscontent .press-release-item2 .sentinel-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 768px) {
    .pr-photo img {
        height: auto;
        width: auto;
    }
}

.pr-photo .pr-play-pos {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    width: 22rem;
    height: 13.7rem;
    color: #fff;
    font-size: 3rem;
}

.press-release-item2 .pr-content p .pr-normal-link {
    color: #0000EE;
    text-decoration: underline;
    padding: 0;
    background: none;
    border: none;
    display: inline;
}

.pr-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.pr-links a {
    font-size: 0.875rem;
}

.pr-links .fa {
    margin-left: .5rem;
}

.press-release-item span {
    font-size: 12px;
    display: block;
}

.press-release-item2 span {
    font-size: 12px;
    display: block;
}

.press-release-item2 a {
    background: #fff;
    padding: 0.25rem;
    font-family: 'Manrope-Bold';
    width: auto;
    text-align: center;
}

.press-release-item2 .pr-video {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

@media (max-width: 768px) {
    .press-release-item2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 25rem;
        height: auto;
        margin: 0 auto;
    }

    .pr-photo {
        width: 100%;
        max-width: 20rem;
        height: auto !important;
    }

    .pr-content {
        display: flex;
        flex-direction: column;
        width: auto;
        max-width: 20rem;
        margin-top: 1rem;
        height: 100%;
        flex-grow: 1;
        /* Allows the content area to grow as needed */
    }


    .pr-links {
        display: flex;
        flex-direction: column !important;
        bottom: 0;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        gap: 0.5rem;
        margin-top: auto;
        width: 100%;
        max-width: 20rem;
        text-align: center;
        justify-content: center;
    }

    .press-release-item2 a {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .w-press-release-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto !important;
        width: 100%;
    }

    .press-release-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .press-release-item2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        max-width: 600px;
        padding: 20px;
        box-sizing: border-box;
        height: auto;
        margin: 0 auto;
    }

    .pr-photo {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .pr-photo img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .pr-content {
        width: 100%;
        padding: 0 1rem;
    }

    .pr-links {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .pr-content p {
        margin-bottom: 10rem;
    }

}



.press-release-item h3 {
    line-height: 1.4;
    font-size: 19px;
    word-break: break-word;
    align-self: flex-start;
}


.grid-images img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.grid-images img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.grid-images ._text {
    max-width: 90%;
    margin: 50px auto 0;
}

._tabs li {
    border-left: solid 1px rgba(8, 40, 62, .25);
}

._tabs li a {
    font-family: "Manrope-Bold";
    font-size: 24px;
    color: black;
    padding-left: 62px;
    display: block;
    line-height: normal;
}

._tabs li a:hover,
._tabs li a.active {
    border-left: solid 5px #1E74AF;
    margin-left: -2px;
    color: #08283E;
}

._tabs li:not(:last-child) {
    padding-bottom: 15px;
}

.tabscontent .row {
    padding: 15px 25px 25px 25px;
    border-radius: 15px;
    box-shadow: 5px 10px 15px 0 rgba(8, 40, 62, .1);
    background-color: #FFF;
    margin-bottom: 30px;
}

.tabscontent .btn-theme {
    font-size: 14px;
    min-width: 100%;
    width: 100%;
}

._scrolldown {
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 2%;
}

._scrolldown ._bar {
    width: 1px;
    height: 100px;
    background-color: #ffffff;
    margin: 7px auto -13px;
    animation: loop 3s linear 2s infinite alternate;
    -webkit-animation: loop 3s linear 2s infinite alternate;
}

._playme ._btn:after {
    animation: afterbefore 2s linear 2s infinite alternate;
    -webkit-animation: afterbefore 2s linear 2s infinite alternate;
}

@keyframes loop {
    0% {
        height: 50px;
    }

    100% {
        height: 100px;
    }
}

@keyframes afterbefore {
    0% {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    100% {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
}

._scrolldown ._text {
    margin: 0;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    line-height: 32px;
    font-size: 11px;
    color: white;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: "Manrope-Bold";
}

._scrolldown i {
    color: #ffffff;
}

.video-list .video-item {
    padding: 20px 25px 25px 25px;
    border-radius: 15px;
    box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFF;
}

._playme {
    max-width: 370px;
    width: 100%;
    position: absolute;
    bottom: 14%;
    left: -2%;
}

._playme ._btn {
    line-height: 120px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #239CF5;
    font-size: 24px;
    position: relative;
}

._playme ._btn:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;


}

._playme img {
    position: absolute;
    left: 0;
    top: 60px;
    transform: rotate(326deg);
    -webkit-transform: rotate(326deg);
}

._playme p {
    line-height: 1.14;
    letter-spacing: 4.67px;
    color: #08283E;
    font-size: 28px;
    margin-bottom: 0;
    font-family: 'DKLemonYellowSun';
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: -30px;
}

._videoPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    background-color: hsl(0deg 0% 0% / 50%);
    display: none;
}

._videoPopup ._holder {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

._videoPopup ._close {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #5106fa;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    cursor: pointer;
}

._publingHero ._close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #0d092a;
    color: #fff;
    position: fixed;
    top: 60px;
    right: 60px;
    z-index: 999;
    border: 0px;
    font-size: 19px;
    letter-spacing: 0;
}

._videoPopup video {
    width: 80vw;
    height: auto;
}

.our-brand {
    margin-top: 86px;
}

.our-brand h6 {
    font-family: "Karla-Bold";
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.94px;
    color: #777499;
    text-align: center;
}

.our-brand ._card {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-brand ._card img {
    max-width: 85%;
    margin: 0 auto;
}

.mobile-show {
    display: none;
}

.desktop-show {
    display: block;
}

.z-index-99 {
    z-index: 99;
}






/*animations*/
._playme ._btn:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

._publingHero .row {
    position: relative;
    z-index: 10;
}

._publingHero ._shape {
    position: fixed;
    bottom: 0;
    left: 0;

    object-position: center;
    object-fit: cover;
    z-index: -1;
}

._publingHero p {
    line-height: 28px;
    font-size: 16px;
}

section._publingHero div#accordion .card {
    cursor: default;
}

._publingHero .nav-dropdown-menu {
    left: 0;
}

/* Commented out 02/06/25 */
/* ._publingHero .container {
    padding-right: 30px !important;
    padding-left: 30px !important;
} */


/*************************************************************
OUR BRANDS SECTION
*************************************************************/

.brand-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}


.brand-listSG {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 767px) {

    .brand-listSG {
        grid-template-columns: 1fr
    }
}

/* .portfolio-brand-list{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
} */

.portfolio-brand-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) {
    .portfolio-brand-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 567px) {
    .portfolio-brand-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.brand-item:hover .ratio-content {
    display: flex;
    opacity: 1;
}

.brand-item {
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center center;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 10px 15px 0 rgb(0 0 0 / 6%);
}

.brand-item a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ff2c52;
}

.brand-item:last-of-type {
    margin-right: 0;
}

.expend-input {
    display: none;
}

.expend-input:checked~.brand-list {
    height: auto;
}

.expend-input:checked~.expend-label {
    display: none;
}

.brand-item:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: calc((1/1) * 100%);
}

.brand-item .ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transition: all .5s;
}

/*************************************************************
Odyssey
*************************************************************/

.OD .brand-item .ratio-content {
    display: flex;
    opacity: 1;
    align-items: start;
    padding: 10px 20px;
    position: relative;
    min-height: 208px;
    width: 100%;
    height: 100%;
    background: none;
    justify-content: space-around;
}

.OD .brand-item:before {
    display: none;
}

.SG .brand-item .ratio-content {
    display: flex;
    opacity: 1;
    align-items: start;
    padding: 10px 20px;
    position: relative;
    min-height: 180px;
    width: 100%;
    background: none;
    justify-content: center;
}

.SG .brand-item:before {
    display: none;
}

.ratio-content.align-top {
    justify-content: start;
    padding-top: 20px;
}

.OD .brand-item .ratio-content h3 {
    margin-bottom: 0;
}

img.sub-heading {
    max-width: 300px;
}

.OD-partners {
    gap: 50px;
}

.OD-partners img {
    max-width: 120px;
    align-self: center;
    flex: 0 0 auto;
}

.od-large-sub {
    font-weight: bold;
    color: #239CF5;
    margin-bottom: 0;
}

.small-data {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 19px 40px;
}

.small-data p {
    font-family: 'Manrope-Medium';
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 699px) {
    .slide {
        height: 290px !important;
        width: 290px !important;
    }

    .OD-partners img {
        max-width: 23%;
    }

    .margin-for-small {
        margin-bottom: 2rem;
    }

    .hide-for-small {
        display: none;
    }

    img.sub-heading {
        width: 75%;
    }

    .brand-item .ratio-content {
        display: none;
    }

    .OD .brand-item .ratio-content {
        position: relative;
        min-height: 155px;
    }

    .brand-item:hover .ratio-content {
        display: flex;
        opacity: 1;
    }

    .OD .brand-item:before {
        display: none;
    }

    .small-data {
        grid-template-columns: 1fr 19px 30px;
    }

    .small-data p {
        font-size: 11px;
    }

    h4.od-large-data br {
        display: none;
    }

    h4.od-large-data {
        font-size: 13px;
    }
}

.brand-item.SR {
    background-image: url('../image/SR.svg');
    background-size: 60% auto !important;
}
.brand-item.CBUZZ {
    background-image: url('../image/cb.png');
    background-size: 60% auto !important;
}

.brand-item.CL {
    background-image: url('../image/CL.svg');
    background-size: 50% auto !important;
}

.brand-item.CB {
    background-image: url('../image/CB.svg');
    background-size: 80% auto !important;
}

.brand-item.MUO {
    background-image: url('../image/MUO.svg');
}

.brand-item.MW {
    background-image: url('../image/MW.svg');
}

.brand-item.TV {
    background-image: url('../image/TV.svg');
}

.brand-item.TG {
    background-image: url('../image/TG.svg');
    background-size: 55% auto !important;
}

.brand-item.FL {
    background-image: url('../image/fl.png');
    background-size: 55% auto !important;
}

.brand-item.GR {
    background-image: url('../image/GR.svg');
}

.brand-item.HC {
    background-image: url('../image/hc.png');
}

.brand-item.TS {
    background-image: url('../image/TS.svg');
}

.brand-item.TH {
    background-image: url('../image/TH.svg');
}

.brand-item.BG {
    background-image: url('../image/BG.svg');
}

.brand-item.MM {
    background-image: url('../image/MM.svg');
}

.brand-item.RT {
    background-image: url('../image/RT.svg');
    background-size: 65% auto !important;
}

.brand-item.TR {
    background-image: url('../image/TR.svg');
    background-size: 40% auto !important;
}

.brand-item.BTS {
    background-image: url('../image/BTS.svg');
}

.brand-item.AP {
    background-image: url('../image/AP.png');
}

.brand-item.SF {
    background-size: 30% auto;
    background-image: url('../image/SF.svg');
}

.brand-item.XDA {
    background-image: url('../image/XDA.svg');
}

.brand-item.PN {
    background-image: url('../image/PN.svg');
}

.brand-item.TPS {
    background-image: url('../image/tps.png');
}

.brand-item.DS {
    background-image: url('../image/DS.svg');
}

.brand-item.GMS {
    background-image: url('../image/gms.svg');
}

.brand-item.FTT {
    background-image: url('../image/ftt.png');
}

.brand-item.FLW {
    background-image: url('../image/flw.png');
}

.brand-item.FF {
    background-image: url('../image/ff.png');
}

.brand-item.TIF {
    background-image: url('../image/tif.png');
}

.brand-item.FFC {
    background-image: url('../image/ffc.png');
}

.brand-item.PL {
    background-image: url('../image/pl.png');
}

.brand-item.TT {
    background-image: url('../image/tt-logo-mark.png');
}

.brand-item.TCB {
    background-image: url('../image/TCB.svg');
}

.brand-item.VC {
    background-image: url('../image/VC.svg');
}

.brand-item.HTG {
    background-image: url('../image/htg.png');
}

.brand-item.BYB {
    background-size: 50% auto;
    background-image: url('../image/byb.svg');
}

.brand-item.LS {
    background-size: 60% auto;
    background-image: url('../image/LS.png');
}

.brand-item.HG {
    background-size: 60% auto;
    background-image: url('../image/HG.svg');
}

.brand-item.OC {
    background-size: 60% auto;
    background-image: url('../image/oc-logo.png');
}

.brand-item.poly {
    background-size: 60% auto;
    background-image: url('../image/polygon-logo-mark1.png');
}

.brand-item.template {
    background-image: url('../image/template.svg');
}

.od-separator {
    width: 100%;
    height: 2px;
    background-color: #1E74AF;
    margin-top: 50px;
    margin-bottom: -20px;
}

@media (max-width: 768px) {
    .od-separator {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: -10px;
    }
}

.od-team .od-row {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
}

.od-team-member {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
    position: relative;
    margin-bottom: 30px;
    height: 300px;
}

.od-team-member figure {
    height: inherit;
    margin: 0;
}

.od-team-member img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    object-fit: cover;
}

.od-team-member:hover img {
    transform: scale(1.1);
}

.od-team-member .content {
    color: white;
    grid-column: 1;
    grid-row: 2;
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
}

.od-team-member .name {
    font-family: 'Manrope-Bold', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: -0.25rem;
}

.od-team-member .position {
    font-size: .85rem;
    margin: 0;
    color: #919191;
}

@media (max-width: 1200px) {
    .od-team .od-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .od-team .od-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .od-team .od-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .od-team #content-Strategy .sub-heading {
        margin-left: -12px;
        text-align: left;
    }
}

.odImg {
    margin-bottom: 20px;
    margin-top: 20px;
}

.odLogo {
    width: 60%;
}

@media (min-width: 767px) {
    .odLogo {
        width: 40%;
    }
}

.od-lead {
    margin-bottom: 60px;
}

.leaders-item {
    display: grid;
    grid-template-rows: auto 235px;
}

@media only screen and (min-width: 1024px) and (max-width: 1165px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 260px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 991px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 300px;
    }
}

@media only screen and (min-width: 846px) and (max-width: 900px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 335px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 845px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 405px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .leaders-content {
        margin-bottom: 15px;
    }

    .leaders-item {
        display: grid;
        grid-template-rows: auto 190px;
    }
}

@media (max-width: 700px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 190px;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 230px;
    }
}

@media (max-width: 445px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 260px;
    }
}

@media (max-width: 360px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 315px;
    }
}

@media (max-width: 340px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 330px;
    }
}

@media (max-width: 330px) {
    .leaders-item {
        display: grid;
        grid-template-rows: auto 420px;
    }
}

.leaders-item:hover .leaders-title {
    text-decoration: underline;
}

.leaders-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 400px;
}

.leaders-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leaders-content {
    background: black;
    padding: 26px;
    overflow: hidden;
}

.leaders-category {
    color: white;
    font-size: 12px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.leaders-category::before {
    content: "/";
    color: #1E74AF;
    position: relative;
    margin-right: 5px;
    font-family: 'Manrope-ExtraBold';
}

.leaders-title {
    font-size: 24px;
    line-height: 1.3;
    color: white;
    margin-bottom: 0;
    transition: opacity .3s ease;
}


/*************************************************************
BRANDS
*************************************************************/

.brands h3 {
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 700px) {
    #portfolioNav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}


.brands a {
    cursor: pointer;
}

.brands a:hover .logo-container,
.careers a:hover .logo-container {
    background-color: #e4e4e4;
}

.vertical-brands {
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-link {
    width: 100%;
}

.logo-container {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 30px 50px;
    text-align: center;
    margin-bottom: 20px;
    height: 100px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.logo-container img {
    max-width: 200px;
    object-fit: contain;
    aspect-ratio: 9/2;
}

.our-brands .text-wrapper {
    max-width: 94%;
}

.our-brands ._card {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #141047;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;

}

@media only screen and (max-width: 1024px) {
    .our-brand-studio .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .our-brand-studio ._card {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 1025px) {
    .our-brand-studio .row {
        margin-left: -15px;
    }
}

.col.col-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;

}

.col.col-flex .btn-theme {
    width: 140px;
    min-width: 0;
}

@media only screen and (min-width: 1025px) {
    .col.col-flex .btn-theme {
        width: auto;
        min-width: 250px;
    }
}

.w-100.studio ._card {
    transition: all .25s;
}

.w-100.studio ._card:hover {
    background-color: #261d7e;
    transform: scale(1.05);
}

.our-brands ._card img {
    max-width: 70%;
}

/*************************************************************
Advertising PAGE
*************************************************************/

.advertising.top-section {
    background: url('../image/advertising-bg.jpg') no-repeat center;
    background-size: cover;
    border: none;
    height: 92vh;
}

.advertising.top-section .content-container {
    display: flex;
    gap: 0;
    height: 100%;
    align-items: center;
    flex-direction: column;
    top: 0;
    transform: translate(-50%);
}

.advertising.top-section .content-container h1{
text-transform: uppercase !important;
color: white !important;

}

.advertising.top-section .title {
    font-size: clamp(50px, 7vw, 78px);
    margin-top: 80px;
}

.advertising.top-section .title::before {
    width: 15%;
}

.ad-hero-image {
    margin-top: 20px;
    align-self: self-end;

    display: flex;
    align-items: flex-end;
    flex: 1;
}


@media screen and (min-width: 769px) {
    .advertising.top-section .content-container {
        justify-content: center;
        flex-direction: row;
    }

    .advertising.top-section .title {
        flex: 1;
        margin: 0;
    }

    .ad-hero-image {
        min-width: 400px;
        flex: 1;
        margin-top: 0;
    }

    .advertising.top-section .content-container {
        gap: 50px;
    }
}

.advertising .cta .row {
    background: #f2f2f2;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-left: 8px solid #1E74AF;
}

.advertising .cta h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.advertising .cta p {
    font-family: "Manrope-Bold";
    margin-bottom: 0;
    font-size: clamp(20px, 2vw, 1.5rem);
    line-height: 1.4;
}

.advertising .cta p a {
    color: #1E74AF;
    text-decoration: underline;
}

.advertising .w-stats {
    margin-top: 40px;
}

.ad-targeting .icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.ad-targeting .icons img {
    margin-bottom: 1rem;
}

.ad-targeting .icons .icon {
    text-align: center;
    flex-basis: 218px;
}

@media screen and (max-width: 768px) {
    .ad-targeting .icons .icon {
        flex-basis: 150px;
    }
}

.world-stats .container {
    position: relative;
}

.world-stats .stat-container {
    margin-bottom: 0;
    line-height: 1.3;
}

.world-stats .stats {
    border: none;
}

.world-stats .stat {
    color: #000000;
}

.world-stats .stat p {
    font-size: 1rem;
    font-family: "Manrope-Medium";
}

.world-stats .country {
    color: #1E74AF;
}

.stat-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

.stat-top-middle {
    position: absolute;
    top: 10px;
    left: 60%;
    transform: translateX(-50%);
}

.stat-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.icons p,
.vertical p {
    font-size: 1.25rem;
    font-family: 'Manrope-Bold', sans-serif;
}

.verticals {
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.careers .vertical {
    max-height: 100%;
    background: transparent;
    overflow: visible;
}

.row.vertical {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}

.column {
    display: flex;
    flex-direction: column;
}

.image-overlay {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 300ms;
}

.image-overlay:hover img {
    scale: 1.1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 24px;
}

.ads-offering {
    font-size: 1.25rem;
    font-family: 'Manrope-Medium', sans-serif;
}

.ads-offering span {
    font-family: 'Manrope-Bold', sans-serif;
    color: #1E74AF;
    margin-right: 10px;
}

.ads-offering p::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 10px;
    background-color: #1E74AF;
    top: -2px;
    position: relative;
}

.segment-title {
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.segment-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1E74AF;
    margin-top: 5px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: "➔";
    color: #1E74AF;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .film-show-section {
        margin-top: 30px;
    }

    .custom-list li {
        margin-bottom: 0;
    }
}

/*************************************************************
OUR TEAM
*************************************************************/
.our-team .row {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0 30px;
}

.team-member {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
    position: relative;
    margin-bottom: 30px;
}

.photo-container {
    overflow: hidden;
    height: 100%;
    grid-column: 1;
    grid-row: 1/last-line;
}

.team-member figure {
    height: inherit;
    margin: 0;
}

.team-member img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    object-fit: cover;
}

.team-member:hover img {
    transform: scale(1.1);
}

.team-member .content {
    color: white;
    grid-column: 1;
    grid-row: 2;
    padding: .5rem 1rem .5rem 1rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
}

.team-member .name {
    font-family: 'Manrope-Bold', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: .25rem;
}

.team-member .position {
    font-size: .85rem;
    margin: 0;
    color: #919191;
}

/* Team member modal */

.team-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.team-modal.active {
    display: flex;
}

.team-modal-content {
    background: #fff;
    border-radius: 12px;
    max-width: 800px;
    padding: 40px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.3s ease-out;
}

.team-modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color:black;
}

.team-modal-close:hover {
    color:#1E74AF;
}

.team-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.team-modal-text {
    flex: 1;
    min-width: 200px;
}

.team-modal-position {
    font-size: 1rem;
    color: #444;
    margin-top: 10px;
    margin-bottom:10px;
}
.team-modal-image img {
    width: 150px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    margin-right:10px;
}
.team-modal-body p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: .85rem;
}

.team-socials{
    display: flex;
    gap:20px;
}

.team-modal-text h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
}

.team-modal-image {
    flex-shrink: 0;
}
.team-read-more{
    background-color: transparent;
    /* color: rgb(145, 145, 145); */
    color:white;
    font-family: 'Manrope-Bold', sans-serif;
    font-size: .85rem;
    margin-top: .25rem;
    border: none;
    padding: 0;
}

.team-read-more:hover{
    /* color:white; */
    color:#1E74AF;
}

.team-modal-label{
    font-style: italic;
    font-size: .85rem;
    color: #1E74AF;
}

/* Hide image and adjust layout on mobile */
@media (max-width: 768px) {
    .team-modal-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .team-modal-image {
        display: none;
    }

    .team-modal-text h2 {
        font-size: 28px;
    }

    .team-modal-position {
        font-size: 16px;
    }

    .team-modal-content {
        padding: 30px 20px;
    }
}

.team-modal-logo {
    gap:12px;
}

.team-modal-logo img {
    max-width: 30px;
    max-height:30px;
    align-self: center;
    flex: 0 0 auto;
}

@media (max-width: 500px) {
    
        .team-modal img {
            max-width: 30px;
            max-height: 30px;
            min-height: 17px;
        }
        .team-modal-logo {
            gap: 10px;
            align-items: flex-start;
            justify-content: flex-start;
        }
    }

  /* vertical scroll on mobile modal */
    @media (max-width: 768px) {
  .team-modal-content {
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
    border-radius: 0;
  }
}

/* scrollbar styling */

/* .team-modal-content::-webkit-scrollbar {
  width: 12px;
}

.team-modal-content::-webkit-scrollbar-track {
  background: #f9f9f9;
}

.team-modal-content::-webkit-scrollbar-thumb {
  background-color: #1E74AF;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.team-modal-content {
  scrollbar-width: thin;
  scrollbar-color: #1E74AF transparent;
} */


/* employee tagline */

.team-modal-tagline {
  font-size: .85rem;
  font-style: italic;
  color: #333;
  border-left: 4px solid #1E74AF;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  border-radius: 6px;
  line-height: 1.5;
}


/*************************************************************
Contact US
*************************************************************/

.contact h3,
.contact h4 {
    margin-bottom: 10px;
}

.contact p {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 10px;
}

.contact a {
    color: #1E74AF;
    text-decoration: none;
    font-size: 1rem;
    transition: all .3s ease;
}

.contact a:hover {
    color: black;
}

.office-location {
    text-align: center;
    margin-bottom: 70px;
    text-align: left;
}

.office-location ._icon {
    font-size: 1rem;
    position: relative;
    padding-left: 22px;
    line-height: 24px;
    transition: all .3s ease;
}

.office-location ._icon i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #1E74AF;
}

.office-location img {
    width: 100%;
    max-height: 346px;
    object-fit: cover;
    margin-bottom: 15px;
}

.contact-details .col-lg-3 {
    margin-bottom: 30px;
}

.contact-details h2 {
    margin-bottom: 50px;
}

.contact-details h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.coming-soon-container {
    position: relative;
    text-align: center;
}

.coming-soon-container .coming-soon-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-family: 'Manrope-bold', sans-serif;
    color: rgb(47, 47, 47);
    padding: 10px;
}



/*************************************************************
Careers & News Tabs
*************************************************************/

.tabs {
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.nav-tabs {
    border-bottom: none;
    gap: 25px;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}

.w-tabs .nav-item>a {
    font-family: "Manrope-Bold";
    font-size: 1rem;
    padding: .8rem;
    border-bottom: 4px solid transparent;
}

.w-tabs .nav-item>a:hover,
.w-tabs .nav-item>a.active {
    color: #1E74AF;
    border-bottom: 4px solid #1E74AF;
}

.nav-link.active {
    color: #1E74AF;
    border-bottom: 4px solid #1E74AF;
}

.btn-careers-link {
    justify-content: center;
}

.btn-careers-link a {
    padding: 1rem 2rem;
    background: black;
    color: white;
    line-height: 1.3;
    text-align: center;
    transition: all .2s ease;
}

.btn-careers-link a:hover {
    background: #1E74AF;
}

.featured-video {
    margin-bottom: 40px;
    width: 70%;
    max-width: 800px;
}

.homepage-featured-video {
    margin-bottom: 15px;
    width: 100%;
}
.video-title-homepage{
    margin-top:-10px;
}
.careers-video {
    margin-bottom: 40px;
    width: 50%;
    max-width: 800px;
    padding: 0;
}

.careers-video video,
.featured-video video {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {

    .careers-video,
    .featured-video {
        width: 100%;
        max-width: none;
        margin-top: -20px;
    }
}

.careers-tagline {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .careers-tagline {
        margin-left: -10px;
    }
}

.recruitment-process .process-intro {
    margin-bottom: 30px;
}

.recruitment-process .process-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recruitment-process .step {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    flex: 0 0 30%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruitment-process .step:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.recruitment-process .step-number {
    font-size: 1.8em;
    color: #1E74AF;
    font-family: 'Manrope', sans-serif;
}

.recruitment-process h4 {
    font-size: 1.15em;
    font-family: 'Manrope-bold', sans-serif;
    margin-bottom: 10px;
}

.recruitment-process p {
    font-size: 0.85em;
    margin: 0;
}

@media (max-width: 768px) {
    .recruitment-process .step {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

.employee-testimonials .team-member {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.employee-testimonials .photo-container {
    overflow: hidden;
    height: 350px;
    grid-column: 1;
    grid-row: 1/last-line;
}

.employee-testimonials figure {
    height: 100%;
    margin: 0;
}

.employee-testimonials img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    object-fit: cover;
}

.employee-testimonials .team-member:hover img {
    transform: scale(1.1);
}

.employee-testimonials .content {
    color: white;
    grid-column: 1;
    grid-row: 2;
    padding: 1rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
}

.employee-testimonials .name {
    font-family: 'Manrope-Bold', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: .25rem;
}

.employee-testimonials .position {
    font-size: .85rem;
    margin: 0;
    color: #919191;
}

.employee-testimonials .blurb-container {
    position: relative;
    padding: 15px;
    background-color: #f3f3f3;
    border-left: 3px solid #1E74AF;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.employee-testimonials .blurb-container:before,
.employee-testimonials .blurb-container:after {
    content: "“";
    font-size: 2em;
    color: black;
    position: absolute;
}

.employee-testimonials .blurb-container:before {
    top: -5px;
    left: 3px;
}

.employee-testimonials .blurb-container:after {
    content: "”";
    bottom: -10px;
    right: 10px;
}

.employee-testimonials .blurb {
    color: #2b2b2b;
    margin-bottom: 0.5rem;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    font-size: 16.5px;
}

@media (max-width: 768px) {
    .employee-testimonials .blurb-container {
        margin-bottom: 40px;
    }
}

.careers-section-title {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 52px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
}

.careers-section-title::before {
    content: "/";
    color: #1E74AF;
    position: absolute;
    left: -30px;
}

@media (max-width: 768px) {
    .careers-section-title::before {
        content: "/";
        color: #1E74AF;
        position: absolute;
        left: -20px;
    }
}

.careers-cta {
    margin-top: 100px;
}

.careers-cta .row {
    background: #f2f2f2;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-left: 8px solid #1E74AF;
    margin: 0 auto;
}

.careers-cta h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.careers-cta p {
    font-family: "Manrope-Bold";
    margin-bottom: 0;
    font-size: clamp(20px, 2vw, 1.5rem);
    line-height: 1.4;
}

.careers-cta p a {
    color: #1E74AF;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .careers-cta .row {
        padding: 20px;
    }

    .careers-cta h3 {
        font-size: 25px;
    }

    .careers-cta p {
        font-size: 16px;
    }
}

.careers-disclaimer p {
    font-size: 0.7em;
    font-style: italic;
    color: #333;
    line-height: 1.6;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 55px;
}

.careers-disclaimer a {
    color: #1E74AF;
    text-decoration: none;
}

@media (max-width: 700px) {
    .careers-disclaimer p {
        font-size: 12px;
    }
}

.indent-span{
   padding-left:10px;
   display: inline-block;
}

/*************************************************************
SINGLE BRAND PAGES
*************************************************************/


.w-brand {
    padding: 0;
    overflow: hidden;
}

.brand-hero {
    display: flex;
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: 90vh;
}


.brand-image {
    position: relative;
    overflow: hidden;
    width: 46.6%;
}

.brand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.w-brand-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 53.4%;
}

.brand-content {
    background: white;
    position: relative;
    padding: 4rem;
}

.brand-content .logo {
    max-width: 300px;
    margin-bottom: 3rem;
}

.brand-content .w-stats {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 0 0 1rem;
}

.brand-content .w-stats .stats {
    border: 0;
}

.brand-content .stat-container {
    justify-content: left;
    font-size: 52px;
    margin-bottom: 0;
    flex-wrap: nowrap;
}

.brand-content .stat-desc {
    text-align: left;
}

.single-brand footer {
    margin-top: 0;
}

.brand-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
}

.audience-cta {
    display: flex;
    flex-direction: column;
    gap: 0em;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border: 1px solid #dcdcdc;
    border-left: 0;
    border-right: 0;
    align-items: center;
    text-align: center;
}

.audience-cta h3 {
    margin-bottom: 0;
}

.audience-cta h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.audience-cta .btn.audience {
    margin-bottom: 0;
    background: #1E74AF;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
    margin-top: 0.7rem;
}

.audience-cta .btn.audience.sr {
    background: #DAA520;
}

.audience-cta .btn.audience.cl {
    background: #3aa217;
}

.audience-cta .btn.audience.ap {
    background: #e01a4f;
}

.audience-cta .btn.audience.gr {
    background: #F47938;
}

.audience-cta .btn.audience.cb {
    background: #d01f3c;
}

.audience-cta .btn.audience.poly {
    background: #d0078a;
}

.audience-cta .btn.audience.htg {
    background: #e78e00;
}

.audience-cta .btn.audience.muo {
    background: #CC001A;
}

.audience-cta .btn.audience.pl {
    background: #f10020;
}

.audience-cta .btn.audience.xda {
    background: #1eadf5;
}

.audience-cta .btn.audience.mw {
    background: #d7282f;
}

.disclaimer-text {
    font-size: 0.67rem;
    color: #000000;
}

.comscore-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
}

.comscore-logo {
    display: block;
    width: 145px;
    height: auto;
    margin: 0;
    padding: 0;
}

.comscore-text,
.disclaimer-text {
    margin: 0;
    padding: 0;
}

.comscore-text {
    margin-top: 5px;
    text-align: left;
    list-style-type: disc;
    font-size: 1rem;
    padding-left: 40px;
}

.comscore-text li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .comscore-text {
        font-size: 0.875rem;
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .brand-hero {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
    }

    .brand-image {
        width: 100%;
        max-height: 300px;
    }

    .w-brand-content {
        width: 100%;
        padding: 4rem 2rem;
    }

    .brand-content {
        padding: 0;
        top: 0;
        left: 0;
        width: 100%;
    }

    .brand-content .stat-container {
        line-height: 1;
    }

    .brand-content .w-stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
        margin: 0 0 1rem;
    }

    .brand-content .w-stats .stats {
        flex: 1 1 100%;
        margin-bottom: 1rem;
    }

}

.comscore-section-testimonials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: -67px;
}

/*brand pages testimonials*/
.testimonials-section {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.testimonial-sr {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #DAA520;
}

.testimonial-cb {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #d01f3c;
}

.testimonial-gr {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #F47938;
}

.testimonial-htg {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #e78e00;
}

.testimonial-muo {
    flex: 0 0 45%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #CC001A;
}

.testimonial-cl {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #3aa217;
}

.testimonial-pl {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #e3001e;
}

.testimonial-xda {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #1eadf5;
}

.testimonial-ffc {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #999999;
}

.testimonial-gms {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid black;
}

.testimonial-ap {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #e01a4f;
}

.testimonial-mw {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #d7282f;
}

.testimonial {
    flex: 0 0 30%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #1E74AF;
}

.testimonial-logo {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.testimonial-content {
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote {
    font-size: 17px;
    font-family: 'Avenir Next';
    font-style: italic;
    color: black;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.testimonial-quote:before {
    content: '“';
    font-family: 'Manrope-Regular';
    font-size: 55px;
    color: black;
    position: absolute;
    left: -16px;
    top: -30px;
}

.testimonial-quote:after {
    content: '”';
    font-family: 'Manrope-Regular';
    font-size: 55px;
    color: black;
    position: absolute;
    right: 0px;
    bottom: -65px;
}

.testimonials-section-title-sr {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-sr::before {
    content: "/";
    color: #DAA520;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-gr {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-gr::before {
    content: "/";
    color: #F47938;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-cb {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-cb::before {
    content: "/";
    color: #d01f3c;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-htg {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-htg::before {
    content: "/";
    color: #e78e00;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-muo {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-muo::before {
    content: "/";
    color: #CC001A;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-cl {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-cl::before {
    content: "/";
    color: #3aa217;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-pl {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-pl::before {
    content: "/";
    color: #e3001e;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-xda {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-xda::before {
    content: "/";
    color: #1eadf5;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-ffc {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-ffc::before {
    content: "/";
    color: #999999;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-gms {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-gms::before {
    content: "/";
    color: black;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-ap {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-ap::before {
    content: "/";
    color: #e01a4f;
    position: absolute;
    left: -30px;
}

.testimonials-section-title {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title::before {
    content: "/";
    color: #1E74AF;
    position: absolute;
    left: -30px;
}

.testimonials-section-title-mw {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(26px, 5vw, 45px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.testimonials-section-title-mw::before {
    content: "/";
    color: #d7282f;
    position: absolute;
    left: -30px;
}

a.content-link-SR {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #DAA520;
}

a.content-link-SR:hover {
    color: #DAA520;
}

span.btn-theme-SR {
    transition: all 0.3s ease-in-out;
}

.btn-theme-SR {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-SR::after {
    content: "";
    background-image: url("../image/arrow-right-long-SR.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-SR:hover,
.btn-theme-SR:focus,
.btn-theme-SR:active {
    color: #DAA520;
}

@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
        align-items: center;
    }

    .testimonials-section-title {
        margin-left: 15px;
    }

    .testimonials-section-title::before {
        left: -20px;
    }

    .testimonials-section {
        margin-left: 20px;
        margin-right: 20px;
    }

    .testimonial-quote {
        text-align: left;
    }
}

a.content-link-GR {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #F47938;
}

a.content-link-GR:hover {
    color: #F47938;
}

span.btn-theme-GR {
    transition: all 0.3s ease-in-out;
}

.btn-theme-GR {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-GR::after {
    content: "";
    background-image: url("../image/arrow-right-long-GR.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-GR:hover,
.btn-theme-GR:focus,
.btn-theme-GR:active {
    color: #F47938;
}

a.content-link-HTG {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #e78e00;
}

a.content-link-HTG:hover {
    color: #e78e00;
}

span.btn-theme-HTG {
    transition: all 0.3s ease-in-out;
}

.btn-theme-HTG {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-HTG::after {
    content: "";
    background-image: url("../image/arrow-right-long-HTG.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-HTG:hover,
.btn-theme-HTG:focus,
.btn-theme-HTG:active {
    color: #e78e00;
}

a.content-link-MUO {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #CC001A;
}

a.content-link-MUO:hover {
    color: #CC001A;
}

span.btn-theme-MUO {
    transition: all 0.3s ease-in-out;
}

.btn-theme-MUO {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-MUO::after {
    content: "";
    background-image: url("../image/arrow-right-long-MUO.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-MUO:hover,
.btn-theme-MUO:focus,
.btn-theme-MUO:active {
    color: #CC001A;
}

a.content-link-cl {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #3aa217;
}

a.content-link-cl:hover {
    color: #3aa217;
}

span.btn-theme-cl {
    transition: all 0.3s ease-in-out;
}

.btn-theme-cl {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-cl::after {
    content: "";
    background-image: url("../image/arrow-right-long-CL.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-cl:hover,
.btn-theme-cl:focus,
.btn-theme-cl:active {
    color: #3aa217;
}

a.content-link-pl {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #f10020;
}

a.content-link-pl:hover {
    color: #e3001e;
}

span.btn-theme-pl {
    transition: all 0.3s ease-in-out;
}

.btn-theme-pl {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-pl::after {
    content: "";
    background-image: url("../image/arrow-right-long-PL.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-pl:hover,
.btn-theme-pl:focus,
.btn-theme-pl:active {
    color: #e3001e;
}

a.content-link-xda {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #1eadf5;
}

a.content-link-xda:hover {
    color: #0e9be1;
}

span.btn-theme-xda {
    transition: all 0.3s ease-in-out;
}

.btn-theme-xda {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-xda::after {
    content: "";
    background-image: url("../image/arrow-right-long-XDA.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-xda:hover,
.btn-theme-xda:focus,
.btn-theme-xda:active {
    color: #0e9be1;
}

a.content-link-ap {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #e01a4f;
}

a.content-link-ap:hover {
    color: #e01a4f;
}

span.btn-theme-ap {
    transition: all 0.3s ease-in-out;
}

.btn-theme-ap {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-ap::after {
    content: "";
    background-image: url("../image/arrow-right-long-AP.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-ap:hover,
.btn-theme-ap:focus,
.btn-theme-ap:active {
    color: #e01a4f;
}

a.content-link-mw {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #d7282f;
}

a.content-link-mw:hover {
    color: #d7282f;
}

span.btn-theme-mw {
    transition: all 0.3s ease-in-out;
}

.btn-theme-mw {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-mw::after {
    content: "";
    background-image: url("../image/arrow-right-long-mw.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-mw:hover,
.btn-theme-mw:focus,
.btn-theme-mw:active {
    color: #d7282f;
}

/* Polygon */

a.content-link-poly {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #d0078a;
}

a.content-link-poly:hover {
    color: #d0078a;
}

span.btn-theme-poly {
    transition: all 0.3s ease-in-out;
}

.btn-theme-poly {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-poly::after {
    content: "";
    background-image: url("../image/arrow-right-long-poly.svg");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-poly:hover,
.btn-theme-poly:focus,
.btn-theme-poly:active {
    color: #d0078a;
}

/* CarBuzz */

a.content-link-cb {
    font-family: 'Manrope-Bold';
    border-bottom: 2px solid #d01f3c;
}

a.content-link-cb:hover {
    color: #d01f3c;
}

span.btn-theme-cb {
    transition: all 0.3s ease-in-out;
}

.btn-theme-cb {
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    line-height: 20px;
    color: #000000;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    text-align: left;
}

.btn-theme-cb::after {
    content: "";
    background-image: url("../image/arrow-right-long-CB.png");
    width: 48px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50.5%;
    background-size: auto 12px;
}

.btn-theme-cb:hover,
.btn-theme-cb:focus,
.btn-theme-cb:active {
    color: #d01f3c;
}



/*************************************************************
PRESS RELEASE OLD
*************************************************************/

._tabs li {
    border-left: solid 1px rgba(8, 40, 62, .25);
}

._tabs li a:hover,
._tabs li a.active {
    border-left: solid 5px #08283E;
    margin-left: -2px;
    color: #08283E;
}

.tabscontent .contant {
    display: block;
}

.tabscontent .contant.active {
    display: block;
}

.contant .col-lg-8 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

/*************************************************************
ABOUT PAGE
*************************************************************/

.container .row .pull-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 30px;
    margin-top: 150px;
}

.container .row .pull-quote blockquote {
    font-size: 1.4em;
    font-style: italic;
    border-left: 5px solid #1E74AF;
    padding-left: 20px;
    color: #000;
    margin: 0;
    position: relative;
    background: #f9f9f9;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 260px;
}

.container .row .pull-quote blockquote:before {
    content: "“";
    font-size: 4em;
    color: #000;
    position: absolute;
    left: -15px;
    top: -20px;
}

.container .row .pull-quote blockquote:after {
    content: "”";
    font-size: 4em;
    color: #000;
    position: absolute;
    right: 25px;
    bottom: -60px;
}

.section-title-about {
    position: relative;
    font-size: 22px;
    color: #000;
    font-family: 'Manrope-Bold';
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-title-about::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1E74AF;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

@media (max-width: 768px) {

    .container .row .pull-quote {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .container .row .pull-quote blockquote {
        margin-top: 0;
        padding: 20px;
    }

    .container .row .pull-quote blockquote:before {
        left: -20px;
        top: -35px;
    }

    .container .row .pull-quote blockquote:after {
        right: 20px;
        bottom: -50px;
    }

    .container .row.header,
    .network .header {
        text-align: left;
    }

    .container .row.header h2,
    .network .header h2 {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width:501px){
    
.about-container {
   margin-top: 20px !important;
}

.about-text {
    padding:10px 10px !important;
}
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.about-image {
    /* position: relative;
    display: inline-block; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* @media (min-width:768px) and (max-width:980px){
    .about-image {
      padding-top:25px;
    }

} */


.about-smaller{
    max-height:20px !important;
}

.about-image img {
    width: 100%;
}

.about-link span{
    margin-top: 10px;
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}
.about-link:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .about-container {
        grid-template-columns: 1fr;
    }
}

.about-section-title {
    font-family: 'Manrope-ExtraBold';
    font-size: clamp(14px, 3vw, 28px);

    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
}

.about-section-title::before {
    content: "/";
    color: #1E74AF;
    position: absolute;
    left: -14px;
}

.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
    background-color:#f2f2f2;
}
.about-intro {
    max-width: 600px;
    margin-bottom: 30px;
}
.about-boxes {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.about-box {
    background: white;
    color: black;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    flex: 1;
    text-align: center;
}
.about-box .stat-desc{
    font-size:1rem;
    margin-bottom:10px;
    color:#3b3c3d;
}

@media (max-width: 805px) {
    .about-boxes {
        flex-direction: column;
        align-items: center;
    }
    .about-box {
        min-width: 90%;
    }
}

@media (max-width:768px){
    .hide-tablet{
        display: none;
    }
}

.about-logo {
    gap:23px;
}

.about-logo img {
    max-width: 110px;
    max-height:60px;
    align-self: center;
    flex: 0 0 auto;
}

@media (max-width: 500px) {
    
        .about-logo img {
            max-width: 60px;
            max-height: 30px;
            min-height: 17px;
        }
        .about-logo {
            gap: 15px;
            align-items: center;
            justify-content: space-evenly;
        }
    }

/* navigation fix */
@media (min-width:990px) and (max-width:1105px){

    .nav-item .nav-icon{
        display:none;
    }
}

/*************************************************************
DEI
*************************************************************/


.dei-box-item {
    display: grid;
    grid-template-rows: auto 220px;
}

@media only screen and (min-width: 1027px) and (max-width: 1100px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 315px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1027px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 350px;
    }
}

@media only screen and (min-width: 874px) and (max-width: 991px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 150px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 873px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 150px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 767px) {
    .dei-box-content {
        margin-bottom: 15px;
    }

    .dei-box-item {
        display: grid;
        grid-template-rows: auto 190px;
    }
}

@media (max-width: 700px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 190px;
    }
}

@media (max-width: 500px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 200px;
    }
}

@media (max-width: 445px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 225px;
    }
}

@media (max-width: 365px) {
    .dei-box-item {
        display: grid;
        grid-template-rows: auto 260px;
    }
}

.dei-box-item:hover .dei-box-title {
    text-decoration: underline;
}

.dei-box-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 400px;
}

.dei-box-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dei-box-content {
    background: black;
    padding: 26px;
    overflow: hidden;
}

.dei-box-category {
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dei-box-category::before {
    content: "/";
    color: #1E74AF;
    position: relative;
    margin-right: 5px;
    font-family: 'Manrope-ExtraBold';
}

.dei-box-title {
    font-size: 24px;
    line-height: 1.3;
    color: white;
    margin-bottom: 0;
    transition: opacity .3s ease;
}


/* SCREEN GROUP PAGE */

.screenHero {
    position: relative;
    width: 100%;
    height: auto;
    /* Let it scale on smaller screens */
    max-width: 100vw;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.screenHero video {
    width: 100%;
    height: auto;
    /* Maintains aspect ratio on smaller screens */
    display: block;
}

.screenHero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);

}

/* For larger screens (Desktop) */
@media (min-width: 1024px) {
    .screenHero {
        height: 77vh;
    }

    .screenHero video {
        height: 100%;
        /* Full height, cropping top/bottom if needed */
        object-fit: cover;
    }
}



/* .brand-list-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

@media (max-width: 501px) {

    .brand-list-logo {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:502px) and (max-width: 767px) {

    .brand-list-logo {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width:768px) and (max-width: 1024px) {

    .brand-list-logo {
        grid-template-columns: repeat(4, 1fr);
    }
} */


/* Notability - Media Coverage page */


.media-section-title {
    font-family: 'Manrope-ExtraBold';
    /* font-size: clamp(24px, 5vw, 60px); */
    font-size: clamp(20px, 4.5vw, 50px);
    text-align: left;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: -.8px;
    position: relative;
    padding-bottom:1rem;
}


.media-section-title::before {
    content: "/";
    color: #1E74AF;
    position: absolute;
    left: -24px;
}
@media (max-width:501px){
    .media-section-title::before {
        left: -10px;
    }
    
}

.mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }


/* Media Coverage Card */

.notability-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .notability-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 657px) {
    .notability-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.notability-card {
    background: black;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


.notability-card:hover {
    transform: translateY(-5px);
}

.notability-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}

@media (max-width: 767px) {
    .notability-content {
        height: fit-content;
    }
}

@media (min-width: 658px) and (max-width: 920px) {
    .notability-content {
        height: 180px;
    }
}

.notability-content a {
    border-bottom: none !important;
}

.notability-date {
    font-size: 12px !important;
    color: #f2f2f2;
    margin-bottom: 5px !important;
    font-weight:300 !important;
}

.notability-title {
    margin: 5px 0;
    line-height: 1.2em !important;
    -webkit-line-clamp: 4;
     -moz-line-clamp: 4;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #f2f2f2;
    font-family: 'Manrope-Bold';
}

@media (min-width:1024px){
    .notability-title {
        font-size: 1.3rem !important;
    }
}

.notability-source {
    font-size: 14px;
    margin-bottom: 0 !important;
    color: #f2f2f2;
}

.notability-source b {
    color: #1E74AF !important;
    font-family: 'Manrope-Bold';
}

.notability-image-wrapper {
    position: relative;
    width: 100%;
    background-color: #333;
}

/* Forces images to take full width on tablet sizes, only required for images that are not wide enough */
@media (min-width:420px) and (max-width:657px){
    .notability-image{
        width:600px !important;
    }
}

.notability-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.notability-company-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 120px;
}

.notability-company-logo img {

    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.media-brand-name {
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.media-brand-name::before {
    content: "/";
    color: #1E74AF;
    position: relative;
    margin-right: 5px;
    font-family: 'Manrope-ExtraBold';
}


/* Section 2 all the logos */
.media-mentions-logo {
    gap:25px;
}

.media-mentions-logo img {
    max-width: 90px;
    max-height:60px;
    align-self: center;
    flex: 0 0 auto;
}

@media (max-width: 500px) {
    
        .media-mentions-logo img {
            max-width: 50px;
            max-height: 30px;
        }
        .media-mentions-logo {
            gap: 15px;
            align-items: center;
            justify-content: space-between;
        }
    }

/* Section 5 see more mentions about our brands */
    .media-brand-list {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 24px;
    }

    @media (max-width: 450px) {
        .media-brand-list {
            grid-template-columns: repeat(2, 1fr);
    }}
    @media (min-width: 451px) and (max-width:757px) {
        .media-brand-list {
            grid-template-columns: repeat(4, 1fr);
    }}
    @media (min-width: 758px) and (max-width:1024px) {
        .media-brand-list {
            grid-template-columns: repeat(6, 1fr);
    }}

    /* .expend-input:checked~.brand-list {
        height: auto;
    } */



    /* Join the coversation section */
    
  .notability-convo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.notability-convo h2 {
    font-size: 2.5rem !important;
    text-align: center;
    margin-top: 0 !important;
}

.notability-convo span {
    color: #1E74AF !important;
    font-weight: bold;
}

.notability-convo-social {
    margin-top: 5px;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items:center ;
}

.notability-convo-social a {
    margin-right: 10px;
    text-decoration: none;
    font-size: 20px;
    color:#000;
    font-size: 24px;
}
.notability-convo-social a:hover{
    color: #1E74AF !important;
}
