.primary-hero {
    background: var(--lilas);
    overflow: hidden;
    border-radius: 0 0 32px 32px;
}

@media screen and (min-width: 992px) {
    .primary-hero {
        border-radius: 0 0 64px 64px;
    }
}

.primary-hero h1 strong {
    color: var(--parme);
}

.primary-hero--container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .primary-hero--container {
        flex-direction: row;
    }
}

.primary-hero--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 148px 24px 0 24px;
    text-wrap: balance;
    position: relative;
}

@media screen and (min-width: 992px) {
    .primary-hero--content {
        align-items: flex-start;
        text-align: left;
        padding: clamp(0px, 15.97vw, 230px) 0 clamp(0px, 9.72vw, 140px) 80px;
    }
}

.primary-hero--content p strong {
    font-weight: 600;
}

.primary-hero--content .advice {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .primary-hero--content .advice {
        flex-direction: row;
        gap: 16px;
    }
}

.primary-hero--content .advice .advice-img {
    display: flex;
    justify-content: center;
}

.primary-hero--content .advice .advice-img img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    outline: 4px solid white;
    outline-offset: -4px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    box-shadow: 0 4px 15.4px 0 rgba(0, 0, 0, 0.25);
    margin-left: -18px;
    object-fit: cover;
}

.primary-hero--content .advice .notation {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media screen and (min-width: 992px) {
    .primary-hero--content .advice .notation {
        align-items: flex-start;
    }
}

.primary-hero--content .advice .notation div {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.primary-hero--content .advice .star {
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/star.svg") no-repeat center;
    background-size: contain;
}

.primary-hero--content .uptitle {
    color: var(--violet);
}

.primary-hero--images {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
    max-height: 860px;
    overflow: hidden;
}

.primary-hero--images::before {
    content: "";
}

@media screen and (min-width: 992px) {
    .primary-hero--images::before {
        height: 150px;
        width: 100%;
        left: 0;
        top: -2px;
        position: absolute;
        background: linear-gradient(180deg, #E4E7FF 17.34%, rgba(228, 231, 255, 0) 99.16%);
        z-index: 2;
    }
}

.primary-hero--images::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #E4E7FF 17.34%, rgba(228, 231, 255, 0) 99.16%);
}

@media screen and (min-width: 992px) {
    .primary-hero--images::after {
        height: 150px;
    }
}

@media screen and (min-width: 992px) {
    .primary-hero--images {
        gap: 24px;
        width: 100%;
        max-width: 600px;
    }
}

.primary-hero--images div {
    display: flex;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .primary-hero--images div {
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (min-width: 992px) {
    .primary-hero--images .col-1 {
        transform: translateY(-50px);
    }
}

@media screen and (min-width: 992px) {
    .primary-hero--images .col-2 {
        transform: translateY(50px);
    }
}

.primary-hero--images img {
    width: 152px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
}

@media screen and (min-width: 992px) {
    .primary-hero--images img {
        width: 302px;
        height: 302px;
        aspect-ratio: 1/1;
    }
}

.primary-hero .illus {
    position: absolute;
    z-index: 0;
}

.primary-hero .illus-top {
    width: 348px;
    left: -64px;
    top: 115px;
    rotate: 11deg;
}

@media screen and (min-width: 992px) {
    .primary-hero .illus-top {
        width: 486px;
        top: -200px;
    }
}

.primary-hero .illus-bottom {
    width: 500px;
    rotate: -17deg;
    right: -100px;
    bottom: -150px;
}

@media screen and (min-width: 992px) {
    .primary-hero .illus-bottom {
        width: 944px;
        bottom: auto;
        top: calc(100% - 220px);
        right: auto;
        left: 60px;
    }
}

/*# sourceMappingURL=style.css.map */