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;
}

.t-t-dummy {
    background: var(--c2);
    display: grid;
    grid-template-columns: var(--m1) auto var(--m1);
    height: 50px;
    position: sticky;
    top: 0px;
    z-index: 2;
}

.t-t {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    margin: 5px 0px;
}

.t-t-l-container {
    justify-self: start;
    display: grid;
    grid-template-columns: repeat(2, min-content);
    font-weight: bold;
}

#t-t-l {
    width: 1.5rem;
}

#t-t-r {
    justify-self: end;
}

#t-t-r div {
    height: 2px;
    width: 25px;
    background: var(--c4);
    margin: 5px 0px;
}

.t-b-dummy {
    background: var(--c2);
    display: grid;
    grid-template-columns: var(--m1) auto var(--m1);
    height: 30px;
}

.t-b {
    font-weight: bold;
    display: grid;
    justify-content: center;
    align-content: start;
    font-size: var(--s0);
}

#main-m1,
#main-m3,
#main-m3-2,
#main-m6,
#main-m8 {
    /* background: var(--c10); */
    font-weight: bold;
    font-size: var(--s0);
    text-align: left;
    padding: 20px var(--m1) 10px var(--m1);
    padding: 40px var(--m1) 10px var(--m1);
    border-top: solid 1px var(--c9);
}

#main-m1 {
    /* max-width: 700px; */
}

#main-m2,
#main-m4,
#main-m4-2,
#main-m7,
#main-m9 {
    /* background: var(--c10); */
    color: var(--c7);
    text-align: left;
    padding: 0px var(--m1) 20px var(--m1);
    padding: 0px var(--m1) 40px var(--m1);
    line-height: 1.5;
}

#main-m3,
#main-m4,
#main-m5 {
    /* background: #99daff; */
    background: var(--c9);
    background: #c3e3f7;
    color: black;
    background: #63c8ff;
    background: #78cfff;
    /* color: white; */
    border: none;
}

#main-m5 {
    margin: 0;
    padding-bottom: 40px;
}

#main-m4,
#main-m4-2 {
    padding-bottom: 10px;
}

#main-m3-2 {
    /* background: #576c89; */
    border: none;
}

#main-m5-2 {
    /* background: #576c89; */
    /* color: var(--c7); */
    margin: 0;
}

#main-m6,
#main-m7 {
    /* background: #7f93ae; */
    color: vaR(--c1);
}

#main-m7 span {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#main-m8,
#main-m9 {
    /* background: #aebbcc; */
    /* color: vaR(--c1); */
}


.footer-dummy {
    height: 60px;
    /* background: #7f93ae; */
}

ol {
    padding-bottom: 10px;
}

li {
    padding: 5px 0px;
}

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

.main-pop-o {
    background: var(--c9);
    font-size: var(--s1);
    font-weight: bold;
    text-align: center;
    margin: 10px;
    color: var(--c1);
    white-space: normal;
    border-radius: 3px;
    display: grid;
    align-content: center;
}

.main-pop-o:hover {
    cursor: pointer;
}

.main-pop-t {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

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

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

.main-pop-t-c {
    display: grid;
    justify-content: center;
    font-size: var(--s1);
    font-weight: bold;
}

#t-t-r-pop {
    background: var(--c1);
    opacity: 1;
    z-index: 3;
    position: fixed;
    left: 50%;
    transform: translatex(-50%);
    white-space: nowrap;
    box-shadow: 0 0 30px var(--c2);
    position: fixed;
    bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.t-t-r-pop-o {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 10px;
}

#t-t-t-r-pop-t-c {
    display: grid;
    grid-template-columns: repeat(2, min-content);
    align-content: center;
    align-items: center;
    margin-top: 10px;
}

#t-t-r-pop-t-l {
    margin-top: 5px;
    margin-left: 8px;
    font-size: 1.4rem;
}

#t-t-r-pop-img {
    width: 1.5rem;
    display: inline;
}

.t-t-r-pop-o {
    background: var(--c1);
    border: 1px solid var(--c3);
    color: var(--c4);
    font-weight: normal;
}

.t-t-r-pop-1-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
}

#t-t-r-pop-1,
#t-t-r-pop-2 {
    background: var(--c9);
    color: var(--c1);
    margin-bottom: 5px;
    font-weight: bold;
    border: 1px solid var(--c9);
}

#t-t-r-pop-3 {
    background: var(--c9);
    color: var(--c1);
    font-weight: bold;
    border: 1px solid var(--c9);
}

