/*
	Theme Name: Prodege
	Theme URI: http://dotzoe.com
	Description: HTML5 Prodege.com Theme
	Version: 0.1
	Author: dotzoe
	Author URI: http://dotzoe.com
*/

.legal__section {
    flex-wrap: wrap;
}

.video-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 85px;
    padding: 0 40px;
}

.video-wrapper img {
    height: auto;
    width: 734px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.video-wrapper a {
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.video-wrapper .activator {
    pointer-events: none;
    position: absolute;
    width: 80px;
    height: 80px;
    left: -18px;
    bottom: 40px;
    padding: 50px 3px 15px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    background: #582362 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUuODMxMSAxMy44Njk3TDMuNTI0NDIgMC4zMjg2TDMuNTIyMjIgMC4zMzA5MUMyLjc5NTc0IC0wLjEwOTkxNyAxLjkwMiAtMC4xMDk5MTggMS4xNzU1MiAwLjMyODZDMC40NDkwNDIgMC43Njk0MjcgMC4wMDIxOTc4NyAxLjU3OTU1IDAgMi40NTg5MVYyOS41NDExQzAuMDAyMjAxODEgMzAuNDIwNCAwLjQ0OTA4NyAzMS4yMzA2IDEuMTc1NTIgMzEuNjcxNEMxLjkwMiAzMi4xMDk5IDIuNzk1NzQgMzIuMTA5OSAzLjUyMjIyIDMxLjY2OTFMMjUuODI4OSAxOC4xMjhMMjUuODMxMSAxOC4xMzAzQzI2LjU1NTQgMTcuNjg5NSAyNyAxNi44NzcxIDI3IDE2QzI3IDE1LjEyMjkgMjYuNTU1MyAxNC4zMTA1IDI1LjgzMTEgMTMuODY5N1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+) center 16px no-repeat;
    transition: background-color 0.3s ease;
}

.video-wrapper a:hover .activator {
    background-color: #cc97c4;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed !important;
    z-index: 50000 !important;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

.my_overlay {
    position: fixed !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 27, 35, 0.86);
    cursor: pointer;
    display: block;
}

.popup .in {
    padding: 0;
    text-align: left;
}

.popup.popup-vimeo .popup-wrapper-inner .in {
    border-radius: 0;
    overflow: hidden;
}

.popup.popup-vimeo .popup-wrapper-inner iframe {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

button.popup-close {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzNzEuMjMgMzcxLjIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNzEuMjMgMzcxLjIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSIzNzEuMjMsMjEuMjEzIDM1MC4wMTgsMCAxODUuNjE1LDE2NC40MDIgMjEuMjEzLDAgMCwyMS4yMTMgMTY0LjQwMiwxODUuNjE1IDAsMzUwLjAxOCAyMS4yMTMsMzcxLjIzIDE4NS42MTUsMjA2LjgyOCAzNTAuMDE4LDM3MS4yMyAzNzEuMjMsMzUwLjAxOCAyMDYuODI4LDE4NS42MTUgIiBmaWxsPSIjMzA4ZmQxIi8+PC9zdmc+) no-repeat center center;
    background-size: 30px 30px !important;
    text-indent: -9999px;
    filter: grayscale(1);
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: -40px;
    padding: 0;
    z-index: 10;
    opacity: 0.7;
}

button.popup-close:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    button.popup-close {
        top: -35px;
        right: 0;
    }
}

@media screen and (max-width: 815px) {
    button.popup-close {
        width: 20px;
        height: 20px;
        top: -30px;
    }

    .video-wrapper .activator {
        width: 60px;
        height: 60px;
        background-size: 15px auto;
        padding-top: 40px;
        background-position: center 15px;
        font-size: 9px;
        bottom: 20px;
    }
}

body.page-template-page-basic-slim-header-template .legal__article a {
    color: #0888ca;
    text-decoration: underline;
}

body.page-template-page-basic-slim-header-template .legal__article a:hover {
    text-decoration: none;
}

@media screen and (min-width: 980px) {
    main .about-leadership-director {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1280px) {
    .privacy_policy {
        display: block;
        margin-top: -32px;
    }
}

@media screen and (max-width: 640px) {
}

.icon-twitter-x:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="28" viewBox="0 0 27 28" fill="none"><path d="M16.0687 11.8561L26.12 0H23.7382L15.0106 10.2945L8.03988 0H0L10.5411 15.5671L0 28H2.38198L11.5985 17.1287L18.9601 28H27L16.0681 11.8561H16.0687ZM12.8062 15.7042L11.7382 14.1541L3.24025 1.81955H6.89884L13.7568 11.7739L14.8248 13.324L23.7393 26.2632H20.0807L12.8062 15.7048V15.7042Z" fill="%232C99A4"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.white.icon-twitter-x:before {
    content: "";
    width: 27px;
    height: 28px;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjA2ODcgMTEuODU2MUwyNi4xMiAwSDIzLjczODJMMTUuMDEwNiAxMC4yOTQ1TDguMDM5ODggMEgwTDEwLjU0MTEgMTUuNTY3MUwwIDI4SDIuMzgxOTlMMTEuNTk4NSAxNy4xMjg3TDE4Ljk2MDEgMjhIMjdMMTYuMDY4MSAxMS44NTYxSDE2LjA2ODdaTTEyLjgwNjIgMTUuNzA0MkwxMS43MzgyIDE0LjE1NDFMMy4yNDAyNSAxLjgxOTU1SDYuODk4ODRMMTMuNzU2OCAxMS43NzM5TDE0LjgyNDggMTMuMzI0TDIzLjczOTMgMjYuMjYzMkgyMC4wODA3TDEyLjgwNjIgMTUuNzA0OFYxNS43MDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

@media screen and (max-width: 979px) {
    .icon-twitter-x:before {
        content: "";
        width: 24px;
        height: 23px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 979px) {
    .content-insights__resources .content-insights__resources-mobile .swiper-wrapper {
        overflow-x: scroll;
        overflow-y: auto;
        scroll-snap-type: x mandatory;
    }

    .content-insights__resources .content-insights__resources-mobile .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }
}

/* ==================== New ==================== */

.event-content__article {
    padding-top: 35px !important;
}

:is(.event-content__article-row) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 36px 100px;
}

.event-content__speakers {
    grid-column: span 2;
}

.event-content__team {
    grid-column: span 2;
    width: 100%;
}

.event-content__team .event-content__persons {
    flex-wrap: nowrap;
}

.event-content__article-row .event-content__type {
    margin: 0;

    &:not(:first-of-type) {
        margin-top: 36px;
    }
}

.event-content__person-column.person-new {
    max-width: 165px;
    display: grid;
    justify-items: center;
}

.event-content__person-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.event-content__person-links--linkedin {
    font-size: 23px;
}

.event-content__person-links--optional {
    color: #582362;
    text-decoration: underline;
    text-decoration-thickness: 2px !important;
    text-decoration-color: #2C99A4;
    text-underline-offset: 5px !important;
    text-decoration-skip-ink: none;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.event-highlights {
    width: 100%;
    overflow: hidden;
}

.event-highlights__title {
    color: #582362;
    font-size: 38px;
    text-align: center;
    font-weight: 300;
}

.highlights-slider {
    margin-top: 50px;
    position: relative;
}

.highlights-slider .tns-controls {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 50%;
    translate: 0 calc(-60% - 1em);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlights-slider__slide {
    aspect-ratio: 1.5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
}

.highlights-slider__image {
    width: 100%;
    object-fit: cover;
}

.event-content-recent-blog .event-content__share .post-side__share-link.icon-twitter::before {
    content: '';
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjExNzMgNy42MjE3N0wxNi40NDU5IDBIMTQuOTQ2M0w5LjQ1MTExIDYuNjE3ODhMNS4wNjIxNSAwSDBMNi42MzY5NyAxMC4wMDc0TDAgMThIMS40OTk3N0w3LjMwMjc5IDExLjAxMTNMMTEuOTM3OSAxOEgxN0wxMC4xMTY5IDcuNjIxNzdIMTAuMTE3M1pNOC4wNjMxNyAxMC4wOTU2TDcuMzkwNzEgOS4wOTkwNkwyLjA0MDE2IDEuMTY5NzFINC4zNDM3MUw4LjY2MTY3IDcuNTY4OTVMOS4zMzQxMyA4LjU2NTQ2TDE0Ljk0NyAxNi44ODM1SDEyLjY0MzRMOC4wNjMxNyAxMC4wOTZWMTAuMDk1NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 781px) {
    .highlights-slider::before,
    .highlights-slider::after {
        content: '';
        position: absolute;
        z-index: 5;
        width: MIN(250px, 22%);
        height: 100%;
    }

    .highlights-slider::before {
        inset: 0 auto 0 0;
        background: linear-gradient(
                to right,
                #fff 0%,
                #fff0 100%
        );
    }

    .highlights-slider::after {
        inset: 0 0 0 auto;
        background: linear-gradient(
                to left,
                #fff 0%,
                #fff0 100%
        );
    }
}

@media (max-width: 1280px) {
    .event-content__team.new-persons {
        max-width: 740px !important;
        padding-inline: 0 !important;
    }

    .event-content__person-column.person-new {
        max-width: 180px;
    }

    .event-content__person-links {
        margin-top: auto;
        flex-direction: column;
    }

    .event-highlights {
        padding-bottom: 90px;
    }
}

@media (max-width: 979px) {
    .event-content__overview,
    .event-content_links {
        grid-column: span 2;
    }

    .event-content__article {
        padding: 40px !important;
    }

    .event-content__type-group {
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .event-content__type.event-content__persons-section.new-persons {
        padding-inline: 34px !important;
    }

    .event-content__team .event-content__persons {
        flex-wrap: wrap;
    }

    .event-content__person-column.person-new {
        max-width: unset;
        width: 100%;
        grid-template-columns: auto 160px;
        grid-template-rows: auto auto;
        justify-content: start;
        padding-left: 0;
    }

    .event-content__person-column.person-new:not(:last-child) {
        margin-bottom: 48px;
    }

    .event-content__person-column.person-new .event-content__person-content {
        margin: 0;
    }

    .event-content__person-links {
        margin-top: 20px;
        grid-column: span 2;
        width: 100%;
        flex-direction: row;
    }

    .event-highlights {
        padding-bottom: 70px;
    }

    .highlights-slider__container {
        width: 100% !important;
    }

    .event-highlights__title {
        font-size: 25px;
    }

    .highlights-slider {
        margin-top: 20px;
    }
}

body:is(
  .post-type-archive-partners,
  .single-partners
) {
    padding-top: 64px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.survey-template-default main {
    flex-direction: column;
}

.hero-section__content {
    margin-top: 64px;
    padding-top: 145px;
    position: relative;
    overflow: hidden;
}

.hero-section__wrapper {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-section__background__animation {
    height: 100%;
}

.hero-section__background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-section__label p {
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.9px;
    text-align: center;
    color: #582362;
    margin-bottom: 13px;
    opacity: 0;
}

.hero-section__title {
    opacity: 0;
    font-size: 85px;
    line-height: 83.64px;
    font-weight: 700;
    color: #582362;
    text-align: center;
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin-bottom: 8px;
}

.hero-section__cta {
    opacity: 0;
    display: inline-block;
    padding: 18px 98px 18px 25px;
    background: #2C99A4;
    font-size: 25px;
    font-weight: 300;
    line-height: 30.48px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 56px;
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    transition: all .3s;
    position: relative;
}

.hero-section__cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transition: all .3s;
}

.hero-section__cta:hover {
    background: #292c49;
    text-decoration: none;
    color: #ffffff;
}

.hero-section__cta:hover:after {
    right: 16px;
}

.hero-section__label p a {
    color: #2C99A4;
    text-decoration: underline;
}

.hero-section__subtitle,
.hero-section__subtitle_tablet,
.hero-section__subtitle_mobile {
    text-align: center;
    margin-bottom: 60px;
}

.page-template-tpl-careers .hero-section__subtitle,
.page-template-tpl-careers .hero-section__subtitle_tablet,
.page-template-tpl-careers .hero-section__subtitle_mobile {
    margin-bottom: 51px;
}

.hero-section__subtitle p,
.hero-section__subtitle_tablet p,
.hero-section__subtitle_mobile p {
    opacity: 0;
    font-size: 38px;
    line-height: 50.54px;
    font-weight: 300;
    color: #4A4A4A;
    text-align: center;
    animation: fadeInAnimation ease 4s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin-bottom: 0;
}

.hero-section__subtitle_tablet {
    display: none;
}

.hero-section__subtitle_mobile {
    display: none;
}

.hero-section__subtitle p:nth-child(2),
.hero-section__subtitle_tablet p:nth-child(2),
.hero-section__subtitle_mobile p:nth-child(2) {
    animation-delay: 2s;
}

.hero-section__subtitle p:nth-child(3),
.hero-section__subtitle_tablet p:nth-child(3),
.hero-section__subtitle_mobile p:nth-child(3) {
    animation-delay: 3s;
}

.hero-section__subtitle p:nth-child(4),
.hero-section__subtitle_tablet p:nth-child(4),
.hero-section__subtitle_mobile p:nth-child(4) {
    animation-delay: 4s;
}

.hero-section__subtitle p:nth-child(5),
.hero-section__subtitle_tablet p:nth-child(5),
.hero-section__subtitle_mobile p:nth-child(5) {
    animation-delay: 5s;
}

.hero-section__subtitle p:nth-child(6),
.hero-section__subtitle_tablet p:nth-child(6),
.hero-section__subtitle_mobile p:nth-child(6) {
    animation-delay: 6s;
}

.hero-section__subtitle p:nth-child(7),
.hero-section__subtitle_tablet p:nth-child(7),
.hero-section__subtitle_mobile p:nth-child(7) {
    animation-delay: 7s;
}

.hero-section__subtitle p:nth-child(8),
.hero-section__subtitle_tablet p:nth-child(8),
.hero-section__subtitle_mobile p:nth-child(8) {
    animation-delay: 8s;
}

.hero-section__marketers {
    z-index: 2;
    position: relative;
    background: #FEFCFE;
    border-radius: 53px;
}

.hero-section__marketers-wrapper {
    padding: 59px 49px 126px;
    background: linear-gradient(179.84deg, rgba(239, 233, 231, 0.264) 49.88%, rgba(255, 255, 255, 0.6) 100.62%);
    border-radius: 53px;
}

.hero-section__marketers-title {
    margin-bottom: 8px;
}

.hero-section__marketers-title p {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 0;
}

.hero-section__marketers-title strong {
    font-weight: 700;
}

.hero-section__list-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 32.2px;
    text-align: center;
    color: #2C99A4;
    text-align: center;
    margin-bottom: 8px;
}

.hero-section__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section__list-item {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
}

.hero-section__list-item__icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.hero-section__list-item__title {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
}

.hero-section__brands {
    margin-bottom: 54px;
}

.hero-section__brands-title {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #3F3F40;
    margin-bottom: 62px;
}

.hero-section__brands-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-section__brands-slider {
    overflow: hidden;
    position: relative;
}

.hero-section__brands-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.hero-section__brands-slider .swiper-slide img {
    width: 100%;
    height: 70px;
    object-fit: scale-down;
}

.hero-section__brands-prev, .hero-section__brands-next {
    flex-shrink: 0;
    cursor: pointer;
}

.hero-section__team {
    position: relative;
    margin-bottom: 152px;
}

.hero-section__team-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 6px;
}

.hero-section__team-description {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
    max-width: 760px;
    margin: 0 auto 48px auto;
}

.hero-section__team-grid {
    display: flex;
    gap: 24px;
    position: relative;
}

.hero-section__team-grid.tablet {
    display: none;
}

.hero-section__team-content.mobile {
    display: none;
}

.hero-section__team-grid.mobile {
    display: none;
}

.hero-section__team-grid-background {
    width: 100%;
    height: 510px;
    background: linear-gradient(183.76deg, rgba(239, 233, 231, 0.264) 65.81%, rgba(255, 255, 255, 0.6) 129.8%);
    position: absolute;
    top: 238px;
    z-index: -1;
}

.hero-section__team-item-one {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 146px;
}

.hero-section__team-item-one-box {
    background: #9DC92E;
    width: 49px;
    height: 48px;
    margin-bottom: 17px;
}

.hero-section__team-item-one img {
    width: 159px;
    height: 222px;
    object-fit: cover;
}

.hero-section__team-item-two {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 105px;
}

.hero-section__team-item-two img {
    width: 231px;
    height: 271px;
    object-fit: cover;
}

.hero-section__team-item-two img:nth-child(2) {
    width: 231px;
    height: 135px;
    object-fit: cover;
}

.hero-section__team-item-three {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-section__team-item-three img {
    width: 266px;
    height: 172px;
    object-fit: cover;
}

.hero-section__team-content {
    width: 266px;
    padding: 39px 14px 41px 15px;
    background: #582362;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    transition: all .3s;
}

.hero-section__team-content:after {
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    bottom: 8px;
    right: 16px;
    transition: all .3s;
}

.hero-section__team-content:hover {
    background: #2C99A4;
    color: #ffffff;
    text-decoration: none;
}

.hero-section__team-content:hover:after {
    right: 8px;
}

.hero-section__team-item-four {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 105px;
}

.hero-section__team-item-four img {
    width: 231px;
    height: 135px;
    object-fit: cover;
}

.hero-section__team-item-four img:nth-child(2) {
    width: 231px;
    height: 271px;
    object-fit: cover;
}

.hero-section__team-item-five {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 211px;
}

.hero-section__team-item-five img {
    width: 159px;
    height: 222px;
    object-fit: cover;
}

.hero-section__team-item-five-box {
    background: #FFB720;
    width: 49px;
    height: 48px;
    margin-bottom: 17px;
}

.hero-section__team-socials {
    margin-top: 53px;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: flex-end;
}

.hero-section__team-socials-box {
    display: flex;
    gap: 24px;
    align-items: center;
}

.hero-section__team-socials-box img {
    width: 50px;
    height: 50px;
}

.hero-section__team-socials-box a:first-child img {
    position: relative;
    bottom: 5px;
}

.hero-section__team-socials p {
    font-size: 33px;
    font-weight: 300;
    line-height: 46.2px;
    text-align: left;
    color: #582362;
    margin: 0;
}

.hero-section__fullteam {
    margin-bottom: 61px;
}

.hero-section__fullteam-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 24px;
}

.hero-section__fullteam-description {
    margin-bottom: 57px;
}

.hero-section__fullteam-description p {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    margin: 0;
    color: #4A4A4A;
}

.hero-section__fullteam-description p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
    color: #2C99A4;
    font-weight: 700;
}

.hero-section__fullteam-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 968px;
    margin: 0 auto;
}

.hero-section__fullteam-item {
    position: relative;
    overflow: hidden;
    height: 307px;
    transition: all .3s;
}

.hero-section__fullteam-item:hover .hero-section__fullteam-member,
.hero-section__fullteam-item:hover .hero-section__fullteam-cover,
.hero-section__fullteam-item:hover .hero-section__fullteam-member-image {
    opacity: 0;
}

.hero-section__fullteam-item:hover .hero-section__fullteam-item-description {
    opacity: 1;

}

.hero-section__fullteam-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section__fullteam-member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section__fullteam-member {
    position: absolute;
    bottom: 40px;
    width: 100%;
    transition: all .3s;
}

.hero-section__fullteam-item-description {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s;
}

.hero-section__fullteam-member h5 {
    font-size: 42.1px;
    font-weight: 300;
    line-height: 22.93px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.hero-section__fullteam-member p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.93px;
    text-align: center;
    color: #FFFFFF;
    max-width: 220px;
    margin: 0 auto;
}

.hero-section__fullteam-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    transition: all .3s;
}

.hero-section__fullteam-cover-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 50.54px;
    text-align: center;
    color: #FFFFFF;
}

