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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.75rem;
}

.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 {

    }
}

@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,
.page-template-tpl-peeq .popup.js-popup-video-2 .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: #292C49;
    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-description {
    display: none;
    transition: all ease-in-out .3s;
}

.hero-section__diagram svg g:hover {
    cursor: pointer;
}

.hero-section__diagram-content svg g:hover .hero-section__diagram-content-description {
    display: block;
}

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

.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: 278px;
    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;
    max-width: 1092px;
    padding: 0 16px;
    margin: 0 auto 126px;
}

.hero-section__services-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    max-width: 976px;
    margin: 0 auto;
}

.hero-section__services-row > div:first-child .hero-section__contact-cta a {
    background: #582362;
}

.hero-section__services-row-bg {
    height: 214px;
    width: 3px;
    background: #4A4A4A1A;
    flex-shrink: 0;
}

.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 42px 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;
}

.page-template-tpl-insights .hero-section__services-description {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #4A4A4A;
    max-width: 433px;
    height: 80px;
    margin-bottom: 13px;
}

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

.hero-section__services .hero-section__contact-cta a:hover {
    background: #292C49 !important;
}

.hero-section__services-row > div:nth-child(3) .hero-section__contact-cta a:hover {
    background: #292c49 !important;
}

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

.hero-section__services .hero-section__contact-button a:hover {
    background: #2C99A4;
}

.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: 114px;
}

.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;
}

.hero-section__flexible-approach {

}

.hero-section__flexible-approach-wrapper {
    max-width: 1189px;
    margin: 0 auto;
    padding: 126px 16px 73px;
}

.hero-section__flexible-approach-breadcrumb {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.9px;
    color: #2C99A4;
    text-transform: lowercase;
    margin-bottom: 63px;
}

.hero-section__flexible-approach-breadcrumb span {
    font-weight: 700;
    text-transform: lowercase;
}

.hero-section__flexible-approach-info {
    display: flex;
    gap: 138px;
    align-items: end;
}

.hero-section__flexible-approach-image {
    position: relative;
    box-shadow: 0px 0px 10px 0px #00000033;
}

.hero-section__flexible-approach-image img {
    width: 370px;
    height: 362px;
    object-fit: cover;
}

.hero-section__flexible-approach-image-box-one {
    width: 33px;
    height: 34px;
    background: #2C99A4;
    position: absolute;
    left: 8px;
    top: -18px;
}

.hero-section__flexible-approach-image-box-two {
    width: 47px;
    height: 47px;
    background: #582362;
    position: absolute;
    right: -22px;
    bottom: 27px;
}

.hero-section__flexible-approach-image-box-three {
    width: 22px;
    height: 23px;
    background: #9DC92E;
    position: absolute;
    right: 8px;
    bottom: -11px;
}

.hero-section__flexible-approach-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #582362;
    margin-bottom: 10px;
}

.hero-section__flexible-approach-content {
    font-weight: 300;
    font-size: 35px;
    line-height: 38.81px;
    color: #4A4A4A;
    max-width: 567px;
    margin-bottom: 82px;
}

.hero-section__flexible-approach-diy-wrapper {
    max-width: 1189px;
    margin: 0 auto 164px;
    padding: 0 16px;
}

.hero-section__flexible-approach-diy-box {
    background: linear-gradient(179.84deg, rgba(239, 233, 231, 0.264) 49.88%, rgba(255, 255, 255, 0.6) 100.62%);
    padding: 48px 51px 20px 12px;
    border-radius: 53px;
    margin-bottom: 21px;
}

.hero-section__flexible-approach-diy-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 50.54px;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 8px;
}

.hero-section__flexible-approach-diy-label {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 23px;
    line-height: 32.2px;
    text-align: center;
    color: #2C99A4;
    margin-bottom: 40px;
}

.hero-section__flexible-approach-diy-services {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hero-section__flexible-approach-diy-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 202px;
}

.hero-section__flexible-approach-diy-service-title {
    font-weight: 300;
    font-size: 35px;
    line-height: 38.81px;
    text-align: center;
    color: #4A4A4A;
    margin-top: 20px;
}

.hero-section__flexible-approach-diy-content {
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
    max-width: 580px;
    margin: 0 auto;
}

.hero-section__flexible-approach-diy-cta-box {
    display: flex;
    justify-content: center;
}

.hero-section__flexible-approach-diy-cta {
    background-color: #2c99a4;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    padding: 30px 97px 30px 32px;
    position: relative;
    transition: all .3s;
}

.hero-section__flexible-approach-diy-cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    rotate: 90deg;
    right: 28px;
    transition: all .3s;
}

.hero-section__flexible-approach-diy-cta:hover {
    background-color: #292c49;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-section__flexible-approach-self-service-wrapper {
    max-width: 1088px;
    padding: 0 16px;
    margin: 0 auto 130px;
    z-index: 1;
    position: relative;
}

.hero-section__flexible-approach-self-service-box {
    display: flex;

}

.hero-section__flexible-approach-self-service-title {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 38px;
    line-height: 50.54px;
    letter-spacing: 0px;
    color: #582362;
    margin-bottom: 10px;
}

.hero-section__flexible-approach-self-service-content {
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    color: #4A4A4A;
    max-width: 504px;
    margin-bottom: 54px;
}

.hero-section__flexible-approach-self-service-image {
    flex-shrink: 0;
}

.hero-section__flexible-approach-self-service-image img {
    width: 558px;
    height: 467px;
    object-fit: cover;
}

.hero-section__flexible-approach-self-service-services {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-section__flexible-approach-self-service-service {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 436px;
}

.hero-section__flexible-approach-assisted-service-section {
    position: relative;
}

.hero-section__flexible-approach-assisted-service-wrapper {
    max-width: 1045px;
    padding: 0 16px;
    margin: 0 auto 142px;
    position: relative;
}

.hero-section__flexible-approach-assisted-service-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
    margin-bottom: 3px;
}

.hero-section__flexible-approach-assisted-service-content {
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 40px;
}

.hero-section__flexible-approach-assisted-service-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section__flexible-approach-assisted-services {
    position: relative;
    max-width: 538px;
}

.hero-section__flexible-approach-assisted-services-title {
    font-weight: 700;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    color: #2C99A4;
    margin-bottom: 18px;
}

.hero-section__flexible-approach-assisted-service-box-image img {
    width: 379px;
    height: 369px;
    object-fit: cover;
}

.hero-section__flexible-approach-assisted-service-image img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.hero-section__flexible-approach-assisted-service-slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15.75px;
    line-height: 20.94px;
    letter-spacing: 0px;
    text-align: center;
}

.hero-section__flexible-approach-assisted-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-section__flexible-approach-assisted-services-slider-prev {
    position: absolute;
    top: 50%;
    left: -45px;
    cursor: pointer;
}

.hero-section__flexible-approach-assisted-services-slider-next {
    position: absolute;
    top: 50%;
    right: -45px;
    cursor: pointer;
}

.hero-section__flexible-approach-assisted-service-background {
    background: linear-gradient(181.68deg, #FFFFFF -0.34%, rgba(239, 233, 231, 0.44) 51.22%, #FFFFFF 99.78%);
    position: absolute;
    width: 100%;
    height: 634px;
    top: 102px;
}

.hero-section__flexible-approach .events-form {
    max-width: 1007px;
    margin: 0 auto 192px;
    padding: 0;
}

.events-form .hbspt-form fieldset.form-columns-2 {
    margin-bottom: 5px;
}

.events-form .hbspt-form fieldset.form-columns-2 .field:first-child .input {
    margin-right: 20px;
}

.hero-section__flexible-approach-offerings-wrapper {
    max-width: 1182px;
    margin: 0 auto 160px;
    padding: 0 16px;
    position: relative;
}

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

.hero-section__flexible-approach-offerings {
    max-width: 787px;
    display: flex;
    padding: 8px;
    margin: 0 auto;
    overflow: visible;
}

.hero-section__flexible-approach-offerings-container {
    max-width: 914px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*.hero-section__flexible-approach-offerings-prev, .hero-section__flexible-approach-offerings-next {*/
/*    display: none;*/
/*}*/

.hero-section__flexible-approach-offerings-prev, .hero-section__flexible-approach-offerings-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    cursor: pointer;
}

.hero-section__flexible-approach-offerings-next {
    left: unset;
    right: 12px;
}

.hero-section__flexible-approach-offering {
    height: auto;
    box-shadow: 0px 0px 10px 0px #00000033;
}

.hero-section__flexible-approach-offering:hover {
    text-decoration: none;
}

.hero-section__flexible-approach-offering-image {
    position: relative;
}

.hero-section__flexible-approach-offering-image img {
    width: 100%;
    height: 137px;
    object-fit: cover;
}

.hero-section__flexible-approach-offering-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.28px;
    letter-spacing: 0px;
    color: #582362;
    padding: 21px 24px 0;
    margin-bottom: 11px;
}

.hero-section__flexible-approach-offering-content {
    padding: 0 24px 47px;
    min-height: 72px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.9px;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.hero-section__flexible-approach-performance {
    position: relative;
    width: 100%;
    padding: 51px 0 70px;
}

.hero-section__flexible-approach-performance-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-section__flexible-approach-performance-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #582362E0;
}

.hero-section__flexible-approach-performance-wrapper {
    max-width: 1193px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section__flexible-approach-performance-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 50.54px;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 750px;
}

.hero-section__flexible-approach-performance-content {
    padding: 30px 95px 30px 26px;
    background: #2C99A4;
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    color: #FFFFFF;
    position: relative;
    transition: all .3s;
}

.hero-section__flexible-approach-performance-content:hover {
    background: #292c49;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-section__flexible-approach-performance-content:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    pointer-events: none;
}

.hero-section__flexible-approach-performance-content:hover:after {
    right: 18px;
}

.hero-section__flexible-approach-panels-wrapper {
    max-width: 1089px;
    margin: 0 auto;
    padding: 37px 16px 160px;
}

.hero-section__flexible-approach-panels-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    max-width: 926px;
    margin: 0 auto 48px;
}

.hero-section__flexible-approach-panels-services {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.hero-section__flexible-approach-panels-service {
    display: flex;
    gap: 23px;

}

.hero-section__flexible-approach-panels-service-title {
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #4A4A4A;
}

.hero-section__flexible-approach-panels-box {
    display: flex;
    align-items: center;
    gap: 96px;
    margin-bottom: 48px;
}

.hero-section__flexible-approach-panels-image img {
    width: 413px;
    height: 423px;
}

.hero-section__flexible-approach-panels-image-responsive img {
    display: none;
}

.hero-section__flexible-approach-panels-cta-box {
    display: flex;
    justify-content: center;
}

.hero-section__flexible-approach-panels-cta {
    background-color: #2c99a4;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    padding: 30px 97px 30px 32px;
    position: relative;
    transition: all .3s;
}

.hero-section__flexible-approach-panels-cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    rotate: 90deg;
    right: 28px;
    transition: all .3s;
}

.hero-section__flexible-approach-panels-cta:hover {
    background-color: #292c49;
    color: #FFFFFF;
    text-decoration: none;
}

.page-template-tpl-engaged-participants .our-family {
    background: linear-gradient(176.42deg, rgba(239, 233, 231, 0.44) 15.42%, #FFFFFF 54.08%);
    margin-bottom: 114px;
}

.our-family__wrapper {
    background: #ffffff;
    padding: 46px 60px 38px;
    position: relative;
    margin-bottom: 51px;
}

.our-family__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 10px 0px #00000033;
    pointer-events: none;
}

.page-template-tpl-engaged-participants .our-family__heading-description {
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
}

.page-template-tpl-engaged-participants .our-family__item-wrap figure{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 64px;
}

