body {
    margin: 0;
    vertical-align: baseline;
    height: 100%;
    overflow-x: hidden;
    width: 100vw;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: "EagleLake";
    src: url('fonts/EagleLake-Regular.ttf');
}
@font-face {
    font-family: "HYWenHei";
    src: url('fonts/ja-jp.ttf');
}
@font-face {
    font-family: "Work Sans";
    src: url('fonts/WorkSans-Medium.ttf');
}
@font-face {
    font-family: "WorkSans Bold";
    src: url('fonts/WorkSans-Bold.ttf');
}
@font-face {
    font-family: "Montserrat Bold";
    src: url('fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: "Righteous";
    src: url('fonts/Righteous-Regular.ttf');
}
@font-face {
    font-family: "Quicksand";
    src: url('fonts/Quicksand_Bold.otf');
}
@font-face {
    font-family: "Fido";
    src: url('fonts/Fido.ttf');
}

@font-face {
    font-family: "Steamy";
    src: url('fonts/Steamy.otf');
}
::-webkit-scrollbar {
    width: 0vw;
    height: 0vh;
    opacity: 50%;
    background-color: #aacbe7;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background: rgb(10, 49, 81);
    border-radius: 1vw;
    height: 5vh;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(41, 141, 202);
    transition-duration: 0.3s;
}
.page_background{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url("../img/fountain_bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.page_shadow{
    height: 1000vw;
    top: 0;
    width: 101%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
}
.container-background {
    position: relative;
    width: 100vw;
    height: 30vw;
    left: -5vw;
    opacity: 1;
    z-index: -1;
}
.container-background img{
    position: relative;
    width: 100vw;
    background-size: cover;
    left: 0;

}
.container-background_3{
    position: relative;
    width: 100vw;
    left: -5vw;
    height: fit-content;
    opacity: 1;
    z-index: -1;
}
.container-background_3 img{
    position: relative;
    width: 100vw;
    background-size: cover;
    left: 0;

}
.guides_guide {
    width: 90vw;
    position: relative;
    margin-left: 0;
    padding: 1vw 0 15vh 0;
    color: rgb(104 116 238);
    text-align: justify;
    right: -5vw;
}
.guides_guide p {
    font-family: "Work Sans";
    line-height: 2vh;
    font-size: 1.5vh;
}
.guides_guide h2 {
    font-family: "Work Sans";
    font-size: 3vh;
}
.guides_guide h3 {
    font-family: "Work Sans";
    font-size: 2vh;
}
.guides_guide h4 {
    font-family: "Work Sans";
}
.guides_guide h5 {
    font-family: "Work Sans";
    font-size: 2.1vh;
}
.guides_guide table {
    font-family: "Montserrat Bold";
    color: #606060;
    border-collapse: collapse;
    position: relative;
}
.guides_guide td, th {
    /* padding: 1vh 2vh;*/
}
.guides_content {
    display: flex;
    padding-right: 0;
}
.guides_guide img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}
.guides_guide a {
    color: #3e8dd2;
}
.guides_guide a:hover {
    color: #2468a6;
}
.guides_header {
    width: 100vw;
    text-align: center;
    height: 25vh;
}
.guide_name {
    font-family: EagleLake;
    font-size: 6vh;
    margin-top: 8vh;
    margin-bottom: 15vh;
    position: relative;
    top: -2vh;
    color: rgb(104 116 238);
}
.guide_author {
    font-family: "Work Sans";
    position: relative;
    font-size: 3vw;
    color: #929eff;
    margin-left: 3vw;
}
.guide_update_date {
    font-family: "Work Sans";
    position: relative;
    font-size: 3vw;
    color: #929eff;
    margin-left: 3vw;
}
.columbina_img {
    position: absolute;
    right: 65vw;
    top: 20vh;
}
.columbina_img img {
    position: absolute;
    width: 60vw;
    opacity: 60%;
}
#introduction {
    font-family: EagleLake;
    letter-spacing: 0.2vw;
    padding: 0.5vh 1vw 0.2vh 1vw;
    position: relative;
    text-align: center;
}
#gameplay {
    font-family: EagleLake;
    letter-spacing: 0.2vw;
    padding: 0.5vh 1vw 0.2vh 1vw;
    position: relative;
    text-align: center;
}
.priority img {
    position: relative;
    height: 12vw;
    margin: 0;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.67));
    filter: brightness(115%);
}
.priority div div {
    box-shadow: inset 0 0 1vw 0.1vw rgb(250, 250, 250);
    border-radius: 400vw;
    padding: 2vw;
    width: fit-content;
    height: fit-content;
}
.priority div p{
    max-width: min-content;
    margin: auto;
    padding-top: 1vh;
    font-size: 1.8vh;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.67));

}
.priority_div {
    background-color: rgb(0, 0, 0);
    text-align: center;
    position: relative;
    width: 100vw;
    left: -5vw;
    justify-content: center;
    padding-top: 4vh;
    background-repeat: repeat;

}
.priority {
    margin: 2vw 0 3vh 0;
    padding: 2vw 0 3vh;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
}
.prior_p {
    top: 7vw;
    font-size: 3vw;
    width: 15vw;
}
.priority p {
    display: block;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 2px #92c0c8;
    z-index: 1;
}
.priority_div h3 {
    font-size: 3vh;
}
.priority_h3 {
    color: #ffffff;
    text-align: center;
    display: block;
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.67);
    margin-top: 0;
    margin-bottom: 0;
}
.graffiti_1 {
    position: absolute;
    left: -5vw;
    top: 150vh;
    opacity: 50%;
}
.graffiti_2 {
    position: absolute;
    right: 0;
    top: 220vh;
    opacity: 50%;
}
.graffiti_5 {
    position: absolute;
    left: -5vw;
    top: 305vh;
    opacity: 40%;
}
.graffiti_6 {
    position: absolute;
    right: 0;
    top: 400vh;
    opacity: 40%;
}
.graffiti_3 {
    position: absolute;
    left: -30vw;
    top: 520vh;
    opacity: 40%;
    rotate: -110deg;
}
.graffiti_7 {
    display: none;
    position: absolute;
    right: 0;
    top: 780vh;
    opacity: 40%;
}
.graffiti_45 img {
    position: absolute;
    width: 35vw;
    filter: drop-shadow(0 0 1vh rgba(131, 92, 34, 0.71));
    opacity: 50%;
}
.varesa_graffiti_img {
    position: absolute;
    left: -10vw;
    top: 530vh;
    rotate: -35deg;
    opacity: 20%;
}
.varesa_graffiti_img img {
    position: absolute;
    width: 65vw;
}