.hero-section__fullteam-cover-subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 26.6px;
    text-align: center;
    color: #FFFFFF;
}

.hero-section__fullteam-cta {
    background: #582362;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 50.54px;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s;
    position: relative;
}

.hero-section__fullteam-cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    bottom: -16px;
    transform: translateY(-50%);
    right: 26px;
    transition: all .3s;
}

.hero-section__fullteam-cta:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #2C99A4;
}

.hero-section__fullteam-cta:hover:after {
    right: 16px;
}

.hero-section__video-box {
    display: flex;
    align-items: center;
    gap: 197px;
}

.hero-section__video-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 46.2px;
    text-align: left;
    color: #FFFFFF;
    max-width: 365px;
}

.hero-section__video-description {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #FFFFFF;
    max-width: 365px;
}

.hero-section__video-frame {
    position: relative;
}

.hero-section__video-frame img {
    width: 528px;
    height: 301px;
    object-fit: cover;
}

.page-template-tpl-careers .popup.js-popup-careers-video .popup__wrapper .popup__inner {
    padding: 0;
    height: 370px;
}

.page-template-tpl-careers .wistia_embed > div {
    width: 100% !important;
    height: 100% !important;
}


.hero-section__perks {
    background: linear-gradient(183.76deg, rgba(239, 233, 231, 0.264) 65.81%, rgba(255, 255, 255, 0.6) 129.8%);
    padding-top: 66px;
    padding-bottom: 103px;
    margin-bottom: 48px;
}