.our-family__slider {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.our-family__slider-prev,
.our-family__slider-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.our-family__slider-prev {
    left: 0;
}

.our-family__slider-next {
    right: 0;
}

.page-template-tpl-engaged-participants .our-family-cta__button {
    width: 250px;
}

.hero-section__flexible-approach-rewards {
    background: linear-gradient(91.44deg, #582362 0%, #2C99A4 100%);
    margin-bottom: 150px;
}

.hero-section__flexible-approach-rewards-wrapper {
    max-width: 1120px;
    padding: 56px 16px;
    display: flex;
    align-items: center;
    gap: 160px;
    margin: 0 auto;
}

.hero-section__flexible-approach-rewards .card-brands {
    width: 376px;
    height: 376px;
}

.hero-section__flexible-approach-rewards-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.hero-section__flexible-approach-rewards p {
    font-weight: 300;
    font-size: 35px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    color: #FFFFFF;
    max-width: 518px;
}

.hero-section__flexible-approach-rewards .product-cards__cta-link {
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.hero-section__flexible-approach-rewards .brands-map__title {
    font-weight: 700;
    font-size: 35.28px;
    line-height: 118%;
    letter-spacing: 0px;
    text-align: center;
}

.page-template-tpl-engaged-participants section.product-component.component-brands-map .card-brands {
    background: #ffffff;
}

.page-template-tpl-engaged-participants .brands-map__map-container {
    margin-top: 17rem;
}

.page-template-tpl-engaged-participants .brands-map__reward-box-img {
    width: 56px;
    height: 35px;
}

.page-template-tpl-engaged-participants .brands-map__reward-box {
    gap: 8px;
    top: -4.5rem;
    width: auto;
    height: auto;
}

.page-template-tpl-engaged-participants .brands-map__title {
    font-size: 35.28px !important;
    line-height: 38px !important;
    letter-spacing: 0px;
    text-align: center;
    height: 75px;
}

.page-template-tpl-engaged-participants .brands-map__reward-box-brand {
    display: none;
}

.page-template-tpl-engaged-participants .brands-map__reward-box-number {
    font-weight: 700;
    font-size: 18.93px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #3BAAB5;
}

.page-template-tpl-engaged-participants .brands-map__reward-box-country {
    font-weight: 300;
    font-size: 13.77px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #3BAAB5;
}

.hero-section__flexible-approach-community {
    margin-bottom: 28px;
}

.hero-section__flexible-approach-community-wrapper {
    max-width: 1192px;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section__flexible-approach-community-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    max-width: 810px;
    margin: 0 auto 8px;
}

.hero-section__flexible-approach-community-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #2C99A4;
    margin-bottom: 36px;
}

.hero-section__flexible-approach-community-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
}

.hero-section__flexible-approach-community-line {
    max-width: 939px;
    width: 100%;
    margin: 0 auto;
    background: #4A4A4A1A;
    height: 3px;
    margin-bottom: 49px;
}

.hero-section__flexible-approach-community-grid {
    max-width: 1157px;
}

.hero-section__flexible-approach-community-item-image {
    background: #52567A;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-section__flexible-approach-community-item-title {
    padding: 34px 19px;
    background: #52567A;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__flexible-approach-community-item-content {
    padding: 23px 16px 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #4A4A4A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.hero-section__flexible-approach-community-item {
    box-shadow: 0px 0px 10px 0px #00000033;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.hero-section__flexible-approach-community-item:nth-child(2) .hero-section__flexible-approach-community-item-title,
.hero-section__flexible-approach-community-item:nth-child(2) .hero-section__flexible-approach-community-item-image {
    background: #47748D;
}

.hero-section__flexible-approach-community-item:nth-child(3) .hero-section__flexible-approach-community-item-title,
.hero-section__flexible-approach-community-item:nth-child(3) .hero-section__flexible-approach-community-item-image {
    background: #4CA393;
}

.hero-section__flexible-approach-community-item:nth-child(4) .hero-section__flexible-approach-community-item-title,
.hero-section__flexible-approach-community-item:nth-child(4) .hero-section__flexible-approach-community-item-image {
    background: #85BC5E;
}

.hero-section__flexible-approach-community-item:nth-child(5) .hero-section__flexible-approach-community-item-title,
.hero-section__flexible-approach-community-item:nth-child(5) .hero-section__flexible-approach-community-item-image {
    background: #FFB720;
}

.hero-section__flexible-approach-community-item:after {
    content: "";
    position: absolute;
    top: -104px;
    left: 50%;
    transform: translateX(-50%);
    height: 74px;
    background: #4A4A4A1A;
    width: 3px;
    z-index: -1;
}

.hero-section__flexible-approach-community-item .usa-only {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    line-height: 143%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #4A4A4A;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.hero-section__flexible-approach-community-content {
    font-weight: 300;
    font-size: 36px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 43px;
}

.hero-section__flexible-approach-community-image {
    position: relative;
}

.hero-section__flexible-approach-community-image:after {
    content: "";
    position: absolute;
    left: 49.9%;
    transform: translateX(-50%);
    bottom: -52px;
    height: 106px;
    width: 3px;
    background: #4A4A4A1A;
}

.hero-section__flexible-approach-peeq-wrapper {
    max-width: 1039px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-section__flexible-approach-peeq-image {
    position: relative;
    right: -100px;
}

.hero-section__flexible-approach-peeq-image img {
    width: 520px;
    height: 624px;
    object-fit: contain;
}

.hero-section__flexible-approach-peeq-title {
    font-weight: 300;
    font-size: 35px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    color: #582362;
}

.hero-section__flexible-approach-peeq-content {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #2C99A4;
    margin-bottom: 44px;
}

.hero-section__flexible-approach-peeq .product-cards__cta-link {
    font-weight: 300;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #582362;
    margin: 0;
}

.hero-section__flexible-approach-community-prev, .hero-section__flexible-approach-community-next {
    display: none;
}

.hero-section__flexible-approach-label {
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: 0px;
    color: #2C99A4;
    margin-bottom: 16px;
}

.hero-section__flexible-approach-support {
    padding: 48px 0 82px;
}

.hero-section__flexible-approach-support-title {
    font-weight: 300;
    font-size: 38px;
    text-align: center;
    color: #582362;
    max-width: 940px;
    margin: 0 auto;
}

.hero-section__flexible-approach-support-label {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hero-section__flexible-approach-support-cta {
    background-color: #2c99a4;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    padding: 30px 97px 30px 32px;
    position: relative;
    transition: all .3s;
}

.hero-section__flexible-approach-support-cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    rotate: 90deg;
    right: 28px;
    transition: all .3s;
}

.hero-section__flexible-approach-support-cta:hover {
    background-color: #292c49;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-section__flexible-approach-support-wrapper {
    max-width: 1188px;
    margin: 0 auto;
    padding: 58px 16px 0;
    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__flexible-approach-support-image {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 936px;
    margin:0 auto;
}

.hero-section__flexible-approach-support-image img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.hero-section__flexible-approach-support-cta-box {
    position: absolute;
    top: 108px;
    left: 141px;
}

.hero-section__flexible-approach-support-poster-m {
    display: none;
}

.page-template-tpl-research .product-tag-us.desktop {
    margin-top: 0;
}

.page-template-tpl-research .product-tag-us-title-d {
    font-weight: 300;
    font-size: 36px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.page-template-tpl-research .product-tag-us-text-d {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #2C99A4;
}

.page-template-tpl-research .product-tag-us__thumb-slide-d {
    width: 267px;
    font-weight: 300;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
}

.page-template-tpl-research .product-tag-us-swiper-d {
    max-width: 1154px;
}

.page-template-tpl-research .product-tag-us-swiper__slide-d {
    gap: 155px;
    justify-content: center;
    background: white;
}

.page-template-tpl-research .product-tag-us-swiper__slide-figure-d {
    max-width: 346px;
    width: 100%;
}

.page-template-tpl-research .product-tag-us-swiper__slide-content-d {
    width: 522px;
}

.page-template-tpl-research .product-tag-us-swiper__slide-content-title-d {
    font-weight: 700;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-template-tpl-research .product-tag-us-swiper__slide-content-title-d a {
    background: #2C99A4;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-tpl-research .product-tag-us-swiper__slide-content-text-d {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #4A4A4A;
    margin-bottom: 18px;
}

.product-tag-us-swiper__slide-content-list-d {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin-bottom: 24px;
    list-style: none;
}

.page-template-tpl-research .product-tag-us-swiper__slide-d:not(:nth-child(3)) .product-tag-us-swiper__slide-content-list-d {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 37px;
}

.page-template-tpl-research .product-tag-us-swiper__slide-d:nth-child(4) .product-tag-us-swiper__slide-content-d .product-tag-us-swiper__slide-content-text-d:nth-child(2) .product-tag-us-swiper__slide-content-list-d {
    display: flex;
}

.product-tag-us-swiper__slide-content-list-item-d {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #4A4A4A;
    text-align: left;
}

.product-tag-us-swiper__slide-content-list-item-figure-d {
    display: block;
    width: 11px;
    height: 11px;
    background: #9DC92E;
    flex-shrink: 0;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d {
    margin-bottom: 0;
    min-height: 621px;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(n) .product-tag-us-swiper__slide-image-d {
    width: 298px;
    height: 377px;
    object-fit: contain;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(2n) {
    gap: 149px;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(2n) .product-tag-us-swiper__slide-image-d {
    width: 302px;
    height: 391px;
    object-fit: contain;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(3n) {
    gap: 115px;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(3n) .product-tag-us-swiper__slide-image-d {
    width: 332px;
    height: 375px;
    object-fit: contain;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(4n) {
    gap: 105px;
}

.page-template-tpl-research .product-tag-us-swiper-wrapper-d .product-tag-us-swiper__slide-d:nth-child(4n) .product-tag-us-swiper__slide-image-d {
    width: 346px;
    height: 397px;
    object-fit: contain;
}

.hero-section__flexible-approach-solution-options {
    position: relative;
    top: -319px;
    padding: 424px 0 0;
    background: linear-gradient(91.44deg, #582362 0%, #2C99A4 100%);
    z-index: -1;
    margin-bottom: -60px;
}

.hero-section__flexible-approach-solution-option {
    box-shadow: 0px 0px 10px 0px #00000033;
}

.hero-section__flexible-approach-solution-options-wrapper {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-section__flexible-approach-solution-options-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    max-width: 825px;
    margin: 0 auto;
}

.hero-section__flexible-approach-solution-options-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    position: relative;
    bottom: -58px;
}

.hero-section__flexible-approach-solution-option {
    background: #ffffff;
    position: relative;
    height: 241px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-section__flexible-approach-solution-option-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    height: 72px;
    background: #2C99A4;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
}

.hero-section__flexible-approach-solution-option-image {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-section__flexible-approach-solution-option-image img{
    width: 272px;
    height: 168px;
    object-fit: cover;
}

.hero-section__resources {
    margin-bottom: 153px;
}

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

.hero-section__resources-item-gap span {
    width: 152px;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #572162;
}

.hero-section__resources-item-gap > div {
    height: 170px;
    width: 4px;
    background: #4A4A4A1A;
}

.hero-section__resources-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 39px;
}

.hero-section__resources-grid {
    display: flex;
    justify-content: center;
    gap: 42px;
    align-items: center;
}

.hero-section__resources-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section__resources-item img {
    width: 191px;
    height: 246px;
    box-shadow: 0px 3px 20px 0px #00000033;
}

.hero-section__resources-item h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #582362;
    margin: 0;
}

.hero-section__resources-item a {
    margin-top: -30px;
    margin-bottom: 18px;
}

.hero-section__flexible-approach-features {
    margin-bottom: 68px;
}

.hero-section__flexible-approach-features-wrapper {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-section__flexible-approach-features-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    max-width: 830px;
    margin: 0 auto 8px;
    color: #582362;
}

.hero-section__flexible-approach-features-list {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 1046px;
    margin: 0 auto 56px;
}

.hero-section__flexible-approach-feature {
    flex-basis: 31%;
    box-shadow: 0px 0px 9.09px 0px #00000026;
    min-height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-section__flexible-approach-feature.active {
    flex-basis: 65%;
}

.hero-section__flexible-approach-feature.active .hero-section__flexible-approach-feature-title-box {
    display: none;
}

.hero-section__flexible-approach-feature.active .hero-section__flexible-approach-feature-box {
    display: flex;
}

.hero-section__flexible-approach-feature-title-box {
    font-weight: 300;
    font-size: 34px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #582362;
    max-width: 175px;
}

.hero-section__flexible-approach-feature-title-box:after {
    content: "+";
    font-weight: 600;
    font-size: 27.27px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #2C99A4;
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 22px;
}

.hero-section__flexible-approach-feature-box {
    display: none;
}

.hero-section__flexible-approach-feature-box img {
    flex-shrink: 0;
    width: 235px;
    height: 312px;
    object-fit: cover;
}

.hero-section__flexible-approach-features-label {
    font-weight: 300;
    font-size: 35px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 52px;
}

.hero-section__flexible-approach-content-box {
    background: #582362;
    padding: 34px 28px 0 31px;
}

.hero-section__flexible-approach-feature-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero-section__flexible-approach-feature-title a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 14px;
    margin-bottom: -18px;
}

.hero-section__flexible-approach-feature-title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.hero-section__flexible-approach-feature-bg {
    background: #FFFFFF80;
    height: 6px;
    width: 100%;
    margin-bottom: 17px;
}

.hero-section__flexible-approach-feature-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.hero-section__flexible-approach-features-cta {
    display: flex;
    justify-content: center;
}

.hero-section__flexible-approach-features-cta a {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: left;
    transition: all .3s;
    background: #2C99A4;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    padding: 29px 99px 29px 28px;
}

.hero-section__flexible-approach-features-cta a:hover {
    color: #FFFFFF;
    background: #292C49;
    text-decoration: none;
}

.hero-section__flexible-approach-features-cta a: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__flexible-approach-features-cta a:hover:after {
    right: 16px;
}

.hero-section__flexible-approach-audience {

}

.hero-section__flexible-approach-audience-wrapper {
    max-width: 1188px;
    padding: 84px 16px 0;
    margin: 0 auto;
    background: linear-gradient(179.84deg, rgba(239, 233, 231, 0.264) 49.88%, rgba(255, 255, 255, 0.6) 100.62%);
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
}

.hero-section__flexible-approach-audience-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    max-width: 840px;
    margin: 0 auto 56px;
}

.hero-section__flexible-approach-audience-video-poster {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}

.hero-section__flexible-approach-audience-video-poster img {
    width: 563px;
    height: 354px;
}

.hero-section__flexible-approach-audience-subtitle {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 42px;
}

.hero-section__flexible-approach-audience-list {
    display: flex;
    gap: 50px;
    margin-bottom: 120px;
    padding: 0 38px;
}

.hero-section__flexible-approach-audience-item {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.hero-section__flexible-approach-audience-item img {
    height: 141px;
    object-fit: none;
}

.hero-section__flexible-approach-audience-item-title {
    font-weight: 300;
    font-size: 23px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #4A4A4A;
    margin: 0;
}

.hero-section__flexible-approach-audience-item:not(:last-child):after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA5MSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkwLjY3MzYgNy40ODIzQzkxLjAyNDggNy4xMzExMiA5MS4wMjQ4IDYuNTYxNzUgOTAuNjczNiA2LjIxMDU3TDg0Ljk1MDkgMC40ODc4MThDODQuNTk5NyAwLjEzNjY0MSA4NC4wMzAzIDAuMTM2NjQxIDgzLjY3OTIgMC40ODc4MThDODMuMzI4IDAuODM4OTk1IDgzLjMyOCAxLjQwODM2IDgzLjY3OTIgMS43NTk1NEw4OC43NjYxIDYuODQ2NDRMODMuNjc5MiAxMS45MzMzQzgzLjMyOCAxMi4yODQ1IDgzLjMyOCAxMi44NTM5IDgzLjY3OTIgMTMuMjA1MUM4NC4wMzAzIDEzLjU1NjIgODQuNTk5NyAxMy41NTYyIDg0Ljk1MDkgMTMuMjA1MUw5MC42NzM2IDcuNDgyM1pNMC4xMTMzNDIgNy43NDU2OEgxLjg0MjY2VjUuOTQ3MTlIMC4xMTMzNDJWNy43NDU2OFpNNS4zMDEyOSA3Ljc0NTY4SDguNzU5OTJWNS45NDcxOUg1LjMwMTI5VjcuNzQ1NjhaTTEyLjIxODYgNy43NDU2OEgxNS42NzcyVjUuOTQ3MTlIMTIuMjE4NlY3Ljc0NTY4Wk0xOS4xMzU4IDcuNzQ1NjhIMjIuNTk0NVY1Ljk0NzE5SDE5LjEzNThWNy43NDU2OFpNMjYuMDUzMSA3Ljc0NTY4SDI5LjUxMTdWNS45NDcxOUgyNi4wNTMxVjcuNzQ1NjhaTTMyLjk3MDMgNy43NDU2OEgzNi40MjlWNS45NDcxOUgzMi45NzAzVjcuNzQ1NjhaTTM5Ljg4NzYgNy43NDU2OEg0My4zNDYyVjUuOTQ3MTlIMzkuODg3NlY3Ljc0NTY4Wk00Ni44MDQ5IDcuNzQ1NjhINTAuMjYzNVY1Ljk0NzE5SDQ2LjgwNDlWNy43NDU2OFpNNTMuNzIyMSA3Ljc0NTY4SDU3LjE4MDhWNS45NDcxOUg1My43MjIxVjcuNzQ1NjhaTTYwLjYzOTQgNy43NDU2OEg2NC4wOThWNS45NDcxOUg2MC42Mzk0VjcuNzQ1NjhaTTY3LjU1NjcgNy43NDU2OEg3MS4wMTUzVjUuOTQ3MTlINjcuNTU2N1Y3Ljc0NTY4Wk03NC40NzM5IDcuNzQ1NjhINzcuOTMyNlY1Ljk0NzE5SDc0LjQ3MzlWNy43NDU2OFpNODEuMzkxMiA3Ljc0NTY4SDg0Ljg0OThWNS45NDcxOUg4MS4zOTEyVjcuNzQ1NjhaTTg4LjMwODUgNy43NDU2OEg5MC4wMzc4VjUuOTQ3MTlIODguMzA4NVY3Ljc0NTY4Wk05MC42NzM2IDcuNDgyM0M5MS4wMjQ4IDcuMTMxMTIgOTEuMDI0OCA2LjU2MTc1IDkwLjY3MzYgNi4yMTA1N0w4NC45NTA5IDAuNDg3ODE4Qzg0LjU5OTcgMC4xMzY2NDEgODQuMDMwMyAwLjEzNjY0MSA4My42NzkyIDAuNDg3ODE4QzgzLjMyOCAwLjgzODk5NSA4My4zMjggMS40MDgzNiA4My42NzkyIDEuNzU5NTRMODguNzY2MSA2Ljg0NjQ0TDgzLjY3OTIgMTEuOTMzM0M4My4zMjggMTIuMjg0NSA4My4zMjggMTIuODUzOSA4My42NzkyIDEzLjIwNTFDODQuMDMwMyAxMy41NTYyIDg0LjU5OTcgMTMuNTU2MiA4NC45NTA5IDEzLjIwNTFMOTAuNjczNiA3LjQ4MjNaTTAuMTEzMzQyIDcuNzQ1NjhIMS44NDI2NlY1Ljk0NzE5SDAuMTEzMzQyVjcuNzQ1NjhaTTUuMzAxMjkgNy43NDU2OEg4Ljc1OTkyVjUuOTQ3MTlINS4zMDEyOVY3Ljc0NTY4Wk0xMi4yMTg2IDcuNzQ1NjhIMTUuNjc3MlY1Ljk0NzE5SDEyLjIxODZWNy43NDU2OFpNMTkuMTM1OCA3Ljc0NTY4SDIyLjU5NDVWNS45NDcxOUgxOS4xMzU4VjcuNzQ1NjhaTTI2LjA1MzEgNy43NDU2OEgyOS41MTE3VjUuOTQ3MTlIMjYuMDUzMVY3Ljc0NTY4Wk0zMi45NzAzIDcuNzQ1NjhIMzYuNDI5VjUuOTQ3MTlIMzIuOTcwM1Y3Ljc0NTY4Wk0zOS44ODc2IDcuNzQ1NjhINDMuMzQ2MlY1Ljk0NzE5SDM5Ljg4NzZWNy43NDU2OFpNNDYuODA0OSA3Ljc0NTY4SDUwLjI2MzVWNS45NDcxOUg0Ni44MDQ5VjcuNzQ1NjhaTTUzLjcyMjEgNy43NDU2OEg1Ny4xODA4VjUuOTQ3MTlINTMuNzIyMVY3Ljc0NTY4Wk02MC42Mzk0IDcuNzQ1NjhINjQuMDk4VjUuOTQ3MTlINjAuNjM5NFY3Ljc0NTY4Wk02Ny41NTY3IDcuNzQ1NjhINzEuMDE1M1Y1Ljk0NzE5SDY3LjU1NjdWNy43NDU2OFpNNzQuNDczOSA3Ljc0NTY4SDc3LjkzMjZWNS45NDcxOUg3NC40NzM5VjcuNzQ1NjhaTTgxLjM5MTIgNy43NDU2OEg4NC44NDk4VjUuOTQ3MTlIODEuMzkxMlY3Ljc0NTY4Wk04OC4zMDg1IDcuNzQ1NjhIOTAuMDM3OFY1Ljk0NzE5SDg4LjMwODVWNy43NDU2OFoiIGZpbGw9IiM0QTRBNEEiLz4KPC9zdmc+Cg==);
    position: absolute;
    width: 91px;
    height: 14px;
    top: 20%;
    right: -70px;
}

.hero-section__flexible-approach-audience-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 164px;
}

.hero-section__flexible-approach-audience-box-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    color: #582362;
    margin-bottom: 33px;
}

.hero-section__flexible-approach-audience-box-image img {
    width: 454px;
    height: 398px;
    object-fit: contain;
}

.hero-section__flexible-approach-audience-box-item {
    display: flex;
    gap: 28px;
}

.hero-section__flexible-approach-audience-boxes {
    padding: 0 38px;
}

.hero-section__flexible-approach-audience-box-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.hero-section__flexible-approach-audience-box-item-title {
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #4A4A4A;
    max-width: 370px;
}

.hero-section__flexible-approach-audience-box.right {
    flex-direction: row-reverse;
}

.hero-section__flexible-approach-features-list-mobile {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 42px;
}

.hero-section__flexible-approach-feature-box-mobile img {
    width: 100%;
    height: 209px;
    object-fit: cover;
}

.hero-section__flexible-approach-feature-box-mobile {
    box-shadow: 0px 0px 8.96px 0px #00000033;
    margin-bottom: 21px;
}

.hero-section__flexible-approach-feature-content-mobile {
    font-weight: 300;
    font-size: 15px;
    line-height: 143%;
    letter-spacing: 0px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 7px;
}

.hero-section__flexible-approach-feature-title-box-mobile {
    background: #582362;
    padding: 18px 20px;
    font-weight: 700;
    font-size: 23px;
    line-height: 104%;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

.hero-section__flexible-approach-feature-cta-mobile {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #582362;
}

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

.page-template-tpl-ai-solutions .hero-section__flexible-approach-diy-box {
    padding-top: 59px;
}

.page-template-tpl-ai-solutions .hero-section__flexible-approach-diy-title {
    max-width: 700px;
    margin: 0 auto 92px;
}

.page-template-tpl-ai-solutions .hero-section__flexible-approach-diy-content {
    max-width: 920px;
}

.page-template-tpl-ai-solutions .popup:not(.js-popup-video) .popup__wrapper .popup__inner,
.page-template-tpl-peeq .popup:not(.js-popup-video-2) .popup__wrapper .popup__inner {
    padding: 0;
}

.hero-section__flexible-approach-diy-subtitle {
    font-weight: 700;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #2C99A4;
    margin-top: 24px;
}

.hero-section__flexible-approach-intro {
    background: linear-gradient(91.44deg, #582362 0%, #2C99A4 100%);
    margin-bottom: 64px;
}

.hero-section__flexible-approach-intro-wrapper {
    max-width: 1142px;
    margin: 0 auto;
    padding: 75px 16px 62px;
}

.hero-section__flexible-approach-intro-grid {
    display: flex;
    gap: 8px;
    align-items: center;
}

.hero-section__flexible-approach-intro-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 14px;
}

.hero-section__flexible-approach-intro-content {
    font-weight: 300;
    font-size: 35px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 35px;
}

.hero-section__flexible-approach-intro-cta {
    display: inline-block;
    background-color: #2c99a4;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 32.2px;
    letter-spacing: 0px;
    padding: 30px 97px 30px 32px;
    position: relative;
    transition: all .3s;
}

.hero-section__flexible-approach-intro-grid > .hero-section__flexible-approach-intro-cta {
    display: none;
}

.hero-section__flexible-approach-intro-cta:after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../prodege_theme/img/arrow-white.svg);
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    rotate: 90deg;
    right: 28px;
    transition: all .3s;
}

.hero-section__flexible-approach-intro-cta:hover {
    background-color: #292c49;
    color: #FFFFFF;
    text-decoration: none;
}

.hero-section__flexible-approach-intro-video a {
    display: block;
    position: relative;
}

.hero-section__flexible-approach-intro-video a:after {
    content: "";
    width: 110px;
    height: 115px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMiIgdmlld0JveD0iMCAwIDEyMCAxMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjA2NV8zMjQwKSI+CjxlbGxpcHNlIGN4PSI1OS41MTE2IiBjeT0iNjAuNjExOCIgcng9IjQ5LjUxMTYiIHJ5PSI1MC42MTE4IiBmaWxsPSIjNEE0QTRBIiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPC9nPgo8cGF0aCBkPSJNNzEuOTI5OSA2Mi4yNDY2TDUzLjYxMzcgNTAuODgwOEw1My42MTE5IDUwLjg4MjdDNTMuMDE1MyA1MC41MTI3IDUyLjI4MTUgNTAuNTEyNyA1MS42ODUgNTAuODgwOEM1MS4wODg0IDUxLjI1MDggNTAuNzIxNSA1MS45MzA4IDUwLjcxOTcgNTIuNjY4OVY3NS40MDA1QzUwLjcyMTUgNzYuMTM4NiA1MS4wODg1IDc2LjgxODYgNTEuNjg1IDc3LjE4ODZDNTIuMjgxNSA3Ny41NTY3IDUzLjAxNTMgNzcuNTU2NyA1My42MTE5IDc3LjE4NjdMNzEuOTI4MSA2NS44MjA4TDcxLjkyOTkgNjUuODIyOEM3Mi41MjQ2IDY1LjQ1MjggNzIuODg5NyA2NC43NzA5IDcyLjg4OTcgNjQuMDM0N0M3Mi44ODk3IDYzLjI5ODUgNzIuNTI0NiA2Mi42MTY2IDcxLjkyOTkgNjIuMjQ2NloiIGZpbGw9IiNGOUY5RjkiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yMDY1XzMyNDAiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMTkuMDIzIiBoZWlnaHQ9IjEyMS4yMjQiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzIwNjVfMzI0MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yMDY1XzMyNDAiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all .3s;
}

.hero-section__flexible-approach-carousel {
    margin-bottom: 206px;
}

.hero-section__flexible-approach-carousel-wrapper {
    max-width: 1039px;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
}

.hero-section__flexible-approach-carousel-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 38px;
}

.hero-section__flexible-approach-carousel-slider {
    padding: 8px;
}

.hero-section__flexible-approach-carousel-item {
    box-shadow: 0px 0px 10px 0px #00000033;
}

.hero-section__flexible-approach-carousel-item img {
    width: 463px;
    height: 589px;
    object-fit: cover;
}

.hero-section__flexible-approach-carousel-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    background: #4CA393;
    padding: 34px 0;
}

.hero-section__flexible-approach-carousel-slider {
    display: flex;
    overflow: hidden;
}

.hero-section__flexible-approach-carousel-item-list {
    background: #EFE9E770;
    padding: 50px 38px 47px 55px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-section__flexible-approach-carousel-item-box {
    display: flex;
    justify-content: center;
}

.hero-section__flexible-approach-carousel-item-list-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #582362;
}

.hero-section__flexible-approach-carousel-item-list-item-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.hero-section__flexible-approach-carousel-item:nth-child(2n) .hero-section__flexible-approach-carousel-item-title {
    background: #52567A;
}

.hero-section__flexible-approach-carousel-item:nth-child(3n) .hero-section__flexible-approach-carousel-item-title {
    background: #47748D;
}

.hero-section__flexible-approach-carousel-button-prev,
.hero-section__flexible-approach-carousel-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    cursor: pointer;
}

.hero-section__flexible-approach-carousel-button-next {
    left: unset;
    right: -50px;
}

.hero-section__flexible-approach-carousel-item-box a {
    display: block;
    position: relative;
    flex-shrink: 0;
}

.hero-section__flexible-approach-carousel-item-box a:after {
    content: "";
    width: 110px;
    height: 115px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMiIgdmlld0JveD0iMCAwIDEyMCAxMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RfMjA2NV8zMjQwKSI+CjxlbGxpcHNlIGN4PSI1OS41MTE2IiBjeT0iNjAuNjExOCIgcng9IjQ5LjUxMTYiIHJ5PSI1MC42MTE4IiBmaWxsPSIjNEE0QTRBIiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPC9nPgo8cGF0aCBkPSJNNzEuOTI5OSA2Mi4yNDY2TDUzLjYxMzcgNTAuODgwOEw1My42MTE5IDUwLjg4MjdDNTMuMDE1MyA1MC41MTI3IDUyLjI4MTUgNTAuNTEyNyA1MS42ODUgNTAuODgwOEM1MS4wODg0IDUxLjI1MDggNTAuNzIxNSA1MS45MzA4IDUwLjcxOTcgNTIuNjY4OVY3NS40MDA1QzUwLjcyMTUgNzYuMTM4NiA1MS4wODg1IDc2LjgxODYgNTEuNjg1IDc3LjE4ODZDNTIuMjgxNSA3Ny41NTY3IDUzLjAxNTMgNzcuNTU2NyA1My42MTE5IDc3LjE4NjdMNzEuOTI4MSA2NS44MjA4TDcxLjkyOTkgNjUuODIyOEM3Mi41MjQ2IDY1LjQ1MjggNzIuODg5NyA2NC43NzA5IDcyLjg4OTcgNjQuMDM0N0M3Mi44ODk3IDYzLjI5ODUgNzIuNTI0NiA2Mi42MTY2IDcxLjkyOTkgNjIuMjQ2NloiIGZpbGw9IiNGOUY5RjkiLz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8yMDY1XzMyNDAiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMTkuMDIzIiBoZWlnaHQ9IjEyMS4yMjQiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzIwNjVfMzI0MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yMDY1XzMyNDAiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all .3s;
}

.hero-section__flexible-approach-carousel-slider .swiper-pagination {
    bottom: -57px;
    left: 0;
    text-align: center;
}

.hero-section__flexible-approach-carousel-slider .swiper-pagination-bullet {
    border: 1px solid #582362;
}

.hero-section__flexible-approach-carousel-slider .swiper-pagination-bullet-active {
    background: #582362;
}

.page-template-tpl-ai-solutions .hero-section__flexible-approach-diy-wrapper {
    margin-bottom: 53px;
}

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

.hero-section__membership-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-section__membership-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 8px;
}

.hero-section__membership-description {
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
    max-width: 885px;
    margin: 0 auto 57px;
}

.hero-section__membership-cards {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(5, 1fr);
}

.hero-section__membership-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 8.48px 0px #00000033;
    height: 169px;
    border-radius: 50%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section__membership-card img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.page-template-tpl-peeq .hero-section__flexible-approach-image img {
    object-position: 10% 50%;
}

.page-template-tpl-peeq .hero-section__flexible-approach-info {
    justify-content: center;
}

.hero-section__flexible-approach-peeq-video {
    margin-top: 42px;
    margin-bottom: 83px;
}

.hero-section__flexible-approach-peeq-video-wrapper {
    max-width: 1192px;
    margin: 0 auto;
    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: 58px 16px 0;
    text-align: center;
}

.hero-section__flexible-approach-peeq-video-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-section__flexible-approach-peeq-video-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #2C99A4;
    max-width: 1000px;
    margin: 0 auto 46px;
}

.hero-section__flexible-approach-peeq-video-box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.hero-section__flexible-approach-peeq-video img {
    width: 563px;
    height: 354px;
    object-fit: contain;
}

.hero-section__flexible-approach-peeq-video-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
    max-width: 800px;
    margin: 0 auto 31px;
}

.hero-section__flexible-approach-peeq-banner {
    background: linear-gradient(91.44deg, #582362 0%, #2C99A4 100%);
    padding: 77px 0 85px;
}

.hero-section__flexible-approach-peeq-banner-wrapper {
    max-width: 1099px;
    padding: 0 16px;
    margin: 0 auto;
}

.hero-section__flexible-approach-peeq-banner-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.hero-section__flexible-approach-peeq-banner-title p {
    margin: 0;
}

.hero-section__flexible-approach-peeq-banner-title strong {
    font-weight: 700;
}

.hero-section__flexible-approach-peeq-banner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 57px;
}

.hero-section__flexible-approach-peeq-banner-image img {
    width: 552px;
    height: 552px;
    object-fit: contain;
}

.hero-section__flexible-approach-peeq-features {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 24px;
}

.hero-section__flexible-approach-peeq-feature {
    display: flex;
    gap: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.hero-section__flexible-approach-peeq-subtitle {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.hero-section__flexible-approach-peeq-description {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
    max-width: 430px;
}

.hero-section__flexible-approach-peeq-feature svg {
    flex-shrink: 0;
}

.hero-section__flexible-approach-peeq-faq {
    background: linear-gradient(183.76deg, rgba(239, 233, 231, 0.264) 65.81%, rgba(255, 255, 255, 0.6) 129.8%);
    padding: 60px 0 72px;
}

.hero-section__flexible-approach-peeq-faq-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    max-width: 600px;
    margin: 0 auto 41px;
}

.hero-section__flexible-approach-peeq-faq .hero-section__perks-content {
    flex-direction: row;
    gap: 56px;
    flex-wrap: nowrap;
    padding: 32px 30px;
    max-height: unset;
}

.hero-section__flexible-approach-peeq-faq-content .hero-section__perks-image {
    width: 293px;
    object-fit: cover;
}

.hero-section__flexible-approach-peeq-faq-content .hero-section__perks-title {
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    margin-bottom: 8px;
    text-align: left;
}

.hero-section__flexible-approach-peeq-faq-content .hero-section__perks-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.hero-section__flexible-approach-peeq-faq-content .hero-section__perks-content > div {
    max-width: 546px;
}

.hero-section__flexible-approach-peeq-features-section {
    padding: 77px 0 140px;
}

.hero-section__flexible-approach-peeq-features-wrapper {
    max-width: 1017px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-section__flexible-approach-peeq-features-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    max-width: 900px;
    margin: 0 auto 60px;
}

.hero-section__flexible-approach-peeq-features-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-section__flexible-approach-peeq-feature-title {
    font-weight: 300;
    font-size: 35px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    color: #4A4A4A;
    margin-top: 5px;
}

.events-hero {
    width: 100%;
    margin-top: 212px;
    margin-bottom: 0;
}

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

.events-hero__wrapper {
    max-width: 1182px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    text-align: center;
}

.events-hero__description {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 51px;
    animation: fadeInAnimation ease 4s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}

.events-hero__cta {
    display: inline-block;
    font-weight: 300;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0px;
    padding: 18px 108px 19px 24px;
    background: #2C99A4;
    transition: all .3s;
    color: #FFFFFF;
    position: relative;
    animation: fadeInAnimation ease 4s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}

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

.events-hero__cta:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #292C49;
}

.events-hero__cta:hover:after {
    right: 20px;
}

.events-page .hero-section__flexible-approach-performance-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    vertical-align: middle;
    max-width: 800px;
    margin-bottom: 8px;
}

