header .navigation.pull-right {
    margin-right: 5px;
}

.search-page {
    min-height: calc(100vh - 380px);

    display: flex;
    flex-direction: column;

    gap: 75px 0;
    padding: 0 0 75px;

    background: #F2F3F3;
}

.search-page section {
    margin: 0;
}

.pubm-search__header {
    width: 100%;
    position: relative;

    background: url(/wp-content/uploads/2024/08/bg-events.png) center center no-repeat;
    background-size: cover;
}

.pubm-search__header:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url(../../imgs/hp-lines-events.svg) no-repeat center center;
    background-size: auto 1000px;

    mix-blend-mode: soft-light;
}

.pubm-search__header .container {
    position: relative;
    padding-top: 130px;
    padding-bottom: 72px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;

    z-index: 2;
}

.pubm-search__header .container:before,
.pubm-search__header .container:after {
    display: none;
    content: inherit;
}


.pubm-search__main:not(.is-loading) > .loader-overlay,
.pubm-search__main:not(.is-loading) > .loading-message,
.pubm-search__main.is-loading .pubm-search__sidebar,
.pubm-search__main.is-loading .pubm-search__body {
    display: none;
}

.pubm-search__main.is-loading > .loading-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.pubm-search__main.is-loading > .loading-message p {
    margin: 0 auto;
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    text-align: center;
}


.pubm-search__header h1 {
    margin: 0;

    font-size: 64px;
    letter-spacing: 1.28px;
    line-height: 72px;
    color: #fff;
    text-transform: uppercase;

    white-space: nowrap;
    flex-shrink: 0;
}

.pubm-search-form {
    width: 100%;
    max-width: 590px;
    margin: -2px 0 0;
}

.pubm-search-form .close-icon {
    display: none;
}

.pubm-search-form .form-group {
    width: 100%;
    margin: 0;
    position: relative;
}

.pubm-search-form .form-group input:not([type="submit"]) {
    width: 100%;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;

    border-color: #fff;
    background: none;
}

.pubm-search-form .form-group input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 46px;
    height: 100%;
    border: 0;
    font-size: 0;
    background: transparent;
}

.pubm-search-form .form-group input::placeholder {
    color: #fff;
}

.pubm-search-form .form-group input:focus {
    box-shadow: none;
}

.pubm-search-form .form-group svg {
    width: 18px;
    height: 18px;

    position: absolute;
    right: 15px;
    top: 16px;
}

.pubm-search-form .form-group svg [stroke] {
    stroke: #fff;
}

.search-page > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;

    gap: 0 85px;
}

.search-page > .container:before,
.search-page > .container:after {
    display: none;
    content: inherit;
}

.pubm-search__sidebar {
    width: 100%;
    max-width: 300px;
    flex-shrink: 0;
}

.pubm-search__sidebar-active,
.pubm-search__sidebar-filter {
    padding: 30px 0;
    border-top: 1px solid #BBBBBB;
}

.pubm-search__sidebar-active_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    margin: 0 0 35px;
}

.pubm-search__sidebar-active:first-child,
.pubm-search__sidebar-filter:first-child {
    padding-top: 0;
    border-top: none;
}

.pubm-search__sidebar-active_head button {
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #38BADD;

    appearance: none;
    -webkit-appearance: none;

    border: none;
    background: none;
}

.pubm-search__sidebar-active_chips {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;

    gap: 20px;
    padding: 0;
    margin: 0;

    list-style-type: none;
}

.pubm-search__sidebar-active_chips button {
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 0 10px;
    padding: 10px;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    border-radius: 0;

    border: 1px solid #000;

    appearance: none;
    -webkit-appearance: none;

    background: none;
}

.pubm-search__sidebar-active_chips button svg {
    width: 16px;
    height: 16px;
}

.pubm-search__sidebar-filter > strong,
.pubm-search__sidebar-active_head > strong {
    display: block;

    font-family: 'TVNordEF-Bold', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.18px;
    line-height: 21px;
    color: #000;
}

.pubm-search__sidebar-filter > strong {
    margin: 0 0 20px;
}

.pubm-search__sidebar-filter ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;

    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pubm-search__sidebar-filter ul li label,
.pubm-search__sidebar-filter ul li label > span {
    width: 100%;
}

.pubm-search__sidebar-filter ul li label input {
    /*position: absolute;*/
    /*top: 0; left: 0;*/
    /*opacity: 0;*/
    /*z-index: -1;*/
    display: none;
}

.pubm-search__sidebar-filter ul li label > span {
    position: relative;

    display: flex;
    flex-direction: row;
    gap: 0 15px;

    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.18px;
    line-height: 21px;
    color: #000;
}

.pubm-search__sidebar-filter ul li label > span:before {
    content: '';
    display: block;

    width: 21px;
    height: 21px;

    border: 1px solid #000;
}