.hero-section__perks-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 50px;
}

.hero-section__perks-grid {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 970px;
    margin: 0 auto;
}


.hero-section__perks-accordion {
    width: 100%;
    background: #582362;
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: left;
    color: #F9F9F9;
    padding: 11px 26px 14px;
    border: none;
    outline: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section__perks-item:nth-child(2) .hero-section__perks-accordion {
    background: #4D6885;
}

.hero-section__perks-item:nth-child(3) .hero-section__perks-accordion {
    background: #3C8396;
}

.hero-section__perks-accordion .plus {
    transform: rotate(45deg);
    transition: 800ms;
}

.hero-section__perks-accordion.active .plus {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hero-section__perks-content {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px #00000033;
    padding: 50px 26px;
    flex-direction: column;
    gap: 18px;
    flex-wrap: wrap;
    max-height: 320px;
}

.hero-section__perks-item-child {
    display: flex;
    gap: 9px;
}

.hero-section__perks-item-child span {
    width: 12px;
    height: 12px;
    background: #9DC92E;
    flex-shrink: 0;
    margin-top: 5px;
}

.hero-section__perks-item-child p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.9px;
    text-align: left;
    margin: 0;
    color: #4A4A4A;
}

.hero-section__perks-note {
    max-width: 970px;
    margin: 52px auto 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.9px;
    text-align: left;
    color: #4A4A4A;
}

.hero-section__perks-note strong {
    color: #582362;
    font-weight: 700;
}

.prodege-contact-offices__title {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 8px;
    width: 100%;
}

.prodege-contact-offices__description {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
    width: 100%;
    margin-bottom: 53px;
}

.hero-section__careers-banner {
    padding: 66px 0;
    position: relative;
}

.hero-section__careers-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #582362D9;
    z-index: -1;
}

.hero-section__careers-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.hero-section__careers-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section__careers-banner-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: left;
    color: #FFFFFF;
}

.hero-section__careers-banner-description {
    font-size: 23px;
    font-weight: 700;
    line-height: 30.59px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.hero-section__careers-banner-box {
    display: flex;
    align-items: center;
    gap: 42px;
}

.hero-section__careers-banner-cta {
    background: #2C99A4;
    padding: 29px 101px 29px 28px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: left;
    position: relative;
    transition: all .3s;
    flex-shrink: 0;
}

.hero-section__careers-banner-cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transition: all .3s;
}

.hero-section__careers-banner-cta:hover {
    background: #292c49;
    text-decoration: none;
    color: #ffffff;
}

.hero-section__careers-banner-cta:hover:after {
    right: 16px;
}

.hero-section__business {
    background: linear-gradient(91.44deg, #582362 0%, #2C99A4 100%);
    padding: 49px 0 55px;
    margin-bottom: 36px;
}

.hero-section__business-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.hero-section__business-box {
    margin-bottom: 120px;
}

.hero-section__business-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hero-section__business-item {
    padding: 30px 65px 32px 99px;
}

.hero-section__business-item:first-child {
    border-right: 3px solid #4A4A4A1A;
    padding: 30px 93px 32px 66px;
}

.hero-section__business-item img {
    max-width: 386px;
    margin-bottom: 26px;
}

.hero-section__business-description {
    font-size: 23px;
    font-weight: 300;
    line-height: 28.04px;
    color: #4A4A4A;
    margin-bottom: 24px;
}

.hero-section__business-item a {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 30.48px;
    position: relative;
    padding: 10px 0;
    color: #582362;
    border-radius: 5px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #2c99a4 50%);
    transition: .3s all;
}

.hero-section__business-item a:hover {
    padding: 10px 16px;
    margin-left: 0;
    margin-right: 0;
    background-position: 0 100%;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to bottom, transparent 50%, #2c99a4 50%);
}

.hero-section__business-item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2c99a4;
    opacity: 1;
    transition: .3s all;
}

.hero-section__business-item a:hover:after {
    opacity: 0;
}

.hero-section__clients-wrapper {
    max-width: 1253px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden;
}

.hero-section__clients-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 64px;
}

.hero-section__clients-slider {
    position: relative;
    max-width: 1097px;
    margin: 0 auto;
    z-index: 1;
    top: -120px;
    overflow: hidden;
    padding-top: 6px;
}

.hero-section__clients-grid {
    display: none;
    flex-direction: column;
    gap: 30px;
}

.hero-section__clients-slider .swiper-slide,
.hero-section__clients-item {
    box-shadow: 0px 0px 10px 0px #00000033;
    background: #fff;
    height: auto;
    padding: 23px 32px;
    position: relative;
}

.hero-section__clients-slider .swiper-pagination.swiper-pagination-bullets {
    position: static;
    margin-top: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section__clients-slider .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #582362;
    background: #fff;
    width: 16px;
    height: 16px;
}

.hero-section__clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #582362;
    background: #582362;
}

.hero-section__clients-slider .swiper-slide svg {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section__clients-logo {
    max-width: 168px;
    padding-left: 56px;
    margin-bottom: 24px;
}

.hero-section__clients-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.9px;
    text-align: left;
    color: #4A4A4A;
    margin: 0;
}