.events-page .hero-section__flexible-approach-performance-subtitle {
    font-weight: 700;
    font-size: 23px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
}

.about-empowers {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 109px;
}

.about-empowers__wrapper {
    max-width: 1192px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.about-empowers__grid {
    display: flex;
    gap: 139px;
    max-width: 1040px;
    margin: 0 auto;
    align-items: flex-start;
    margin-bottom: 46px;
}

.about-empowers__figure {
    flex-shrink: 0;
    margin-top: 18px;
    position: relative;
    box-shadow: 0px 0px 10px 0px #00000033;

}

.about-empowers__figure-box {
    background: #582362;
    width: 47px;
    height: 47px;
    position: absolute;
    left: -24px;
    bottom: 27px;
}

.about-empowers__figure-box:nth-child(2) {
    background: #2C99A4;
    width: 33px;
    height: 34px;
    left: unset;
    bottom: unset;
    top: -18px;
    right: 9px;
}

.about-empowers__figure-box:nth-child(3) {
    background: #9DC92E;
    width: 22px;
    height: 23px;
    left: 29px;
    bottom: -11px;
}

.about-empowers__image {
    width: 370px;
    height: 362px;
    object-fit: cover;
}

.about-empowers__title {
    font-weight: 300;
    font-size: 35px;
    line-height: 111.00000000000001%;
    letter-spacing: 0px;
    color: #582362;
    margin-bottom: 11px;
}

.about-empowers__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    color: #4A4A4A;
}

