


/*

This stylesheet is written with a mobile-first approach.

The sizes you see on an element, are the ones for a mobile devices.

They get overriden inside media blocks for tablet/desktop devices.

@media (min-width: 728px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1440px) {

}

*/



/* General */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    letter-spacing: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: black;
    background-image: url('https://assets.marketing.bullish.com/files/trading-competition-2025-contents/assets/bg-black-plus-light.png');
    background-repeat: no-repeat;
    background-position: -150px -150px;
    background-attachment: fixed;
    background-size: auto;
    color: black;
    margin: 0;
    padding: 75px 0 0 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, div, span, a, a:link, a:hover, a:visited {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: inherit;
}

.custom-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 9%;
    padding-right: 9%;
    margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.icon-northeast {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 9.21048L9.21048 0L9.21049 8.68418L8.02628 7.49997L8.02628 2.76314L0.789422 10L0 9.21048Z" fill="black"/><path d="M1.71052 0.394741L2.89473 1.57895H6.05261L7.23681 0.394741L1.71052 0.394741Z" fill="black"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.link-with-icon-northeast,
.link-with-icon-northeast:link,
.link-with-icon-northeast:hover,
.link-with-icon-northeast:visited {
    color: black;
    font-weight: 700;
    font-size: 14.4px;
    line-height: 1;
    letter-spacing: 0.072px;
    padding-bottom: 2px;
    border-bottom: 2px solid black;
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    body {
        padding: 125px 0 0 0;
        background-position: top left;
    }
}

@media (min-width: 1440px) {

}



/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
}

body.scrolled .navbar {
    background-color: black;
    background-image: url('https://assets.marketing.bullish.com/files/trading-competition-2025-contents/assets/bg-black-plus-light.png');
    background-repeat: no-repeat;
    background-position: -150px -150px;
    background-attachment: fixed;
    background-size: auto;
    border-bottom: 5px solid black;
}

    .navbar-grid {
        display: grid;
        grid-template-columns: 1fr 3fr;
        align-items: center;
        height: 75px;
        color: white;
    }

        .logo-desktop {
            display: none;
            height: 30px;
        }

        .logo-mobile {
            display: inline-block;
            height: 30px;
        }

        .navbar-menu {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            height: 100%;
        }

            .navbar-menu ul {
                display: flex;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

                .navbar-menu li {
                    margin-left: 10px;
                }

                .navbar-menu li.navbar-item-howitworks {
                    display: none;
                }

                    .navbar-menu li a,
                    .navbar-menu li a:link,
                    .navbar-menu li a:hover,
                    .navbar-menu li a:visited {
                        display: inline-block;
                        padding: 15px 30px;
                    }

                    .navbar-menu li.navbar-item-howitworks a,
                    .navbar-menu li.navbar-item-howitworks a:link,
                    .navbar-menu li.navbar-item-howitworks a:hover,
                    .navbar-menu li.navbar-item-howitworks a:visited {
                        color: white;
                        font-size: 14px;
                        font-weight: 700;
                        letter-spacing: 0.072px;
                    }

                    .navbar-menu li.navbar-item-signup a,
                    .navbar-menu li.navbar-item-signup a:link,
                    .navbar-menu li.navbar-item-signup a:hover,
                    .navbar-menu li.navbar-item-signup a:visited {
                        background-color: #18E589;
                        color: black;
                        text-transform: uppercase;
                        font-weight: 700;
                        font-size: 14px;
                        letter-spacing: 0.072px;
                    }

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    body.scrolled .navbar {
        background-position: top left;
    }

        .navbar-grid {
            height: 125px;
            grid-template-columns: 1fr 1fr;
        }

        body.scrolled .navbar-grid {

        }

            .logo-desktop {
                display: inline-block;
            }

            .logo-mobile {
                display: none;
            }

            .navbar-menu li.navbar-item-howitworks {
                display: inline-block;
            }
}

@media (min-width: 1440px) {

}



/* Hero */
.hero {
    /* background: radial-gradient(113.79% 115.59% at 87.22% 130.53%, #18E589 0%, rgba(0, 0, 0, 0.00) 100%); */
    background: radial-gradient(
        113.79% 115.59% at 130% 130%,
        #18E589 0%,
        rgba(0, 0, 0, 0.00) 100%
    );
    color: white;
    padding: 90px 0;
}

.hero a,
.hero a:link,
.hero a:hover,
.hero a:visited {
    text-decoration: underline;
}

    .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        text-align: left;
    }

        .hero-box:first-child {
            padding-bottom: 40px;
        }

            .hero-preheader {
                font-weight: 700;
                font-size: 16px;
                line-height: 1.3;
                color: #18E589;
            }

            .hero-header {
                margin-top: 20px;
                font-family: "Tactic", sans-serif;
                font-size: 32px;
                line-height: 1.3;
            }

            .hero-description {
                margin-top: 25px;
                font-size: 18px;
                line-height: 1.75;
            }

            .hero-video-wrapper > div:first-child {
                border: 1px solid #444;
            }

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1.1fr 1fr;
    }

        .hero-box:first-child {
            padding-right: 90px;
        }

            .hero-preheader {
                font-size: 22.5px;
                color: #18E589;
            }

            .hero-header {
                font-size: 54.93px;
            }

            .hero-description {
                font-size: 18px;
            }
}

@media (min-width: 1440px) {

}