.skill_3_table_td1{
    width: 0;
}
.skill_3_table_td1{
    width: 100%;
    margin-left: -20vw;
    padding: 0 0 !important;
}
.skill_gif_1 {
    position: absolute;
    opacity: 0;
}
.skill_gif {
    width: 100%;
    margin: 4vh auto 4vh;
}
.bullet_table {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding: 0;
}
.bullet_table img {
    width: 4vw;
    rotate: 45deg;
    margin: 1vh 0;
}
.bullet_table_table {
    background: rgb(97, 8, 34);
    border-radius: 20px;
    font-size: 1vh;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -0%);
}
.bullet_table_table th {
    border-bottom: solid 3px rgb(205 224 239);
    border-right: solid transparent;
    color: rgb(205 224 239);
}
.bullet_table_table td {
    border-top: solid transparent;
    color: rgb(205 224 239);
    padding: 0 2vw;
    border-left: solid 3px rgb(205 224 239);
}
.bullet_table_table tr {
    padding: 1vh 2vw;
    border: solid transparent;
}
.bullet_table_table p {
    font-size: 0.5vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: rgb(205 224 239);
}
.bullet_elements {
    display: flex;
    justify-content: center;
    border: #600822;
    border-left: none !important;
}
.bullet_elements img {
    width: 5vw;
}
.artifact-sets_p {
    text-align: center;
    font-size: 3vh;
}
.artifacts {
    position: relative;
    width: 100vw;
    left: -5vw;
    margin-top: 6vh;
    color: rgb(104 116 238);;
    border-radius: 20px;
    background: transparent;
}
.artifacts tr {
    color: rgb(104 116 238);;
}
.artifacts th {
    color: rgb(104 116 238);;
    border-bottom: solid rgb(104 116 238);;
    border-right: solid rgb(104 116 238);;
    font-size: 3vw;
    line-height: 3.5vw;
    padding: 1vh 2vh;
}
.last_row td {
    border-bottom: none !important;
}
.last_col {
    border-right: none !important;
}
.artifacts td {
    border-radius: 20px;
    border-bottom: solid rgb(104 116 238);;
    border-right: solid rgb(104 116 238);;
    align-items: center;
    text-align: center;
    font-size: 3vw;
    line-height: 3.5vw;
    padding: 1vh 2vh;
}
.artifacts td div {
    width: 30vw;
    height: 17vh;
    display: inline-flex;
    justify-content: center;
    vertical-align: inherit;
    flex-direction: column;
}
.artifacts td div div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.artifacts td div div p {
    font-family: "Montserrat Bold";
    font-size: 3vw;
    line-height: 3.5vw;
}
.artifacts img {
    height: 12vh;
    color: rgb(104 116 238);;
    z-index: 1;
    filter: drop-shadow(0 0 0.3vh rgba(19, 19, 19, 0.8));
    margin-top: 0;
}
.artifacts_last_td_img_div {
    box-sizing: inherit;
    width: 40vw;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.artifacts_last_td_img_div img {
    right: 10vw;
}
#teammates {
    margin-left: 0;
    font-family: "EagleLake";
    letter-spacing: 0.2vw;
    text-align: center;
    font-size: 6vh;
    width: 90vw;
    padding: 2vh 1vw;
}
#builds {
    font-family: "EagleLake";
    letter-spacing: 0.2vw;
    text-align: center;
    font-size: 4.5vh;
    padding: 0.5vh 1vw 0.2vh 1vw;
}
.artifact-stats_div {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.67);
}
#artifact-stats {
    margin-bottom: 5vh;
    margin-top: 1vh;
    font-size: 3vh;
    text-align: center;
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.7);
}
.artifact-stats_div div {
    text-align: center;
    z-index: 3;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.56));
    text-shadow: 0 0 0.5vh rgba(0, 0, 0, 0.6);
    width: 30vw;
    position: relative;
}
.artifact-stats_div div p{
    font-size: 2vh;

}
.artifact-stats_div div svg {
    width: 20vw;
}

