li {
    display: inline-block;
    margin-left: 4rem;
}

ul {
    list-style: none;
    float: right;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

li a {
    font-family: "PulMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #b5badd;
    text-decoration: none;
    letter-spacing: -0.25px;
}

li a:hover {
    color: #3556ff;
}

.login {
    background-color: rgba(53, 86, 255, 0.15);
    border-radius: 6px;
    color: #3556ff;
    padding: 9px 28px;
}

.login:hover {
    background-color: rgba(53, 86, 255, 1);
    color: #fff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1024px;
    margin: 2rem auto;
    /* padding: 2rem 10em; */
    /* height: 12vh; */
}

#logo {
    width: 230px;
}

.header-mobile {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .header {
        display: none;
        padding: 0 2em;
    }
    ul {
        display: flex;
        width: auto;
        justify-content: space-between;
    }
    li {
        margin-left: 0;
    }
    .header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2em;
    }
    .mobile-logo {
        width: 100px;
    }
}

.california {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 1.5em;
}

.california p {
    color: #e2e5fa;
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.footerContainer {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 70%;
    padding-top: 5em;
    padding-bottom: 5em;
}

.footerContainer ul {
    display: list-item;
    float: none;
    width: auto;
    margin: auto;
    padding: 0;
}

.footerContainer li a {
    color: #282c47;
    display: flex;
    margin: auto;
    flex-basis: 20%;
    padding: 5px;
}

.footerContainerText {
    max-width: 1024px;
    margin: 0 auto;
}

.footerContainerText p {
    font-size: 11px;
    text-align: center;
    font-family: "PulMedium", sans-serif;
    color: #b5badd;
    line-height: 22px;
}

.footerContainerText a {
    color: #b5badd;
    font-family: "PulBold", sans-serif;
}

.getContainer {
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    background: url(/static/images/3dx.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3556ff;
    background-position-x: -20px;
    background-position-y: 6px;
}

.getText {
    padding: 5em;
    margin-left: 200px;
}

.getText h2 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: -14px;
    font-size: 35px;
    line-height: 45px;
    font-family: "PulBold", sans-serif;
    font-weight: bold;
    letter-spacing: -1.4px;
}

.getText a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.getText p {
    color: #ffffff;
    margin-bottom: 20px;
}

.getText svg {
    vertical-align: middle;
    margin-right: 0.7em;
    margin-top: -3px;
}

.getScreen {
    border-radius: 12px;
    background: url(/static/images/3dx.jpg);
    background-size: cover;
    width: 50%;
}

.footer-video {
    border-radius: 20px;
    width: 500px;
    -webkit-perspective: 484px;
    perspective: 484px;
    box-shadow: 67.1px 62.5px 125px -25px rgba(50, 50, 93, 0.5),
        16.2px 37.5px 75px -37.5px rgba(166, 184, 255, 0.273738);
    transform: scale(1) perspective(1000px) rotateX(23deg) rotateY(-23deg)
        rotateZ(9.8deg) translateX(5px) translateY(50px);
}

.footer-video video {
    border-radius: 20px;
}

#heart {
    display: inline-block;
    position: relative;
    width: 17px;
    margin: 0 5px;
}

@media only screen and (max-width: 1000px) {
    .getContainer {
        margin: 0 2em;
        background-position-x: -40px;
    }
    .getText {
        padding: 2em;
        margin-left: 0;
        margin-top: 170px;
    }
    .getText h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .getText a {
        font-size: 14px;
    }
    .getText p {
        margin-top: 36px;
        font-size: 16px;
        line-height: 23px;
    }
    .footerContainer {
        width: auto;
        padding: 5em 2em;
        flex-direction: column;
        align-items: center;
    }
    .footerContainer ul {
        margin: 0 !important;
    }
    .footerContainerText {
        margin: 0 2em;
    }
    .california {
        flex-wrap: wrap;
    }
}

