.w-webflow-badge {
    display: none !important;
}

.footer-subscribe-card {
    display: none;
}

/* Klaro Custom Slyes */
:root {
    --font-family: Inter, sans-serif;
    --font-size: 16px;
    --dark3: #fff;
    --border-radius: 16px;
    --green1: #009a93;
    --green2: #0a5956;
    --blue1: #009ca2;
    --white2: #a3a3a3;
}

.cm-list-title {
    color: #fff;
}


@media (min-width: 660px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
        padding: 16px;
    }

    .klaro .cm-btn {
        padding: 7px 15px !important;
    }
}


/** Play-Button */
.hp-play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.play-button {
    padding: 0;
    scale: 0.3;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 74px;

    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    cursor: pointer;

    /* play state */
    border-style: solid;
    border-width: 37px 0 37px 60px;


}

.play-button.paused {
    border-style: double;
    border-width: 0 0 0 60px;
}

.play-button:hover {
    border-color: transparent transparent transparent #404040;
}
