body,
span,
p,
a,
button,
input,
ul,
li,
button:focus {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    background: inherit;
    font-family: inherit;
    color: inherit;
    border: inherit;
    margin: inherit;
    padding: inherit;
    height: inherit;
    outline: none;
}

body {
    background: var(--c1);
    color: var(--c4);
    font-family: sans-serif;
}

button:hover {
    cursor: pointer;
}

:root {
    --dark-blue: #1B222B;
    --black: #0D0D0D;
    --blue: rgb(0, 100, 162);
    --off-blue: #252e3b;
    --white: white;
    --green: #92D050;
    --red: #FF2525;
    --grey: #d3d3d3;
    --light-grey: #7F7F7F;
    --light-blue: #CDF2FF;
    --m1: 20px;
    --m2: 40px;
    --c1: var(--dark-blue);
    --c2: var(--black);
    --c3: var(--blue);
    --c4: var(--white);
    --c5: var(--green);
    --c6: var(--red);
    --c7: var(--grey);
    --c8: var(--light-grey);
    --c9: var(--light-blue);
    --c10: var(--off-blue);
    --c11: #9da4c7;
    --s0: 1.1rem;
    --s1: 1rem;
    --s2: 0.9rem;
    --s3: 0.8rem;
    --s4: 0.7rem;
}

#pop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 140%;
    background: var(--c8);
    opacity: 0.85;
    z-index: 4;
}

.pop-main {
    background: var(--c1);
    background: #000355;
    opacity: 1;
    z-index: 5;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translatey(-50%) translatex(-50%) rotateY(0deg);
    width: 80%;
    max-width: 300px;
    white-space: nowrap;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 20px var(--c2);
}

.premium-pop-p {
    text-align: center;
    white-space: normal;
    font-size: var(--s2);
    line-height: 1.4;
    margin: 10px 10px;
}

.main-pop-t-l {
    display: grid;
    justify-content: start;
    align-items: start;
}

.main-pop-t-l span {
    transform: translateY(-4px);
}

#premium-pop-p2 span {
    margin: 0;
    text-decoration: underline;
    color: var(--c9);
}

#premium-pop-t-c {
    font-size: var(--s0);
}

.premium-pop-p {
    text-align: center;
    white-space: normal;
    font-size: var(--s2);
    line-height: 1.4;
    margin: 10px 10px;
}

#premium-pop-lm {
    margin-bottom: -5px;
}

#premium-pop-p1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#premium-pop-p2 {
    font-size: var(--s3);
}

#dataSets-wr {
    display: grid;
    grid-template-columns: repeat(3, 270px);
    margin: 20px 0 30px 0;
    justify-content: center;
    justify-items: center;
    scrollbar-width: none !important;
    overflow-x: auto;
}

.feature-bubble {
    width: 250px;
    height: 210px;
    background: #21247b;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #929292;
    box-shadow: 0 0 10px #030bf1;
    display: grid;
    justify-content: center;
    justify-items: center;
    position: relative;
    cursor: pointer;
}

#dataSets-wr::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}

@media screen and (max-width: 900px) {
    #dataSets-wr {
        grid-template-columns: repeat(8, 270px);
        justify-content: start;
    }
}

.feature-bubble p:nth-child(1) {
    margin: 10px 0;
    font-weight: bold;
    height: min-content;
    padding: 0;
    /* white-space: nowrap; */
    text-align: center;
    color: white;
    background: none;
}

.dataset-description {
    font-size: var(--s2);
    font-weight: normal;
    text-align: center;
    color: white;
    margin: 5px 10px;
    background: transparent;
    height: unset;
    position: absolute;
    top: 130px;
}

.image-icon {
    height: 70px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    fill: white;
}

/* #dataset-1 {
    background: #fb10483b;
}

#dataset-2 {
    background: #DF0DFF2e;
}

#dataset-3 {
    background: #9811FF2e;
}

#dataset-4 {
    background: #fb10483b;
}

#dataset-5 {
    background: #DF0DFF2e;
}

#dataset-6 {
    background: #9811FF2e;
}

#dataset-7 {
    background: #fb10483b;
}

#dataset-8 {
    background: #DF0DFF2e;
} */

