.pages-hero {
    z-index: 1;
    display: flex;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: var(--e-global-color-primary, #04533d);
    font-family: var(--e-global-typography-text-font-family, "PlusJakartaSans"), sans-serif;
}

.pages-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: ellipse(150% 86% at 50% 0%);
}

.pages-hero--no-image .pages-hero__media {
    background: var(--e-global-color-primary, #04533d);
}

.pages-hero__video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.pages-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 662px;
    padding-top: 120px;
    padding-bottom: 48px;
    text-align: center;
}

.pages-hero__content {
    width: min(799px, 100%);
}

.pages-hero__sur-title {
    margin: 0 0 13px;
    color: #fff;
    font-family: var(--e-global-typography-text-font-family, "PlusJakartaSans"), sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
}

.pages-hero__title {
    margin: 0;
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family, "Recording Artist JNL"), sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
}

.pages-hero__description {
    max-width: 799px;
    margin: 13px auto 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.pages-hero__description p {
    margin: 0;
}

.pages-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    padding: 16px 24px;
    border-radius: 5px;
    color: var(--e-global-color-primary, #04533d);
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
}

.pages-hero__cta:hover,
.pages-hero__cta:focus {
    color: var(--e-global-color-primary, #04533d);
    background: #fff;
    text-decoration: none;
}

.pages-hero__cta-icon {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.pages-hero__items-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 120px;
    background: var(--e-global-color-primary, #04533d);
}

.pages-hero__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    max-width: 1638px;
    margin: 0 auto;
}

.pages-hero__item {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pages-hero__item-icon {
    display: block;
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.pages-hero__item-content {
    display: flex;
    max-width: 270px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.pages-hero__item-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.pages-hero__item-description {
    margin: 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

    .pages-hero__media {
        clip-path: ellipse(230% 68% at 50% 0%);
    }

    .pages-hero__inner {
        min-height: 490px;
        padding-top: 200px!important;
        padding-bottom: 20px!important;
    }

    .pages-hero__sur-title {
        font-size: 15px;
    }

    h1.pages-hero__title {
        font-size: 36px;
    }

    .pages-hero__description {
        font-size: 16px!important;
        line-height: 22px;
    }

    .pages-hero__cta {
        margin-top: 32px;
        padding: 14px 18px;
        font-size: 16px;
    }

    .pages-hero__items {
        gap: 22px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .pages-hero__item {
        flex-direction: row!important;
        justify-content: flex-start!important;
    }

    .pages-hero__item-icon {
        width: 52px;
        height: 52px;
    }

    .pages-hero__item-content {
        text-align: left!important;
        align-items: flex-start!important;
    }

    .pages-hero__item-title {
        font-size: 14px;
    }

    .pages-hero__item-description {
        font-size: 12px;
        margin: 3px 0 0;
    }

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

    .pages-hero__sur-title {
        font-size: 16px;
    }

    .pages-hero__item-icon {
        width: 40px;
        height: 40px;
    }

    .pages-hero__item-title {
        font-size: 16px;
    }

    .pages-hero__item-description {
        font-size: 13px;
    }

}

/*mobile and tablet*/
@media (max-width: 1024px) {

    .pages-hero__inner {
        min-height: 560px;
        padding-top: 96px;
        padding-bottom: 48px;
    }

    .pages-hero__title {
        font-size: 64px;
    }

    .pages-hero__description {
        font-size: 18px;
        line-height: 24px;
    }

    .pages-hero__items {
        gap: 24px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .pages-hero__item {
        flex: 1 1 180px;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .pages-hero__item-content {
        align-items: center;
    }

}

/*desktop*/
@media (min-width: 1025px) {

}

/*laptop 1*/
@media (min-width: 1025px) and (max-width: 1439px) {

    .pages-hero__media {
        clip-path: ellipse(160% 85% at 50% 0%);
    }

    .pages-hero__inner {
        min-height: 560px;
    }

    .pages-hero__sur-title {
        font-size: 14px;
    }

    .pages-hero__title {
        font-size: 55px;
    }

    .pages-hero__description {
        font-size: 14px;
    }

    .pages-hero__cta {
        padding: 12px 16px;
        font-size: 14px;
    }

    .pages-hero__items {
        max-width: 980px;
    }

    .pages-hero__items-wrap {
        min-height: 80px;
    }

    .pages-hero__item-icon {
        width: 38px;
        height: 38px;
    }

    .pages-hero__item-title {
        font-size: 14px;
    }

    .pages-hero__item-description {
        font-size: 11px;
        margin: 3px 0 0;
    }

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

    .pages-hero__items {
        max-width: 1215px;
    }

    .pages-hero__items-wrap {
        min-height: 115px;
    }

    .pages-hero__media {
        clip-path: ellipse(180% 85% at 50% 0%);
    }

    .pages-hero__item-icon {
        width: 50px;
        height: 50px;
    }

    .pages-hero__item-description {
        font-size: 14px;
        margin: 3px 0 0;
    }

}


/*RESPONSIVE*/
