.clp-ds-2025 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    --UNIT: calc(100cqw / 1264);
    background-color: #240502;
    container-type: inline-size;
    text-decoration: none;
    max-width: 1264px;
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    margin: 0 auto;
    width: calc(100% - 32px);
}

.clp-ds-2025:focus-visible {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #6893d2 !important;
}

.clp-ds-2025 * {
    box-sizing: border-box;
}

.clp-ds-2025 img {
    display: block;
    width: 100%;
    height: auto;
}

.clp-ds-2025__background {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.clp-ds-2025__logo {
    position: absolute;
    left: calc(45 * var(--UNIT));
    bottom: calc(45 * var(--UNIT));
    width: calc(69 * var(--UNIT));
    z-index: 2;
}

.clp-ds-2025__title {
    margin: 0;
    position: absolute;
    left: calc(135 * var(--UNIT));
    top: calc(135 * var(--UNIT));
    font-size: calc(36 * var(--UNIT));
    line-height: calc(34 * var(--UNIT));
    color: #fff;
    z-index: 2;
    text-align: left;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
}

.clp-ds-2025__content {
    margin-left: calc(729 * var(--UNIT));
    padding-bottom: calc(35 * var(--UNIT));
    width: calc(360 * var(--UNIT));
    height: calc(500 * var(--UNIT));
    display: flex;
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.clp-ds-2025__text-1 {
    margin: 0;
    font-size: calc(20 * var(--UNIT));
    line-height: calc(24 * var(--UNIT));
    color: #fff;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
}

.clp-ds-2025__text-1 span {
    display: inline-block;
}

.clp-ds-2025__text-2 {
    margin: 0;
    margin-bottom: calc(12 * var(--UNIT));
    font-size: calc(16 * var(--UNIT));
    line-height: calc(24 * var(--UNIT));
    color: #fff;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
}

.clp-ds-2025__mentions {
    margin: 0;
    position: absolute;
    right: calc(12 * var(--UNIT));
    bottom: calc(12 * var(--UNIT));
    font-size: calc(8 * var(--UNIT));
    line-height: calc(12 * var(--UNIT));
    color: #fff;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
}

.clp-ds-2025__link {
    font-size: 11px;
    color: #fff;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
}

/*
.clp-ds-2025__link:focus-visible {
    outline: 6px solid transparent;
    outline-offset: 10px;
    box-shadow: 0 0 0 3px #fad6ca, 0 0 0 6px #6893d2 !important;
    text-decoration: underline;
    border-radius: 3px;
}
*/
@media (max-width:761px) {
    .clp-ds-2025 {
        --UNIT: calc(100cqw / 344);
    }

    .clp-ds-2025__logo {
        position: absolute;
        left: calc(13 * var(--UNIT));
        top: calc(303 * var(--UNIT));
        width: calc(36 * var(--UNIT));
        z-index: 2;
    }

    .clp-ds-2025__title {
        left: calc(170 * var(--UNIT));
        top: calc(39 * var(--UNIT));
        font-size: calc(24 * var(--UNIT));
        line-height: calc(24 * var(--UNIT));
    }

    .clp-ds-2025__content {
        margin-left: calc(12 * var(--UNIT));
        padding-top: calc(362 * var(--UNIT));
        padding-bottom: calc(37 * var(--UNIT));
        width: calc(320 * var(--UNIT));
        height: auto;
        align-items: center;
        text-align: center;
    }

    .clp-ds-2025__text-1 {
        font-size: calc(13.8 * var(--UNIT));
        line-height: calc(15.6 * var(--UNIT));
    }

    .clp-ds-2025__text-2 {
        margin-bottom: calc(8 * var(--UNIT));
        font-size: calc(10 * var(--UNIT));
        line-height: calc(15.6 * var(--UNIT));
    }

    .clp-ds-2025__link {
        font-size: 11px;
        line-height: 1.4em;
    }
}