@font-face {
    font-family: "PulBold";
    src: url("/static/fonts/pulpdisplay-bold-_1_-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PulLight";
    src: url("/static/fonts/pulpdisplay-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PulMedium";
    src: url("/static/fonts/pulpdisplay-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: "PulLight", sans-serif;
}

body {
    margin: 0;
}

h1 {
    font-family: "PulBold", sans-serif;
    color: #282c47;
    font-weight: bold;
    font-size: 56px;
    letter-spacing: -1.4px;
    line-height: 62px;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

p {
    font-family: "PulLight", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #676e91;
}

h3 {
    color: #282c47;
    font-family: "PulBold", sans-serif;
    line-height: 62px;
}

/* .tos p {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 18px;
}

.tos h1, h2, h3, p {
   justify-content: center;
   max-width: 1024px;
   margin: 0 auto;
   padding-bottom: 1em;
} */

::selection {
    color: #ffffff;
    background: #3556ff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    color: #ffffff;
    background: #3556ff; /* Gecko Browsers */
}

.btn {
    background: rgba(53, 86, 255, 0.15);
    border-radius: 6px;
    color: #3556ff;
    text-align: center;
    letter-spacing: -0.25px;
    font-size: 18px;
    line-height: 20px;
    font-family: "PulMedium", sans-serif;
    outline: none;
    border: 0;
    padding: 16px 36px;
}

.btn.blue {
    background: #3556ff;
    box-shadow: 0px 7px 22px rgba(53, 86, 255, 0.38);
    color: #ffffff;
}

.content li {
    text-align: left;
    display: block;
    margin-left: 0;
    color: #676e91;
    font-family: "PulMedium", sans-serif;
}

.container h2 {
    font-family: "PulBold", sans-serif;
    color: #282c47;
}

.container h4 {
    font-family: "PulBold", sans-serif;
    color: #282c47;
}

.pagetext ul {
    text-align: left;
    list-style-type: disc;
}

.pagetext li {
    margin-left: 0;
    display: list-item;
}

.pagetext table {
    font-family: "PulLight", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #282c47;
}

.pagetext p a {
    font-family: "PulLight", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #3556ff;
    text-decoration: none;
}

.pagetext li a {
    font-family: "PulLight", sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #3556ff;
}

.conversation-starter {
    font-family: "PulLight", sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #3556ff;
}

.announcement-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
    padding: 2em;
}

.announcement-container {
    max-width: 680px;
    width: 100%;
    text-align: center;
}

.announcement-logo {
    margin-bottom: 3em;
}

.announcement-title {
    font-family: "PulBold", sans-serif;
    color: #282c47;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -1px;
    margin-bottom: 0.5em;
}

.announcement-date-badge {
    display: inline-block;
    background: rgba(53, 86, 255, 0.1);
    color: #3556ff;
    font-family: "PulMedium", sans-serif;
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 2.5em;
    letter-spacing: -0.25px;
}

.announcement-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5em 2em;
    z-index: 100;
}

.announcement-login {
    font-family: "PulMedium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
    text-decoration: none;
    background-color: rgba(53, 86, 255, 0.15);
    border-radius: 6px;
    color: #3556ff;
    padding: 9px 28px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.announcement-login:hover {
    background-color: rgba(53, 86, 255, 1);
    color: #fff;
}

.announcement-body {
    text-align: left;
}

.announcement-body p {
    font-family: "PulLight", sans-serif;
    font-size: 19px;
    line-height: 30px;
    color: #676e91;
    margin-bottom: 1.2em;
    letter-spacing: -0.25px;
}

.announcement-body strong {
    font-family: "PulMedium", sans-serif;
    color: #282c47;
}

.announcement-body a {
    color: #3556ff;
    text-decoration: none;
    font-family: "PulMedium", sans-serif;
}

.announcement-body a:hover {
    text-decoration: underline;
}

.announcement-sign-off {
    margin-top: 2em;
    font-family: "PulMedium", sans-serif;
    color: #282c47 !important;
}

@media only screen and (max-width: 1000px) {
    p {
        font-size: 15px;
    }
    .container {
        padding: 0 2em;
    }
    .pagetext ul {
        display: block;
        padding: 0;
    }
    .pagetext p a {
        font-size: 15px;
    }

    .pagetext li a {
        font-size: 15px;
    }

    .announcement-title {
        font-size: 30px;
        line-height: 38px;
    }

    .announcement-body p {
        font-size: 16px;
        line-height: 26px;
    }

    .announcement-page {
        padding: 2em 1.5em;
    }
}

.pricing-container {
    background: #f5f7ff;
}

.pricing-container .content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 6em;
}

.pricing-container h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: "PulBold", sans-serif;
    color: #282c47;
    font-weight: bold;
    letter-spacing: -1.4px;
}

.pricing-item-container {
    display: flex;
    justify-content: center;
}

.pricing-item {
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    margin: 4em 1em;
    padding: 2em 3em;
    width: 100%;
}

.pricing-item .price {
    color: #282c47;
    font-size: 104px;
}

.pricing-item .price span {
    font-size: 44px;
}

.pricing-item .title {
    font-size: 24px;
    color: #282c47;
    font-family: "PulMedium" sans-serif;
}

.pricing-item .btn {
    margin: 2em auto;
    justify-content: center;
}

.pricing-item .pricing-features {
    text-align: left;
}

.pricing-item .pricing-features svg {
    margin-right: 16px;
}

.dollar-span {
    position: relative;
    bottom: 52px;
}

@media only screen and (max-width: 1000px) {
    .pricing-item-container {
        flex-direction: column;
    }
    .pricing-container .content {
        padding: 4em 2em 0;
    }
    .pricing-item {
        margin: 4em 0;
        width: auto;
    }
    .pricing-item .price {
        font-size: 74px;
    }
    .dollar-span {
        bottom: 32px;
    }
}

.hero {
    height: 100vh;
    background: #fff;
    transform: translateZ(1px);
    background-image: url("/hero-back.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.hero-container {
    /* position: relative; */
    max-width: 1024px;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
}

.hero-content {
    /* max-width: 1024px; */
    /* margin: 0 auto; */
    /* width: 50%; */
    /* padding: 2rem 10em; */
    width: 610px;
    position: relative;
    z-index: 500;
    margin-top: 2em;
    margin-right: 3em;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.rc-slider {
    z-index: 900;
}

.hero p {
    color: #676e91;
}

.hero h1 {
    color: #282c47;
}

.hero h1 span {
    color: #3556ff;
}

.hero h2 {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #e2e5fa;
}

.btn {
    display: flex;
    border-radius: 6px;
    font-family: "PulMedium", sans-serif;
    font-size: 18px;
    letter-spacing: -0.25px;
    text-align: center;
    padding: 18px 35px;
    align-items: center;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.btn:hover {
    box-shadow: 0px 7px 22px rgba(53, 86, 255, 0.38);
}

.btn svg {
    margin-left: 1em;
}

.btn.primary {
    background: #3556ff;
    color: #fff;
}

.btn.secondary {
    background: rgba(53, 86, 255, 0.15);
    color: #3556ff;
}

.btn.secondary:hover {
    box-shadow: 0px 7px 22px rgba(53, 86, 255, 0.1);
}

.hero button {
    background: #3556ff;
    border-radius: 6px;
    outline: none;
    border: none;
    font-family: "PulMedium", sans-serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.25px;
    text-align: center;
    display: flex;
    padding: 18px 35px;
    align-items: center;
    transition: all 0.2s ease-out;
}

.hero button:hover {
    box-shadow: 0px 7px 22px rgba(53, 86, 255, 0.38);
}

.hero button svg {
    margin-left: 1em;
}

.text span {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    color: #282c47;
}

.chartContainer {
    box-sizing: border-box;
    position: absolute;
    height: 80%;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.5) 93.1px 122.5px 125px -55px,
        rgba(166, 184, 255, 0.275) 176.2px 177.5px 85px -67.5px;
    z-index: 1000;
}

.investLabel {
    display: flex;
    justify-content: space-between;
}

.investLabel label,
.investLabel span {
    color: #282c47;
    /* font-size: 24px; */
    font-size: 24px;
    font-family: "PulMedium", sans-serif;
    line-height: 2;
    letter-spacing: -0.25px;
}

.chartTooltip {
    background: #ffffff;
    box-shadow: 0px 16px 34px rgba(166, 184, 255, 0.273738);
    border-radius: 12px;
    padding: 1em 2em;
    text-align: center;
    margin-top: -7em;
    width: 12em;
    -webkit-perspective: 484px;
    perspective: 484px;
    box-shadow: 67.1px 62.5px 125px -25px rgba(50, 50, 93, 0.5),
        16.2px 37.5px 75px -37.5px rgba(166, 184, 255, 0.273738);
    transform: scale(1.2) perspective(1000px) rotateX(23deg) rotateY(-23deg)
        rotateZ(9.8deg) translateX(5px) translateY(50px);
}

.chartTooltip .year {
    font-family: "PulBold", sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: -0.25px;
}

.chartTooltip .profit {
    font-size: 24px;
    color: #4a4a4a;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.recharts-tooltip-wrapper {
    z-index: 2000;
}

.start {
    position: relative;
    display: flex;
    margin-top: 4em;
    align-items: center;
}

.start a {
    transition: all 0.3s ease;
    letter-spacing: -0.25px;
    font-family: "PulBold", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #3556ff;
    text-decoration: none;
    margin-right: 0.5em;
}

.start a:hover ~ svg path {
    transition: all 0.3s ease;
    stroke: #ffffff;
}

.start a:hover ~ svg circle {
    transition: all 0.3s ease;
    fill: #3556ff;
}

.xContainer {
    margin: -13% 0;
    text-align: right;
    background: url(/static/images/x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70%;
    height: 470px;
}

.xContainer img {
    width: 70%;
}

.z900 {
    z-index: 900;
}

.z1100 {
    z-index: 1100;
}

@media only screen and (max-width: 1000px) {
    .hero {
        margin-bottom: 15em;
        background-image: none;
    }
    .hero-container {
        flex-wrap: wrap;
        padding: 0 2em;
        justify-content: center;
    }
    .hero-content {
        margin-top: 0;
        margin-right: 0;
    }
    h1 {
        font-size: 38px;
        line-height: 42px;
    }
    /* .hero {
        background-image: url("/static/images/mobile-chart.svg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    } */
}

/* @media (max-width: 900px) {
    .investLabel {
        display: none;
    }
    .rc-slider {
        display: none;
    }
    .hero-content {
        padding: 2em;
        width: 100%;
    }
    .hero h1 {
        font-size: 2em;
        line-height: 38px;
    }
} */

ul {
    list-style: none;
    float: right;
    width: 100%;
    text-align: right;
    display: inline;
    align-items: center;
    justify-content: flex-end;
}

