:root {
    --header-height: 104px;
    --header-height-sm: 67px;
}
.home-banner2 {
    position: relative;
}
@media screen and (min-width: 992px) {
    .home-banner2 {
        height: calc(100vh - var(--header-height));
        display: flex;
        align-items: center;
        padding-bottom: var(--header-height);
        min-height: 47.5rem;
    }
}
.home-banner2 .circular-text {
    --circle-right: 0 !important;
    --circle-bottom: 10% !important;
}
.home-banner2-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
    .home-banner2-wrap {
        min-height: 685px;
        position: relative;
    }
}
.home-banner2-title {
    max-width: 360px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
}
@media screen and (min-width: 992px) {
    .home-banner2-title {
        max-width: 760px;
    }
}
@media screen and (min-width: 1200px) {
    .home-banner2-title {
        max-width: 900px;
    }
}
@media screen and (max-width: 991.98px) {
    .home-banner2-title {
        margin-inline: auto;
    }
}
.home-banner2 .h1 {
    font-size: 36px;
    position: relative;
    z-index: 1;
    order: 2;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
    mix-blend-mode: difference;
}
@media screen and (min-width: 992px) {
    .home-banner2 .h1 {
        width: 100%;
        font-size: 5rem;
        text-align: left;
    }
}
@media screen and (min-width: 1600px) {
    .home-banner2 .h1 {
        font-size: 6.25rem;
    }
}
.home-banner2 .h1 svg {
    color: currentColor;
}
.home-banner2 .h1 svg polygon {
    fill: currentColor;
}
.home-banner2 .asterisk_icon svg {
    height: 100%;
}
@media screen and (min-width: 992px) {
    .home-banner2 .asterisk_icon svg {
        transform: scale(0.5);
        opacity: 0;
    }
}
@media screen and (max-width: 991.98px) {
    .home-banner2 .asterisk_icon svg {
        width: 30px;
        height: 30px;
    }
}
.home-banner2 .asterisk_icon svg polygon {
    fill: currentColor;
}
.home-banner2-img {
    max-width: 286px;
    width: 100%;
    clip-path: inset(0 0 0 0 round 400px 400px 400px 400px);
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .home-banner2-img {
        margin-bottom: 72px;
        margin-top: -50px;
    }
    .home-banner2-wrap {
       flex-direction: column;
    }
    .home-banner2 .h1{
        padding-top: 100px; 
    }
}
@media screen and (min-width: 992px) {
    .home-banner2-img {
        max-width: 502px;
        top: 20px;
        right: 0;
        position: absolute;
    }
}
.home-banner2-img .ratio {
    --gl-aspect-ratio: 133.4%;
}
.home-banner2-img .circular-text__hidden {
    display: none;
}