.pubm-search__sidebar-filter ul li label input:checked + span:before {
    border-color: #38BADD;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check"><path d="M20 6 9 17l-5-5"/></svg>') center center no-repeat,
                #38BADD;
    background-size: 16px;
}

.pubm-search__sidebar-filter ul li label input:disabled,
.pubm-search__sidebar-filter ul li label input:disabled + span {
    opacity: 0.34;
    cursor: not-allowed;
}

.pubm-search__sidebar-filter ul li label > span > span {
    margin-left: auto;
}

.pubm-search__body {
    width: 100%;

    display: flex;
    flex-direction: column;
}

.pubm-search__body_no-results p {
    margin: 0;

    font-size: 26px;
    line-height: 1.25;
}

.pubm-search__body .loader-overlay {
    margin: 40px auto 0;
}

.pubm-search__body_pagination {
    width: 100%;
    /*margin: 0 0 18px;*/
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bbb;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.18px;
    line-height: 27px;
    color: #000;
}

.pubm-search__body_pagination[data-count="0"],
.pubm-search__body_pagination.is-filtered {
    border-bottom: none;
    padding: 0;
}

.pubm-search__body_pagination strong {
    font-family: 'TVNordEF-Bold', sans-serif;
    font-weight: normal;
    color: #000;
}

.pubm-search__main .la-square-loader.la-dark,
.pubm-search__body .la-square-loader.la-dark {
    opacity: 0.5;
}

.pubm-search__main > .loader-overlay {
    margin: 0 auto;
}

.pubm-search__body_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;

    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pubm-search__body_item {
    width: calc(50% - 10px);

    display: flex;
    flex-direction: column;
}

.pubm-search__body_item.pubm-search__body_item--video-resource {
    cursor: pointer;
    transition: 0.2s all;
}

.pubm-search__body_item.pubm-search__body_item--video-resource.is-playing-video {
    position: relative;
    width: 100%;
    padding: 0 0 56.2%;
}