.hero-section__awards {
    margin-bottom: 160px;
    text-align: center;
    background: linear-gradient(179.84deg, #FFFFFF 0.14%, rgba(239, 233, 231, 0.44) 49.88%, #FFFFFF 100.62%);
}

.hero-section__awards-title {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 49px;
}

.hero-section__awards-grid {
    position: relative;
    height: 302px;
    margin-bottom: 60px;
}

.hero-section__awards-item img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.hero-section__awards-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 10px 0px #00000033;
    background: #fff;
    border-radius: 50%;
    position: absolute;
}

.hero-section__awards-item:nth-child(1) {
    top: 32px;
    left: 0;

}

.hero-section__awards-item:nth-child(2) {
    top: 9px;
    left: 156px;

}

.hero-section__awards-item:nth-child(3) {
    bottom: 1px;
    left: 132px;
}

.hero-section__awards-item:nth-child(4) {
    bottom: 72px;
    left: 275px;
}

.hero-section__awards-item:nth-child(5) {
    top: 4px;
    left: 402px;
}

.hero-section__awards-item:nth-child(6) {
    bottom: 18px;
    left: 448px;
}

.hero-section__awards-item:nth-child(7) {
    top: 84px;
    right: 452px;
}

.hero-section__awards-item:nth-child(8) {
    top: 0;
    right: 307px;
}

.hero-section__awards-item:nth-child(9) {
    bottom: 0;
    right: 304px;
}

.hero-section__awards-item:nth-child(10) {
    top: 31px;
    right: 150px;
}

.hero-section__awards-item:nth-child(11) {
    bottom: 10px;
    right: 88px;
}

.hero-section__awards-item:nth-child(12) {
    top: 27px;
    right: 0;
}

.hero-section__awards-cta {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 30.48px;
    position: relative;
    padding: 10px 0;
    color: #582362;
    border-radius: 5px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #2c99a4 50%);
    transition: .3s all;
}

.hero-section__awards-cta:hover {
    padding: 10px 16px;
    margin-left: 0;
    margin-right: 0;
    background-position: 0 100%;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to bottom, transparent 50%, #2c99a4 50%);
}

.hero-section__awards-cta:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2c99a4;
    opacity: 1;
    transition: .3s all;
}

.hero-section__awards-cta:hover:after {
    opacity: 0;
}

.hero-section__contact {
    position: relative;
    padding: 60px 0 72px;
    overflow: hidden;
    background: #582362D9;
}

.hero-section__contact-background {
    position: absolute;
    top: 0;
    left: -20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-section__contact-background img {
    width: 130%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 70%;
}

.hero-section__contact-content {
    display: flex;
    gap: 180px;
}

.hero-section__contact-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 8px;
}

.hero-section__contact-subtitle {
    font-size: 23px;
    font-weight: 700;
    line-height: 30.59px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.hero-section__contact-button {
    display: block;
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: left;
    transition: all .3s;
    background: #2C99A4;
    padding: 29px 128px 29px 28px;
    color: #FFFFFF;
    position: relative;
}

.hero-section__contact-button:hover {
    background-color: #2c99a4;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-section__contact-button:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    transition: all .3s;
}

.hero-section__contact-button:hover:after {
    right: 16px;
}

.page-template-tpl-homepage .container-custom.menu-wrapper__container,
.page-template-tpl-homepage .foot-copyrights__container.container-custom,
.page-template-tpl-homepage .foot-nav__container.container-custom,
.page-template-tpl-insights .container-custom.menu-wrapper__container,
.page-template-tpl-insights .foot-copyrights__container.container-custom,
.page-template-tpl-insights .foot-nav__container.container-custom,
.page-template-tpl-performance .container-custom.menu-wrapper__container,
.page-template-tpl-performance .foot-copyrights__container.container-custom,
.page-template-tpl-performance .foot-nav__container.container-custom {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-section__divider {
    height: 3px;
    width: 100%;
    background: #4A4A4A1A;
    margin-bottom: 45px;
}

.hero-section__brands-record {
    margin-bottom: 163px;
}

.hero-section__brands-record-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 32.2px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 45px;
    color: #2C99A4;
}

.hero-section__brands-record-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.page-template-tpl-careers .hero-section__brands-record-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 812px;
    margin: 0 auto;
}

.hero-section__brands-record-item {
    box-shadow: 0px 0px 10px 0px #00000033;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 166px;
    height: 166px;
    padding: 24px;
}

.hero-section__brands-record-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-template-tpl-careers .hero-section__brands-record-item:nth-child(2) img {
    max-width: 106px;
}

.hero-section__diagram-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
}

.hero-section__diagram-subtitle p {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
}

.hero-section__diagram-subtitle strong {
    font-weight: 700;
}

.hero-section__diagram-content {
    height: 516px;
    width: 986px;
    margin: 52px auto 0 auto;
    position: relative;
}

.hero-section__diagram-content svg {
    position: relative;
    left: -12px;
}

.hero-section__diagram-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-section__diagram-content-item__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 27.72px;
    text-align: center;
    color: #ffffff;
}

.hero-section__diagram-logo {
    max-width: 274px;
    position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-section__diagram-logo img {
    height: 54px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: contain;
}

.hero-section__diagram-logo-description {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
    margin: 0;
}

.page-template-tpl-insights .hero-section__business {
    top: -30px;
    padding: 84px 0;
    z-index: 1;
    position: relative;
    margin-bottom: 87px;
}

.page-template-tpl-insights .hero-section__business-title {
    margin-bottom: 8px;
}

.hero-section__business-subtitle {
    font-size: 23px;
    font-weight: 700;
    line-height: 32.2px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.hero-section__services {
    margin-bottom: 160px;
}

.hero-section__services-header {
    background: linear-gradient(179.84deg, rgba(239, 233, 231, 0.264) 49.88%, rgba(255, 255, 255, 0.6) 100.62%);
    border-radius: 53px;
    padding: 51px 82px 16px 98px;
    display: flex;
    align-items: center;
    gap: 39px;
    margin-bottom: 24px;
}

.hero-section__services-header img {
    width: 450px;
    height: 444px;
    object-fit: contain;
}

.hero-section__services-header h3 {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: left;
    color: #582362;
    margin: 0;
}

.hero-section__services-box {
    display: flex;
    align-items: center;
    margin-bottom: 94px;
}

.hero-section__services-prev, .hero-section__services-next {
    flex-shrink: 0;
    cursor: pointer;
}

.hero-section__services-slider {
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    padding: 18px 0;
}

.hero-section__services-slider .swiper-slide {
    height: auto;
}

.hero-section__services-slider .hero-section__services-item {
    height: 100%;
}

.hero-section__services-slider .hero-section__services-item__content {
    padding: 0 20px 17px 23px;
}

.page-template-tpl-performance .hero-section__services-grid {
    display: none;
}

.hero-section__services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 126px;
}

.hero-section__services-item {
    box-shadow: 0px 0px 10px 0px #00000033;
    background: #fff;
}

.hero-section__services-item a {
    text-decoration: none;
}

.hero-section__services-item__box {
    position: relative;
    margin-bottom: 18px;
}

.hero-section__services-item__arrow {
    background: #2C99A4;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: -16px;
}

.hero-section__services-item__content {
    padding: 0 44px 24px 24px;
}

.hero-section__services-item img {
    width: 100%;
    height: 136px;
    object-fit: cover;
}

.hero-section__services-item__label {
    font-size: 14px;
    font-weight: 300;
    line-height: 18.62px;
    text-align: left;
    color: #4A4A4A;
    margin-bottom: 9px;
}

.hero-section__services-item__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.28px;
    text-align: left;
    color: #582362;
    margin-bottom: 12px;
}

.hero-section__services-item__subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.9px;
    text-align: left;
    color: #4A4A4A;
}

.hero-section__services-description {
    font-size: 35px;
    font-weight: 300;
    line-height: 38.81px;
    text-align: center;
    color: #582362;
    margin-bottom: 52px;
}

.hero-section__services .hero-section__contact-cta {
    display: flex;
    justify-content: center;
}

.hero-section__services .hero-section__contact-button {
    display: inline-block;
    padding: 29px 99px 29px 28px;
}

.page-template-tpl-insights .hero-section__marketers {
    background: unset;
    margin-bottom: 79px;
}

.page-template-tpl-insights .hero-section__marketers-wrapper {
    padding-bottom: 91px;
}

.page-template-tpl-insights .hero-section__marketers-title {
    margin-bottom: 57px;
}

.page-template-tpl-insights .hero-section__list-item:nth-child(2) {
    position: relative;
    left: -32px;
}

.page-template-tpl-insights .hero-section__list-item__icon img {
    width: 116px;
    height: 116px;
}

.page-template-tpl-insights .hero-section__list-item__title {
    font-size: 35px;
    font-weight: 300;
    line-height: 38.81px;
    text-align: center;
    color: #4A4A4A;
}