.feature-pop-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
    white-space: normal;
    position: relative;
    margin: 10px 15px;
}

.feature-pop-wr p {
    width: 100%;
    margin: 5px 0;
}

.feature-pop-close,
.feature-pop-close:active,
.feature-pop-close:focus {
    position: absolute;
    top: -25px;
    left: -30px;
    background: transparent;
    font-size: 2rem;
}

.feature-pop-title {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    max-width: 80%;
}

@keyframes fromBottom2 {
    0% {
        transform: translatey(-50%) translatex(-50%) rotateY(90deg);
        box-shadow: 0 0 0px var(--c2);
    }

    100% {
        transform: translatey(-50%) translatex(-50%) rotateY(0deg);
        box-shadow: 0 0 20px var(--c2);
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pop-main {
            animation: none;
        }
    }
}

@media screen and (min-width: 900px) {
    .pop-main {
        animation: fromBottom2 0.8s 1;
    }
}

#product-sec-wr {
    background: linear-gradient(180deg, black, #0d102e, #0d102e, black);
    /* background: linear-gradient(180deg, black, #0d102e, black); */
}

.product-sec {
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    display: grid;
    justify-content: center;
    /* background: #0d102e; */
    /* margin-bottom: 100px; */
    /* margin-bottom: 0; */
    border-bottom: 0;
    /* background: linear-gradient(180deg, black, rgb(34 0 62),transparent); */
    /* background: linear-gradient(180deg, black, #0d102e, #0d102e, black); */
}

.product-sec-title {
    border: none;
    font-size: var(--s0);
    margin: 0 20px;
    margin-top: 30px;
    font-weight: bold;
    height: unset;
    font-size: 1.4rem;
    max-width: 100%;
    text-align: center;
    background: transparent;
}

#slogan1 {
    text-align: center;
    font-size: 2.3rem;
    margin: 80px 20px;
    max-width: 800px;
    font-weight: bold;
    line-height: 1.5;
}

#video-title {
    text-align: center;
    font-size: 2.3rem;
    margin: 40px 20px;
    max-width: 800px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 400px) {
    #slogan1,
    #video-title {
        font-size: 1.8rem;
    }
}

.product2-3-wr {
    display: grid;
    grid-template-columns: 300px auto;
    justify-content: space-between;
    width: 650px;
}

#product2-col1,
#product3-col1 {
    display: grid;
    justify-content: start;
    justify-items: start;
    margin: 20px 0;
    overflow-y: auto;
    height: 450px;
    max-height: 70vh;
    -ms-overflow-style: none;
    scrollbar-color: var(--c9) transparent !important;
    scrollbar-width: thin !important;
}

#product3-col1 {
    height: min-content;
}

#product2-col1::-webkit-scrollbar,
#product3-col1::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: transparent;
}

#product2-col1::-webkit-scrollbar-track:vertical,
#product3-col1::-webkit-scrollbar-track:vertical {
    background: transparent;
}

#product2-col1::-webkit-scrollbar-thumb:vertical,
#product3-col1::-webkit-scrollbar-thumb:vertical {
    background: var(--c9);
}

.product2-btn-wr,
.product3-btn-wr {
    display: grid;
    justify-content: stretch;
    justify-items: stretch;
    text-align: left;
    width: 250px;
    padding: 3px 0;
    border-bottom: solid 1px grey;
}

.product2-btn-wr:nth-last-child(1),
.product3-btn-wr:nth-last-child(1) {
    border-bottom: 0;
}

.product2-btn,
.product2-btn:focus,
.product2-btn:active,
.product3-btn,
.product3-btn:focus,
.product3-btn:active {
    text-align: left;
    color: #383838;
    border: 0;
    font-size: var(--s1);
}

.product2-btn-p,
.product3-btn-p {
    display: none;
    color: white;
    border: 0;
}

.active-title,
.active-title:active,
.active-title:focus,
.active-title:hover,
.product2-btn:hover,
.product3-btn:hover {
    color: black;
    font-weight: bold;
}

.active-description {
    display: inline;
    font-weight: normal;
    margin: -2px 5px 10px 5px;
    font-size: var(--s2);
    /* margin-left: 5px; */
}

