main{
    padding: 0 !important;
}

.rightSide {
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0) 100%); */
    align-items: center;;
    justify-content: end;
}

.sub-heading {
    max-width: 32ch;
    color: white;
    font-weight: normal;
}

.startScreenButton {
    background: var(--gold);
    margin: 0 !important;
    position: fixed;
    bottom: 26vh;
}

hr {
    margin: 1rem 0 !important;
    width: 400px;
    opacity: 0.5 !important;
}

#callToActionPopup{
    background: unset !important;
    .is-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: var(--gold) !important;
        opacity: 1;
    }
    p{
        line-height: 1.2rem;
        letter-spacing: 0.05rem;
        max-width: 38ch;
        text-align: center;
    }
    .openPopupContent{
        margin-top: 20px
    }
}

.ctaTitle{
    color: var(--gold);
}
.ctaContainer {
    padding: 20px;
    max-width: 600px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .rightSide {
        display: flex;
        align-items: center;
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0) 100%); */
    }

    .start_logo {
        width: 250px;
    }

    .sub-heading {
        text-align: center;
    }

    hr {
        width: 250px;
    }
}