@font-face {
    font-family: 'Splatch';
    src: url('./fonts/subset-Splatch.woff2') format('woff2'),
        url('./fonts/subset-Splatch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Arco';
    src: url('./fonts/subset-ARCOTypography.woff2') format('woff2'),
        url('./fonts/subset-ARCOTypography.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Hey Comic';
    src: url('./fonts/subset-HeyComic.woff2') format('woff2'),
        url('./fonts/subset-HeyComic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html, body{
    margin: 0;
}

.main-title{
    font-size: 32px;
    font-family: "Arco";
    color: #ffa500;
    background: -webkit-linear-gradient(#ffb41a, #ff7b19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
    -webkit-text-stroke: 2px #000;
    font-weight: bold;
}
.main-subline{
    width: 90%;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 38px;
    font-family: "Arco";
    color: #ffa500;
    background: -webkit-linear-gradient(#ffb41a, #ff7b19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2.5px #000;
    margin: auto 0 65px -65px;
}
.main-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #250350;
}
.main-wrap .cover {
    pointer-events: none;
    width: 100%;
    height: 1040px;
    z-index: -1;
    object-fit: cover;
    max-width: 1920px;
    margin: 0 auto;
}
.main-content{
    display: flex;
    position: absolute;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    top: 0;
    height: 1040px;
    width: 100%;
}
.kong{
    position: absolute;
    bottom: 258px;
    margin-left: 15px;
}
.logo{
    width: 600px;
    margin-top: 50px;
}
.story{
    position: relative;
    background: rgb(110,0,144);
    background: linear-gradient(210deg, rgba(110,0,144,1) 0%, rgba(81,8,131,1) 80%);
    text-align: center;
    padding-bottom: 130px;
}
.story::before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(81,8,131,0) 0%, rgba(81,8,131,0) 60%, #510883 100%);
}
.story *, .airdrop *{
    margin: 0;
}
.story .story-title{
    margin: 60px 0 50px 0;
}
.story-pic{
    width: 190px;
}
.story-content{
    position: relative;
    z-index: 5;
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;
    row-gap: 5px;
}
.caption{
    width: 620px;
}
.caption h3, .caption-3 span{
    font-family: 'Splatch';
    font-size: 15px;
    line-height: 30px;
    color: #febb00;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.caption p{
    font-family: 'Hey Comic';
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 2px;
}
.caption-1{
    align-self: end;
}
.caption-2{
    align-self: center;
    text-align: justify;
}
.caption-3{
    margin-top: -5px;
}
.caption-3 p{
    text-align: justify;
}
.caption-4{
    text-align: left;
    margin-top: -45px;
}
.caption-4 p{
    margin-top: 8px;
}
.caption-5{
    width: 100%;
    text-align: center;
    margin-top: -45px;
}
.caption-5 h3 span{
    color: #005aff;
}
.caption-5 h3{
    font-size: 24px;
}
.airdrop{
    text-align: center;
    position: relative;
    background: #510883;
    background: linear-gradient(0deg, #3b2054 0%,  #510883  80%);
}
.airdrop-cover{
    width: 100%;
    height: 100%;
    min-height: 1040px;
    z-index: -1;
    object-fit: cover;
    max-width: 1920px;
}
.story .hide{
    display: none;
}
.airdrop-content{
    width: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0;
    height: 100%;
    align-items: center;
}
.airdrop-grid{
    width: 1000px;
    margin-top: 165px;
    display: grid;
    /* height: 650px; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.airdrop h4{
    font-family: 'Splatch';
    text-shadow: -2px 4px 1px black, 0px 5px 2px black, -3px 4px 2px black;
}
.engagement-title{
    display: grid;
    grid-column-start: 2;
    grid-column-end: span 3;
    align-items: center;
    justify-content: center;
    margin-left: -50px;
    letter-spacing: 5px;
}
.engagement-title h4{
    font-size: 28px;
    color: #ffe400;
}
.engagement-title h4 span.small{
    font-size: 22px;
}
.engagement-title h4 span.big{
    font-size: 46px;
}
.earn-points{
    display: grid;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 2;
    letter-spacing: 3px;
    margin-left: 35px;
}
.earn-points h4{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: left;
}
svg .st1{fill:none;stroke:#000000;stroke-width:2.049;stroke-miterlimit:10;}
svg .st2{stroke: #000000; stroke-width: 3;}
.how-to{
    display: grid;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 3;
    justify-items: end;
}
.how-to-content{
    position: absolute;
    top: 0;
    width: 465px;
    left: 60px;
}
.how-to-content h3,
.rules-content h3{
    font-family: 'Splatch';
    text-shadow: -2px 4px 1px black, 0px 5px 2px black, -3px 4px 2px black;
    color: #fff;
    font-size: 22px;
    letter-spacing: 6px;
    padding: 20px 0 16px;
}
.how-to-content h3{
    padding: 16px 0 14px;
}
.how-to-content p{
    font-family: 'Arco';
    font-size: 18px;
    line-height: 30px;
    color: #fd7e02;
    -webkit-text-stroke: 1px #000;
    text-align: left;
    padding-left: 15px;
    letter-spacing: 2px;
}
.how-to-content p .points{
    color: #ffbf4d;
    font-size: 24px;
    width: 140px;
    display: inline-block;
    text-align: right;
}
.how-to-content p .action{
    color: #fff;
}
.how-to-content p.long .points{
    font-size: 22px;
}
.how-to-content p.long .action{
    padding-left: 145px;
}
.how-to-content p.long{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 22px;
}
.how-to-content h3 span{
    color: #ffe400;
}
.how-to svg{
    margin-top: 0;
    margin-right: -80px;
    width: 465px;
}
.how-to-svg{
    transform: rotate(-3deg);
    transform-origin: center;
    width: 100%;
}
.how-to svg .st2{fill:#5D0F63;}
.rules{
    display: grid;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: span 3;
    justify-items: end;
    position: relative;
    z-index: 5;
    
}
.rules svg .st2{fill:#157357;}
.rules svg{
    position: relative;
    z-index: 5;
    margin-top: 25px;
    margin-left: -30px;
    width: 530px;
    transform: scaleY(1.2);
}
.rules-svg{
    transform: rotate(2deg);
    transform-origin: center;
    width: 100%;
}
.rules-content{
    position: absolute;
    z-index: 15;
    top: 0;
    width: 485px;
}
.rules-content h3{
    color: #ffbb00;
    letter-spacing: 8px;
}
.rules-content p:first-of-type{
    color: #ffc966;
    padding-right: 80px;
    margin-bottom: 15px;
    font-size: 24px;
}
.rules-content p{
    color: #fff;
    font-family: 'Hey Comic';
    font-size: 21px;
    letter-spacing: 4px;
    padding-left: 20px;
    -webkit-text-stroke: 1px #000000b7;
    position: relative;
    left: 15px;
}
.rules-content p span{
    color: #e57676;
    font-size: 30px;
}
.check{
    display: grid;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 5;
    grid-row-end: span 2;
    justify-content: end;
    margin-right: -85px;
    margin-top: -5px; 
    z-index: 10;
}
.check svg .st2{fill:#ddb720;}
.check svg{
    position: relative;
    z-index: 10;
    width: 410px;
    transform: scaleY(0.9);
}
.check-svg{
    transform: rotate(-5deg);
    transform-origin: center;
    width: 100%;
}
.check-content{
    position: absolute;
    top: 0;
    width: 400px;
    z-index: 15;
}
.check-content p{
    font-family: 'Hey Comic';
    font-size: 17px;
    letter-spacing: 2px;
    padding: 15px 10px 15px 20px;
    line-height: 28px;
    margin-top: 20px;
}
.check-note{
    display: grid;
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 7;
    color: white;
}
.loop{
    display: grid;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 4;
    grid-row-end: span 2;
    justify-items: end;
}
.loop svg{
    position: relative;
    z-index: 3;
    margin-top: 4px;
    margin-right: -5px;
    width: 490px;
}
.loop-content{
    width: 490px;
    position: absolute;
    top: 0;
    z-index: 15;
}
.loop-content h3{
    font-family: 'Splatch';
    text-shadow: -2px 4px 1px black, 0px 5px 2px black, -3px 4px 2px black;
    color: #ffbf4d;
    font-size: 28px;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 15px;
    padding-left: 10px;
    margin-top: 15px;
    text-transform: uppercase;
}
.loop-content p:first-of-type{
    color: #fff;
}
.loop-content p{
    text-align: left;
    font-family: 'Hey Comic';
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 15px;
    color: #f6ff00;
    margin-left: 75px;
}
.loop svg .st2{fill:#1567d7;}
.loop-svg{
    width: 100%;
    transform: rotate(-7deg);
    transform-origin: center;
}
.participation{
    display: grid;
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 6;
    grid-row-end: span 2;
    color: #faae1f;
}
.check-note-content{
    text-align: left;
    font-family: 'Hey Comic';
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff;
    margin-top: -60px;
    transform: rotate(-5deg);
    position: relative;
    left: 150px;
    text-align: center;
    line-height: 22px;
}
.participation-content{
    font-family: 'Splatch';
    text-shadow: -2px 4px 1px black, 0px 5px 2px black, -3px 4px 2px black;
    color: #faae1f;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 50px; 
    margin-right: 60px;
    transform: rotate(-2deg);
    text-transform: uppercase;
}
.questions{
    background: #3b2054;
    background: linear-gradient(0deg, #381573 0%,  #3b2054  100%);
}
.questions h3{
    font-family: 'Splatch';
    text-shadow: -2px 4px 1px black, 0px 5px 2px black, -3px 4px 2px black;
    color: #47e7ff;
    font-size: 32px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.questions p{
    color: #fff;
    font-family: 'Hey Comic';
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 5px;
}
.socials img{
    margin: 15px;
    width: 120px;
    height: auto;
}
.socials{
    text-align: center;
}
.coming-more-section{
    background: #381573;
    background: linear-gradient(0deg, #301663 0%,  #381573  100%);
    text-align: center;
    overflow: hidden;
}
.coming-more-section img{
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    max-width: 1920px;
}
.legal-disclaimer{
    background: #301663;
    background: linear-gradient(0deg, #311860 0%,  #301663  100%);
    margin-top: -4px;
    padding-bottom: 80px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}
.legal-disclaimer-content{
    width: 1300px;
    margin: -100px auto 0;
}
.legal-disclaimer p{
    margin: 0 0 35px;
    font-family: "Arial Narrow", Arial, sans-serif;
}
.legal-disclaimer p span{
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: bold;
}
.footer-logo{
    width: 275px;
    margin: 0 0 30px;
}
.footer-logo-wrap{
    display: inline-block;
    position: relative;
}
.footer-logo-wrap::after{
    content: "©";
    display: inline-block;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 40px;
    position: absolute;
    top: -10px;
    right: -45px;
    font-weight: bold;
}
.gaykong-para{
    position: absolute;
    left: calc(50% + 500px);
    /* transform: translateX(-100%); */
    top: -150px;
    width: 250px;
}
.arrow-connection{
    position: absolute;
    z-index: 90;
    left: 90px;
    top: -10px;
    transform: scale(0.9);
}
.gaykong-heart{
    position: absolute;
    z-index: 900;
    right: -20px;
    transform: translateY(-75%) scale(0.9);
}
.coin{
    position: absolute;
    transform: scale(0.9);
    left: -110px;
    top: -110px;
    z-index: 90;
}
.checkmark{
    position: absolute;
    transform: scale(0.7) translate(-60%, -30%) rotate(20deg);
    z-index: 99;
}
.loop-content p img, .rules-content p img{
    position: absolute;
    transform: scale(0.5) translate(-178%, -25px);
}
.star-corner{
    position: absolute;
    z-index: 999;
    left: 0;
    transform: translate(-50%, -45%) scale(0.8) rotate(-5deg);
}
@media only screen and (max-width: 1550px) {
    .gaykong-para{
        position: absolute;
        left: 80%;
        transform: translateX(-100%);
        transform: scale(0.8);
        top: -100px;
        width: 220px;
    }
}
@media only screen and (max-width: 1400px) {
    .airdrop{
        margin-left: -140px;
    }
    /* .gaykong-para{
        left: calc(50% + 400px);
    } */
    .legal-disclaimer-content {
        width: 90%;
        margin: -60px auto 0;
    }
}
@media only screen and (max-width: 1250px) {
    .legal-disclaimer-content {
        margin: -0 auto 0;
    }
    .airdrop{
        margin-left: 0;
        padding-top: 100px;
    }
    .airdrop-content{
        position: relative;
        width: 100%;
    }
    .airdrop-grid{
        width: 760px;
        margin-top: -145px;
        display: flex;
        flex-direction: column;
    }
    .airdrop-cover{
        width: 600px;
        min-height: auto;
        margin-left: -15%;
        position: relative;
        z-index: 9999;
    }
    .gaykong-para{
        position: absolute;
        left: 70%;
        transform: translateX(-100%);
        transform: scale(0.8);
        top: -100px;
        width: 220px;
    }
    .story{
        padding-left: 25px;
        padding-right: 25px;
    }
    .story-content{
        width: 100%;
        justify-content: center;
    }
    .story-pic{
        width: 48%;
    }
    .caption{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .story-pic-1, .story-pic-3, .story-pic-5{
        text-align: right;
    }
    .story-pic-2, .story-pic-4, .story-pic-6{
        text-align: left;
    }
    .story-pic-7, .story-pic-8{
        text-align: center;
    }
    .story-pic-1{
        order: 1;
    }
    .story-pic-2{
        order: 2;
    }
    .caption-1{
        order: 3;
        margin: 35px 0;
    }
    .story-pic-3{
        order: 4;
    }
    .story-pic-4{
        order: 5;
    }
    .caption-2{
        order: 6;
        margin: 35px 0;
    }
    .story-pic-5{
        order: 7;
    }
    .story-pic-6{
        order: 8;
    }
    .caption-3{
        order: 9;
        margin: 35px 0;
    }
    .caption-3 p{
        display: inline-block;
    }
    .story-pic-7{
        order: 10;
    }
    .caption-4{
        order: 11;
        margin-bottom: 15px;
    }
    .caption-4 h3{
        display: inline-block;
        text-align: left;
    }
    .story-pic-8{
        order: 12;
    }
    .caption-5{
        order: 13;
        margin-top: 20px;
    }
    .caption-5 h3{
        line-height: 50px;
    }
    .engagement-title, .earn-points{
        justify-content: flex-start;
        margin-left: 27%;
    }
    .engagement-title h4{
        font-size: 22px;
    }
    .engagement-title h4 span.small{
        font-size: 18px;
    }
    .engagement-title h4 span.big{
        font-size: 32px;
    }
    .earn-points h4{
        font-size: 14px;
        line-height: 30px;
    }
    .earn-points h4 br:last-of-type{
        display: none;
    }
    .how-to{
        justify-items: flex-start;
    }
    .how-to svg{
        width: 505px;
    }
    .how-to-svg{
        width: auto;
        z-index: 9999;
        margin-top: 9px;
        transform: rotate(-1deg);
    }
    .how-to-content{
        left: 25px;
    }
    .rules {
        justify-items: center;
    }
    .rules-svg{
        width: auto;
        margin-top: -13px;
    }
    .check{
        justify-content: center;
        margin-right: 0;
    }
    .check-svg{
        width: auto;
        margin-left: 260px;
        margin-top: -20px;
    }
    .check-note{
        justify-content: right;
    }
    .check-note-content{
        margin-top: -10px;
        left: 0;    
    }
    .arrow-connection {
        left: 100px;
    }
    .loop{
        justify-content: center;
        margin-top: 50px;
        margin-left: 100px;
        margin-right: 0;
    }
    .loop-svg{
        width: auto;
        transform: rotate(0deg);
    }
    .participation-content{
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        transform: rotate(0deg);
    }
    .questions{
        padding: 100px 0 80px;
    }
}
@media only screen and (max-width: 780px) {
    .logo{
        width: 480px;
        margin-top: 70px;
    }
    .main-wrap .cover, .main-content{
        height: 940px;
    }
    .main-title {
        font-size: 26px;
        -webkit-text-stroke: 2px #000;
    }
    .kong{
        width: 225px;
        bottom: 223px;
    }
    .main-subline{
        margin: auto 0 50px -35px;
    }
    .how-to-svg{
        margin-left: 140px;
        margin-top: 24px;
    }
    .star-corner{
        transform: translate(-90%, -40%) scale(0.8) rotate(-5deg);
    }
    .check-svg{
        margin-left: 140px;
        margin-top: -10px;
        transform: rotate(-3deg);
    }
    .gaykong-heart{
        right: -50px;
        top: -120px;
        transform: scale(0.6)
    }
    .check-note {
        justify-content: center;
    }
    .check-note-content{
        margin-top: 0px;
        left: 75px;
        transform: rotate(-3deg);
    }
    .loop {
        margin-top: 100px;
        margin-left: 10px;
    }
    .gaykong-para{
        display: none;
        /* left: 55%;
        transform: scale(0.7);
        top: -120px; */
    }
    .airdrop {
        padding-top: 0;
    }
    .engagement-title, .earn-points{
        justify-content: flex-start;
        margin-left: 25%;
    }
    .engagement-title h4 {
        font-size: 14px;
        line-height: 28px;
    }
    .engagement-title h4 span.big {
        font-size: 22px;
    }
    .earn-points h4 {
        font-size: 10px;
        line-height: 22px;
    }
    .how-to-svg {
        margin-left: 15px;
        margin-top: 17px;
    }
    .airdrop-cover {
        width: 500px;
    }
    .airdrop-grid {
        width: 550px;
        margin-top: -105px;
    }
    .rules{
        justify-content: left;
    }
    .rules-svg{
        margin-top: 5px;
        margin-left: 10px;
    }
    .check-svg {
        margin-left: 95px;
        margin-top: 0px;
    }
    .check-note-content{
        font-size: 15px;
        letter-spacing: 1px;
        margin-top: -10px;
        left: 55px;
    }
    .coin{
        transform: scale(0.6);
        left: -90px;
        top: -100px;
    }
    .participation-content{
        font-size: 16px;
    }
}
@media only screen and (max-width: 590px) {
    .main-wrap .cover, .main-content{
        height: 580px;
        min-height: 580px;
    }
    .kong{
        width: 125px;
        top: 205px;
    }
    .logo {
        width: 75%;
        margin-top: 50px;
    }
    .story-title{
        width: 90%;
    }
    .main-title{
        font-size: 24px;
        -webkit-text-stroke: 1px #000;
        padding: 0 15px;
    }
    .main-subline {
        margin: auto 0 30px 0px;
        font-size: 24px;
        -webkit-text-stroke: 2px #000;
    }
    .story-pic{
        width: 45%;
    }
    .story-pic img{
        width: 100%;
    }
    .caption h3, .caption-3 span {
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .caption p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .caption h3 br, .caption p br{
        display: none;
    }
    .caption-3 span{
        padding: 0 6px;
    }
    .caption-3 p {
        text-align: center;
    }
    .airdrop {
        padding-top: 0;
    }
    .airdrop-cover{
        width: 90%;
    }
    .gaykong-para {
        left: 45%;
        transform: scale(0.6);
        top: -170px;
    }
    .engagement-title h4, .engagement-title h4 span.small, .engagement-title h4 span.big {
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .earn-points h4 {
        font-size: 9px;
        letter-spacing: 0;
    }
    .airdrop-grid {
        width: 100%;
        margin-top: -75px;
    }
    .how-to-svg{
        margin: 2px auto 0;
        width: 95%;
    }
    .how-to svg{
        display: none;
    }
    .how-to-content {
        position: relative;
        width: 98%;
        left: 0;
        background: #5f0779;
        border-radius: 8px;
        padding-bottom: 10px;
        border: 1px solid black;
        box-shadow: 0px 3px 3px black, 0px 5px 3px black;
    }
    .how-to-content h3, .rules-content h3 {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 10px 0 5px;
    }
    .how-to-content p {
        font-size: 15px;
        line-height: 24px;
        padding-left: 0px;
        letter-spacing: 0px;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .how-to-content p .points {
        font-size: 19px;
        width: 120px;
    }
    .how-to-content p.long .points {
        font-size: 18px;
    }
    .how-to-content p.long {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 18px;
    }
    .star-corner {
        transform: translate(-40%, -40%) scale(0.5) rotate(-5deg);
    }
    .rules{
        display: flex;
    }
    .rules-svg svg{
        display: none;
    }
    .rules-svg{
        width: 88%;
        margin: 10px auto 0;
    }
    .rules-content{
        position: relative;
        width: 100%;
        left: 0;
        background: #157357;
        border-radius: 8px;
        padding-bottom: 10px;
        border: 1px solid black;
        box-shadow: 0px 3px 3px black, 0px 5px 3px black;
    }
    .rules-content p, .rules-content p:first-of-type{
        padding-left: 45px;
        padding-right: 8px;
        left: 0;
        margin-bottom: 0;
        line-height: 20px;
        letter-spacing: 0;
        font-size: 19px;
        text-align: left;
    }
    .loop-content p img, .rules-content p img {
        position: absolute;
        transform: scale(0.4) translate(0, 0);
        left: -10px;
        top: -22px;
    }
    .rules-content p span {
        color: #e57676;
        font-size: 24px;
    }
    .loop-content p br, .rules-content p br {
        display: none;
    }
    .check{
        display: flex;
    }
    .check-svg svg{
        display: none;
    }
    .check-svg{
        width: 74%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
    }
    .check-content{
        position: relative;
        width: 100%;
        left: 0;
        background: #ddb720;
        border-radius: 8px;
        padding-bottom: 10px;
        border: 1px solid black;
        box-shadow: 0px 3px 3px black, 0px 5px 3px black;
    }
    .check-content p {
        font-family: 'Hey Comic';
        font-size: 15px;
        letter-spacing: 0px;
        padding: 6px 5px 0px 5px;
        line-height: 20px;
        margin-top: 15px;
    }
    .checkmark {
        transform: scale(0.5) translate(0, 0) rotate(20deg);
        left: -40px;
        top: -32px;
    }
    .gaykong-heart{
        display: none;
    }
    .arrow-connection {
        left: 100px;
        top: -17px;
        transform: scale(0.7);
    }
    .check-note{
        width: 90%;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .check-note-content{
        left: 0;
    }
    .check-note-content p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .loop{
        display: flex;
        margin-top: 60px;
    }
    .loop svg{
        display: none;
    }
    .loop-svg{
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
    .loop-content {
        width: 100%;
        position: relative;
        background: #1567d7;
        border-radius: 8px;
        padding-bottom: 10px;
        border: 1px solid black;
        box-shadow: 0px 3px 3px black, 0px 5px 3px black;
    }
    .loop-content h3{
        font-size: 18px;
        letter-spacing: 1px;
    }
    .loop-content p {
        position: relative;
        font-size: 18px;
        letter-spacing: 0;
        margin-left: 0;
        padding-left: 40px;
        padding-right: 8px;
    }
    .loop-content p img, .rules-content p img {
        transform: scale(0.4) translate(0, 0);
        left: -15px;
    }
    .coin {
        transform: scale(0.4);
        left: -80px;
    }
    .participation-content {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 0 15px;
    }
    .participation-content p br {
        display: none;
    }
    .questions h3 {
        font-size: 22px;
    }
    .questions p {
        font-size: 18px;
        padding: 0 15px;
    }
    .socials img {
        width: 100px;
    }
    .footer-logo-wrap {
        width: 60%;
    }
    .footer-logo-wrap img{
        width: 100%;    
    }
    .footer-logo-wrap::after {
        font-size: 32px;
        top: -14px;
        right: -29px;
    }
    .legal-disclaimer {
        padding-bottom: 60px;
        font-size: 16px;
    }
}