.artifact_substats {
    margin-top: 2vh;
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.67));
}
.artifact_substats div {
    display: none;
    text-align: center;
    width: 10vw;
    filter: drop-shadow(0 0 0.5vh rgba(2, 2, 2, 0.67));
}
.artifact_substats p {
    display: none;
    position: relative;
    margin: 0;
    top: -1vh;
    font-size: 5vh;
}
.stat_icon {
    display: none;
    width: 4vw;
}
.artifact_stats_main_div {
    display: block;
    padding-top: 2vh;
    padding-bottom: 4vh;
    margin-top: 0;
    position: relative;
    width: 100vw;
    left: -5vw;
    text-align: center;
    justify-content: center;
    color: white;
    background-color: rgb(0, 0, 0) !important;
    z-index: 3;
}

.img_substats_mobile {
    position: relative;
    display: block;
    text-align: justify;
    filter: drop-shadow(0 0 0.35vh rgba(0, 0, 0, 0.3));
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: 90vw;
    margin-bottom: 2vh;
}
.p_stats_desc{
    margin-bottom: 2vh !important;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    text-align: justify;
    filter: drop-shadow(0 0 0.5vh rgba(0, 0, 0, 0.72));
    font-family: "Work Sans";
    line-height: 2vh;
    font-size: 1.5vh;

}
.teammates_pyro {
    width: 90vw;
    display: block;
    position: relative;
    left: 0;
    justify-content: center;
    color: #aa503d;
}
.teammates_div_container {
    flex-wrap: nowrap;
    display: inline;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 10vh;
    width: 90vw;
}
.teammates_div {
    flex-wrap: wrap;
    display: flex;
    width: 90vw;
    position: relative;
    height: max-content;
}
.teammates_div img {
    height: 30vw;
    background-size: cover;
    border-radius: 5vh;
    background-position: 80%;
    margin: 3vw;
}
.teammates_pyro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh rgb(250, 129, 117));
}
.teammates_p {
    width: 50vw;
    position: relative;
    height: 30vw;
    vertical-align: bottom;
    display: inline-grid;
}
.teammates_p h3 {
    font-size: 5vw;
    margin-bottom: 0.5vh;
}
.teammates_p p {
    margin-top: 0.5vh;
    font-size: 3vw;
    line-height: 4vw;
}
.fire_bug {
    position: absolute;
    opacity: 0;
    right: 10vh;
    top: -20vh;
    height: 40vh;
}
.hydro_slime {
    position: absolute;
    opacity: 0;
    top: -50vh;
    left: -20vh;
    height: 40vh;
}
.teammates_initial_p {
    background-position: bottom;
    background-size: cover;
    text-align: center;
}
.teammates_p {
    background-position: bottom;
    background-size: cover;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.pyro_p {
    margin-top: 4vh;
    margin-bottom: 3vh;
    color: #aa503d;
    text-align: center;
}
.hydro_p {
    color: #2468a6;
    margin-top: -11vh;
    margin-bottom: 3vh;
    font-size: 5vh;
    width: 90vw;
    text-align: right;
}
.teammates_hydro {
    width: 90vw;
    display: block;
    position: relative;
    left: 0;
    justify-content: center;
    color: #2468a6;
}
.teammates_hydro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh rgb(36, 103, 165));
}
.electro_p {
    color: #6f45ac;
    margin-top: -10vh;
    margin-bottom: 4vh;
    font-size: 5vh;
    text-align: right;
    width: 90vw;
}
.teammates_electro {
    width: 90vw;
    display: block;
    position: relative;
    left: 0;
    justify-content: center;
    color: #6f45ac;
}
.teammates_electro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #6f45ac);
}
.electro_fish {
    position: absolute;
    opacity: 0;
    top: -30vh;
    right: 5vw;
    height: 20vh;
}
.cryo_p {
    position: relative;
    display: block;
    width: 90vw;
    background-size: cover;
    color: #2e81a9;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: -10vh;
}
.teammates_cryo {
    width: 90vw;
    display: block;
    position: relative;
    left: 0;
    justify-content: center;
    color: #2e81a9;
}
.teammates_cryo img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #2e81a9);
}
.cryo_hyp {
    position: absolute;
    opacity: 0;
    top: 10vh;
    left: -10vh;
    height: 40vh;
}
.geo_p {
    background-position: bottom;
    background-size: cover;
    color: #916131;
    margin-top: 3vh;
    margin-bottom: -10vh;
    text-align: center;
}
.teammates_geo {
    width: 90vw;
    display: block;
    position: relative;
    left: 0;
    justify-content: center;
    color: #916131;
}
.teammates_geo img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #916131);
}