.pubm-search__body_item.pubm-search__body_item--video-resource.is-playing-video iframe {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pubm-search__body_item--video-play {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;

    background: url(../../imgs/cta-video-play.svg) no-repeat 50% 50%;
    background-size: 60px auto;
}

.pubm-search__body_item .featured-image,
.pubm-search__body_item--case_studies .featured-image {
    position: relative;
}

.pubm-search__body_item .featured-image:before {
    background: #003B5C;
    position: absolute;
    transition: .3s ease;
    width: 100%;
    content: '';
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

.pubm-search__body_item:hover .featured-image:before {
    opacity: 0.4;
    visibility: visible;
}

.pubm-search__body_item--case_studies .featured-image .logo {
    position: absolute;
    left: 22px;
    bottom: 30px;
    /*width: auto;*/
    /*max-width: 200px;*/
    /*height: 50px;*/
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
.pubm-search__body_item--case_studies .featured-image .logo img:not([src$=".svg"]) {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 50px;
}
.pubm-search__body_item--case_studies .featured-image .logo img[src$=".svg"] {
    max-width: 200px;
    width: auto;
}

.pubm-search__body_item--case_studies .featured-image.extra-images .logo {
    max-width: 100%;
    width: 100%;
    left: 0;
    padding: 0 22px;
    column-gap: 3%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    bottom: 20px;
}

.pubm-search__body_item--case_studies .featured-image.extra-images .logo img {
    max-width: 26.5%;
    width: auto;
    max-height: 43px;
    margin: 0;
}

.pubm-search__body_item--case_studies .featured-image.extra-images.count-2 .logo img {
    max-width: 39%;
}

.pubm-search__body_item--case_studies .featured-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #021625 0%, #02162500 50%) 0% 0%;
    pointer-events: none;
    opacity: 0.5;
}

.pubm-search__body_item .row {
    margin: 0;
    padding: 0;
}

.pubm-search__body_item > div,
.pubm-search__body_item > div > div {
    height: 100%;
    margin: 0;
}

.pubm-search__body_item > div > div {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.pubm-search__body_item .featured-image a img {
    width: 100%;
    aspect-ratio: 128 / 67;
    object-fit: cover;
}

.pubm-search__body_item .cardContent,
.pubm-search__body_item .featured .cardContent {
    display: flex;
    flex-direction: column;

    padding: 15px 20px;
    flex-grow: 1;

    background: #fff;
}

.pubm-search__body_item .card-post-type {
    display: block;
    margin: 0 0 5px;

    font-family: 'TVNordEF-Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4fc8ed;
}

.pubm-search__body_item .heading,
.pubm-search__body_item .news-item h3 {
    margin: 0 0 auto;

    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
}

.pubm-search__body_item .heading h3,
.pubm-search__body_item .heading h4 {
    margin: 0;
    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: 0;
}

.pubm-search__body_item .news-item h3 a:hover {
    text-decoration: none;
}

.pubm-search__body_item .heading:not(:last-child),
.pubm-search__body_item .news-item h3:not(:last-child) {
    margin: 0 0 16px;
}

.pubm-search__body_item .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: auto 0 0;
    height: auto;
}

.pubm-search__body_item .categories .category {
    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4fc8ed;
}

.pubm-search__filters-mobile-toggle,
.pubm-search__sidebar-mobile-actions {
    display: none;
}

.pubm-search__breadcrumbs {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 12px;
    margin-bottom: 30px;
}
.pubm-search__breadcrumbs li {
    color: #fff;
    font-size: 18px;
}
.pubm-search__breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}
.pubm-search__breadcrumbs li a:hover {
    text-decoration: underline;
}
.pubm-search__breadcrumbs li:not(:last-child) {
    position: relative;
}
.pubm-search__breadcrumbs li:not(:last-child):after {
    content: '';
    background: transparent url("https://pubmatic.com/wp-content/uploads/2025/05/arrow-white-right.svg") no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(100% + 12px);
    height: 11px;
    width: 8px;
}

/*
 * Animations
 */
@-webkit-keyframes square-loader {

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes square-loader {

    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes square-loader {

    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes square-loader {

    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes square-loader-inner {

    0% {
        height: 0;
    }

    25% {
        height: 0;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0;
    }

}

@-moz-keyframes square-loader-inner {

    0% {
        height: 0;
    }

    25% {
        height: 0;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@-o-keyframes square-loader-inner {

    0% {
        height: 0;
    }

    25% {
        height: 0;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@keyframes square-loader-inner {

    0% {
        height: 0;
    }

    25% {
        height: 0;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@media only screen and (max-width: 991px) {
    .pubm-search__breadcrumbs {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1200px) {

    .search-page > .container {
        gap: 0 40px;
    }
}

@media only screen and (max-width: 1024px) {

    .pubm-search__body_item {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {

    .pubm-search-form {
        max-width: 100%;
    }

    .search-page {
        gap: 30px 0;
    }

    .pubm-search__header .container {
        flex-direction: column;
        align-items: flex-start;

        gap: 25px 0;
        padding: 124px 15px 36px;
    }

    .pubm-search__header h1 {
        font-size: 34px;
        letter-spacing: 0.68px;
        line-height: 39px;
    }

    .pubm-search-form .form-group input:not([type="submit"]) {
        height: auto;
        padding: 12px 14px;

        font-size: 17px;
        line-height: 20px;
    }

    .pubm-search-form .form-group svg {
        width: 20px;
        height: 20px;
    }

    .pubm-search__sidebar {
        max-width: 100%;

        display: flex;
        flex-direction: column;

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        background: #F2F3F3;

        z-index: 999999;
    }

    .pubm-search__sidebar.is-show {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .pubm-search__body_pagination {
        /*margin: 0 0 30px;*/
        margin: 0;
        background: #fff;
        padding: 30px 15px;
    }

    .pubm-search__filters-mobile-toggle {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        gap: 0 16px;
        padding: 13px 20px;

        font-family: 'TVNordEF-BlackCon', sans-serif;
        font-size: 22px;
        line-height: 25px;
        letter-spacing: -0.22px;
        color: #fff;
        text-transform: uppercase;

        border: none;
        border-radius: 0;

        appearance: none;

        background: #3BBADD;
        z-index: 99;
    }

    .pubm-search__filters-mobile-toggle svg {
        width: 22px;
        height: auto;
    }

    .pubm-search__body_pagination,
    .pubm-search__body_pagination.is-filtered {
        padding: 20px 16px 0;
        border: none;
    }

    .pubm-search__body_pagination.is-filtered {
        background: none;
    }

    .pubm-search__sidebar-active:first-child,
    .pubm-search__sidebar-active {
        padding: 50px 16px;
        border-top: none;
    }

    .pubm-search__sidebar-filter_wrap {
        padding: 0 15px;
        flex-grow: 1;

        overflow: auto;
        background: #fff;
    }

    .pubm-search__sidebar-filter,
    .pubm-search__sidebar-filter:first-child {
        padding: 35px 0;
    }

    .pubm-search__sidebar-mobile-actions {
        display: flex;
        flex-direction: row;
        justify-content: center;

        gap: 20px;
        padding: 30px;
        background: #fff;
        border-top: 1px solid #bbb;
    }

    .pubm-search__sidebar-mobile-action {
        padding: 12px 20px;

        font-family: 'TVNordEF-BlackCon', sans-serif;
        font-size: 22px;
        line-height: 20px;
        text-transform: uppercase;

        border-radius: 0;
        border: 1px solid #39BADD;

        appearance: none;
    }

    .pubm-search__sidebar-mobile-action[data-action="apply"] {
        color: #fff;
        background: #39BADD;
    }

    .pubm-search__sidebar-mobile-action[data-action="close"] {
        color: #39BADD;
        background: #fff;
    }
}

@media only screen and (max-width: 767px) {

    .search-page > .container {
        width: 100%;
    }
}