
body > div.fixed.top-0.right-0.h-full.w-auto.bg-white.shadow-xl.transform.transition-transform.duration-300.\!z-\[9999\].translate-x-0, 
body > div.fixed.inset-0.bg-black.bg-opacity-50.transition-opacity.z-40, 
body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > nav > ul > div.flex.items-center.gap-3.max-nav\:gap-5.nav\:hidden,
body > main > section:nth-child(3) > section.relative.w-full.overflow-hidden.rounded-\[20px\].lg\:rounded-\[40px\].xl\:p-7.v2-container.mt-\[80px\].lg\:mt-\[100px\], /*Global Events*/
body > div:nth-child(47), 
body > main > section:nth-child(3) > div.px-5.mx-auto.w-full.max-w-\[1216px\].py-\[50px\].xl\:pb-\[120px\].xl\:pt-\[150px\] > div.mt-\[100px\].grid.grid-cols-1.md\:grid-cols-2.gap-\[32px\] > div:nth-child(1) > div.mt-\[42px\].max-lg\:w-full.flex.max-lg\:flex-col.items-center.justify-center.gap-\[12px\] > button,
.intercom-lightweight-app, #intercom-frame, #funded-next-tour, .swiper-wrapper svg {
    display: none !important;
}

body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > div > a:nth-child(1) { background-color: #635bff !important; }
body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > div > a:nth-child(2) { background-color: #fff !important; color: #635bff !important; }

body > section > div > div > div.w-full.mx-auto.py-10.flex.flex-col.sm\:flex-row.sm\:items-center.sm\:justify-between.gap-10 {
    padding-bottom: 0px !important;
}

body > section > div > div > div.relative.z-\[999\].mx-auto.py-10.xl\:max-w-\[1216px\] {
    padding-top: 0px !important;
}

body > section > div {
    min-height: fit-content !important;
}

#loaderqwerty {
    position: fixed;
    inset: 0px;
    background-color: #000;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
}

#brokerImg {
    position: relative;
    margin-top: -4rem;
    margin-bottom: 2rem;
}

#fdtghbjn {
    width: 100%;
    height: 14rem;
    background-image: linear-gradient(to bottom, transparent, #100a28);
    position: absolute;
    bottom: -4px;
}

body > main > section.relative.z-0.bg-ebony > div.pt-\[180px\].lg\:pt-\[170px\].pb-\[85px\] > div.v2-container { position: relative; z-index: 20;}

body > main > section.relative.z-0.bg-ebony > div.pt-\[180px\].lg\:pt-\[170px\].pb-\[85px\] > div.v2-container > div.flex.flex-col.gap-x-5.gap-y-5.pt-\[60px\].md\:flex-row > button { border: 2px solid #635bff;}
body > main > section.relative.z-0.bg-ebony > div.pt-\[180px\].lg\:pt-\[170px\].pb-\[85px\] { background-image: url('/fundednext/1.webp');}
main, body > section { opacity: 0; transition: all 1s; }

#wrapper-reviews > div:nth-child(2), #wrapper-reviews > div:nth-child(3) {display: none;}
body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > nav > ul > li span { 
    font-size: 18px;
}


body > header > div > div:nth-child(1) > a > img {
    margin: auto;
    animation: pulse 2s infinite ease-in-out;
}


@media (min-width: 1024px) {
    body > header > div > div:nth-child(1) > a > img {
        margin: 0;
    }
    
    #loaderqwerty img { width: 40%; }
    #start-challenge button {
        width: max-content !important;
    }

    #brokerImg {
        margin-top: 1rem;
        margin-bottom: 0;

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 3rem;
    }

    #wrapper-reviews > div:nth-child(2), #wrapper-reviews > div:nth-child(3) {display: block;}
    body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > nav > ul > li span { 
        font-size: 14px;
    }

    body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > nav > ul > div.flex.items-center.gap-3.max-nav\:gap-5.max-nav\:hidden,
    body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full > nav > ul svg {
        display: none !important;
    }
}


@media (min-width: 1025px) {
	/* Your styles for exactly 1024px wide screens */
	#start-challenge, body > main > section:nth-child(3) > section.max-md\:pt-\[100px\].max-md\:pb-\[50px\].md\:py-\[150px\], body > main > section:nth-child(3) > section.bg-ebony.relative {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}

    body > main > section:nth-child(3) > section.bg-ebony.relative.z-0.overflow-hidden > div > div > div.flex.flex-col.justify-center.max-lg\:items-center {
        padding-left: 1rem !important;
    }

    body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full {
        flex-direction: row-reverse;
    }
}




body > header > div > div:nth-child(1) {
    transform: translateY(50vh) scale(2);
    margin: auto;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
}

body > header > div > div.flex.items-center.gap-5.max-nav-sm\:w-full { opacity: 0; }
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