#product2-img-p,
#product3-img-p {
    font-size: var(--s2);
    /* font-weight: bold; */
    margin: 0px 20px 20px 20px;
    padding-top: 20px;
    text-align: center;
    width: 90%;
    /* max-width: 350px; */
    color: #383838;
    color: black;
    border-top: 0;
}

.product2-3-img-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-content: start;
    align-items: start;
    /* height: 350px; */
    /* max-width: 300px; */
}

.product2-pic,
.product3-pic {
    display: none;
    
}

.active-photo {
    display: inline;
    border-radius: 4px;
    border: solid 2px black;
    width: 350px;
    max-width: 95vw;
}

@media screen and (max-width: 700px) {

    .active-photo {
        /* width: 500px; */
        /* max-width: 95vw; */
    }

    .product2-3-wr {
        grid-template-columns: 1fr;
        justify-content: unset;
        width: unset;
    }

    #product2-col1,
    #product3-col1 {
        grid-template-columns: repeat(12, minmax(max-content, 230px));
        column-gap: 30px;
        /* border-bottom: solid 1px grey; */
        height: unset;
        margin-bottom: 0;
        padding: 0 30px;
    }
    #product2-img-p,
    #product3-img-p {
        border-top: solid 1px grey;
    }
    #product3-col1 {
        grid-template-columns: repeat(8, minmax(max-content, 230px));
    }

    .product2-btn-wr,
    .product3-btn-wr {
        height: 50px;
        border: 0;
        padding: 0;
        text-align: center;
        width: unset;
        max-width: 230px;
    }

    .product2-btn,
    .product3-btn {
        text-align: center;
    }

    .active-title,
    .active-title:active,
    .active-title:focus,
    .active-title:hover,
    .product2-btn:hover,
    .product3-btn:hover {
        text-align: center;
    }
}

.other-benefits-wr {
    display: grid;
    justify-content: center;
    padding: 20px;
    column-gap: 50px;
}

@media screen and (min-width: 600px) {
    .other-benefits-wr {
        grid-template-columns: repeat(2, auto);
    }
}

@media screen and (min-width: 1220px) {
    .other-benefits-wr {
        grid-template-columns: repeat(4, auto);
    }
}

.other-benefits {
    display: grid;
    grid-template-columns: 20px auto;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}

.other-benefits p {
    transform: translateY(-5px);
    line-height: 1.5;
    margin-left: 10px;
}

.payment-prompt-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    padding: 20px 0;
    align-content: center;
    align-items: center;
    background: #5A68FF;
    margin: 15px 0 0 0;
}

.payment-prompt {
    display: grid;
    grid-template-columns: auto 200px;
    width: 800px;
    max-width: 95vw;
    margin: 0;
    padding: 0;
}

.get-started,
.get-started:active,
.get-started:focus {
    margin: 0;
    padding: 10px 20px;
    width: min-content;
    background: black;
    border-radius: 20px;
    border: solid 1px white;
    white-space: nowrap;
    /* font-weight: bold; */
}

@media screen and (max-width: 600px) {
    .payment-prompt {
        grid-template-columns: auto;
        justify-content: center;
        justify-items: center;
    }

    .get-started,
    .get-started:active,
    .get-started:focus {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.FAQ {
    display: grid;
    grid-template-columns: min-content auto;
    column-gap: 15px;
    width: 650px;
    max-width: 90vw;
    border-bottom: none;
    padding: 10px 0;
    align-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.5;
    font-size: 1.2rem;
}

.FAQ-ex {
    width: 650px;
    max-width: 90vw;
    padding: 0px 0 20px 0;
    align-content: center;
    align-items: center;
    color: black;
    border: none;
    line-height: 1.5;
    font-size: 1.2rem
}
#video-wrapper-iframe-big {
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-template-columns: var(--m1) calc(100% - var(--m1) - var(--m1)) var(--m1);
    max-height: 337.5px;
}

#video-wrapper-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    padding-top: 56.25%;
}

iframe {
    justify-self: center;
    border-radius: 4px;
    box-shadow: 0 0 10px var(--c2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 5px);
    height: calc(100% - 3px);
    max-width: 600px;
    max-height: 337.5px;
}

