.how26-swirl-section {
    overflow-x: clip;
}

.how26-swirl-hero {
    --how26-swirl-title-size: 13.2cqw;
    --how26-swirl-line-height: 1;
    --how26-swirl-line-gap: 0.22em;
    --how26-swirl-content-top: 0%;
    --how26-swirl-content-left: 0%;
    --how26-swirl-content-width: 100%;
    --how26-swirl-image-width: 76%;
    --how26-swirl-image-x: 45%;
    --how26-swirl-image-y: 52%;
    --how26-swirl-white: #ffffff;
    position: relative;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 1946 / 834;
    overflow: visible;
    box-sizing: border-box;
    container-type: inline-size;
    isolation: isolate;
}

.how26-swirl-hero__content {
    position: absolute;
    top: var(--how26-swirl-content-top);
    left: var(--how26-swirl-content-left);
    display: flex;
    flex-direction: column;
    gap: var(--how26-swirl-line-gap);
    width: var(--how26-swirl-content-width);
    z-index: auto;
}

.how26-swirl-hero__line {
    position: relative;
    display: block;
    width: 100%;
    height: 1.1em;
    overflow: hidden;
    font-size: var(--how26-swirl-title-size);
    line-height: 1;
}

.how26-swirl-hero__line--lead {
    z-index: 10;
}

.how26-swirl-hero__line--innovate {
    z-index: 30;
}

.how26-swirl-hero__title {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--how26-swirl-white);
    font-size: var(--how26-swirl-title-size);
    font-weight: 800;
    letter-spacing: 0;
    line-height: var(--how26-swirl-line-height);
    text-transform: uppercase;
}

.how26-swirl-hero__char {
    position: relative;
    display: inline-block;
    will-change: transform;
}

.how26-swirl-hero__char--fg {
    z-index: 30;
}

.how26-swirl-hero__char--bg {
    z-index: 10;
}

.how26-swirl-hero__swirl {
    position: absolute;
    top: var(--how26-swirl-image-y);
    left: var(--how26-swirl-image-x);
    z-index: 20;
    width: var(--how26-swirl-image-width);
    height: auto;
    aspect-ratio: 1946 / 834;
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: transform;
}

.how26-swirl-hero__svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    will-change: transform;
}

.how26-swirl-hero__image {
    display: block;
    opacity: 0;
}

.how26-swirl-hero.is-ready .how26-swirl-hero__image {
    opacity: 1;
}

.how26-swirl-hero__mask-spine {
    fill: none;
    stroke: #ffffff;
    stroke-width: 300px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