.page-template-tpl-insights .hero-section__list-title {
    margin-top: 28px;
    margin-bottom: 0;
}

.hero-section__partners {
    margin-bottom: 18px;
}

.hero-section__partners-wrapper {
    background: linear-gradient(91.44deg, #582362 0%, #2C99A4 100%);
    padding: 74px 0 187px;
}

.hero-section__partners-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.hero-section__partners-title-mobile {
    display: none;
}

.hero-section__partners-box {
    position: relative;
    top: -150px;
}

.hero-section__partners-box .swiper-slide {
    padding: 8px 0;
}

.hero-section__partners-slide {
    background: #fff;
    min-height: 262px;
    display: flex;
    align-items: stretch;
    box-shadow: 0px 0px 10px 0px #00000033;
}

.hero-section__partners-comma {
    background: #2C99A4;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.hero-section__partners-content {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.hero-section__partners-content h5 {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: left;
    color: #4A4A4A;
    margin: 0;
}

.hero-section__partners-slider .swiper-pagination.swiper-pagination-bullets {
    position: static;
    margin-top: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section__partners-slider .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #582362;
    background: #fff;
    width: 16px;
    height: 16px;
}

.hero-section__partners-slider .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #582362;
    background: #582362;
}

.hero-section__insights {
    margin-bottom: 164px;
}

.hero-section__insights-title {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 57px;
}

.hero-section__insights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.hero-section__insights-grid a {
    text-decoration: none;
}

.hero-section__insights-item {
    display: flex;
    box-shadow: 0px 0px 10px 0px #00000033;
    position: relative;
    overflow: hidden;
}

.hero-section__insights-item__content {
    padding: 26px 24px;
}

.hero-section__insights-item__image img {
    width: 293px;
    height: 238px;
    object-fit: cover;
}

.hero-section__insights-item__label {
    font-size: 14px;
    font-weight: 300;
    line-height: 18.62px;
    text-align: left;
    color: #4A4A4A;
    margin-bottom: 14px;
}

.hero-section__insights-item__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.28px;
    text-align: left;
    color: #582362;
    margin-bottom: 14px;
}

.hero-section__insights-item__subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.9px;
    text-align: left;
    color: #4A4A4A;
    margin: 0;
    max-width: 170px;
}

.hero-section__insights-item__arrow {
    background: #2C99A4;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-template-tpl-insights .hero-section__contact-content {
    justify-content: space-between;
    gap: unset;
}

.hero-section__partners-header {
    display: flex;
    justify-content: center;
    gap: 57px;
    align-items: center;
}

.page-template-tpl-performance .hero-section__partners-wrapper {
    padding: 41px 0 162px;
}

.hero-section__partners-header .hero-section__partners-title {
    font-size: 35px;
    font-weight: 300;
    line-height: 38.81px;
    text-align: left;
}

.page-template-tpl-performance .hero-section__partners-box {
    top: -125px;
}

.hero-section__partners-element {
    max-width: 957px;
    margin: 0 auto;
    box-shadow: 0px 3px 20px 0px #00000033;
    background: #FFFFFF;
    display: flex;
}

.hero-section__partners-element-content {
    padding: 30px 28px 43px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section__partners-element-content img {
    width: 136px;
    height: 69px;
    object-fit: contain;
    margin-bottom: 10px;
}

.hero-section__partners-element-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    text-align: left;
    color: #4A4A4A;
    margin: 0;
    padding-left: 18px;
}

.hero-section__partners-element-comma {
    padding: 86px 65px 85px;
    background: #2C99A4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__partners-header img {
    height: 122px;
    width: 200px;
    object-fit: contain;
}

.page-template-tpl-performance .hero-section__brands-record {
    margin-bottom: 111px;
}

.page-template-tpl-performance .hero-section__partners {
    margin-bottom: 29px;
}

#menu-main {
    gap: 46px;
}

#menu-main .menu__item {
    padding: 0;
}

#menu-main .menu__link:before {
    display: none;
}

#menu-main .menu__link {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 5px;
}

.menu__item:not(.menu__item--inverted) .menu__link:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s all;
}

.menu__item.menu__item--has-children .menu__link {
    gap: 7px;
}

.menu__item.menu__item--has-children svg {
    transition: .3s all;
}

.menu__item.menu__item--has-children.menu__item--active svg {
    transform: rotate(180deg);
}

.menu__item.menu__item--has-children.menu__item--active svg path {
    stroke: #582362;
}

.menu__item-empty .menu__link:hover {
    color: #FFFFFF;
}

.menu-wrapper--scrolled .menu__item-empty .menu__link:hover {
    color: #582362;
}

.menu-wrapper--opened .menu__item-empty .menu__link:hover {
    color: #582362;
}

.menu__item:not(.menu__item--inverted) .menu__link:hover:after {
    background: #2C99A4;
}

.menu__item:not(.menu__item--inverted).menu__item--active .menu__link:after {
    background: #2C99A4;
}

:is(.home, .post-type-archive-partners, .single-partners, .page-template-tpl-insights) .menu__item.menu__item--inverted {
    background: #2C99A4;
}