#watchers-sec {
    background: #122062;
    display: grid;
    justify-content: center;
    align-content: center;
    margin: 0;
    width: 270px;
    max-width: 95vw;
    border-radius: 0;
    border: none;
}

#watchers-sec-title {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    border: none;
    font-size: var(--s1);
    font-weight: bold;
    box-shadow: none;
}
.watchers-val {
    white-space: nowrap;
}

.watchers-title-val {
    display: grid;
    grid-template-columns: auto min-content;
    margin: 2px;
    column-gap: 10px;
    font-size: var(--s3);
    width: 190px;
}
#analysts-sec {
    background: #122062;
    display: grid;
    justify-content: center;
    align-content: center;
    margin: 0;
    align-content: start;
    border-radius: 0;
    border: none;
    height: 160px;
    width: 350px;
    max-width: 95vw;
}

#analysts-sec-title {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    border: none;
    font-size: var(--s1);
    font-weight: bold;
    box-shadow: none;
    background: transparent;
}
.analyst-bar {
    top: 55px;
    position: absolute;
    left: 10%;
    height: 50px;
}

.analyst-legend-item {
    display: grid;
    grid-template-columns: min-content auto;
    column-gap: 5px;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: var(--s3);
}

.analyst-legend-item div {
    height: 8px;
    width: 8px;
}

@media screen and (max-width: 420px) {
    #analysts-sec {
        margin: 0;
    }

    #analysts-sec {
        height: 160px;
    }

    #analysts-sec-title {
        height: unset;
    }

    .analyst-legend-item {
        font-size: var(--s2);
    }
}

#valuation-sec-title,
#risk-sec-title {
    font-size: var(--s1);
    font-weight: bold;
    text-align: center;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
}

#riskDiv-sec {
    display: grid;
    justify-content: stretch;
}

#valuation-riskDiv-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    max-width: calc(100vw - 18px);
    border-top: none;
    background: #30308a;
    width: 350px;
    max-width: 95vw;
}

#valuation-sec {
    display: grid;
    justify-content: center;
    border-right: solid 1px white;
}

#dividends-sec-title {
    font-size: var(--s1);
    font-weight: bold;
    text-align: center;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: solid 1px white;
}

#valuation-sec-title,
#risk-sec-title,
#dividends-sec-title {
    margin-bottom: 10px;
    padding-top: 20px;
    margin-top: 0;
}

.valuation-riskDiv-title-val {
    display: grid;
    grid-template-columns: auto min-content;
    margin: 2px;
    /* column-gap: 25px; */
    font-size: var(--s4);
    width: 150px;
}

@media screen and (max-width: 420px) {
    #valuation-sec {
        border-right: none;
    }

    #valuation-riskDiv-wr {
        grid-template-columns: 1fr;
    }

    #risk-sec-title {
        border-top: solid 1px white;
    }
}

#hl-sec {
    background: #122062;
    font-size: var(--s2);
    width: 300px;
    max-width: 95vw;
}

#hl-sec-title {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    border: none;
    font-size: var(--s1);
    font-weight: bold;
    box-shadow: none;
    height: unset;
    border-radius: 10px;
}

.hl-range-title {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 20px;
    margin-left: 5%;
    padding-bottom: 2px;
    font-weight: bold;
    height: unset;
}

.hl-range-bar {
    width: 90%;
    position: relative;
    background: #5875ff;
    height: 10px;
    border-radius: 5px;
    margin-left: 5%;
}

.hl-range-circle {
    position: absolute;
    top: -2px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: white;
}

.hl-range-vals {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5px;
    margin-top: 0;
    white-space: nowrap;
    font-size: var(--s3);
    height: unset;
}

.hl-range-high {
    color: var(--c5);
    margin: 0;
    height: unset;
}

.hl-range-low {
    color: var(--c6);
    margin: 0;
    height: unset;
}

.hl-range-circle2 {
    position: absolute;
    top: -2px;
    width: 3px;
    height: 14px;
    background: white;
}


.hl-range-bar-rel {
    width: 90%;
    position: relative;
    background: #5875ff;
    height: 25px;
    border-radius: 100px;
    margin-left: 5%;
}

