.hiq-top-puff-container {
    display: flex;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 36.25rem;
}
@media screen and (max-width: 99.9375em) {
    .hiq-top-puff-container {
        height: 25rem;
    }
}
.hiq-top-puff-container_text {
    width: 50%;
}
.hiq-top-puff-container_text > div.sv-row {
    height: 100%;
}
.hiq-top-puff-container_text-container {
    max-width: 570px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 64em) {
    .hiq-top-puff-container {
        flex-wrap: wrap;
        height: auto;
    }
    .hiq-top-puff-container_text > div.sv-row {
        width: 100%;
    }
    .hiq-top-puff-container_text {
        width: 100%;
        display: flex;
        flex-direction: column;
        min-height: unset;
        margin: 0;
    }
    .hiq-top-puff-container_text-container {
        max-width: unset;
    }
}
@media screen and (min-width: 40em) {
    .hiq-top-puff-container_text-container {
        max-width: 50rem;
        margin: auto;
    }
}
@media screen and (min-width: 64.0625em) {
    .hiq-top-puff-container_text-container {
        max-width: 25rem;
    }
}
@media screen and (min-width: 100em) {
    .hiq-top-puff-container_text-container {
        max-width: 570px;
        width: 570px;
    }
}
.hiq-top-puff-container_text-title {
    width: -moz-fit-content;
    width: fit-content;
    word-break: break-word;
}
.hiq-top-puff-container_text-title .sv-h1 {
    margin-top: 0;
    color: #fff;
    font-weight: 800;
    font-size: 2.5em;
    line-height: 50px;
}
.hiq-top-puff-container_text-text {
    /*white-space: pre-wrap;*/
    word-break: break-word;
}
.hiq-top-puff-container_text-text.hiq-puff-date p {
    font-size: 1.25rem;
    font-weight: 600;
}
.hiq-top-puff-container_text-link {
    text-transform: uppercase;
}
.hiq-top-puff-container_text-link a {
    text-decoration: none;
}
.hiq-top-puff-container-image {
    padding: 0;
    background-position: 50% 50%;
    background-size: cover;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
@media screen and (max-width: 64em) {
    .hiq-top-puff-container-image {
        width: 100%;
        height: 28.125rem;
        position: relative;
        top: unset;
        right: unset;
    }
}
@media screen and (max-width: 39.9375em) {
    .hiq-top-puff-container-image {
        height: 18.75rem;
    }
}
.hiq-top-puff-container__label {
    position: absolute;
    top: 1.5rem;
    left: 0;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 1.25rem;
    z-index: 2;
}
.hiq-top-puff-container__label::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.5rem;
    border-color: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 0 1.25rem 1.5625rem;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.blue-label {
    background-color: #018291;
}
.hiq-top-puff-container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