:is(.home, .post-type-archive-partners, .single-partners, .page-template-tpl-insights) .menu__item.menu__item--inverted .menu__link {
    color: #FFFFFF;
}

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

    .hero-section__wrapper {
        max-width: 850px;
    }

    .hero-section__subtitle {
        display: none;
    }

    .hero-section__subtitle_tablet p {
        font-size: 36px;
        line-height: 47px;
    }

    .hero-section__subtitle_tablet {
        display: block;
        margin-bottom: 69px;
    }

    .hero-section__marketers-wrapper {
        padding: 59px 30px 114px;
    }

    .hero-section__marketers-title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 14px;
    }

    .hero-section__brands-title {
        margin-bottom: 40px;
    }

    .hero-section__team {
        margin-bottom: 109px;
    }

    .hero-section__team {
        margin-bottom: 109px;
    }

    .hero-section__team-grid.desktop {
        display: none;
    }

    .hero-section__team-grid.tablet {
        display: flex;
        justify-content: center;
    }

    .hero-section__team-content.mobile {
        display: none;
    }

    .hero-section__team-grid.mobile {
        display: none;
    }

    .hero-section__team-title {
        font-size: 36px;
        line-height: 47px;
    }

    .hero-section__team-description {
        max-width: 740px;
    }

    .hero-section__team-item-two,
    .hero-section__team-item-five {
        margin: 0;
    }

    .hero-section__team-item-one {
        flex-direction: row;
        gap: 22px;
        margin-top: 20px;
        align-items: flex-start;
    }

    .hero-section__team-item-four {
        margin-top: 20px;
    }

    .hero-section__team-item-five {
        flex-direction: row;
        align-items: flex-end;
        gap: 22px;
    }

    .hero-section__team-item-five-box {
        margin-bottom: 6px;
    }

    .hero-section__fullteam-description p strong {
        font-size: 18px;
        font-weight: 700;
        line-height: 25.2px;
        text-align: center;

    }

    .hero-section__fullteam {
        margin-bottom: 57px;
    }

    .hero-section__fullteam-grid {
        max-width: 640px;
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-section__fullteam-item:nth-child(1) {
        order: 2;
    }

    .hero-section__fullteam-item:nth-child(2) {
        order: 1;
    }

    .hero-section__fullteam-item:nth-child(3) {
        order: 3;
    }

    .hero-section__fullteam-item:nth-child(4) {
        order: 4;
    }

    .hero-section__fullteam-item:nth-child(5) {
        order: 6;
    }

    .hero-section__fullteam-item:nth-child(6) {
        order: 5;
    }

    .hero-section__fullteam-item:nth-child(7) {
        order: 7;
    }

    .hero-section__fullteam-item:nth-child(8) {
        order: 8;
    }

    .hero-section__fullteam-item:nth-child(9) {
        order: 10;
    }

    .hero-section__fullteam-item:nth-child(10) {
        order: 9;
    }

    .hero-section__fullteam-item:nth-child(11) {
        order: 11;
    }

    .hero-section__fullteam-cta {
        order: 12;
    }

    .hero-section__video-box {
        gap: 16px;
    }

    .hero-section__video-frame img {
        width: 467px;
        height: 267px;
    }

    .hero-section__perks-item-child {
        max-width: 330px;
    }

    .prodege-contact-offices__description {
        max-width: 695px;
        margin: 0 auto 84px auto;
    }

    .hero-section__careers-banner-box {
        gap: 120px;
    }

    .hero-section__business-title {
        font-size: 36px;
        line-height: 47px;
    }

    .hero-section__business-item {
        padding: 16px 93px 35px 76px;
    }

    .hero-section__business-item:first-child {
        padding: 16px 83px 35px 66px;
    }

    .hero-section__business-description {
        min-height: 84px;
    }

    .hero-section__business-item img {
        max-width: 277px;
    }

    .hero-section__business-description {
        font-size: 18px;
        line-height: 21px;
    }

    .hero-section__business-item a {
        font-size: 22px;
        line-height: 26px;
    }

    .hero-section__clients {
        margin-bottom: 90px;
    }

    .hero-section__clients-wrapper {
        max-width: 893px;
    }

    .hero-section__clients-title {
        max-width: 640px;
        margin: 0 auto 60px auto;
    }

    .hero-section__clients-background img {
        max-width: 100%;
    }

    .hero-section__clients-slider {
        max-width: 762px;
        margin: 0 auto;
        top: -50px;
        padding-top: 6px;
        overflow: hidden;
    }

    .hero-section__clients-slider .swiper-slide {
        padding: 18px 24px 24px;
    }

    .hero-section__clients-logo {
        margin-bottom: 18px;
    }

    .hero-section__clients-slider .swiper-slide svg {
        width: 48px;
        height: 48px;
    }

    .hero-section__awards-title {
        margin-bottom: 63px;
    }

    .hero-section__awards {
        margin-bottom: 120px;
    }

    .hero-section__awards-grid {
        height: 490px;
    }

    .hero-section__awards-item:nth-child(1) {
        top: 152px;
        left: 0;

    }

    .hero-section__awards-item:nth-child(2) {
        top: 8px;
        left: 56px;

    }

    .hero-section__awards-item:nth-child(3) {
        bottom: 52px;
        left: 121px;
    }

    .hero-section__awards-item:nth-child(4) {
        bottom: 240px;
        left: 162px;
    }

    .hero-section__awards-item:nth-child(5) {
        top: 8px;
        left: 310px;
    }

    .hero-section__awards-item:nth-child(6) {
        bottom: 154px;
        left: 303px;
    }

    .hero-section__awards-item:nth-child(7) {
        top: 112px;
        right: 263px;
    }

    .hero-section__awards-item:nth-child(8) {
        top: 0;
        right: 121px;
    }

    .hero-section__awards-item:nth-child(9) {
        top: 224px;
        right: 123px;
    }

    .hero-section__awards-item:nth-child(10) {
        top: 121px;
        right: 0;
    }

    .hero-section__awards-item:nth-child(11) {
        bottom: 34px;
        right: 17px;
    }

    .hero-section__awards-item:nth-child(12) {
        bottom: 0;
        top: unset;
        right: 306px;
    }

    .hero-section__contact-title {
        font-size: 36px;
        line-height: 47px;
    }

    .hero-section__contact-content {
        gap: unset;
        justify-content: space-between;
        align-items: center;
    }

    .hero-section__contact-button {
        padding: 21px 68px 21px 20px;
        font-size: 22px;
        line-height: 26px;
    }

    .hero-section__contact-button:after {
        width: 44px;
        height: 44px;
        right: 16px;
    }

    .hero-section__brands-record {
        margin-bottom: 110px;
    }

    .page-template-tpl-careers .hero-section__brands-record-grid {
        max-width: 638px;
    }

    .hero-section__brands-record-item {
        width: 131px;
        height: 131px;
    }

    .hero-section__diagram-content {
        width: 100%;
        margin-top: -20px;
    }

    .hero-section__diagram-content svg {
        width: 100%;
        left: 0;
    }

    .hero-section__diagram-logo {
        bottom: 75px;
    }

    .hero-section__diagram-title {
        font-size: 36px;
        line-height: 47.88px;
    }

    .hero-section__diagram-logo img {
        height: 49px;
    }

    .page-template-tpl-insights .hero-section__business {
        top: -48px;
    }

    .page-template-tpl-insights .hero-section__business {
        margin-bottom: 73px;
    }

    .hero-section__services {
        margin-bottom: 117px;
    }

    .page-template-tpl-performance .hero-section__services {
        margin-bottom: 156px;
    }

    .page-template-tpl-performance .hero-section__partners {
        margin-bottom: 15px;
    }

    .hero-section__partners-element-comma {
        padding: 65px 51px 65px 50px;
    }

    .hero-section__partners-element-content p {
        font-size: 16px;
        line-height: 22.9px;
        padding-left: 14px;
    }

    .hero-section__partners-element-content {
        padding: 20px 9px 13px 30px;
    }

    .hero-section__partners-header {
        gap: 47px;
    }

    .hero-section__partners-header .hero-section__partners-title {
        font-size: 25px;
        font-weight: 300;
        line-height: 27.72px;
        text-align: left;
    }

    .hero-section__partners-header img {
        width: 160px;
        height: 98px;
    }

    .hero-section__services-slider {
        max-width: 739px;
    }

    .hero-section__services-header h3 {
        font-size: 36px;
        line-height: 47.88px;
    }

    .hero-section__services-header img {
        width: 323px;
        height: 320px;
    }

    .hero-section__services-header {
        margin-bottom: 0;
        padding: 56px 66px 45px 58px;
    }

    .hero-section__services-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 151px;
    }

    .page-template-tpl-performance .hero-section__services-grid {
        display: none;
    }

    .hero-section__services-description {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 56px;
    }

    .page-template-tpl-insights .hero-section__list-item:nth-child(2) {
        position: relative;
        left: -16px;
    }

    .page-template-tpl-insights .hero-section__list-item__icon img {
        width: 86px;
        height: 86px;
    }

    .page-template-tpl-insights .hero-section__list-item__title {
        font-size: 25px;
        line-height: 27px;
    }

    .page-template-tpl-insights .hero-section__marketers-title {
        margin-bottom: 68px;
    }

    .page-template-tpl-insights .hero-section__list-title {
        margin-top: 40px;
    }

    .page-template-tpl-insights .hero-section__marketers-wrapper {
        padding: 59px 55px 32px;
    }

    .hero-section__partners-title {
        font-size: 36px;
        line-height: 47px;
    }

    .hero-section__partners-slide {
        flex-direction: column;
    }

    .hero-section__partners-comma {
        padding: 14px 10px 13px;
    }

    .hero-section__partners-comma svg {
        width: 28px;
        height: 19px;
    }

    .hero-section__partners-slider .swiper-pagination .swiper-pagination-bullet {
        pointer-events: none;
    }

    .hero-section__partners-content {
        flex-grow: 1;
        min-height: 344px;
        padding: 0 37px 0 24px;
    }

    .hero-section__partners-slider .swiper-pagination.swiper-pagination-bullets {
        margin-bottom: 6px;
    }

    .hero-section__partners-box {
        top: -135px;
    }

    .hero-section__partners {
        margin-bottom: -40px;
    }

    .hero-section__insights-title {
        margin-bottom: 48px;
    }

    .hero-section__insights-item__image img {
        width: 158px;
        height: 238px;
    }

    .page-template-tpl-performance .hero-section__contact-title,
    .page-template-tpl-insights .hero-section__contact-title {
        font-size: 38px;
        line-height: 50px;
        max-width: 390px;
    }

    .page-template-tpl-performance .hero-section__contact-subtitle,
    .page-template-tpl-insights .hero-section__contact-subtitle {
        max-width: 364px;
    }

    .page-template-tpl-performance .hero-section__contact-background,
    .page-template-tpl-insights .hero-section__contact-background {
        left: -83%;
    }

    .page-template-tpl-performance .hero-section__contact-background img,
    .page-template-tpl-insights .hero-section__contact-background img {
        width: 210%;
    }

    .page-template-tpl-performance .hero-section__services .hero-section__contact-button:after,
    .page-template-tpl-insights .hero-section__services .hero-section__contact-button:after {
        right: 36px;
    }

    .page-template-tpl-performance .hero-section__contact-content,
    .page-template-tpl-insights .hero-section__contact-content {
        align-items: center;
    }

    .page-template-tpl-performance .hero-section__contact-content .hero-section__contact-button,
    .page-template-tpl-insights .hero-section__contact-content .hero-section__contact-button {
        min-width: 351px;
        padding: 21px 20px 21px 20px;
    }

    .page-template-tpl-performance .hero-section__subtitle,
    .page-template-tpl-insights .hero-section__subtitle {
        max-width: 660px;
        margin: 0 auto 69px auto;
    }

    .hero-section__contact-background {
        left: -72%;
    }

    .hero-section__contact-background img {
        width: 200%;
    }

}

