@media screen and (min-width: 992px) {
    .hero-desktop {
        background-image: url(https://d3m889aznlr23d.cloudfront.net/img/events/458650521/assets/1b2bc7ee.bg-hero-desktop-top.png), url(https://d3m889aznlr23d.cloudfront.net/img/events/458650521/assets/307d865f.bg-hero-desktop-bottom.png)!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: top left, bottom left!important;
        height: calc(100vh - 65px);
        display: flex!important;
        align-items: center;
    }
    .section-heading {
        white-space: nowrap!important;
    }
}
.tt-bordered {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    
.tt-bordered-black {
    border: 2px solid #000000!important;
}

.tt-bordered-white {
    border: 2px solid #FFFFFF!important;
}

.tt-bordered-razzmatazz {
    border: 2px solid #fe2c55!important;
}

@media screen and (min-width: 1200px) {
    .tt-bordered {
        margin-left: 15%;
        width: 85%!important;
    }
}

.font-regular {
    font-family: 'SofiaProRegular'!important;
    font-weight: 400!important;
}

@media screen and (min-width: 992px) {
    .border-top {
       border-top: 2px solid #000000!important; 
    }
}

.color-blue-dark {
    color: #016BFD!important;
}

.color-blue-aqua {
    color: #25F4EE!important;
}

.color-yellow {
    color: #f4f000!important;
}

.color-green {
    color: #00faa2!important;
}

.color-purple {
    color: #ff66fd!important;
}

.color-pink {
    color: #FF66FD!important;
}

p > a {
    color: inherit;
    text-decoration: underline;
}

.bullet-pointer::before {
    display: block;
    content: '👉';
    margin: 0;
    padding: 0;
    position: absolute;
    top: 17px;
    left: 2px;
    width: 20px;
    height: 20px;
    font-size: 2rem;
}

.show-desktop-sm-only {
    display: inline-block!important;
}
@media screen and (min-width: 1438px) {
    .show-desktop-sm-only {
        display: none!important;
    }
}

/* Navigation */
.sf.list.nav.horizontal-hamburger-left-v2 {
    overflow: visible!important;
}

#g-752034875 .list-item a.nav-item-link {
    color: #999999!important;
}

#g-752034875 .list-item a.nav-item-link.nav-jump {
    color: #000000!important;
}

#g-752034875 .list-item a.nav-item-link.nav-jump:hover {
    color: #000000!important;
}

#g-752034875 .list-item.active a.nav-item-link.nav-jump {
    margin-top: -3px;
    color: #fe2c55!important;
}

#g-752034875 .list-item.active a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #fe2c55;
}

#g-612423693 {
    background: none!important;
}

@media screen and (min-width: 992px) {
    #g-612423693 {
        background: #ffffff!important;
    }
}

#footer {
    display: none!important;
}