.about-empowers__banner {
    background: #EFE9E770;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 30px 56px 22px 35px;
}

.about-empowers__subtitle {
    margin: 0;
    font-weight: 300;
    font-size: 23px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #582362;
}

.who-we-are {
    width: 100%;
    margin-bottom: 116px;
}

.who-we-are__wrapper {
    max-width: 1192px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.who-we-are__title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #582362;
    margin-bottom: 43px;
}

.who-we-are__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.who-we-are__card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #582362;
    width: 270px;
    height: 270px;
    padding: 30px 21px;
    transition: all .3s;
}

.who-we-are__card:hover .who-we-are__card-image {
    transition: all .3s;
}

.who-we-are__card:hover .who-we-are__card-content {
    display: block;
}

.who-we-are__card:hover .who-we-are__card-image {
    display: none;
}

.who-we-are__card:nth-child(2) {
    background: #2C99A4;
}

.who-we-are__card:nth-child(3) {
    background: #9DC92E;
}

.who-we-are__card:nth-child(3) .who-we-are__card-title,
.who-we-are__card:nth-child(3) .who-we-are__card-description {
    color: #4A4A4A;
}

.who-we-are__card:nth-child(4) {
    background: #292C49;
}

.who-we-are__card-content {
    display: none;
    transition: all .3s;
}

.who-we-are__card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 6px;
}

.who-we-are__card-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}

.about-brands {
    width: 100%;
    margin-bottom: 112px;
}

.about-brands__wrapper {
    max-width: 1104px;
    margin: 0 auto;
    padding: 0 16px;
}

.about-brands__title {
    font-weight: 300;
    font-size: 38px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 44px;
    color: #582362;
}

.about-brands__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 44px 64px;
    justify-content: center;
}

.about-brands__item {
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 13.89px 0px #00000033;
    background: #ffffff;
    border-radius: 50%;
}

.about-brands__item a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about-brands__image {
    width: 80%;
    height: 64px;
}

#menu-main {
    gap: 31px;
}

#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%;
}

.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;
}

.about-quote {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #00000033;
    padding: 62px 32px 25px 38px;
    position: relative;
}