.teammates_dendro {
    width: 90vw;
    display: block;
    position: relative;
    justify-content: center;
    color: #0f580c;
}
.teammates_dendro_individual {
    position: relative;
    justify-content: center;
    color: #0f580c;
}
.teammates_dendro img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #0f580c);
}
.teammates_dendro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #0f580c);
}
.geoshroom {
    position: absolute;
    opacity: 1;
    top: 30vh;
    right: 5vh;
    height: 30vw;
}
.teammates_anemo {
    width: 100vw;
    display: block;
    position: relative;
    left: -20vw;
    justify-content: center;
    color: #46d6ab;
}
.teammates_anemo_individual {
    position: relative;
    justify-content: center;
    color: #46d6ab;
}
.anemo_p {
    background-position: bottom;
    background-size: cover;
    color: #46d6ab;
    text-align: left;
    margin-top: 23vh;
    margin-bottom: -15vh;
}
.teammates_anemo img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #46d6ab);
}
.teammates_anemo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #46d6ab);
}

.p_1 {
}
.const {
    color: white;
    background: rgb(0, 0, 0);;
    max-width: 100vw;
    width: 100vw;
    position: relative;
    box-shadow: 0 -2vh black;
    font-size: 1.3vh;
}
.const tr {
    color: rgb(255, 255, 255);
    border: solid transparent;
    width: 100vw;
}
.const th {
    color: rgb(255, 255, 255);
    border: solid transparent;
    border-bottom: solid rgb(255, 255, 255);
    border-right: solid rgb(255, 255, 255);
    text-align: center;
    line-height: 3.5vw;
    padding: 1vh 0.5vh;
}
.const td p{
    width: 20vw;
}
.const td{
    border-radius: 20px;
    border-right: solid rgb(255, 255, 255);
    align-items: center;
    text-align: center;
    width: fit-content;
    line-height: 3.5vw;
    padding: 1vh 0.5vh;
}
.const td div {
    width: fit-content;
    height: 12vh;
    display: inline-flex;
    justify-content: center;
    vertical-align: inherit;
    flex-direction: column;
}
.const_img_div {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    box-shadow: inset 0 0 0.7vw white;
    border-radius: 40vh;
    padding: 1vw;
    filter: brightness(125%);

}
.const td div div {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.const td div div p {
    font-family: "Montserrat Bold";
    font-size: 3vw;
    line-height: 3.5vw;
}
.const img {
    height: 13vw;
    color: rgb(104 116 238);;
    z-index: 1;
    filter: drop-shadow(0 0 0.4vh rgb(19, 19, 19));
    border-radius: 50%;
}
.const_per_sp {
    display: block;
}
.const_p{
    margin: 0;
    width: 100vw;
    background: black;
    color: white;
    right: 5vw;
    position: relative;
    box-shadow: 0 -1vh black, 0 1vh black;
}
.graffiti_8 img {
    display: none;
    position: absolute;
    opacity: 0.7;
    top: 30vh;
    right: -20vw;
    height: 15vw;
    z-index: 1;
}
.graffiti_9 img {
    display: none;
    position: absolute;
    top: 55vh;
    left: -25vw;
    rotate: -20deg;
    height: 20vw;
    z-index: 1;
    opacity: 0.7;
}
.artifacts_last_td_img_div_first {
    position: absolute;
    left: -5vw;
    top: 5vw;
}
.artifacts_last_td_img_div_middle {
    display: none !important;
}
.artifacts_last_td_img_div_last {
    position: relative;
    right: -7vw;
    top: 5vw;
}
.ororon {
    margin-top: 0;
}
.artifacts_2_2_p {
    padding-top: 40px;
}
.teammates_2{
    top: 0vh;
}
.teammates_3{
    position: relative !important;
}
.teammates_p_2{
    margin-top: -8vh;
}
.teammates_p_3{
    position: relative !important;
    top: -20vh;
}
.dropbtn_lang {
    background-color: rgb(114, 172, 222);
    color: white;
    border: none;
    border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw;
    cursor: pointer;
    text-align: right;
    width: 12vw;
    transition: 0.3s;
    vertical-align: center;
    height: 5vh;
}
.dropbtn_lang svg{
    width: 7vw;
    height: 8vw;
    left: -2vw;
    position: relative;
    pointer-events: none;
}

/* Dropdown button on hover & focus */
.dropbtn_lang:hover, .dropbtn_lang:focus {
    background-color: rgba(114, 172, 222, 0.81);
    cursor: pointer;
}
.dropbtn_lang:focus{
    width: 60vw;
}

/* The container <div> - needed to position the dropdown content */
.dropdown_lang {
    position: absolute;
    display: block;
    top: 1%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 50vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: 0.3s;
}

/* Links inside the dropdown */
.dropdown-content button {
    color: black;
    font-size: 2vh;
    padding: 1.2vh 0 1.2vh 0;
    text-decoration: none;
    display: block;
    font-family: "Work Sans";
    width: 60vw;
    border: none;
    background: white;

}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
    background-color: rgba(114, 172, 222, 0.81);
    cursor: pointer;
;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.teammates_div_3{
    top: -15vh !important;
    position: relative;
}
.teammates_cryo_individual {
    position: relative;
    justify-content: center;
    color: #5fb9e7;
}
.teammates_cryo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #5fb9e7);
}
.teammates_hydro_individual {
    position: relative;
    justify-content: center;
    color: #5367ff;
}
.teammates_hydro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #5367ff);
}
.teammates_pyro_individual {
    position: relative;
    justify-content: center;
    color: #da5543;
}
.teammates_pyro_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #da5543);
}
.teammates_anemo_individual {
    position: relative;
    justify-content: center;
    color: #46d6ab;
}
.teammates_anemo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #46d6ab);
}
.teammates_geo_individual {
    position: relative;
    justify-content: center;
    color: #c7aa38;
}
.teammates_geo_individual img {
    filter: drop-shadow(0.5vh 0.5vh 1vh #c7aa38);
}
.teammates_h4{
    text-align: center;
    font-size: 3vh;
}