.hl-range-bar-rel-month {
    position: absolute;
    background: #31b0ff;
    height: 19px;
    border-radius: 100px;
    top: 3px;
}

.hl-range-bar-rel-week {
    position: absolute;
    background: #913dff;
    background: #7422bc;
    height: 13px;
    border-radius: 100px;
    top: 6px;
}

.hl-range-bar-rel-circle {
    position: absolute;
    top: -2px;
    width: 3px;
    height: 29px;
    background: white;
}

#news-sentiment-sec-title {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    border: none;
    font-size: var(--s1);
    font-weight: bold;
    box-shadow: none;
}

#news-sentiment-sec {
    background: #122062;
    display: grid;
    justify-content: center;
    align-content: center;
    margin: 0;
    align-content: start;
    width: 350px;
    max-width: 95vw;
}

#news-sec-title {
    font-size: var(--s1);
    font-weight: bold;
    text-align: center;
    border: none;
    border-bottom: solid 1px white;
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    margin-top: 30px;
}

#news-sec-title-wr {
    position: sticky;
    top: 155px;
    background: #171C4F;
}
@media screen and (min-width: 745px) {
    #news-sec-title-wr {
        top: 190px;
    }
}
.news-sentiment-bar {
    top: 55px;
    position: absolute;
    left: 10%;
    height: 50px;
}
.news-sentiment-legend-item {
    display: grid;
    grid-template-columns: min-content auto;
    column-gap: 5px;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: var(--s3);
}

.news-sentiment-legend-item div {
    height: 8px;
    width: 8px;
}

@media screen and (max-width: 420px) {
    .news-sentiment-legend-item {
        font-size: var(--s2);
    }
}

#performance-sec {
    display: grid;
    justify-content: stretch;
    background: #050757;
    background: #30308a;
    background: #20205e;
    padding: 0 5px;
    padding-bottom: 10px;
    max-width: calc(100vw - 28px);
    margin: 0;
    width: 350px;
    max-width: 95vw;
}

#performance-main-title {
    font-size: var(--s1);
    font-weight: bold;
    text-align: center;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
}

#performance-sec-wr {
    display: grid;
    grid-template-columns: repeat(10, auto);
    grid-template-columns: repeat(5, auto);
    justify-content: space-around;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

#performance-sec div div {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: var(--s3);
    display: grid;
    grid-template-columns: max-content min-content;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    column-gap: 5px;
}

.performance-val {
    font-size: var(--s4);
    text-decoration: none;
    color: #D3D3D3;
    margin-bottom: 0;
}

.performance-title {
    font-size: var(--s4);
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
}

.performance-title-r2 {
    margin-top: 5px;
}

@media screen and (max-width: 420px) {
    #performance-sec-wr {
        grid-template-columns: repeat(5, auto);
    }

    .performance-title-r2 {
        margin-top: 5px;
    }
}

.performance-rank {
    margin-top: 5px;
    color: var(--c9);
    color: gold;
    text-decoration: underline;
    font-size: var(--s4);
}

.special-pic {
    width: unset;
    height: unset;
    max-width: unset;
    max-height: unset;
}

.special-width {
    width: 500px;
    min-width: 350px;
    max-width: calc(500px + 100vw - 1015px);
}
/* @media screen and (max-width: 995px) {
    .special-width {
        max-width: calc(500px + 100vw - 995px);
        min-width: 350px;
    }
} */
@media screen and (max-width: 700px) {
    .special-width {
        max-width: 95%;
    }
}

.planCard, .planCard2 {
    padding: 20px;
    display: grid;
    justify-content: start;
    width: 250px;
    min-width: 250px;
    background: white;
    /* background: #f5f3ff; */
    color: black;
    border: 0;
    /* border-left: solid 2px black; */
    border-radius: 0px;
    height: 100%;
}

.planCard2 {
    padding: 0 20px;
    padding-bottom: 20px;
}
.planCard:nth-child(1) {
    border: 0;
}
.planCardsWr, .planCardsWr2 {
    display: flex;
    column-gap: 0px;
    align-content: start;
    align-items: flex-start;
    width: 582px;
    max-width: calc(100vw - 40px);
    overflow-x: auto;
    border: 0;
    background: white;
    /* background: #f5f3ff; */
    -ms-overflow-style: none;
    scrollbar-color: #5e46a4 transparent !important;
    scrollbar-width: thin !important;
    border: solid 2px black;
    overflow-y: hidden;
}

