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: 100%;
    background: var(--c8);
    opacity: 0.85;
    z-index: 4;
}

.pop-main {
    background: var(--c1);
    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);
    margin: 10px 10px;
}

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

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

.rankings-wr {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    justify-content: space-around;
    overflow-x: auto;
    padding: 20px 0;
    border-bottom: solid 1px white;
    background: #191919;
    -ms-overflow-style: none;
    scrollbar-color: var(--c9) transparent !important;
    scrollbar-width: thin !important;
}

.rankings-wr::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: none;
}

.rankings-wr::-webkit-scrollbar-track:horizontal {
    background: none;
}

.rankings-wr::-webkit-scrollbar-thumb:horizontal {
    background: var(--c9);
}


.rankings-bubble {
    background: #2D409C;
    padding: 10px;
    border-radius: 10px;
    display: grid;
    align-content: space-between;
    font-size: var(--s3);
    margin: 0 20px;
    /* background: #191919; */
    box-shadow: 0 0 10px black;
}

.rankings-bubble-top {
    margin: 0;
    display: grid;
    grid-template-columns: auto min-content;
    align-content: center;
    align-items: center;
    justify-self: stretch;
    /* background: red; */
}

.rankings-bubble-top p:nth-child(1) {
    margin: 0;
    font-weight: bold;
}

.rankings-bubble-top p:nth-child(2) {
    margin: 0;
    font-weight: bold;
    font-size: var(--s1);
    color: var(--c5);
    margin-left: 10px;
}

.rankings-bubble a {
    margin: 0;
    padding: 5px 10px;
    border: solid 1px white;
    background: black;
    border-radius: 20px;
    margin-top: 10px;
    height: min-content;
    text-align: center;
    cursor: pointer;
}

.article-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.article {
    width: 350px;
    max-width: calc(100vw - 60px);
    background: linear-gradient(to bottom right, #7134EB, #D12B69);
    text-align: center;
    border-radius: 10px;
    margin: 0;
    /* box-shadow: 0 0 4px #D12B69; */
    /* box-shadow: 0 0 4px white; */
    border: solid 1px white;
    display: grid;
    justify-content: stretch;
    justify-items: center;
}

.article p:nth-child(1) {
    padding: 15px;
    margin: 0;
    font-weight: bold;
    font-size: 1.6rem;
    background: none;
    border: none;
    /* border-bottom: solid 1px white; */
    height: min-content;
    /* background: #930057; */
    /* background: #000000a1; */
    background: linear-gradient(180deg, #000000, #000000d6, #000000d6, #000000a1, #000000a1);
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.article p:nth-child(1) span {
    padding: 0;
    margin: 0;
    font-weight: normal;
    background: none;
    border: none;
}

.article-date {
    font-size: var(--s4);
    background: none;
    padding: 0;
    margin: 3px 0;
    text-align: left;
    width: 100%;
    border: none;
}

.article-type {
    font-weight: bold;
    margin: 0;
    margin-left: 15px;
    background: none;
    height: min-content;
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    color: black;
    border: none;
}

.event-wr {
    background: linear-gradient(to bottom right, #7417EF, #331160, #2B1A42);
    width: calc(100% - 40px);
    max-width: 800px;
    /* display: none; */
    justify-content: stretch;
    justify-items: center;
    padding: 0;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px white;
    box-shadow: 0 0 5px white;
}

.event-title-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
    /* width: 100%; */
    font-size: var(--s1);
    line-height: 1.8;
    background: linear-gradient(180deg, #000000, #000000d6, #000000d6, #000000a1, #000000a1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    padding: 20px;
    width: calc(100% - 40px);
}

.event-title-wr p {
    border: none;
    padding: 0;
    background: none;
}

.event-title-des {
    margin-top: 10px;
    line-height: 1.5;
}

.event-title-des a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.priceChart-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
    width: 100%;
}

.priceChart {
    padding: 0 0px;
    background: transparent;
    position: relative;
    font-size: var(--s0);
}

.priceChart-labels {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    display: grid;
    grid-template-columns: min-content auto;
    background: none;
    align-content: center;
    align-items: center;
    column-gap: 5px;
    font-size: var(--s4);
    font-size: var(--s2);
}

@media screen and (max-width: 400px) {
    .priceChart-labels {
        font-size: var(--s3);
    }
}
@media screen and (max-width: 300px) {
    .priceChart-labels {
        font-size: var(--s4);
    }
}

.priceChart-labels-icon {
    height: 8px;
    width: 8px;
    border-radius: 5px;
}

.event-text {
    border-top: solid 1px white;
    padding: 20px 10px;
    font-size: var(--s1);
    line-height: 1.8;
    width: calc(100% - 20px);
    background: #282828;
    background: #0f0f0f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.event-text p {
    border: none;
    padding: 0;
    /* margin: 0; */
    /* background: none; */
}

.between-events {
    height: 80px;
    width: 3px;
    background: white;
    /* display: none; */
}

.pre-events-wr,
.post-events-wr {
    width: calc(100% - 40px);
    max-width: 800px;
    font-size: var(--s1);
    line-height: 1.8;
}

.expandCollapseSectionToggle {
    display: grid;
    grid-template-columns: min-content auto;
    justify-content: start;
    column-gap: 10px;
    align-content: center;
    align-items: center;
    padding: 0;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}

.expandCollapseSectionToggle p {
    margin: 0;
}

.qa-section-links,
.ref-section-links {
    text-decoration: underline;
    color: var(--c9);
}

#qa-section-content,
#ref-section-content {
    -ms-overflow-style: none;
    scrollbar-color: var(--c9) transparent !important;
    scrollbar-width: thin !important;
}

#qa-section-content::-webkit-scrollbar,
#ref-section-content::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: none;
}

#qa-section-content::-webkit-scrollbar-track:vertical,
#ref-section-content::-webkit-scrollbar-track:vertical {
    background: none;
}

#qa-section-content::-webkit-scrollbar-thumb:vertical,
#ref-section-content::-webkit-scrollbar-thumb:vertical {
    background: var(--c9);
}

.qa-grid,
.ref-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding-bottom: 10px;
    align-content: center;
    align-items: center;
}
.ref-grid {
    grid-template-columns: 1fr;
}
.ref-grid a {
    color: var(--c9);
    text-decoration: underline;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.qa-grid button {
    text-align: left;
    color: var(--c9);
    text-decoration: underline;
    text-transform: capitalize;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    .qa-grid {
        grid-template-columns: 1fr;
    }
}

.boldUnderline {
    text-decoration: underline;
    font-weight: bold;
    font-size: var(--s0);
}

ul {
    margin-top: 10px;
}

ul li {
    margin: 10px 0;
    margin-left: 15px;
}

/* .event-text ul li {
    margin: 10px 0;
    margin-left: 15px;
} */

ol {
    margin-top: 10px;
    padding: 0;
}

ol li {
    margin: 10px 0;
    margin-left: 15px;
}

.newSection {
    margin-top: 35px;
}

.articleImg-wr {
    display: grid;
    justify-content: center;
    justify-items: center;
}

.articleImg {
    max-width: 100%;
    max-height: 300px;
    text-align: center;
    margin: 10px 0;
    border: solid 2px #0476b5;
    border-radius: 10px;
    cursor: pointer;
}

.imgSub {
    font-style: italic;
}

p a {
    margin: 0;
    padding: 0;
    font-style: italic;
    /* text-decoration: underline; */
    color: var(--c9);
}

.promoBubble {
    border: solid 1px white;
    border-radius: 4px;
    display: grid;
    grid-template-columns: auto min-content;
    /* justify-content: space-between; */
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    column-gap: 20px;
    background: #2d409c;
    margin: 20px 0;
}

.promoBubble p {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    border: none;
}

.promoBubble a {
    margin: 0;
    margin-right: 20px;
    border: none;
    white-space: nowrap;
    background: var(--c9);
    color: black;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .promoBubble {
        grid-template-columns: auto;
    }

    .promoBubble p {
        margin: 0 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .promoBubble a {
        margin-right: 0px;
        margin: 0 20px;
    }
}

.subHeading {
    font-weight: bold;
    margin: 20px 0 1ch 0;
    font-size: var(--s0);
}

.nerdyType1,
.nerdyType2 {
    border-bottom: solid 1px black;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    padding: 10px 10px;
    background: #282828;
    background: #02025c;
    margin: 20px 0;
    line-height: 1.5;
}

.nerdyType1-content,
.nerdyType2-content {
    max-height: 400px;
    overflow-y: auto;
    display: none;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-color: var(--c9) transparent !important;
    scrollbar-width: thin !important;
}

.nerdyType1-content::-webkit-scrollbar,
.nerdyType2-content::-webkit-scrollbar {
    height: 6px;
    width: 4px;
    background: none;
}

.nerdyType1-content::-webkit-scrollbar-track:vertical,
.nerdyType2-content::-webkit-scrollbar-track:vertical {
    background: none;
}

.nerdyType1-content::-webkit-scrollbar-thumb:vertical,
.nerdyType2-content::-webkit-scrollbar-thumb:vertical {
    background: var(--c9);
}

.nerdyType2 {
    background: #220547;
    background: #2d0065;
    /* color: black; */
}

.pSpanBold {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

/* .vid-wr {
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 337.5px;
    display: grid;
    justify-content: center;
    justify-items: center;
    max-height: 337.5px;
    max-height: 500px;
}
.vid {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px var(--c2);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
} */

.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; */
    max-height: 281.25px;
    margin-bottom: 20px;
}

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

iframe {
    justify-self: center;
    border-radius: 10px;
    /* border: solid 2px #4a4aff; */
    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; */
    max-width: 500px;
    max-height: 281.25px;
}
#story-img {
    width: 4rem;
    border: solid 2px #00a1fa;
    border: solid 2px #0476b5;
    border-radius: 100%;
    margin: 30px 0;
}
#customChart1,
#customChart2,
#customChart3 {
    border: solid 2px white;
    box-shadow: 0 0 10px white;
}

#skipBtn {
    background: var(--c9);
    color: var(--c1);
    font-size: var(--s3);
    font-weight: bold;
    opacity: 1;
    z-index: 2;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40%;
    max-width: 300px;
    text-align: center;
    padding: 10px 5px;
    border-radius: 4px;
    box-shadow: 0 0 8px black;
    height: min-content;
}

@media screen and (max-width: 745px) {
    .rankings-wr {
        grid-template-columns: repeat(3, 250px);
        justify-content: start;
    }
    #skipBtn {
        bottom: 70px;
    }
}