.about-quote::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 74px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA3NCA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9Ijc0IiBoZWlnaHQ9Ijc0IiBmaWxsPSIjMkM5OUE0Ii8+CjxwYXRoIGQ9Ik0zOC4zNTU5IDMyLjAyMjRDMzguMzU1OSAzNi4wOTE2IDM5LjYxMjYgMzkuODQwOSA0Mi4xMjYgNDMuMjcwNUM0NC43NDMyIDQ2Ljc4ODcgNDguMDQ1NiA0OS43Mzg4IDUxLjgzMzQgNTEuOTQyMkw1NC43MDk5IDQ5LjM3NzFDNTMuNTQ2MiA0OC4yOTYyIDUyLjU0NjkgNDcuMDUwMiA1MS43NDQgNDUuNjc5QzUwLjkxIDQ0LjM3MSA1MC4zOTUyIDQyLjg4NDcgNTAuMjQxNiA0MS4zNDAzQzUyLjMzNjcgNDAuODQwOCA1NC4yMDQ3IDM5LjY1MzIgNTUuNTQ3NyAzNy45NjY3QzU2LjkyMzkgMzYuMjk1MyA1Ny42NjMyIDM0LjE4ODcgNTcuNjMzOCAzMi4wMjI0QzU3LjY1OTEgMjkuNDEgNTYuNjQ3NiAyNi44OTQ0IDU0LjgyMTYgMjUuMDI5QzUzLjk0OTUgMjQuMDkxNSA1Mi44OTQxIDIzLjM0MzggNTEuNzIxMSAyMi44MzI2QzUwLjU0OCAyMi4zMjE0IDQ5LjI4MjUgMjIuMDU3NiA0OC4wMDMyIDIyLjA1NzZDNDYuNzI0IDIyLjA1NzYgNDUuNDU4NCAyMi4zMjE0IDQ0LjI4NTQgMjIuODMyNkM0My4xMTIzIDIzLjM0MzggNDIuMDU2OSAyNC4wOTE1IDQxLjE4NDkgMjUuMDI5QzM5LjM1NDMgMjYuODkyNyAzOC4zMzY4IDI5LjQwNzkgMzguMzU1OSAzMi4wMjI0Wk0xNS42NTQxIDMyLjAyMjRDMTUuNjU0MSAzNi4wOTE2IDE2LjkxMDggMzkuODQwOSAxOS40MjQzIDQzLjI3MDVDMjIuMDQxNSA0Ni43ODg3IDI1LjM0MzggNDkuNzM4OCAyOS4xMzE2IDUxLjk0MjJMMzIuMzQwNCA0OS4zNzE1QzMxLjE3NTggNDguMjkwNyAzMC4xNzU2IDQ3LjA0NDggMjkuMzcxOCA0NS42NzM0QzI4LjUzNDEgNDQuMzUxNSAyNy45NjQ4IDQyLjg3NzIgMjcuNjk2MiA0MS4zMzQ3QzI5Ljc5MTYgNDAuODM1OSAzMS42NTk4IDM5LjY0ODEgMzMuMDAyMyAzNy45NjExQzM0LjM3ODUgMzYuMjg5NyAzNS4xMTc4IDM0LjE4MzEgMzUuMDg4NCAzMi4wMTY4QzM1LjExNDggMjkuNDA0NyAzNC4xMDQyIDI2Ljg4OTEgMzIuMjc5IDI1LjAyMzRDMzEuNDE0NCAyNC4wNzE2IDMwLjM1NzIgMjMuMzE1NCAyOS4xNzc5IDIyLjgwNUMyNy45OTg2IDIyLjI5NDcgMjYuNzI0MiAyMi4wNDIgMjUuNDM5NyAyMi4wNjM4QzI0LjE0NyAyMi4wNTE3IDIyLjg2NTkgMjIuMzA5NiAyMS42NzgyIDIyLjgyMTFDMjAuNDkwNSAyMy4zMzI2IDE5LjQyMjMgMjQuMDg2NSAxOC41NDE4IDI1LjAzNDZDMTcuNjE4NiAyNS45NDY5IDE2Ljg4NzUgMjcuMDM1MyAxNi4zOTE1IDI4LjIzNTZDMTUuODk1NSAyOS40MzU4IDE1LjY0NDggMzAuNzIzNCAxNS42NTQxIDMyLjAyMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);    background-repeat: no-repeat;
}

.about-quote__wrapper {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 29px;
}

.about-quote__text {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 143%;
    letter-spacing: 0px;
    color: #582362;
    max-width: 187px;
}

.about-quote__image {
    box-shadow: 0px 0px 10px 0px #00000033;
    position: relative;
}

.about-quote__image img {
    width: 151px;
    height: 148px;
}

.about-quote__image-box {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #582362;
    left: -6px;
    bottom: 7px;
}

.about-quote__image-box:nth-child(2) {
    width: 10px;
    height: 9px;
    background: #2C99A4;
    left: 13px;
    bottom: -4px;
}

.about-quote__image-box:nth-child(3) {
    width: 10px;
    height: 10px;
    background: #FFB720;
    left: unset;
    bottom: unset;
    top: -6px;
    right: 8px;
}

.about-quote__author {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
}

.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, .contact-page, .events-page) .menu__item.menu__item--inverted {
    background: #2C99A4;
}

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