.planCardsWr::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: transparent;
}

.planCardsWr::-webkit-scrollbar-track:horizontal {
    background: transparent;
}

.planCardsWr::-webkit-scrollbar-thumb:horizontal {
    background: #5e46a4;
}

.planCardsWr2 {
    scrollbar-width: none !important;
    /* height: calc(100% + 20px); */
    /* padding-bottom: 20px; */
    border-top: 0;
}

.planCardsWr2::-webkit-scrollbar {
    appearance: none;
    -webkit-appearance: none;
    display: none;
}

.check-mark2 {
    /* margin-left: 15px; */
    margin-right: 10px;
    fill: white;
    fill: #5e46a4;
    width: 20px;
    transform: translateY(5px);
}


.main-bubble-feature {
    margin: 0;
    margin-top: 20px;
    display: grid;
    grid-template-columns: min-content auto;
    align-content: center;
    align-items: center;
    align-items: start;
    font-size: var(--s2);
}

.main-bubble-feature p {
    margin: 5px 0;
    margin-right: 15px;
    font-size: 1rem;
    font-weight: bold;
}

.planSubPoint {
    /* display: grid; */
    /* grid-template-columns: min-content auto; */
    font-size: 0.9rem;
    margin: 0;
    margin-top: 8px;
    align-content: center;
    align-items: center;
    column-gap: 8px;
}


.planSubPointDot,
.planSubPointDot2 {
    display: inline-block;
    height: 3px;
    width: 3px;
    background: white;
    border: solid 3px black;
    border-radius: 20px;
    margin: 0;
    margin-right: 5px;
}
.planSubPointDot2 {
    background: transparent;
    border-color: transparent;
}

.planSubPointP {
    font-weight: bold;
    text-align: left;
    margin: 0;
    margin-top: 5px;
}

.planSubPointP2 {
    font-style: italic;
    text-align: left;
    margin: 0;
    margin-top: 2px;
    margin-left: 14px;
}

.freeColor {
    background: #e8e5e5d1;
}

.basicColor {
    background: #dad5fb85;
}

.goldColor {
    background: #ffee9085;
}

.diamondColor {
    background: #ffffffd4;
}
#titles-outer {
    position: sticky;
    margin: 0 auto;
    z-index: 2;
    top: 50px;
}

@media screen and (min-width: 745px) {
    #titles-outer {
        top: 86px;
    }
}



.planName {
    margin:0;
    padding:0;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    background: transparent;
}

.planPrice {
    margin:0;
    padding:0;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    background: transparent;
}

.planPrice span {
    font-weight: normal;
    font-size: 1rem;
}

.planRegister,
.planRegister:hover,
.planRegister:focus,
.planRegister:active {
    width: 200px;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 0 2px #5e46a4;
    background: #5e46a4;
    color: white;
    border: 0;
    margin-top: 20px;
    text-align: center;
    height: unset;
}

.planFeaturesWr {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    background: transparent;
}

.planSubWr {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 10px;
    justify-content: start;
}


.sliders-wr-main {
    background: white;
    position: relative;
    font-size: var(--s3);
    border-radius: 4px;
    padding: 2px 0;
    border: solid 1px black;
}

.sliders-wr {
    position: absolute;
    top: 2px;
    left: 0px;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
    font-size: var(--s2);
    color: black;
    white-space: nowrap;
    padding: 0 2px;
}
@media screen and (max-width: 310px) {
    .sliders-wr {
        font-size: var(--s3);
    }
}
.slider1-option,
.slider3-option,
.slider3-option:hover,
.slider3-option:focus,
.slider3-option:active {
    margin: 0;
    padding: 5px 8px;
    border-radius: 4px;
}

.slider1-option {
    color: transparent;
}

.slider3-option2,
.slider3-option2:focus,
.slider3-option2:active,
.slider3-option2:hover {
    background: #4242cd;
    color: white;
}