body {
    overflow-x: hidden;
    background-color: #0D0002;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
header .nav-link {
    display: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

main > .container {
    padding: 60px 15px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}
header nav {
    background: #0D0002;
}
main {
    padding-top: 45px;
}
footer {
    background-color: #0D0002;
}
footer .container {
    margin-top: 95px;
}
footer * {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
}
.footer-heading {
    font-family: "Manrope-Bold", sans-serif;
    margin-bottom: 0;
}
.footer-details {
    font-family: "Manrope-Medium", sans-serif;
}
footer .row:last-child .col-md-3 {
    margin-top: 65px;
}
footer .row:first-child .footer-details {
    margin-bottom: 0;
}
footer .social-container {
    margin-bottom: 2px;
}
footer .social-main-container a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
footer .social-main-container a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
    .footer-mobile-container {
        display: none;
    }
    body footer.py-3 .container > .row:last-of-type {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 1023px) {
    .footer-desktop-container {
        display: none;
    }
    footer .social-main-container {
        display: flex;
        justify-content: center;
        margin-bottom: 48px;
    }
    footer .footer-mobile-container, footer .footer-heading, footer .footer-details {
        text-align: center;
    }
    footer * {
        font-size: 19px;
        line-height: 31px;
    }
    footer .container {
        margin-top: 58px;
    }
    footer .row:first-child .col-lg-3:first-child {
        text-align: center;
        margin-bottom: 32px;
    }
    .footer-mobile-container {
        margin-bottom: 12px;
    }
}

@media only screen and (orientation: portrait) {
    footer .social-container {
        margin-bottom: 12px;
    }
}