#inner-page-wrapper {
    margin-bottom: 0;
}

.pr-title div span {
    color: #141f42;
    line-height: 1;
}

.pr-title {
    display: flex;
    justify-content: center;
}

.pr-col {
    width: 100%;
    max-width: calc(100% / 3);
}

.pr-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-flow: row wrap;
}

.pr-photo canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.pr-photo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pr-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    offset-position: center;
}

.pr-col a span {
    text-align: center;
    display: block;
}


#content .global-title span em {
    font-style: normal;
    margin-left: 16px;
}

/* Featured Press */
.ip-press__featured {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 95px 0;
}

.ip-press__featured-wrap {}

.ip-press__featured-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 58px;
}

.ip-press__featured-list {
    position: relative;
}
.ip-press__featured-slider:not(.is-initialized) {
    visibility: visible;
}
.ip-press__featured-slider:not(.is-initialized) .splide__list {
    justify-content: center;
}

.ip-press__featured-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 65px;
}

.ip-press__featured-logo a {
    display: block;
}

.ip-press__featured-logo a:hover img {
    opacity: 0.9;
}

.ip-press__featured-logo img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
    object-position: center;
    transition: 0.3s ease-in-out;
    /* filter: brightness(0) saturate(100%) invert(9%) sepia(63%) saturate(1681%) hue-rotate(207deg) brightness(92%) contrast(95%); */
}

/* Speaking Enagements */
.ip-press__speaking {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 87px 0 70px;
}

.ip-press__speaking-wrap {
    /* width: calc((1140/1600)*100%); */
}

.ip-press__speaking-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.ip-press__speaking-list {
    position: relative;
}

.ip-press__speaking-card {
    display: flex;
    align-items: center;

}

.ip-press__speaking-card--photo {
    position: relative;
    width: calc((521/1140)*100%);
    margin-right: auto;
}

.ip-press__speaking-card--photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ip-press__speaking-card--photo canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.ip-press__speaking-card--info {
    width: calc((542/1140)*100%);
    padding-right: 4%;
}
.ip-press__speaking-card--info a {
    transition: 0.3s ease-in-out;
}
.ip-press__speaking-card--info a:hover {
    color: #9f292b;
}

.ip-press__speaking-card--info a:hover span {
    color: inherit;
}

.ip-press__speaking-card--info span {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    color: #141f42;
    font-family: var(--font-family-secondary);
}

.ip-press__speaking-background {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ip-press__speaking-background canvas {
    width: 100%;
    height: 100%;
    opacity: 0.10;
    display: block;
    background: center/cover no-repeat #fff;
    background-blend-mode: luminosity;
}

/* Awards */

.ip-press__awards {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding: 159px 0 137px;
}

.ip-press__awards-wrap {}

.ip-press__awards-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-press__awards-title .global-title {
    color: #af4e50;
}

.ip-press__awards-title .global-title span,
.ip-press__awards-title .global-title span em {
    color: #fff;
}

.ip-press__awards-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 38px;
    gap: 70px 142px;
}

.ip-press__awards-stats {
    color: #fff;
    text-align: center;
    padding: 1.25em 0;
    font-size: 16px;
}

.ip-press__awards-stats strong {
    line-height: 1;
    font-size: 2.875em;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    display: block;
}

.ip-press__awards-stats strong em,
#content .ip-press__awards-stats strong em {
    font-style: normal;
}

.ip-press__awards-stats span {
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    margin-top: 0.5em;
    display: block;
}

.ip-press__awards-background {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
}

.ip-press__awards-background canvas {
    width: 100%;
    height: 100%;
    display: block;
    background: center/cover no-repeat;
    opacity: 0.20;
}

@media screen and (max-width: 1199px) {
    .ip-press__featured-logo {
        padding-inline: 45px;
    }

    .ip-press__speaking-card--info span {
        font-size: 34px;
    }

    .ip-press__awards-list {
        gap: max(56px, 5.838vw);
    }
}

@media screen and (max-width: 991px) {
    .pr-col {
        max-width: 400px;
    }

    .ip-press__speaking-card--info span {
        font-size: 26px;
    }

    .ip-press__awards-stats {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .pr-col {
        width: 100%;
    }

    .ip-press__featured-logo {
        padding-inline: 30px;
    }

    .ip-press__speaking-card {
        flex-direction: column;
        gap: 30px;
    }

    .ip-press__speaking-card--photo {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
    }

    .ip-press__speaking-card--info {
        width: 100%;
        padding-right: 0;
        max-width: 400px;
        text-align: center;
    }

    .ip-press__speaking-card--info span {
        font-size: max(min(26px, 3.39vw), 20px);
    }

    .ip-press__awards {
        padding: 100px 0;
    }

    .ip-press__awards-list {
        gap: 20px;
        flex-direction: column;
    }
}

@media screen and (max-width: 567px) {
    .ip-press__awards-stats {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {}