body {
    background: #372246;
    font-family: "Inter", sans-serif;
    margin:0px;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5 {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 500;
}
.container {
    max-width: 1300px;
    margin: 0 auto;
}
#app {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #f7e8ff;
}
#content {
    flex: 1;
}

/* */
.placement {
    color: white;
    background: #54356d;
}
.rank-1 {background: #efef1b;color: #222;}
.rank-2 { background: #e7ecee; color: #222; }
.rank-3 {background: #dd591a;color: white;}
/* */

#foot {background: #291736;padding: 20px;border-top: 15px solid #3f2650;}
#foot .top {display: flex;align-items: center;padding: 40px 0px;border-bottom: 1px solid #ffffff0d;}
#foot .top h1 {margin: 0;line-height: 1;font-size: 28px;text-transform: uppercase;color: white;}
#foot .top .right {margin-left: auto;display: flex;gap: 30px;}
#foot .top .right a {color: inherit !important;!i;!;font-weight: bold;font-size: 13px;text-decoration: none !important;}
#foot .middle {display: flex;align-items: center;padding: 35px 0px;font-weight: bold;font-size: 13px;color: #8f759d;}
#foot .middle .text {line-height: 1.65;}
#foot .middle .text > span {font-size: 14px;color: #d8c0e5;}
#foot .middle .text > span strong {color: #ffffff;}
#foot .watermark {width: 48px;margin-left: auto;}
#foot .watermark path {fill: #5a3b6e;}



/* */

/* */
.header {
    padding: 50px 0px;
}

.header .container {
    display: flex;
    align-items: center;
    gap: 100px;
}

.header .logo {
    max-width: 272px;
}

.header .header--card {
    display: flex;
    align-items: center;
    gap: 40px;
    cursor: pointer;
}

.header .header--card h1, .header .header--card p {
    margin: 0px;
}

.header .left,.header .right {
    flex: 1;
    display: flex;
    align-items: center;
}

.header .right {
    justify-content: flex-end;
    text-align: right;
}

.header .right .header--card .icon {
    order: 5;
}
.header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header--card .icon {
    box-shadow: 0px 0px 50px #fe5cc499;
    width: 78px;
    height: 78px;
    background: #fe5cc4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 26px;
    color: white;
}

.header .header--card h1 {
    color: white;
    font-size:34px;
    line-height: 1;
}

.header .header--card p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}



/* */

/* */
#page-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #291736;
    z-index: 1000;
}

div#page-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 834px;
}

div#page-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
}

div#page-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    background: linear-gradient(360deg, #372246, transparent);
}


/* */

/* */
.navigation .nav-links .nav-link {
    box-sizing: border-box;
}

.navigation .nav-links .nav-link.nav-store {
    width: 125px;
}
.navigation .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .nav-links .nav-link {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: white;
    text-decoration: none;
    font-size: 28px;
    min-width: 100px;
    text-align: center;
    transition: all .15s ease;
}

.navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
}

.navigation .nav-links .nav-link.nav-store {
    box-shadow: 0px 0px 50px #efef1b;
    background: #efef1b;
    border-radius: 20px;
    padding: 10px 20px;
    color: black;
}

.navigation .nav-links .nav-link:hover {
    opacity: .75;
}

.navigation {
    margin-bottom: -15px;
}

div#store-buttons > a {
    box-shadow: 0px 0px 50px #fe5cc499;
    width: 62px;
    height: 62px;
    background: #fe5cc4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 26px;
    color: white;
}

div#store-buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: fixed;
    right: 0;
    top: 35vh;
    right: 30px;
}

div#store-buttons > a {
    text-decoration: none !important;
    font-size: 21px;
    transition: all .15s ease;
}

div#store-buttons > a.yellow {
    background: #efef1b;
    box-shadow: 0px 0px 50px #efef1b;
    color: black;
}

div#store-buttons > a:hover {
    transform: scale(1.02);
}



/* */

/* */
.grid .item {
    background: #291736;
    border-radius: 20px;
}

.grid {
    display: flex;
    gap: 40px;
}

div#content {
    padding-bottom: 80px;
}

.grid .item {
    flex: 1;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 300px;
    cursor: pointer;
    transition: all .15s ease;
}

.grid .item h1, .grid .item p {
    margin: 0px;
}

.grid .item h1 {
    font-size: 88px;
    line-height: 1;
}

.grid .item .text {
    padding: 50px;
    position: relative;
}

.grid .item h1:after {
    content: "";
    width: 10px;
    height: 49px;
    background: #efef1b;
    display: block;
    position: absolute;
    left: 0;
    top: 58px;
    border-bottom-right-radius: 100%;
}

.grid .item p {
    color: #efef1b;
    text-shadow: 0px 0px 20px #efef1b59;
    font-size: 15px;
}

.grid .item:hover {
    transform: scale(1.01);
}

.grid .item h1 span {
    background: #efef1b;
    line-height: 1;
    display: inline-flex;
    font-size: 24px;
    padding: 8px 18px;
    position: relative;
    top: -24px;
    color: #000000;
    transform: skew(10deg, 0deg);
}

.grid .item h1 {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.grid .item p {
    font-style: italic;
}

.grid .item {
    overflow: hidden;
    position: relative;
}

.bg-shape {
    width: 200%;
    height: 200%;
    background: linear-gradient(257deg, #3f265096, transparent);
    position: absolute;
    left: 10%;
    right: 0;
    top: 15%;
    bottom: 0;
    border-radius: 100%;
}

.item.pink h1:after {
    background: #fe60c0;
}

.item.pink p {
    color: #fe60c0;
    text-shadow: 0px 0px 20px #fe60c06e;
}

.item .star {
    position: absolute;
    top: 0;
    right: 0;
    margin: 40px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efef1b;
    border-radius: 100px;
    font-size: 26px;
    z-index: 5;
    color: black;
}

.item.pink .star {
    background: #fe5ec2;
    color: white;
}

div#page-bg-particles {
    transform: scale(-1);
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 0;
}
.grid.support .item {
    min-height: 150px;
}

.grid.support {
    padding-top: 40px;
}

.header .header--card h1 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header .header--card h1 .count {
    background: #efef1b;
    line-height: 1;
    display: inline-flex;
    font-size: 24px;
    padding: 6px 14px;
    position: relative;
    top: -4px;
    color: #000000;
    transform: skew(10deg, 0deg);
    letter-spacing: 0;
}

/* */

/* */
.grid.support .item {
    justify-content: flex-start;
}

.grid.support .item .title {
    padding: 50px;
    font-style: italic;
    color: #efef1b;
    text-shadow: 0px 0px 20px #efef1b59;
    font-size: 28px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom:0px !important;
}
.grid.support .item .title i {
    position: relative;
    top: -2px;
}

.grid.support .item-body {
    padding: 50px;
    padding-top: 15px !important;
}

.grid.support .item-body p {
    border-left: 3px solid #442a58;
    padding-left: 15px;
    font-size: 10px !important;
    line-height: 18px;
    color: white !important;
    text-shadow: none !important
}

.goal-bar {
    background: #442a58;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #583871 !important;
}

.goal-amount {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 21px;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.goal-progress {
    width: 20%;
    height: 100%;
    background: #efef1b;
}

.giftcard-form input {
    background: #442a58;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: none !important;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 21px;
    border: 2px solid #583871 !important;
    color: white !important;
}

.giftcard-form {
    display: flex;
}

.giftcard-form form {
    flex-direction: column;
    display: flex;
    flex: 1;
    width: 100%;
}

.giftcard-form input::placeholder {
    color: #d3aeef !important;
}

.grid.support .item {
    cursor: default;
}

.giftcard-form form button {
    display: block;
}

.giftcard-form form button {
    height: 47px;
    border-radius: 10px;
    border: none !important;
    background: #efef1b !important;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 21px;
}

/* */
.landing-page .links > a:hover {
    transform: scale(1.05);
}
/* */
@media only screen and (max-width: 768px) {
    .stat-head {
        height: auto !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px !important;
    }
    .landing-page .links {
        gap: 40px !important;
    }
    
    .landing-page .links {
        flex-direction: column;
    }
    .hidden-mobile {
        display: none !important;
    }
    .navigation {
        display: none;
    }
    .grid {
        flex-direction: column;
    }
    .container {
        padding: 0 30px;
    }
    .header .left, .header .right {
        display: none;
    }
    
    .header .container {
        justify-content: center;
    }
    
    .image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    div#page-bg {
        display: none;
    }
    
    #foot .top .right {
        margin-right: auto;
    }
    
    #foot .top .left {
        display: none;
    }
    
    #foot .watermark {
        display: none;
    }
    
    #foot .middle {
        text-align: center;
        justify-content: center;
    }
    
    .header .logo {
        max-width: 224px;
    }
}



/* */
.landing-page .header {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.landing-page .header .container {
    flex: 1;
}

.landing-page #foot {
    margin-top: auto;
}

.landing-page .header .logo {
    max-width: 340px;
}

.landing-page #foot {
    display: none;
}


/* */
.landing-page .links {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.landing-page .links > a {
    flex: 1;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 240px;
    cursor: pointer;
    transition: all .15s ease;
    background: #291736;
    border-radius: 20px;
    text-decoration: none !important;
}

.landing-page #content {
    margin-top: -100px;
}

.landing-page .links > a .text {
    padding: 40px;
    text-align: center;
}

.landing-page .links > a .text h1 {
    margin: 0px;
    color: white;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
}


.landing-page .links > a .text p {
    font-style: italic;
    color: #efef1b;
    text-shadow: 0px 0px 20px #efef1b59;
    font-size: 15px;
    margin: 0px;
}

.landing-page .links > a .icon {
    text-align: center;
    background: linear-gradient(180deg, #fe5cc424, transparent);
    width: 100px;
    height: 100px;
    font-size: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 auto;
    position: relative;
    top: 40px;
}


.navigation {
    background: #0000001f;
    padding-bottom: 20px;
    border-bottom: 5px solid #efef1b;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 30px #efef1b;
    margin-bottom: 15px;
}

.stat-table table {
    width: 100%;
    border: none;
    border-spacing: 0;
}

th {
    text-align: left;
}

.stat-table {
    flex: 1;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    font-size: 21px;
    transition: all .15s ease;
    background: #291736;
    border-radius: 20px;
    border: 3px solid #442a58 !important;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.stat-table th {
    padding: 20px;
    color: #efef1b;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}

.stat-table td {
    padding: 20px;
    border-top: 2px solid #402951;
    color: white;
}

.navigation .nav-links .nav-link.active, .navigation .nav-links .nav-link:hover {
    opacity: 1 !important;
    color: #efef1b !important;
    text-shadow: 0px 0px 30px #efef1bc9;
}

.stat-table th i {
    margin-right: 8px;
}

.placement {
    padding: 0 12px;
    border-radius: 8px;
}

.placement.fir {
    background: #efef1b;
    color: black;
}

.stat-head {
    display: flex;
    align-items: center;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    font-size: 21px;
    transition: all .15s ease;
    background: #291736;
    border-radius: 20px;
    border: 3px solid #442a58 !important;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    height: 90px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.stat-head h1 {
    margin: 0px;
    line-height: 1;
    display: flex;
    font-size: 31px;
    color: white;
    position: relative;
    top: 2px;
}

.stat-head .title {
    display: flex;
}

.search {
    justify-content: flex-end;
    margin-left: auto;
}

.search input {
    height: 42px;
    border-radius: 12px;
    margin-left: 10px;
    outline: none !important;
    background: #170b1e !important;
    border: 2px solid #442a58 !important;
    color: white;
    padding: 5px 20px;
}

.search button {
    height: 52px;
    border: none;
    border-radius: 12px;
    margin-left: 10px;
    width: 52px;
    background: #fe5cc4;
    color: white;
    font-size: 18px;
}