/* Benefits */
.benefits {
    background: white;
    border-top: 2px solid #ddd;
    padding-top: 70px;
}

    .benefits-grid {
        display: grid;
        text-align: left;
        grid-template-columns: 1fr;
    }

        .benefits-box {
            border: none;
            text-align: left;
            gap: 0;
            padding: 0 0 65px 0;
        }

            .benefits-img {
                width: 75px;
                height: 75px;
                border-radius: 50%;
                background-color: black;
            }

            .benefits-title {
                margin-top: 20px;
                font-family: "Tactic", sans-serif;
                font-size: 20px;
                line-height: 1.3;
            }

            .benefits-description {
                margin-top: 12px;
                font-size: 18px;
                line-height: 1.75;
            }

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

        .benefits-box {
            padding: 0 90px 70px 0;
        }

            .benefits-img {
                width: 90px;
                height: 90px;
            }

            .benefits-title {
                font-family: "Tactic", sans-serif;
                font-size: 28.13px;
            }
}

@media (min-width: 1440px) {
    .benefits-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}



/* Judges */
.judges {
    background: white;
    border-top: 2px solid #ddd;
    padding-top: 70px;
}

    .judges-header {
        font-family: "Tactic", sans-serif;
        font-size: 28px;
        line-height: 1.3;
    }

    .judges-grid {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 50px;
    }

        .judges-box {
            border: none;
            text-align: left;
            gap: 0;
            padding: 0 0 70px 0;
        }

            .judges-img {
                width: 180px;
                height: 180px;
                /* filter: grayscale(100%); */
            }

            .judges-title {
                font-family: "Tactic", sans-serif;
                margin-top: 25px;
                font-size: 20px;
                line-height: 1.3;
            }

            .judges-description {
                font-family: "DM Mono", sans-serif;
                margin-top: 20px;
                font-size: 14.4px;
                line-height: 1.3;
            }

            .judges-links {
                margin-top: 20px;
            }

@media (min-width: 768px) {
    .judges-grid {
        grid-template-columns: 1fr 1fr;
    }

        .judges-box {
            padding: 0 70px 70px 0;
        }

            .judges-title {
                font-size: 28.13px;
            }
}

@media (min-width: 1024px) {
    .judges-header {
        font-size: 43.95px;
    }

    .judges-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

        .judges-title {
            font-size: 26px;
        }

        .judges-description {
            font-size: 14px;
        }
}

@media (min-width: 1440px) {
    .judges-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}



/* How It Works */
.howitworks {
    background-color: white;
    border-top: 2px solid #ddd;
    padding: 70px 0;
}

    .howitworks-header {
        font-family: "Tactic", sans-serif;
        font-size: 28px;
        line-height: 1.3;
    }

    .howitworks-contents {
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.75;
    }

    .howitworks-em {
        font-weight: 700;
        font-size: 1.05em;
    }

        .howitworks-contents p {
            padding-bottom: 35px;
        }

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    .howitworks-header {
        font-size: 43.95px;
    }

    .howitworks-contents {
        margin-top: 50px;
        max-width: 880px;
        padding-left: 100px;
    }
}

@media (min-width: 1440px) {

}



/* Form Section */
.signup {
    padding: 120px 0;
    color: white;
}

    .signup-grid {
        display: grid;
        grid-template-columns: 1fr;
        text-align: left;
    }

        .signup-header {
            font-family: "Tactic", sans-serif;
            font-size: 28px;
            line-height: 1.3;
        }

        .signup-description {
            margin-top: 35px;
            font-size: 18px;
            line-height: 1.75;
        }

        .signup-form-wrapper {
            margin-top: 20px;
        }

@media (min-width: 768px) {

}

@media (min-width: 1024px) {
    .signup-grid {
        grid-template-columns: 1fr 1fr;
    }

        .signup-box:first-child {
            padding-right: 60px;
        }

        .signup-header {
            font-size: 43.95px;
        }

        .signup-form-wrapper {
            margin-top: -30px;
        }
}

@media (min-width: 1440px) {
    .signup {
        min-height: 1000px;
        background-image: url('https://assets.marketing.bullish.com/files/trading-competition-2025-contents/assets/bg-signup.png');
        background-repeat: no-repeat;
        background-position: calc(50% - 350px) center;
        background-size: auto;
    }
}



/* Footer */
.footer {
    padding: 60px 0;
    background: white;
    line-height: 1.6;
}

    .footer-links {
        font-size: 12px;
    }

        .footer-links ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer-links li{
                margin-top: 20px;
            }

    /* .footer-social-links {
        margin-top: 25px;
    }

        .footer-social-links ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer-social-links li{
                margin-top: 20px;
            } */

    .footer-copyright {
        margin-top: 40px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
    }

    .footer-disclaimer {
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.4;
    }

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

    .footer-links {

    }

        .footer-links ul{
            display: flex;
            justify-content: flex-start;
        }

            .footer-links li{
                margin-top: 0;
                margin-right: 30px;
            }

    /* .footer-social-links {

    }

        .footer-social-links ul{
            display: flex;
            justify-content: flex-start;
        }

            .footer-social-links li{
                margin-top: 0;
                margin-right: 30px;
            } */

    .footer-copyright {
        max-width: 60%;
    }

    .footer-disclaimer {
        max-width: 60%;
    }
}

@media (min-width: 1440px) {

}


