.sk-page-header-v1 {
    background: linear-gradient(135deg, #fff8f9 0%, #f7fbfd 100%);
    border-bottom: 1px solid #dbe5ed;
    color: #17213a;
    font-family: Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
    padding: 56px 0 64px;
    position: relative;
}

.sk-page-header-v1::after {
    background: #fff;
    bottom: -58px;
    content: "";
    height: 118px;
    left: -4%;
    position: absolute;
    right: -4%;
    transform: rotate(-1.6deg);
}

.sk-page-header-v1 .container {
    position: relative;
    z-index: 1;
}

.sk-page-header-v1__bubble {
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
}

.sk-page-header-v1__bubble--one {
    background: rgba(247, 168, 184, 0.36);
    height: 38px;
    left: 10%;
    top: 34%;
    width: 38px;
}

.sk-page-header-v1__bubble--two {
    background: rgba(106, 217, 210, 0.48);
    height: 46px;
    right: 28%;
    top: 18%;
    width: 46px;
}

.sk-page-header-v1__bubble--three {
    background: rgba(255, 199, 95, 0.78);
    height: 10px;
    left: 28%;
    top: 54%;
    width: 10px;
}

.sk-page-header-v1__bubble--four {
    background: rgba(247, 104, 144, 0.7);
    height: 16px;
    right: 7%;
    top: 39%;
    width: 16px;
}

.sk-page-header-v1__crumbs {
    align-items: center;
    color: #526071;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 9px;
    line-height: 1.4;
    margin-bottom: 28px;
}

.sk-page-header-v1__crumbs a {
    color: #0b7e97;
    font-weight: 700;
    text-decoration: none;
}

.sk-page-header-v1__crumbs a:hover {
    color: #075f73;
    text-decoration: none;
}

.sk-page-header-v1__crumbs i {
    color: #8fa1b5;
    font-size: 10px;
}

.sk-page-header-v1__crumbs strong {
    color: #17213a;
    font-weight: 700;
}

.sk-page-header-v1__content {
    margin: 0 auto;
    max-width: 780px;
    text-align: center;
}

.sk-page-header-v1__icon {
    align-items: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 16px rgba(15, 45, 77, 0.08);
    color: #0b7e97;
    display: inline-flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    margin-bottom: 18px;
    width: 54px;
}

.sk-page-header-v1 h1 {
    color: #17213a;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
    text-wrap: balance;
}

.sk-page-header-v1 p {
    color: #526071;
    font-size: 17px;
    line-height: 1.65;
    margin: 16px auto 0;
    max-width: 720px;
}

.sk-page-header-v1__cue {
    align-items: flex-start;
    background: rgba(11, 126, 151, 0.07);
    border: 1px solid rgba(11, 126, 151, 0.16);
    border-radius: 10px;
    box-shadow: none;
    color: #26344e;
    cursor: default;
    display: inline-flex;
    font-size: 16px;
    gap: 12px;
    margin: 28px auto 0;
    max-width: 720px;
    padding: 13px 16px;
    text-align: left;
    user-select: text;
}

.sk-page-header-v1__cue i {
    color: #0b7e97;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 1;
    margin-top: 4px;
}

.sk-page-header-v1__cue span {
    line-height: 1.55;
    min-width: 0;
}

@media (max-width: 991.98px) {
    .sk-page-header-v1 {
        padding: 124px 0 54px;
    }
}

@media (max-width: 575.98px) {
    .sk-page-header-v1 {
        padding: 112px 0 44px;
    }

    .sk-page-header-v1__bubble--one,
    .sk-page-header-v1__bubble--four {
        display: none;
    }

    .sk-page-header-v1__bubble--two {
        height: 42px;
        right: 11%;
        top: 18%;
        width: 42px;
    }

    .sk-page-header-v1__crumbs {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .sk-page-header-v1 h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .sk-page-header-v1 p {
        font-size: 15px;
        line-height: 1.6;
    }

    .sk-page-header-v1__cue {
        border-radius: 10px;
        font-size: 15px;
        padding: 14px 18px;
    }
}