@media only screen and (max-device-width: 481px) {
    .hero-section__content {
        padding-top: 64px;
    }

    .hero-section__label {
        max-width: 300px;
        margin: 0 auto 11px auto;
        font-size: 12px;
        font-weight: 300;
        line-height: 17.17px;
        text-align: center;
    }

    .hero-section__label a {
        display: block;
    }

    .hero-section__title {
        font-size: 50px;
        line-height: 49.2px;
    }

    .page-template-tpl-careers .hero-section__title {
        max-width: 225px;
        margin: 0 auto 8px auto;
    }

    .hero-section__background__animation {
        height: auto;
    }

    .hero-section__subtitle {
        display: none;
    }

    .hero-section__subtitle_mobile {
        display: block;
        max-width: 350px;
        margin: 0 auto 60px auto;
        text-align: center;
    }

    .hero-section__subtitle_mobile p {
        font-size: 25px;
        line-height: 33.7px;
    }

    .hero-section__cta {
        font-size: 16px;
        font-weight: 300;
        line-height: 19.5px;
        text-align: left;
        padding: 22px 60px 22px 17px;
    }

    .hero-section__cta:after {
        width: 32px;
        height: 32px;
        right: 17px;
        background-repeat: no-repeat;
    }

    .page-template-tpl-careers .hero-section__brands-record {
        margin-bottom: 60px;
    }

    .hero-section__team-grid.desktop {
        display: none;
    }

    .hero-section__team-grid.tablet {
        display: none;
    }

    .hero-section__team-grid.mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        position: relative;
    }

    .hero-section__team-grid-background {
        display: none;
    }

    .page-template-tpl-careers .hero-section__team .hero-section__wrapper {
        padding: 0;
    }

    .hero-section__team-title {
        font-size: 25px;
        font-weight: 300;
        line-height: 33.27px;
        text-align: center;
        margin-bottom: 8px;
    }

    .hero-section__team-description {
        max-width: 275px;
        margin: 0 auto 43px auto;
    }

    .hero-section__team-one img,
    .hero-section__team-two img,
    .hero-section__team-three img,
    .hero-section__team-four img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .hero-section__team-one {
        width: 48%;
        height: 134px;
    }

    .hero-section__team-two {
        width: 48%;
        height: 197px;
        flex-grow: 1;
    }

    .hero-section__team-three {
        margin-top: -64px;
        width: 37%;
        height: 203px;
    }

    .hero-section__team-four {
        width: 59%;
        height: 141px;
        margin-top: -2px;
        flex-grow: 1;
    }

    .hero-section__team-box {
        position: absolute;
        width: 32px;
        height: 32px;
        background: #9DC92E;
        top: 50%;
        left: 50%;
        transform: translate(-107%, -50%) !important;
    }

    .hero-section__team-box.two {
        background: #FFB720;
    }

    .hero-section__team-content.mobile {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 22.9px;
        text-align: center;
        padding: 51px 52px 121px;
    }

    .hero-section__team-content:after {
        width: 66px;
        height: 66px;
        bottom: 37px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-section__team-content br {
        display: none;
    }

    .hero-section__team-socials {
        flex-direction: column;
        gap: 30px;
    }

    .hero-section__team-socials p {
        font-size: 25px;
        font-weight: 300;
        line-height: 33.27px;
        text-align: center;
    }

    .hero-section__team-socials-box {
        gap: 57px;
    }


    .hero-section__team-socials-box a:first-child img {
        bottom: 0;
    }

    .hero-section__fullteam {
        margin-bottom: 56px;
    }

    .hero-section__fullteam-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hero-section__fullteam-cta {
        height: 307px;
    }

    .hero-section__fullteam-description p {
        max-width: 315px;
        margin: 0 auto;
    }

    .hero-section__fullteam-description p strong {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        text-align: center;
        max-width: 240px;
        display: block;
        margin: 0 auto;

    }

    .page-template-tpl-careers .hero-section__video .hero-section__wrapper {
        padding: 0;
    }

    .hero-section__video-box {
        flex-direction: column;
        gap: 43px;
        align-items: unset;
    }

    .hero-section__video-title {
        font-size: 23px;
        font-weight: 300;
        line-height: 32.2px;
        text-align: center;
        max-width: 246px;
        margin: 0 auto 8px auto;
    }

    .hero-section__video-description {
        font-size: 16px;
        font-weight: 700;
        line-height: 22.4px;
        text-align: center;
        max-width: 326px;
        margin: 0 auto;
    }

    .hero-section__video-frame img {
        width: 100%;
        height: 209px;
    }

    .page-template-tpl-careers .popup.js-popup-careers-video .popup__wrapper .popup__inner {
        padding: 0;
        height: 210px;
    }

    .hero-section__perks {
        padding: 49px 0 56px;
    }

    .hero-section__perks-title {
        font-size: 25px;
        font-weight: 300;
        line-height: 33.27px;
        text-align: center;
        margin-bottom: 66px;
    }

    .hero-section__perks-accordion {
        font-size: 16px;
        font-weight: 300;
        line-height: 22.9px;
        text-align: left;
        gap: 50px;
    }

    .hero-section__perks-content {
        padding: 30px 23px;
        max-height: unset;
        gap: 10px;
    }

    .hero-section__perks-item-child {
        font-size: 16px;
        font-weight: 300;
        line-height: 22.9px;
        text-align: left;
    }

    .hero-section__perks-note {
        text-align: center;
        max-width: 250px;
    }

    .prodege-contact-offices__title {
        display: none;
    }

    .prodege-contact-offices__description {
        display: none;
    }

    .page-template-tpl-careers .prodege-contact-offices {
        margin-bottom: 120px;
    }

    .hero-section__careers-banner {
        padding: 52px 0;
    }

    .hero-section__careers-banner-box {
        flex-direction: column;
    }

    .hero-section__careers-banner-title {
        font-size: 25px;
        font-weight: 300;
        line-height: 33.27px;
        text-align: center;
    }

    .hero-section__careers-banner-description {
        font-size: 16px;
        font-weight: 700;
        line-height: 21.28px;
        text-align: center;
    }

    .hero-section__careers-banner-cta {
        padding: 22px 67px 15px 27px;
    }

    .hero-section__careers-banner-cta:after {
        width: 32px;
        height: 32px;
        right: 16px;
        top: 40px;
    }

    .hero-section__marketers {
        margin-bottom: 86px;
    }

    .hero-section__marketers-wrapper {
        padding: 46px 0 34px;
    }

    .hero-section__marketers-title {
        max-width: 330px;
        margin: 0 auto 8px auto;
    }

    .hero-section__marketers-title p {
        font-size: 25px;
        line-height: 33.7px;
    }

    .hero-section__list-title {
        font-size: 18px;
        line-height: 25.2px;
    }

    .hero-section__list {
        flex-direction: column;
        gap: 64px;
    }

    .hero-section__brands-title {
        margin-bottom: 52px;
    }


    .hero-section__brands-box {
        flex-direction: column;
        gap: 27px;
    }

    .hero-section__brands-slider {
        height: 450px;
    }

    .hero-section__brands-slider .swiper-slide img {
        max-width: 128px;
    }

    .hero-section__brands-prev,
    .hero-section__brands-next {
        transform: rotate(90deg);
    }

    .hero-section__business-title {
        font-size: 25px;
        line-height: 33.7px;
        max-width: 350px;
        margin: 0 auto;
    }

    .hero-section__business-title br {
        display: none;
    }

    .hero-section__business-grid {
        grid-template-columns: 1fr;
        gap: 58px;
        text-align: center;
        padding: 0 8px;
    }

    .hero-section__business-item,
    .hero-section__business-item:first-child {
        padding: 0;
        border: none;
    }

    .hero-section__business-item:first-child {
        border-bottom: 3px solid #4A4A4A1A;
        padding-bottom: 57px;
    }

    .hero-section__business-description {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .hero-section__business-item img {
        max-width: 277px;
        margin-bottom: 18px;
    }

    .hero-section__business-item a {
        font-size: 16px;
        line-height: 19.5px;
    }

    .hero-section__clients-title {
        font-size: 25px;
        line-height: 33.7px;
        margin-bottom: 52px;
    }

    .hero-section__clients-background img {
        max-width: 100%;
    }

    .hero-section__clients-slider {
        display: none;
    }

    .hero-section__clients {
        margin-bottom: 106px;
    }

    .hero-section__clients-grid {
        display: flex;
        padding: 6px 16px;
        position: relative;
        top: -14px;
    }

    .hero-section__clients-item {
        padding: 13px 28px 24px 18px;
    }

    .hero-section__clients-item:nth-child(1) {
        order: 1;
    }

    .hero-section__clients-item:nth-child(2) {
        order: 2;
    }

    .hero-section__clients-item:nth-child(3) {
        order: 0;
    }

    .hero-section__clients-item svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px;
    }

    .hero-section__clients-item img {
        margin-bottom: 14px;
        padding-left: 51px;
    }

    .hero-section__clients-item p {
        font-size: 16px;
        line-height: 22.9px;
        margin: 0;
    }

    .hero-section__awards {
        margin-bottom: 120px;
    }

    .hero-section__awards-title {
        margin-bottom: 52px;
    }

    .hero-section__awards-grid {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 34px 42px;
        justify-content: center;
        margin-bottom: 52px;
    }

    .hero-section__awards-item {
        position: static;
    }

    .hero-section__awards-cta {
        font-size: 16px;
        line-height: 19.5px;
    }

    .hero-section__contact {
        padding: 52px 76px;
    }

    .hero-section__contact-content {
        flex-direction: column;
        gap: 55px;
    }

    .hero-section__contact-title {
        font-size: 25px;
        line-height: 33.27px;
        text-align: center;
    }

    .page-template-tpl-performance .hero-section__contact-title,
    .page-template-tpl-insights .hero-section__contact-title {
        max-width: 250px;
        margin: 0 auto 8px;
    }

    .hero-section__contact-subtitle {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

    .page-template-tpl-performance .hero-section__contact-subtitle,
    .page-template-tpl-insights .hero-section__contact-subtitle {
        max-width: 200px;
        margin: 0 auto;
    }

    .hero-section__contact-button {
        padding: 22px 27px;
        font-size: 16px;
        line-height: 19.5px;
    }

    .hero-section__contact-button:after {
        width: 32px;
        height: 32px;
    }

    .hero-section__contact-background {
        top: -12%;
        left: -16%;
    }

    .hero-section__contact-background img {
        object-position: 78%;
        height: 120%;
    }

    .page-template-tpl-insights .hero-section__subtitle {
        max-width: 294px;
        margin: 0 auto 54px auto;
    }

    .hero-section__brands-record-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 60px;
    }

    .hero-section__brands-record-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 42px;
        justify-content: center;
        s
    }

    .hero-section__brands-record-item {
        width: 120px;
        height: 120px;
    }

    .hero-section__brands-record {
        margin-bottom: 122px;
    }

    .hero-section__diagram {
        margin-bottom: 56px;
    }

    .hero-section__diagram-title {
        font-size: 25px;
        line-height: 33px;
        max-width: 320px;
        margin: 0 auto 8px auto;
    }

    .hero-section__diagram-subtitle {
        max-width: 285px;
        margin: 0 auto;
    }

    .hero-section__diagram-content {
        width: 100%;
        height: auto;
        margin-top: 33px;
    }

    .hero-section__diagram-content svg {
        display: none;
    }

    .hero-section__diagram-logo {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none;
        max-width: 281px;
        margin: 35px auto 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 4px solid #4A4A4A1A;
        padding: 60px 8px 45px 8px;
    }

    .hero-section__diagram-logo:after {
        content: "";
        position: absolute;
        top: -39px;
        left: 50%;
        transform: translate(-50%, 0);
        background: #4A4A4A1A;
        width: 4px;
        height: 35px;
    }

    .hero-section__diagram-content-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .hero-section__diagram-content-item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 36px;
        max-width: 218px;
        min-height: 214px;
        box-shadow: 0px 0px 10px 0px #00000033;
        font-size: 25px;
        font-weight: 700;
        line-height: 27.72px;
        text-align: center;
        color: #FFFFFF;
    }

    .hero-section__diagram-content-item:nth-child(1) {
        background: #2C99A4;
    }

    .hero-section__diagram-content-item:nth-child(2) {
        background: #FFB720;
    }

    .hero-section__diagram-content-item:nth-child(3) {
        background: #9DC92E;
    }

    .hero-section__diagram-content-item:nth-child(4) {
        background: #813A8E;
    }

    .page-template-tpl-insights .hero-section__business {
        top: 0;
        margin-bottom: 56px;
    }

    .page-template-tpl-insights .hero-section__business-title {
        max-width: 280px;
    }

    .page-template-tpl-insights .hero-section__business {
        padding: 50px 0 56px;
    }

    .page-template-tpl-insights .hero-section__business-subtitle {
        font-size: 18px;
        line-height: 25.2px;
        max-width: 290px;
        margin: 0 auto;
    }

    .hero-section__services {
        margin-bottom: 120px;
    }

    .hero-section__services-header {
        flex-direction: column;
        gap: 49px;
        padding: 44px 23px 38px 31px;
        margin-bottom: 15px;
    }

    .hero-section__services-box {
        display: none;
    }

    .hero-section__services-header h3 {
        font-size: 25px;
        line-height: 33.27px;
        max-width: 272px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-section__services-header img {
        width: 225px;
        height: 223px;
    }

    .hero-section__services-grid {
        grid-template-columns: 1fr;
        max-width: 245px;
        gap: 26px;
        margin: 0 auto 114px;
    }

    .page-template-tpl-performance .hero-section__services-grid {
        display: grid;
    }

    .hero-section__services-item__content {
        min-height: 174px;
    }

    .hero-section__services-item__content {
        padding: 0 24px 24px 24px;
    }

    .hero-section__services-description {
        font-size: 25px;
        line-height: 33.7px;
        max-width: 290px;
        margin: 0 auto 52px auto;
    }

    .page-template-tpl-performance .hero-section__services-description {
        max-width: 250px;
    }

    .hero-section__services .hero-section__contact-button {
        padding: 29px 65px 29px 28px;
    }

    .hero-section__contact-button:after {
        right: 16px;
    }

    .page-template-tpl-insights .hero-section__contact-content {
        max-width: 280px;
        margin: 0 auto;
    }

    .page-template-tpl-insights .hero-section__contact-info {
        margin-bottom: 49px;
    }

    .page-template-tpl-insights .hero-section__marketers {
        margin-bottom: 37px;
    }

    .page-template-tpl-insights .hero-section__marketers-wrapper {
        padding: 46px 0 18px;
    }

    .page-template-tpl-insights .hero-section__list-title {
        max-width: 277px;
        margin: 45px auto 0;
    }

    .page-template-tpl-insights .hero-section__list-item:nth-child(2) {
        left: 0;
    }

    .page-template-tpl-insights .hero-section__list-item__icon img {
        width: 86px;
        height: 86px;
    }

    .page-template-tpl-insights .hero-section__list-item__title {
        font-size: 23px;
        line-height: 32px;
    }

    .hero-section__partners {
        margin-bottom: -24px;
    }

    .hero-section__partners-title {
        display: none;
    }

    .hero-section__partners-wrapper {
        padding: 50px 0 154px;
    }

    .hero-section__partners-header {
        flex-direction: column;
        gap: 10px;
    }

    .page-template-tpl-performance .hero-section__partners-wrapper {
        padding: 38px 0 187px;
    }

    .page-template-tpl-performance .hero-section__partners {
        margin-bottom: 7px;
    }

    .page-template-tpl-performance .hero-section__partners-box {
        top: -116px;
    }

    .page-template-tpl-performance .hero-section__insights-title {
        max-width: 281px;
    }

    .hero-section__partners-element-comma {
        padding: 28px 22px;
    }

    .hero-section__partners-element-comma svg {
        width: 37px;
        height: 26px;
    }

    .hero-section__partners-element {
        flex-direction: column;
        position: relative;
    }

    .hero-section__partners-element-comma {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-section__partners-element-content img {
        margin-bottom: 20px;
        width: 92px;
        height: 47px;
    }

    .hero-section__partners-element-content {
        padding: 79px 40px 42px;
        align-items: center;
    }

    .hero-section__partners-element-content p {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        max-width: 243px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-section__partners-header .hero-section__partners-title {
        display: block;
        font-size: 36px;
        line-height: 47.88px;
        text-align: center;
    }

    .hero-section__partners-header img {
        width: 160px;
        height: 98px;
    }

    .hero-section__partners-title-mobile {
        display: block;
        font-size: 25px;
        font-weight: 300;
        line-height: 33.27px;
        text-align: center;
        color: #FFFFFF;
        padding: 0 16px;
    }

    .hero-section__partners-slide {
        flex-direction: column;
    }

    .hero-section__partners-box {
        top: -145px;
    }

    .hero-section__partners-comma {
        padding: 11px 13px;
    }

    .hero-section__partners-comma svg {
        width: 20px;
        height: 15px;
    }

    .hero-section__partners-slider .swiper-pagination .swiper-pagination-bullet {
        pointer-events: none;
    }

    .hero-section__partners-content {
        flex-grow: 1;
        min-height: 290px;
        padding: 0 15px 0 19px;
    }

    .hero-section__partners-content h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-section__insights {
        margin-bottom: 121px;
    }

    .hero-section__insights-title {
        max-width: 281px;
        font-size: 25px;
        line-height: 33.7px;
        margin: 0 auto 56px;
    }

    .hero-section__insights-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
        max-width: 244px;
        margin: 0 auto;
    }

    .hero-section__insights-item {
        flex-direction: column;
    }

    .hero-section__insights-item img {
        width: 100%;
        height: 135px;
    }

    .hero-section__insights-item__subtitle {
        max-width: 191px;
    }

    .hero-section__insights-item__arrow {
        top: 118px;
        right: 18px;
    }

    .page-template-tpl-performance .hero-section__contact,
    .page-template-tpl-insights .hero-section__contact {
        padding: 52px 33px;
    }

    .page-template-page-surveydemo-template .secondary-top-section__title {
        max-width: 220px;
        margin: 0 auto;
    }

    .page-template-page-surveydemo-template .secondary-top-section__description {
        max-width: 232px;
        margin: 0 auto;
    }
}