@media only screen and (min-width: 481px) and (max-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%;
    }

    .hero-section__flexible-approach-wrapper {
        padding: 115px 16px 65px;
        max-width: 803px;
    }

    .hero-section__flexible-approach-info {
        gap: 68px;
        align-items: center;
    }

    .hero-section__flexible-approach-image img {
        width: 332px;
        height: 324px;
    }

    .hero-section__flexible-approach-image-box-one {
        width: 29px;
        height: 30px;
        left: 7px;
        top: -16px;
    }

    .hero-section__flexible-approach-image-box-two {
        width: 42px;
        height: 42px;
        bottom: 24px;
        right: -19px;
    }

    .hero-section__flexible-approach-image-box-three {
        width: 19px;
        height: 20px;
        right: 8px;
        bottom: -10px;
    }

    .hero-section__flexible-approach-title {
        font-weight: 700;
        font-size: 38px;
        line-height: 50.54px;
        letter-spacing: 0px;
    }

    .hero-section__flexible-approach-content {
        font-weight: 300;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    .hero-section__flexible-approach-diy-wrapper {
        max-width: 860px;
        margin-bottom: 149px;
    }

    .hero-section__flexible-approach-diy-box {
        padding: 46px 27px 30px 0;
    }

    .hero-section__flexible-approach-diy-title {
        font-weight: 300;
        font-size: 36px;
        line-height: 47.88px;
        text-align: center;
    }

    .hero-section__flexible-approach-diy-label {
        margin-bottom: 46px;
    }

    .hero-section__flexible-approach-diy-service-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 27.72px;
        text-align: center;
    }

    .hero-section__flexible-approach-diy-cta {
        padding: 21px 83px 21px 24px;
        font-weight: 300;
        font-size: 22px;
        line-height: 26.82px;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-diy-cta:after {
        width: 44px;
        height: 44px;
        right: 18px;

    }

    .hero-section__flexible-approach-self-service-wrapper {
        max-width: 828px;
    }

    .hero-section__flexible-approach-self-service-box {
        align-items: center;
    }

    .hero-section__flexible-approach-self-service-title {
        font-weight: 300;
        font-size: 36px;
        line-height: 47.88px;
        letter-spacing: 0px;
        margin-bottom: 8px;
    }

    .hero-section__flexible-approach-self-service-content {
        font-weight: 300;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        margin-bottom: 45px;
        max-width: 320px;
    }

    .hero-section__flexible-approach-self-service-service {
        max-width: 356px;
    }

    .hero-section__flexible-approach-self-service-service-title {
        font-weight: 300;
        font-size: 16px;
        line-height: 22.9px;
        letter-spacing: 0px;
    }

    .hero-section__flexible-approach-self-service-image img {
        width: 449px;
        height: 376px;
    }

    .hero-section__flexible-approach-assisted-service-wrapper {
        max-width: 757px;
        margin-bottom: 132px;
    }

    .hero-section__flexible-approach-assisted-service-title {
        font-weight: 300;
        font-size: 36px;
        line-height: 47.88px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 7px;
    }

    .hero-section__flexible-approach-assisted-service-content {
        font-family: Montserrat;
        font-weight: 300;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 46px;
    }

    .hero-section__flexible-approach-assisted-service-box {
        display: flex;
        flex-direction: column;
        gap: 47px;
    }

    .hero-section__flexible-approach-assisted-service-box-image img {
        width: 319px;
        height: 311px;
    }

    .hero-section__flexible-approach-assisted-services-title {
        font-weight: 700;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-assisted-services {
        max-width: 100%;
    }

    .hero-section__flexible-approach-offerings-wrapper {
        position: relative;
        max-width: 854px;
    }

    .hero-section__flexible-approach-offerings-container {
        max-width: 708px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .hero-section__flexible-approach-offerings {
        max-width: 532px;
        overflow: visible;
    }

    .hero-section__flexible-approach-offerings-title {
        font-size: 36px;
        line-height: 47.88px;
    }

    .hero-section__flexible-approach-performance {
        padding: 64px 0 74px;
    }

    .hero-section__flexible-approach-performance-title {
        max-width: 501px;
        font-size: 36px;
        line-height: 47.88px;
    }

    .hero-section__flexible-approach-performance-wrapper {
        gap: 97px;
        justify-content: center;
    }

    .hero-section__flexible-approach-performance-content {
        padding: 21px 70px 21px 20px;
        font-size: 22px;
        line-height: 26.82px;
    }

    .hero-section__flexible-approach-performance-content:after {
        width: 44px;
        height: 44px;
        right: 16px;
    }

    .events-form .hbspt-form fieldset.form-columns-2 {
        margin-bottom: 3px;
    }

    .events-form .hbspt-form fieldset.form-columns-2 .field:first-child .input {
        margin-right: 16px;
    }

    .hero-section__flexible-approach-panels-wrapper {
        max-width: 860px;
    }

    .hero-section__flexible-approach-panels-box {
        gap: 33px;
    }

    .hero-section__flexible-approach-rewards-wrapper {
        gap: 118px;
        justify-content: center;
    }

    .hero-section__flexible-approach-rewards-title {
        font-weight: 700;
        font-size: 38px;
        line-height: 125%;
        letter-spacing: 0px;
    }

    .hero-section__flexible-approach-rewards .card-brands {
        margin: 0;
    }

    .hero-section__flexible-approach-rewards p {

        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        max-width: 335px;
        margin: 0 0 40px;
    }

    .hero-section__flexible-approach-community-content {
        flex-direction: row;
        gap: 180px;
        position: relative;
    }

    .hero-section__flexible-approach-community-line,
    .hero-section__flexible-approach-community-item:after {
        display: none;
    }

    .hero-section__flexible-approach-community-grid {
        display: flex;
        max-width: 453px;
        width: 100%;
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
        padding: 38px 7px;
    }

    .hero-section__flexible-approach-community-item {
        height: 428px;
    }

    .hero-section__flexible-approach-community-image:after {
        bottom: unset;
        height: 16px;
        width: 75px;
        top: 50%;
        left: unset;
        right: -60px;
        transform: translateY(-50%);
        background-color: unset;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA3NiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc1LjIxNjkgN0w2NC41NzMgMC44NTQ3MzlMNjQuNTczIDEzLjE0NTNMNzUuMjE2OSA3Wk02NS42Mzc0IDUuOTM1NjFMMS4yNjkyN2UtMDggNS45MzU2MUwtMS4yNjkyN2UtMDggOC4wNjQzOUw2NS42Mzc0IDguMDY0MzlMNjUuNjM3NCA1LjkzNTYxWiIgZmlsbD0iIzRBNEE0QSIgZmlsbC1vcGFjaXR5PSIwLjEiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
    }

    .hero-section__flexible-approach-peeq-wrapper {
        max-width: 856px;
    }

    .hero-section__flexible-approach-peeq-image {
        position: static;
    }

    .hero-section__flexible-approach-peeq-image img {
        width: 377px;
        height: 504px;
    }

    .hero-section__flexible-approach-peeq-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        margin-bottom: 24px;
    }

    .hero-section__flexible-approach-peeq-content {
        font-weight: 700;
        font-size: 26px;
        line-height: 140%;
        letter-spacing: 0px;
        margin-bottom: 34px;
    }

    .hero-section__flexible-approach-peeq .product-cards__cta-link {
        font-weight: 300;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .hero-section__flexible-approach-community-prev,
    .hero-section__flexible-approach-community-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
        display: block;
    }

    .hero-section__flexible-approach-community-prev {
        left: 40%;
    }

    .hero-section__flexible-approach-community-next {
        right: -5%;
    }

    .hero-section__flexible-approach-support-wrapper {
        max-width: 852px;
    }

    .hero-section__flexible-approach-support-image {
        max-width: 730px;
    }

    .hero-section__flexible-approach-support-image img {
        height: 417px;
    }

    .hero-section__flexible-approach-support-cta {
        font-weight: 300;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        padding: 22px 77px 22px 24px;
    }

    .hero-section__flexible-approach-support-cta:after {
        width: 44px;
        height: 44px;
        right: 20px;
    }

    .page-template-tpl-research .hero-section__flexible-approach-wrapper {
        max-width: 843px;
    }

    .page-template-tpl-research .hero-section__flexible-approach-content {
        margin-bottom: 45px;
    }

    .hero-section__flexible-approach-support-cta-box {
        top: 88px;
        left: 63px;
    }

    .hero-section__flexible-approach-support-title {
        margin-bottom: 21px;
    }

    .hero-section__flexible-approach-support-label {
        top: -8px;
    }

    .page-template-tpl-research .product-tag-us.desktop {
        display: block;
        margin-top: 0;
    }

    .page-template-tpl-research .product-tag-us.mobile {
        display: none;
    }

    .page-template-tpl-research .product-tag-us__thumb-slide-d {
        font-weight: 400;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        width: 195px;
        margin-right: 5px;
        padding: 15px 4px 13px;
    }

    .page-template-tpl-research .product-tag-us-swiper__slide-figure-d {
        max-width: 298px;
    }

    .product-tag-us-swiper__slide-content-list-d,
    .page-template-tpl-research .product-tag-us-swiper__slide-d:not(:nth-child(3)) .product-tag-us-swiper__slide-content-list-d {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .page-template-tpl-research .product-tag-us-swiper__slide-d {
        gap: 70px;
    }

    .page-template-tpl-research .product-tag-us-swiper__slide-content-title-d {
        text-align: left;
        position: relative;
    }

    .page-template-tpl-research .product-tag-us-swiper__slide-content-title-d a {
        position: absolute;
        right: 50px;
        top: 2px;
    }

    .hero-section__flexible-approach-solution-options-list {
        grid-template-columns: repeat(2, 1fr);
        max-width: 572px;
        margin: 0 auto;
        bottom: -210px;
        margin-top: -210px;
    }

    .hero-section__flexible-approach-solution-options {
        padding: 325px 0 0;
        top: -215px;
        margin-bottom: 160px;
    }

    .hero-section__flexible-approach-solution-options-title {
        margin-bottom: 57px;
    }

    .page-template-tpl-insights .hero-section__services-description {
        max-width: 290px;
        margin: 0 auto 27px;
    }

    .hero-section__flexible-approach-features-title {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 788px;
        margin-bottom: 12px;
    }

    .hero-section__flexible-approach-features-label {
        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 58px;
    }

    .hero-section__flexible-approach-features-list {
        display: none;
    }

    .hero-section__flexible-approach-features-wrapper {
        max-width: 861px;
    }

    .hero-section__flexible-approach-audience-wrapper {
        max-width: 853px;
        padding-top: 49px;
    }

    .hero-section__flexible-approach-audience-title {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 42px;
    }

    .hero-section__flexible-approach-audience-video-poster img {
        width: 492px;
        height: 310px;
    }

    .hero-section__flexible-approach-audience-subtitle {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 42px;
    }

    .hero-section__flexible-approach-audience-item {
        gap: 16px;
    }

    .hero-section__flexible-approach-audience-item img {
        width: 94px;
        height: 96px;
        object-fit: contain;
    }

    .hero-section__flexible-approach-audience-item-title {
        font-weight: 300;
        font-size: 16px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
    }

    .hero-section__flexible-approach-audience-list {
        gap: 37px;
        margin-bottom: 112px;
    }

    .hero-section__flexible-approach-audience-box-image img {
        width: 380px;
        height: 380px;
    }

    .hero-section__flexible-approach-audience-item:not(:last-child):after {
        width: 61px;
        height: 8px;
        background-size: cover;
        top: 30%;
        right: -50px;
    }

    .hero-section__flexible-approach-audience-box-title {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
    }

    .hero-section__flexible-approach-audience-box-item-title {
        font-weight: 300;
        font-size: 23px;
        line-height: 140%;
        letter-spacing: 0px;
        vertical-align: middle;
        max-width: 260px;
    }

    .hero-section__flexible-approach-audience-box-item {
        gap: 24px;
    }

    .hero-section__flexible-approach-audience-boxes {
        padding: 0 32px;
    }

    .hero-section__flexible-approach-audience-box {
        gap: 20px;
        margin-bottom: 101px;
    }

    .hero-section__flexible-approach-features-list-mobile {
        display: grid;
    }

    .hero-section__flexible-approach-diy-subtitle {
        margin-top: 48px;
    }

    .hero-section__flexible-approach-intro-wrapper {
        padding: 68px 0 82px;
    }

    .hero-section__flexible-approach-intro-grid {
        flex-direction: column;
        gap: 30px;
    }

    .hero-section__flexible-approach-intro-title {
        text-align: center;
        margin-bottom: 0;
    }

    .hero-section__flexible-approach-intro-content {
        margin-bottom: 26px;
    }

    .hero-section__flexible-approach-intro-box .hero-section__flexible-approach-intro-cta {
        display: none;
    }

    .hero-section__flexible-approach-intro-grid > .hero-section__flexible-approach-intro-cta {
        display: inline-block;
    }

    .hero-section__flexible-approach-carousel-wrapper {
        max-width: 740px;
    }

    .hero-section__flexible-approach-carousel-item img {
        width: 350px;
        height: 757px;
    }

    .hero-section__flexible-approach-carousel-item-title {
        font-size: 16px;
    }

    .page-template-tpl-ai-solutions .hero-section__flexible-approach-diy-title {
        margin-bottom: 44px;
    }

    .page-template-tpl-engaged-participants .brands-map__reward-box {
        top: -4.5rem;
    }

    .page-template-tpl-engaged-participants .brands-map__reward-box-text {
        margin: 0;
    }

    .hero-section__membership-wrapper {
        max-width: 842px;
    }

    .hero-section__membership-title {
        font-size: 36px;
        line-height: 133%;
    }

    .hero-section__membership-description {
        font-weight: 300;
        font-size: 23px;
        line-height: 140%;
        margin-bottom: 32px;
        max-width: 760px;
    }

    .hero-section__membership-cards {
        gap: 38px;
    }

    .hero-section__membership-card {
        padding: 0 20px;
        height: 131px;
    }

    .hero-section__membership-card img {
        max-height: 51px;
    }

    .hero-section__flexible-approach-peeq-video {
        margin-top: 0;
        margin-bottom: 76px;
    }

    .hero-section__flexible-approach-peeq-video-wrapper {
        max-width: 839px;

    }

    .hero-section__flexible-approach-peeq-video-title {
        font-weight: 300;
        font-size: 36px;
        margin-bottom: 6px;
    }

    .hero-section__flexible-approach-peeq-video-label {
        font-size: 16px;
        line-height: 140%;
        max-width: 616px;
    }

    .hero-section__flexible-approach-peeq-video img {
        width: 492px;
        height: 310px;
    }

    .hero-section__flexible-approach-peeq-video-box {
        margin-bottom: 33px;
    }

    .hero-section__flexible-approach-peeq-video-content {
        font-size: 18px;
        line-height: 140%;
        max-width: 600px;
    }

    .hero-section__flexible-approach-peeq-banner-wrapper {
        max-width: 873px;
    }

    .hero-section__flexible-approach-peeq-banner-image img {
        width: 391px;
        height: 391px;
    }

    .hero-section__flexible-approach-peeq-banner-title {
        font-size: 36px;
        line-height: 133%;
        margin-bottom: 57px;
    }

    .hero-section__flexible-approach-peeq-banner-box {
        gap: 19px;
    }

    .hero-section__flexible-approach-peeq-feature {
        font-size: 16px;
        line-height: 143%;
    }

    .hero-section__flexible-approach-peeq-feature br {
        display: none;
    }

    .hero-section__flexible-approach-peeq-faq {
        padding: 72px 0 87px;
    }

    .hero-section__flexible-approach-peeq-faq-content .hero-section__perks-grid {
        max-width: 819px;
    }

    .hero-section__flexible-approach-peeq-faq-content .hero-section__perks-content > div {
        max-width: 400px;
    }

    .hero-section__flexible-approach-peeq-features-wrapper {
        max-width: 845px;
    }

    .hero-section__flexible-approach-peeq-features-section {
        padding: 63px 0 158px;
    }

    .hero-section__flexible-approach-peeq-features-title {
        font-size: 36px;
        line-height: 133%;
        margin-bottom: 38px;
    }

    .events-hero {
        margin-top: 175px;
        margin-bottom: 32px;
    }

    .events-hero__description {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .events-hero__cta {
        padding: 20px 74px 20px 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .events-hero__cta:after {
        width: 44px;
        height: 44px;
        right: 20px;
    }

    .events-page .hero-section__flexible-approach-performance-title {
        font-weight: 300;
        font-size: 38px;
        line-height: 133%;
        letter-spacing: 0px;
        max-width: 507px;
    }

    .events-page .hero-section__flexible-approach-performance-wrapper {
        gap: 91px;
    }

    .events-page .hero-section__flexible-approach-performance-subtitle {
        max-width: 480px;
        font-weight: 700;
        font-size: 23px;
        line-height: 133%;
        letter-spacing: 0%;
    }

    .about-empowers {
        margin-top: 102px;
        margin-bottom: 110px;
    }

    .about-empowers__wrapper {
        max-width: 856px;
        padding: 0 16px;
    }

    .about-empowers__grid {
        gap: 125px;
        max-width: 100%;
        margin-bottom: 57px;
    }

    .about-empowers__figure {
        margin-top: 38px;
    }

    .about-empowers__title {
        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        margin-bottom: 14px;
    }

    .about-empowers__description {
        font-size: 16px;
        line-height: 143%;
        letter-spacing: 0px;
    }

    .about-empowers__image {
        width: 332px;
        height: 324px;
    }

    .about-empowers__figure-box {
        width: 42px;
        height: 42px;
        left: -20px;
        bottom: 24px;
    }

    .about-empowers__figure-box:nth-child(2) {
        width: 29px;
        height: 30px;
        top: -16px;
        right: 15px;
    }

    .about-empowers__figure-box:nth-child(3) {
        width: 19px;
        height: 20px;
        bottom: -10px;
        left: 25px;
    }

    .about-empowers__banner {
        padding: 29px 43px 24px 27px;
        gap: 26px;
    }

    .about-empowers__subtitle {
        font-size: 23px;
        line-height: 140%;
        letter-spacing: 0px;
    }

    .about-empowers__banner img {
        width: 106px;
        height: 106px;
        flex-shrink: 0;
    }

    .who-we-are__title {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .who-we-are__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 564px;
        margin: 0 auto;
    }

    .about-brands__title {
        font-weight: 300;
        font-size: 36px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 58px;
    }

    .about-brands__grid {
        gap: 33px 49px;
    }

    .about-brands__item {
        width: 167px;
        height: 167px;
    }

    .about-quote {
        width: 353px;
    }

    .about-quote__wrapper {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 8px;
    }

    .about-quote__text {
        text-align: center;
        max-width: 235px;
    }

    .about-story__container {
        justify-content: space-between;
    }

    .about-quote__author {
        max-width: 195px;
        margin: 0 auto;
    }
}

@media only screen and (max-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;
    }

    .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,
    .page-template-tpl-peeq .popup.js-popup-video-2 .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;
        flex-direction: column;
        align-items: center;
        padding: 0 21px;
        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-logo-description {
        padding: 0 4px;
    }

    .hero-section__diagram-content-item:hover > div {
        display: none;
    }

    .hero-section__diagram-content-item:hover .hero-section__diagram-content-item__description {
        display: block;
    }

    .hero-section__diagram-content-item__description {
        font-weight: 700;
        font-size: 14px;
        line-height: 143%;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
        display: none;
    }

    .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 16px 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;
    }

    .hero-section__flexible-approach-wrapper {
        padding: 85px 16px 55px;
    }

    .hero-section__flexible-approach-breadcrumb {
        margin-bottom: 35px;
        font-size: 12px;
        line-height: 17.17px;
        letter-spacing: 0px;
    }

    .hero-section__flexible-approach-info {
        flex-direction: column;
        align-items: center;
        gap: 41px;
    }

    .hero-section__flexible-approach-image img {
        width: 250px;
        height: 244px;
    }

    .hero-section__flexible-approach-image-box-one {
        width: 22px;
        height: 22px;
        left: 5px;
        top: -12px;
    }

    .hero-section__flexible-approach-image-box-two {
        width: 31px;
        height: 31px;
        right: -15px;
        bottom: 18px;
    }

    .hero-section__flexible-approach-image-box-three {
        width: 14px;
        height: 15px;
        right: 5px;
        bottom: -8px;
    }

    .hero-section__flexible-approach-diy-wrapper {
        margin-bottom: 111px;
    }

    .hero-section__flexible-approach-diy-box {
        padding: 50px 23px 20px;
    }

    .hero-section__flexible-approach-title {
        font-weight: 700;
        font-size: 38px;
        line-height: 50.54px;
        letter-spacing: 0px;
        text-align: center;
        max-width: 324px;
        margin: 0 auto 16px;
    }

    .hero-section__flexible-approach-content {
        font-weight: 300;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        text-align: center;
        max-width: 326px;
        margin: 0 auto;
    }

    .hero-section__flexible-approach-diy-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 33.27px;
        letter-spacing: 0px;
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }

    .hero-section__flexible-approach-diy-label {
        font-weight: 700;
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-diy-services {
        flex-direction: column;
        gap: 40px;
    }

    .hero-section__flexible-approach-diy-service-title {
        font-weight: 300;
        font-size: 26px;
        line-height: 28.83px;
        text-align: center;
    }

    .hero-section__flexible-approach-diy-cta {
        padding: 23px 77px 23px 27px;
        font-weight: 300;
        font-size: 16px;
        line-height: 19.5px;
        letter-spacing: 0px;

    }

    .hero-section__flexible-approach-diy-cta:after {
        width: 32px;
        height: 32px;
        right: 18px;
    }

    .hero-section__flexible-approach-self-service-wrapper {
        margin-bottom: 105px;
    }

    .hero-section__flexible-approach-self-service-box {
        flex-direction: column-reverse;
        gap: 33px;
    }

    .hero-section__flexible-approach-self-service-image img {
        width: 100%;
        height: 273px;
        object-fit: contain;
    }

    .hero-section__flexible-approach-self-service-title {
        font-family: Montserrat;
        font-weight: 300;
        font-size: 25px;
        line-height: 33.27px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 8px;
    }

    .hero-section__flexible-approach-self-service-content {
        font-family: Montserrat;
        font-weight: 300;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        text-align: center;
        max-width: 300px;
        margin: 0 auto 55px;
    }

    .hero-section__flexible-approach-self-service-service {
        max-width: 320px;
    }

    .hero-section__flexible-approach-assisted-service-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 33.27px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 8px;
    }

    .hero-section__flexible-approach-assisted-service-content {
        font-weight: 300;
        font-size: 23px;
        line-height: 32.2px;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 44px;
    }

    .hero-section__flexible-approach-assisted-service-box {
        flex-direction: column;
        gap: 47px;
    }

    .hero-section__flexible-approach-assisted-services {
        max-width: 100%;
    }

    .hero-section__flexible-approach-assisted-services-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: 0px;
        text-align: center;
        max-width: 215px;
        margin: 0 auto 44px;
    }

    .hero-section__flexible-approach-assisted-service-box-image img {
        width: 264px;
        height: 257px;
    }

    .hero-section__flexible-approach-assisted-service-wrapper {
        margin-bottom: 42px;
    }

    .hero-section__flexible-approach-assisted-services .swiper-pagination.swiper-pagination-bullets {
        position: static;
        margin-top: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section__flexible-approach-assisted-services .swiper-pagination .swiper-pagination-bullet {
        border: 1px solid #582362;
        background: #fff;
        width: 12px;
        height: 12px;
    }

    .hero-section__flexible-approach-assisted-services .swiper-pagination .swiper-pagination-bullet-active {
        border: 1px solid #582362;
        background: #582362;
    }

    .hero-section__flexible-approach .events-form {
        margin-bottom: 142px;
    }

    .hero-section__flexible-approach .events-form__container {
        padding: 33px 24px 68px;
    }

    .hero-section__flexible-approach .events-form__title {
        margin-bottom: 29px;
    }

    .events-form .hbspt-form fieldset.form-columns-2 {
        margin-bottom: 10px;
    }

    .events-form .hbspt-form fieldset.form-columns-2 .field:first-child .input {
        margin-bottom: 10px;
        margin-right: 8px;
    }

    .hero-section__flexible-approach-offerings-wrapper {
        margin-bottom: 112px;
    }

    .hero-section__flexible-approach-offerings-title {
        font-size: 25px;
        line-height: 33.27px;
        letter-spacing: 0px;
        max-width: 328px;
        margin: 0 auto 55px;
    }

    .hero-section__flexible-approach-offerings-prev, .hero-section__flexible-approach-offerings-next {
        display: none;
    }

    .hero-section__flexible-approach-offerings {
        display: flex;
        flex-direction: column;
    }

    .hero-section__flexible-approach-offerings .swiper-wrapper {
        flex-direction: column;
        gap: 26px;
    }

    .hero-section__flexible-approach-offering {
        max-width: 245px;
        margin: 0 auto;
    }

    .hero-section__flexible-approach-performance {
        padding: 50px 0 56px;
    }

    .hero-section__flexible-approach-performance-wrapper {
        flex-direction: column;
        gap: 62px;
        padding: 0 24px;
    }

    .hero-section__flexible-approach-performance-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 33.27px;
        text-align: center;
        margin-bottom: 0;
    }

    .hero-section__flexible-approach-performance-content {
        padding: 22px 70px 22px 27px;
        font-size: 16px;
        line-height: 19.5px;
    }

    .hero-section__flexible-approach-performance-content:after {
        width: 32px;
        height: 32px;
        right: 17px;
    }

    .hero-section__flexible-approach-panels-image {
        display: none;
    }

    .hero-section__flexible-approach-panels-title {
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 56px;
    }

    .hero-section__flexible-approach-panels-image-responsive img {
        display: block;
        width: 100%;
        height: 331px;
        object-fit: contain;
        margin-bottom: 22px;
    }

    .hero-section__flexible-approach-rewards-wrapper {
        flex-direction: column;
        gap: 28px;
    }

    .hero-section__flexible-approach-rewards .card-brands {
        width: 100%;
        height: 343px;
        position: relative;
    }

    .page-template-tpl-engaged-participants section.product-component.component-brands-map .brands-map__map-container {
        margin-top: 23rem;
        scale: 0.95;
    }

    .page-template-tpl-engaged-participants .brands-map__reward-box {
        top: -4rem;
        left: 0;
    }

    .page-template-tpl-engaged-participants .brands-map__reward-box-text {
        margin: 0;
    }

    .hero-section__flexible-approach-rewards .brands-map__title {
        position: absolute;
        top: 12px;
        color: #4a4a4a;
        font-weight: 700;
        font-size: 30.77px !important;
        line-height: 118%;
        letter-spacing: 0px;
    }

    .hero-section__flexible-approach-rewards .brands-map__reward-box-number {
        color: #3BAAB5;
        font-weight: 700;
        font-size: 16.51px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .hero-section__flexible-approach-rewards .brands-map__reward-box-brand {
        display: none;
    }

    .hero-section__flexible-approach-rewards .brands-map__reward-box-country {
        font-weight: 300;
        font-size: 12.01px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #3BAAB5;
    }

    .hero-section__flexible-approach-rewards .brands-map__title-number {
        font-weight: 700;
        font-size: 30.77px !important;
        line-height: 118%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-rewards-title {
        font-weight: 700;
        font-size: 38px;
        line-height: 125%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-rewards p {
        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 38px;
    }

    .hero-section__flexible-approach-rewards .product-cards__cta-link {
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .hero-section__flexible-approach-rewards-wrapper > div {
        text-align: center;
    }

    .page-template-tpl-engaged-participants .our-family {
        margin: 0;
        padding-top: 42px;
    }

    .page-template-tpl-engaged-participants .our-family-cta__button {
        padding: 22px 50px 22px 27px;
        font-size: 16px;
        line-height: 19.5px;
        width: 178px;
        height: 56px;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0px;
    }

    .page-template-tpl-engaged-participants .our-family-cta__button:after {
        width: 24px;
        height: 24px;
        right: 17px;
        background-size: contain;
    }

    .hero-section__flexible-approach-rewards {
        margin-bottom: 105px;
    }

    .hero-section__flexible-approach-community-line,
    .hero-section__flexible-approach-community-item:after {
        display: none;
    }

    .hero-section__flexible-approach-community-content {
        max-width: 100%;
        gap: 132px;
    }

    .hero-section__flexible-approach-community-grid {
        max-width: 100%;
    }

    .hero-section__flexible-approach-community-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-community-image:after {
        height: 16px;
        width: 75px;
        transform: rotate(90deg) translateY(230%);
        top: 110%;
        background-color: unset;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCA3NiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc1LjIxNjkgN0w2NC41NzMgMC44NTQ3MzlMNjQuNTczIDEzLjE0NTNMNzUuMjE2OSA3Wk02NS42Mzc0IDUuOTM1NjFMMS4yNjkyN2UtMDggNS45MzU2MUwtMS4yNjkyN2UtMDggOC4wNjQzOUw2NS42Mzc0IDguMDY0MzlMNjUuNjM3NCA1LjkzNTYxWiIgZmlsbD0iIzRBNEE0QSIgZmlsbC1vcGFjaXR5PSIwLjEiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
    }

    .hero-section__flexible-approach-community-content {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-peeq-wrapper {
        flex-direction: column-reverse;
    }

    .hero-section__flexible-approach-peeq-image {
        right: -26px;
        margin-bottom: -24px;
    }

    .hero-section__flexible-approach-peeq-image img {
        width: 367px;
        height: 420px;
    }

    .hero-section__flexible-approach-peeq-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 29px;
    }

    .hero-section__flexible-approach-peeq-content {
        font-weight: 700;
        font-size: 26px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 29px;
    }

    .hero-section__flexible-approach-peeq-wrapper > div {
        text-align: center;
    }

    .hero-section__flexible-approach-peeq .product-cards__cta-link {
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }
    .hero-section__flexible-approach-peeq {
        margin-bottom: 100px;
    }
    .our-family__slider-prev,
    .our-family__slider-next {
        display: none;
    }
    .page-template-tpl-engaged-participants .our-family__item-wrap figure {
        margin: 20px;
    }

    .our-family__wrapper {
        padding: 54px 16px 57px;
    }

    .page-template-tpl-engaged-participants .our-family .container-custom {
        padding: 0;
    }

    .page-template-tpl-engaged-participants .our-family:before {
        background: linear-gradient(176.42deg, rgba(239, 233, 231, 0.44) 15.42%, #FFFFFF 54.08%);
    }

    .page-template-tpl-engaged-participants .community-pagination.swiper-pagination-bullets,
    .page-template-tpl-engaged-participants .swiper-pagination.swiper-pagination-bullets {
        position: static;
        margin-top: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .page-template-tpl-engaged-participants .community-pagination .swiper-pagination-bullet,
    .page-template-tpl-engaged-participants .swiper-pagination .swiper-pagination-bullet {
        border: 1px solid #582362;
        background: #fff;
        width: 16px;
        height: 16px;
    }

    .page-template-tpl-engaged-participants .community-pagination .swiper-pagination-bullet-active,
    .page-template-tpl-engaged-participants .swiper-pagination .swiper-pagination-bullet-active {
        border: 1px solid #582362;
        background: #582362;
    }

    .hero-section__flexible-approach-support {
        padding: 0 16px;
    }

    .hero-section__flexible-approach-support-wrapper {
        padding: 56px 8px 0;
    }

    .hero-section__flexible-approach-support-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 4px;
    }

    .hero-section__flexible-approach-support-image {
        flex-direction: column;
        gap: 10px;
    }

    .hero-section__flexible-approach-support-label {
        font-weight: 300;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 310px;
        position: static;
        margin: 0 auto;
    }

    .hero-section__flexible-approach-support-cta-box {
        top: unset;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 23%;
        width: 189px;
    }

    .hero-section__flexible-approach-support-image img {
        height: 358px;
        margin-bottom: 220px;
    }

    .hero-section__flexible-approach-support-cta {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        padding: 26px 65px 26px 27px;
    }

    .hero-section__flexible-approach-support-cta:after {
        width: 32px;
        height: 32px;
    }

    .hero-section__flexible-approach-label {
        text-align: center;
    }

    .hero-section__flexible-approach-content br {
        display: none;
    }

    .page-template-tpl-research .hero-section__flexible-approach-title,
    .hero-section__flexible-approach-label {
        margin-bottom: 8px;
    }

    .page-template-tpl-research .product-tag-us.mobile {
        margin-top: -47px;
    }

    .page-template-tpl-research .hero-section__flexible-approach-label {
        max-width: 300px;
        margin: 0 auto 8px;
    }

    .page-template-tpl-research .product-tag-us-title-m {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        color: #582362;
    }

    .page-template-tpl-research .product-tag-us-text-m {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
        color: #2C99A4;
    }

    .hero-section__flexible-approach-solution-options {
        top: 0;
    }

    .hero-section__flexible-approach-solution-options {
        padding-top: 50px;
        margin-bottom: 945px;
    }

    .hero-section__flexible-approach-solution-options-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 260px;
        margin-bottom: 24px;
    }

    .page-template-tpl-research .product-tag-us__accordion-wrapper-m {
        padding-bottom: 58px;
    }

    .hero-section__flexible-approach-solution-options-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
        bottom: -832px;
        max-width: 278px;
        margin: 0 auto;
        margin-top: -832px;
    }

    .hero-section__services-row {
        flex-direction: column;
    }

    .page-template-tpl-insights .hero-section__services-description {
        max-width: 280px;
        margin-bottom: 32px;
        font-weight: 300;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        height: auto;
    }

    .hero-section__resources {
        margin-bottom: 112px;
    }

    .hero-section__services-row-bg {
        width: 277px;
        height: 3px;
    }

    .hero-section__resources-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 270px;
        margin: 0 auto 30px;
    }

    .hero-section__resources-grid {
        flex-direction: column;
        gap: 20px;
    }

    .hero-section__resources-item-gap {
        flex-direction: row;
    }

    .hero-section__resources-item-gap span {
        width: 64px;
    }

    .hero-section__resources-item-gap > div {
        width: 119px;
        height: 4px;
    }

    .hero-section__flexible-approach-features-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 6px;
    }

    .hero-section__flexible-approach-features-label {
        font-weight: 300;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-features-list {
        display: none;
    }

    .hero-section__flexible-approach-features-list-mobile {
        display: flex;
        gap: 45px;
        padding: 0 40px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hero-section__flexible-approach-features-list-mobile::-webkit-scrollbar {
        display: none;
    }

    .hero-section__flexible-approach-feature-mobile {
        width: 244px;
        flex-shrink: 0;
    }

    .hero-section__flexible-approach-audience-wrapper {
        padding-top: 52px;
    }

    .hero-section__flexible-approach-audience-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 305px;
        margin: 0 auto 40px;
    }

    .hero-section__flexible-approach-audience-video-poster img {
        width: 330px;
        height: 208px;
    }

    .hero-section__flexible-approach-audience-subtitle {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .hero-section__flexible-approach-audience-list {
        display: flex;
        flex-direction: column;
        gap: 114px;
    }

    .hero-section__flexible-approach-audience-item:not(:last-child):after {
        transform: rotate(90deg) translateY(-50%);
        width: 61px;
        height: 9px;
        right: 35%;
        top: unset;
        bottom: -50px;
        background-size: cover;
    }

    .hero-section__flexible-approach-audience-item img {
        width: 94px;
        height: 94px;
        object-fit: contain;
    }

    .hero-section__flexible-approach-audience-item-title {
        font-weight: 300;
        font-size: 16px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
    }

    .hero-section__flexible-approach-audience-item {
        gap: 8px;
        width: 160px;
        margin: 0 auto;
    }

    .hero-section__flexible-approach-audience-box,
    .hero-section__flexible-approach-audience-box.right{
        flex-direction: column-reverse;
        margin-bottom: 114px;
        gap: 26px;
    }

    .hero-section__flexible-approach-audience-boxes {
        padding: 0;
    }

    .hero-section__flexible-approach-audience-box-image img {
        width: 100%;
        height: 308px;
    }

    .hero-section__flexible-approach-audience-box-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-audience-box-item-title {
        font-weight: 300;
        font-size: 16px;
        line-height: 143%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .page-template-tpl-ai-solutions .hero-section__flexible-approach-diy-title {
        margin-bottom: 13px;
    }

    .hero-section__flexible-approach-intro-wrapper {
        padding: 57px 14px 62px;
    }

    .hero-section__flexible-approach-intro-grid {
        flex-direction: column;
        gap: 14px;
    }

    .hero-section__flexible-approach-intro-title {
        text-align: center;
        margin-bottom: 0;
    }

    .hero-section__flexible-approach-intro-content {
        font-weight: 300;
        font-size: 26px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 17px;
    }

    .hero-section__flexible-approach-intro-box .hero-section__flexible-approach-intro-cta {
        display: none;
    }

    .hero-section__flexible-approach-intro-video a img {
        width: 331px;
        height: 208px;
        object-fit: cover;
    }

    .hero-section__flexible-approach-intro-grid > .hero-section__flexible-approach-intro-cta {
        display: inline-block;
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        padding: 26px 65px 26px 27px;
    }

    .hero-section__flexible-approach-intro-grid > .hero-section__flexible-approach-intro-cta:after {
        width: 32px;
        height: 32px;
        right: 16px;
    }

    .hero-section__flexible-approach-carousel {
        margin-bottom: 112px;
    }

    .hero-section__flexible-approach-carousel-item-box {
        flex-direction: column-reverse;
    }

    .hero-section__flexible-approach-carousel-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 51px;
    }

    .hero-section__flexible-approach-carousel-item-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
        padding: 27px 16px;
    }

    .hero-section__flexible-approach-carousel-item img {
        width: 100%;
        height: 232px;
    }

    .hero-section__flexible-approach-carousel-item-list {
        padding: 27px 35px 27px 30px;
    }

    .hero-section__flexible-approach-carousel-item {
        box-shadow: 0px 0px 10px 0px #00000033;
    }

    .hero-section__flexible-approach-carousel-wrapper {
        padding: 0;
    }

    .hero-section__flexible-approach-carousel-slider .swiper-wrapper {
        flex-direction: column;
        padding: 8px 16px;
        gap: 35px;
    }

    .hero-section__flexible-approach-carousel-slider .swiper-pagination {
        display: none;
    }

    .page-template-tpl-research .product-tag-us__accordion_slide-content-title-m {
        position: relative;
        font-weight: 700;
        font-size: 38px;
        line-height: 133%;
        letter-spacing: 0px;
    }

    .page-template-tpl-research .product-tag-us__accordion_slide-content-title-m a {
        width: 46px;
        height: 46px;
        background: #2C99A4;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 8px;
        top: 1px;
    }

    .page-template-tpl-research .product-tag-us__accordion_item-m.active .product-tag-us__accordion_item-figure-m:before {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hero-section__flexible-approach-support-poster-d {
        display: none;
    }

    .hero-section__flexible-approach-support-poster-m {
        display: block;
    }

    .hero-section__flexible-approach-features-cta a {
        padding: 22px 70px 22px 27px;
        font-size: 16px;
        line-height: 19.5px;
    }

    .hero-section__flexible-approach-features-cta a:after {
        width: 32px;
        height: 32px;
        right: 17px;
    }

    .page-template-tpl-engaged-participants .our-family__logos {
        row-gap: 16px;
        column-gap: 34px;
        max-width: 316px;
        margin: 0 auto;
    }

    .page-template-tpl-engaged-participants .our-family__item-laptop {
        width: 334px;
        height: 191px;
    }

    .page-template-tpl-engaged-participants .our-family__item-image {
        width: 82%;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        height: auto;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--0 img {
        width: 142px;
        height: 37px;
        position: relative;
        left: -4px;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--1 img {
        width: 130px;
        height: 33px;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--2 img {
        width: 136px;
        height: 33px;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--3 img {
        width: 139px;
        height: 35px;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--4 img {
        width: 150px;
        height: 35px;
        position: relative;
        left: -4px;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--5 img {
        width: 70px;
        height: 28px;
        position: relative;
        left: 7px;
    }

    .page-template-tpl-engaged-participants .our-family__logos-item--6 img {
        width: 90px;
        height: 54px;
        position: relative;
        left: 4px;
    }

    .hero-section__membership {
        margin-top: 8px;
        margin-bottom: 120px;
    }

    .hero-section__membership-title {
        font-size: 25px;
        line-height: 133%;
    }

    .hero-section__membership-description {
        font-size: 23px;
        line-height: 140%;
    }

    .hero-section__membership-cards {
        display: flex;
        flex-wrap: wrap;
        row-gap: 36px;
        column-gap: 40px;
        max-width: 278px;
        margin: 0 auto;
    }

    .hero-section__membership-card {
        width: 119px;
        height: 119px;
    }

    .hero-section__flexible-approach-peeq-video {
        margin-top: 0;
        margin-bottom: 56px;
        padding: 0 16px;
    }

    .hero-section__flexible-approach-peeq-video-title {
        font-size: 25px;
        line-height: 133%;
        margin-bottom: 8px;
        max-width: 296px;
    }

    .hero-section__flexible-approach-peeq-video img {
        width: 330px;
        height: 208px;
    }

    .hero-section__flexible-approach-peeq-video-content {
        font-size: 18px;
        line-height: 140%;
        max-width: 298px;
    }

    .page-template-tpl-peeq .hero-section__flexible-approach-intro-cta {
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        padding: 26px 71px 26px 32px;
    }

    .page-template-tpl-peeq .hero-section__flexible-approach-intro-cta:after {
        width: 32px;
        height: 32px;
    }

    .hero-section__flexible-approach-peeq-banner {
        padding: 48px 0 62px;
    }

    .hero-section__flexible-approach-peeq-banner-title {
        font-size: 38px;
        line-height: 133%;
        text-align: center;
    }

    .hero-section__flexible-approach-peeq-banner-box {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .hero-section__flexible-approach-peeq-banner-image img {
        width: 360px;
        height: 360px;
    }

    .hero-section__flexible-approach-peeq-features {
        margin-bottom: 40px;
    }

    .hero-section__flexible-approach-peeq-subtitle {
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
    }

    .hero-section__flexible-approach-peeq-description {
        font-weight: 300;
        font-size: 16px;
        line-height: 143%;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        max-width: 282px;
        margin: 0 auto;
    }

    .hero-section__flexible-approach-peeq-faq {
        padding: 50px 16px 57px;
    }

    .hero-section__flexible-approach-peeq-faq-title {
        font-size: 25px;
        line-height: 133%;
    }

    .hero-section__flexible-approach-peeq-faq .hero-section__perks-accordion {
        height: 100%;
    }

    .hero-section__flexible-approach-peeq-faq-content .hero-section__perks-image {
        width: 100%;
        height: 128px;
    }

    .hero-section__flexible-approach-peeq-faq .hero-section__perks-grid {
        max-width: 328px;
    }

    .hero-section__flexible-approach-peeq-faq .hero-section__perks-content {
        flex-direction: column;
        gap: 20px;
        padding: 33px 32px 35px;
    }

    .hero-section__flexible-approach-peeq-features-section {
        padding: 59px 0 91px;
    }

    .hero-section__flexible-approach-peeq-features-list {
        flex-direction: column;
        gap: 45px;
    }

    .hero-section__flexible-approach-peeq-features-title {
        font-size: 25px;
        line-height: 133%;
        margin-bottom: 22px;
    }

    .hero-section__flexible-approach-peeq-feature-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
    }

    .hero-section__flexible-approach-peeq-feature br {
        display: none;
    }

    .events-hero {
        margin-top: 113px;
        margin-bottom: 0;
    }

    .events-hero__title {
        font-size: 50px;
        line-height: 98%;
        margin-bottom: 12px;
    }

    .events-hero__description {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 56px;
    }

    .events-hero__description p br {
        display: none;
    }

    .events-hero__cta {
        padding: 23px 58px 23px 14px;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .events-hero__cta:after {
        width: 32px;
        height: 32px;
        right: 17px;
    }

    .events-page .hero-section__flexible-approach-performance-title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .events-page .hero-section__flexible-approach-performance-subtitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 133%;
        letter-spacing: 0%;
        text-align: center;
    }

    .about-empowers {
        margin-top: 82px;
        margin-bottom: 112px;
    }

    .about-empowers__grid {
        flex-direction: column-reverse;
        align-items: center;
        gap: 35px;
        margin-bottom: 48px;
    }

    .about-empowers__figure {
        margin: 0;
    }

    .about-empowers__image {
        width: 250px;
        height: 244px;
    }

    .about-empowers__figure-box {
        width: 31px;
        height: 31px;
        left: -11px;
        bottom: 18px;
    }

    .about-empowers__figure-box:nth-child(2) {
        width: 22px;
        height: 22px;
        top: -12px;
        right: 13px;
    }

    .about-empowers__figure-box:nth-child(3) {
        width: 14px;
        height: 15px;
        left: 20px;
        bottom: -7px;
    }

    .about-empowers__title {
        font-size: 25px;
        line-height: 111.00000000000001%;
        letter-spacing: 0%;
        text-align: center;
        max-width: 320px;
        margin: 0 auto 24px;
    }

    .about-empowers__description {
        font-weight: 300;
        font-size: 16px;
        line-height: 143%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 315px;
        margin: 0 auto;
    }

    .about-empowers__banner {
        flex-direction: column;
        padding: 27px 28px 22px 28px;
        gap: 19px;
    }

    .about-empowers__subtitle {
        font-weight: 300;
        font-size: 23px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
        max-width: 259px;
        margin: 0 auto;
    }

    .about-empowers__icon {
        width: 106px;
        height: 106px;
    }

    .who-we-are__title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
    }

    .who-we-are__grid {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 24px;
    }

    .about-brands {
        margin-bottom: 110px;
    }

    .about-brands__title {
        font-weight: 300;
        font-size: 25px;
        line-height: 133%;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 50px;
    }

    .about-brands__grid {
        gap: 40px;
    }

    .about-brands__item {
        width: 131px;
        height: 131px;
    }

    .about-quote {
        width: 320px;
        padding: 72px 32px 25px 38px;
    }

    .about-quote__wrapper {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 8px;
    }

    .about-quote__text {
        text-align: center;
        max-width: 235px;
    }

    .about-story__container {
        justify-content: space-between;
    }

    .about-quote__author {
        max-width: 195px;
        margin: 0 auto;
    }
}