.section-hero-media {
    padding: 42px 0 65px;
}

@media (min-width: 768px) {
    .section-hero-media {
        padding: 144px 0;
    }
}

@media (max-width: 575px) {
    .section-hero-media.hero-audio .card-media--img {
        max-width: 77px;
        border-radius: 5px;
    }
}

.section-hero-media .card-media {
    display: grid;
    grid-gap: 7px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    color: inherit;
    max-width: 75.25rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .section-hero-media .card-media {
        grid-template-columns: 1fr 1fr;
        grid-gap: 27px;
    }
}

@media (min-width: 768px) {
    .section-hero-media .card-media {
        align-items: center;
        grid-template-columns: 330px 1fr;
    }
}

@media (min-width: 992px) {
    .section-hero-media .card-media {
        grid-template-columns: 393px 1fr;
        font-size: 1.125rem;
        grid-gap: 65px;
    }
}

.section-hero-media .card-media--img {
    border-radius: 1.375rem;
    overflow: hidden;
}

.section-hero-media .card-media--img a {
    position: relative;
    padding-top: 100%;
    display: block;
}

.section-hero-media .card-media--img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-hero-media .card-media--content {
    position: relative;
    padding: 1.25rem 0;
}

.section-hero-media .card-media .tag-title {
    display: inline-block;
    color: #4E7B9D;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-stretch: 88%;
}

@media (max-width: 575px) {
    .section-hero-media .card-media .tag-title {
        position: absolute;
        bottom: 101%;
        left: 90px;
    }
}

.section-hero-media .card-media .player-holder {
    border-radius: 20px;
    background: #193A5D;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

.section-hero-media .card-media .player-holder .addtoany_list .addtoany_share {
    transition: color 0.3s ease-in-out;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    left: 5.3125rem;
    bottom: 0.9375rem;
    display: block;
}

@media (min-width: 768px) {
    .section-hero-media .card-media .player-holder .addtoany_list .addtoany_share {
        bottom: 0.3125rem;
    }
}

.section-hero-media .card-media .player-holder .addtoany_list .addtoany_share:hover {
    color: #18AEE1;
    opacity: 1;
}

.section-hero-media .card-media header {
    display: flex;
    align-items: center;
}

.section-hero-media .card-media .badge-holder {
    margin-left: auto;
}

.section-hero-media .card-media ul {
    gap: 1.625rem;
}

.section-hero-media .card-media svg:not(.audio-player-block svg) {
    width: auto;
    height: 2.5rem;
}

.section-hero-media .card-media h2 {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.0275rem;
    margin-bottom: 0.3125rem;
}

@media (min-width: 768px) {
    .section-hero-media .card-media h2 {
        font-size: 1.375rem;
    }
}

.section-hero-media .card-media h2:hover {
    color: #18AEE1;
}

.section-hero-media .card-media h2 a {
    color: inherit;
}

.section-hero-media .card-media h1 {
    letter-spacing: -0.015em;
    font-size: 32px;
}

@media (min-width: 992px) {
    .section-hero-media .card-media h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

.section-hero-media .card-media .badge {
    font-stretch: 88%;
    letter-spacing: 0.0375rem;
    font-weight: 600;
    font-size: 0.75rem;
    background-color: #ffc56d;
    color: #10294C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5625rem 0.8125rem;
    border-radius: 3.125rem;
    gap: 0.3125rem;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-hero-media .card-media .badge {
        letter-spacing: 0.04375rem;
        font-size: 0.875rem;
        gap: 0.625rem;
        padding: 0.6875rem 1.5rem;
    }
}

@media (max-width: 991px) {
    .section-hero-media .card-media .badge svg {
        width: 0.75rem;
        height: 0.75rem;
    }
}

.section-hero-media .card-media p {
    margin-bottom: 35px;
}

.section-hero-media .card-media p:last-child {
    margin-bottom: 0;
}

.section-hero-media .plyr__controls {
    background: #193A5D !important;
}

.section-hero-media .plyr__controls__item:first-child {
    width: 42px;
    height: 42px;
    padding: 0;
    transition: 0.4s opacity;
    margin-right: 18px !important;
}

.section-hero-media .plyr__controls__item:first-child:hover {
    background-color: transparent;
    opacity: 0.7;
}

.section-hero-media .plyr__controls__item:first-child svg {
    width: 100%;
    height: 100%;
}

.section-hero-media .plyr__progress {
    --plyr-range-track-height: 14px;
    --plyr-audio-range-track-background: #3C7CA0;
    --plyr-range-fill-background: #fff;
    --plyr-range-thumb-height: 0px;
    --plyr-range-thumb-shadow: none;
    --plyr-range-thumb-active-shadow-width: 0px;
}

.section-hero-media .plyr__progress__buffer {
    height: 14px;
    border-radius: 20px;
    background: #3C7CA0;
    color: #3C7CA0;
}

.section-hero-media .plyr__controls__item.plyr__volume {
    position: absolute;
    left: 84px;
    bottom: 0;
}

.section-hero-media .plyr__controls__item.plyr__volume button {
    padding: 0;
    height: auto;
}

.section-hero-media .plyr__controls__item.plyr__volume button:hover {
    background: transparent;
}

.section-hero-media button.plyr__controls__item.plyr__control[data-plyr=rewind],
.section-hero-media button.plyr__controls__item.plyr__control[data-plyr=fast-forward] {
    padding: 0;
    height: auto;
    position: absolute;
    left: 110px;
    bottom: 0;
}

.section-hero-media button.plyr__controls__item.plyr__control[data-plyr=rewind]:hover,
.section-hero-media button.plyr__controls__item.plyr__control[data-plyr=fast-forward]:hover {
    background: transparent;
}

.section-hero-media button.plyr__controls__item.plyr__control[data-plyr=fast-forward] {
    left: 135px;
}

.section-hero-media .plyr__controls__item.plyr__time--current.plyr__time,
.section-hero-media .plyr__controls__item.plyr__time--duration.plyr__time {
    position: absolute;
    color: #fff;
    font-family: "Instrument Sans";
    font-size: 12px;
    font-weight: 500;
    bottom: 0;
    padding: 0;
}

.section-hero-media .plyr__controls__item.plyr__time--current.plyr__time {
    right: 67px;
}

.section-hero-media .plyr__time+.plyr__time:before {
    margin-right: 6px;
}

@media (max-width: 767px) {
    .section-hero-media .plyr__time+.plyr__time {
        display: block;
    }
}

:root {
    --plyr-range-track-height: 14px;
    --plyr-audio-range-track-background: #3C7CA0;
    --plyr-control-spacing: 22px 22px 22px 22px;
}