body.page-press .press {
    overflow-x: clip;
}

body.page-press .press__intro {
    padding-bottom: 76px;
    padding-top: 58px;
    text-align: center;
}

body.page-press h1 {
    color: #000000;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 32.2px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 44px;
    margin: 0 0 18px;
}

body.page-press .press__rotator {
    color: #ffffff;
    display: inline-grid;
    height: 44px;
    margin-left: 8px;
    min-width: 156px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

body.page-press .press__rotator span {
    animation: press-rotator 9s infinite;
    background: #e60000;
    grid-area: 1 / 1;
    justify-self: center;
    opacity: 0;
    padding: 0 10px;
    transform: translateY(100%);
    width: max-content;
}

body.page-press .press__rotator span:nth-child(1) {
    animation-delay: 0s;
}

body.page-press .press__rotator span:nth-child(2) {
    animation-delay: 3s;
}

body.page-press .press__rotator span:nth-child(3) {
    animation-delay: 6s;
}

@keyframes press-rotator {
    0%,
    29% {
        opacity: 1;
        transform: translateY(0);
    }

    34%,
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

body.page-press .press__lead,
body.page-press .press p {
    color: #222222;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

body.page-press .press__intro .press__lead {
    margin: 0 auto;
    max-width: 860px;
}

body.page-press .press__materials {
    padding-bottom: 112px;
}

body.page-press .press__cards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    text-align: center;
}

body.page-press .press__card {
    min-width: 0;
}

body.page-press .press__card h2 {
    color: #222222;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16.8px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

body.page-press .press__heading-note {
    color: #e60000;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

body.page-press .press__card p {
    margin: 0;
}

body.page-press a {
    color: #e60000;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-decoration: none;
}

body.page-press a:hover,
body.page-press a:focus {
    color: #b80000;
    text-decoration: underline;
}

body.page-press .press__epk a {
    color: #b50000;
}

body.page-press .press__epk a:hover,
body.page-press .press__epk a:focus {
    color: #b50000;
}

body.page-press .press__epk {
    background: #e6e6e6;
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}

body.page-press .press__epk-grid {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) 318px;
}

body.page-press .press__epk-copy {
    min-width: 0;
}

body.page-press .press__epk h2 {
    color: #222222;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 25.2px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.35;
    margin: 0 0 8px;
}

body.page-press .press__epk h2 strong {
    font-weight: 800;
}

body.page-press .press__epk p {
    margin: 0 0 20px;
}

body.page-press .press__epk p:last-child {
    max-width: 610px;
}

body.page-press .press__epk .press__legal {
    font-size: 14px;
    line-height: 23px;
    margin-top: 36px;
    margin-bottom: 0;
}

body.page-press .press__epk-image {
    display: block;
    max-width: 318px;
    width: 100%;
}

body.page-press .press__epk-image img {
    display: block;
    height: auto;
    width: 100%;
}

html.dark body.page-press h1,
html[data-theme-mode="dark"] body.page-press h1,
html.dark body.page-press .press__card h2,
html[data-theme-mode="dark"] body.page-press .press__card h2,
html.dark body.page-press .press__epk h2,
html[data-theme-mode="dark"] body.page-press .press__epk h2 {
    color: #f0f3f5;
}

html.dark body.page-press .press__lead,
html[data-theme-mode="dark"] body.page-press .press__lead,
html.dark body.page-press .press p,
html[data-theme-mode="dark"] body.page-press .press p {
    color: #d0d6db;
}

html.dark body.page-press .press__epk,
html[data-theme-mode="dark"] body.page-press .press__epk {
    background: #4b525b;
}

html.dark body.page-press a,
html[data-theme-mode="dark"] body.page-press a,
html.dark body.page-press .press__heading-note,
html[data-theme-mode="dark"] body.page-press .press__heading-note {
    color: #ff4d4d;
}

html.dark body.page-press .press__epk a,
html.dark body.page-press .press__epk a:hover,
html.dark body.page-press .press__epk a:focus,
html[data-theme-mode="dark"] body.page-press .press__epk a,
html[data-theme-mode="dark"] body.page-press .press__epk a:hover,
html[data-theme-mode="dark"] body.page-press .press__epk a:focus {
    color: #ffb3b3;
}

html.dark body.page-press a:hover,
html.dark body.page-press a:focus,
html[data-theme-mode="dark"] body.page-press a:hover,
html[data-theme-mode="dark"] body.page-press a:focus {
    color: #ff7777;
}

@media (max-width: 991px) {
    body.page-press .press__intro {
        padding-top: 44px;
    }

    body.page-press .press__materials {
        padding-bottom: 88px;
    }

    body.page-press .press__cards {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    body.page-press .press__epk-grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    body.page-press .press__epk-image {
        justify-self: start;
    }
}

@media (max-width: 575px) {
    body.page-press h1 {
        font-size: 29.9px;
        line-height: 44px;
    }

    body.page-press .press__intro {
        padding-top: 42px;
    }

    body.page-press .press__epk {
        padding: 46px 0;
    }

    body.page-press .press__epk h2 {
        font-size: 23px;
    }

    body.page-press .press__rotator {
        display: block;
        margin: 4px auto 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-press .press__rotator span {
        animation: none;
        opacity: 0;
        transform: none;
    }

    body.page-press .press__rotator span:first-child {
        opacity: 1;
    }
}
