.main-hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: auto !important;
    cursor: default;
}

.main-hero-text-wrapper {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    cursor: default;
}

.main-hero-text {
    font-weight: 700;
    font-size: 7rem;
    color: #333333;
}

.main-hero-subtext {
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
}

.main-hero-background-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.main-hero-background {
    position: absolute;
    z-index: -10;
    display: flex;
    width: 100%;
    height: 100%;
}

.main-hero-backgroundtext {
    z-index: -11;
    font-size: 40vw;
    font-weight: 900;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #007769, #001a4e);
    opacity: 0.5;
    filter: blur(32px);
    overflow: hidden;
}