.tf-hero {
    width: 100vw;
    min-height: 100vh;
    background: rgb(239, 240, 255);
    background: linear-gradient(180deg, rgba(239, 240, 255, 1) 0%, rgba(239, 240, 255, 1) 80%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    /*padding: 0 72px;*/
    position: relative;
    overflow: visible;
}

.tf-hero h1 {
    z-index: 11;
    font-family: Didot;
    visibility: visible;
    text-align: left;
    line-height: 99px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 90px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}


.tf-hero .content {
    margin-top: 160px;
}

.tf-hero p {
    z-index: 12;
    visibility: visible;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    border-color: rgb(49, 62, 91);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    margin-top: 16px;
}

.tf-hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.tf-hero .bg:before {
    content: "";
    height: 150vh;
    width: 150vh;
    position: absolute;
    background: rgb(246, 247, 255);
    border-radius: 50%;
    top: -30vh;
    left: 60vw;
}

.tf-hero img.shape {
    position: absolute;
    left: 32vw;
    top: 480px;
}

.tf-hero .hero-screenshot {
    width: 50vw;
    position: absolute;
    top: 310px;
    left: 45vw;
    border-radius: 6px;
}

.tf-hero .hero-feature {
    width: 24.3vw;
    position: absolute;
    top: 405px;
    left: 60px;
}