#t-t-r-pop-1 {
    margin-left: 20px;
    margin-right: 5px;
}

#t-t-r-pop-2 {
    margin-left: 5px;
    margin-right: 20px;
}

.msg {
    color: var(--c1);
    background: var(--c5);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 5px var(--m1);
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

#pay-to-activate-menu {
    background: var(--c9);
    border: none;
    color: var(--c1);
    font-weight: bold;
    position: relative;
    border-radius: 10px;
}

#pay-to-activate-menu:before {
    content: '';
    background: linear-gradient(45deg, #002bff, #00ffd5, #002bff, #00ffd5, #002bff, #00ffd5, #002bff, #00ffd5, #002bff, #00ffd5);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    border-radius: 10px;
}

.new-feature {
    right: calc(var(--m1) + 8px);
    transform: translateY(2px) rotate(45deg);
    text-align: center;
    background: transparent;
    border: none;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    display: inline;
    color: #0afc4a;
    color: #00ffe5;
    font-weight: bold;
}

#story-img {
    width: 8rem;
    border: solid 2px #00a1fa;
    border-radius: 20px;
    margin: 30px 0;
}

.main-wr {
    /* width: 100vw;
    max-width: 100vw;
    overflow: hidden; */
}

#main-t {
    font-size: var(--s0);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 60px var(--m1);
    margin: 0;
    line-height: 1.5;
    background: var(--c1);
    color: #78cfff;
    animation: colorchange 1s infinite alternate;
}

@keyframes colorchange {
    0% {
        color: white;
    }

    100% {
        color: #78cfff;
    }

    /* 50% {
        color: white;
    }

    75% {
        color: #78cfff;
    }

    100% {
        color: white;
    } */
}

.common-p-wr {
    display: grid;
    justify-content: center;
    justify-items: start;
    color: var(--c7);
    text-align: left;
    padding: 40px var(--m1);
    line-height: 1.5;
}

.common-p {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    max-width: 700px;
}

.common-title {
    color: var(--c4);
    font-weight: bold;
    font-size: var(--s0);
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    max-width: 700px;
    border: none;
}

.offering-bubble {
    border: solid 1px var(--c2);
    /* border: solid 1px rgb(70, 102, 255); */
    border-radius: 13px;
    padding: 25px 25px;
    margin: 0 10px;
    margin-top: 40px;
    background: white;
    background: rgba(70, 102, 350, 0);
    /* background: #0070ad; */
    /* background: #005482; */
    /* background: #00264a; */
    max-width: 380px;
    color: black;
    background: #78cfff;
    background: #b3c3fc;
    background: #D1DBFD;
    background: #d0e8fd;
    /* box-shadow: 0 0 10px grey; */
    border: solid 1px black;
    box-shadow: 0 0 10px black;
}

.offering-bubble p {
    /* margin-bottom: 25px; */
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.offering-bubble:nth-child(2) {
    /* background: #b496ff; */
    /* background: #A1AFE2; */
}

.offering-bubble:nth-child(3) {
    /* background: #96ffe1; */
    /* background: #BAC9FC; */
}

.offering-bubble svg {
    fill: #2a3ab7;
}

#story-img-wr {
    margin-left: 0px;
    display: grid;
    grid-template-columns: min-content auto;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
}

@media screen and (max-width: 400px) {
    #story-img-wr {
        grid-template-columns: auto;
    }

    #story-img-wr div {
        margin-bottom: 30px;
    }
}

#sign-up-but {
    font-size: var(--s1);
    background: var(--c9);
    color: var(--c2);
    font-weight: bold;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-self: center;
    border: none;
}

.main-m10 {
    display: grid;
    align-content: center;
    justify-content: center;
    background: var(--c2);
    position: fixed;
    bottom: 0px;
    width: 100%;
}

#sign-up-but-wr {
    color: white;
    font-size: 1.1rem;
    text-align: center;
    display: grid;
    justify-content: center;
    justify-items: center;
    background: var(--c2);
    position: sticky;
    top: 86px;
    width: 100%;
    white-space: wrap;
    padding: 15px 0;
    border-bottom: solid 1px var(--c9);
    z-index: 4;
}

@media screen and (max-width: 745px) {
    .main-m10 {
        display: grid;
        align-content: center;
        justify-content: center;
        background: var(--c2);
        position: static;
        border-top: solid 1px white;
        border-bottom: solid 1px white;
        /* margin-bottom: 50px; */
        /* bottom: 0px; */
        /* width: 100%; */
    }

    #sign-up-but-wr {
        top: 51px;
    }
}