@media (max-width: 575.98px) {
    nav.mainsite-nav {
        width: 100%;
        height: 60px;
        background-color: #eee;
    }

    ul.mainsite-listing-ul {
        width: 1200px;
        max-width: 90%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        margin: auto;
        list-style-type: none;
    }

    li.mainsite-logo-area {
        height: 100%;
        float: left;
    }

    img.mainsite-logo-img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    li.mainsite-butts-area {
        width: calc(100% - 300px);
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
        display: none;
    }

    ul.mainsite-butts-listing-ul {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    li.mainsite-butt-area-li {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-top: 20px;
        cursor: pointer;
    }

    a.mainsite-butt-href-a {
        font-family: 'SF Pro Display';
        text-decoration: none;
        font-size: 16px;
        color: rgb(89, 89, 89);
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
    }

    a.mainsite-butt-href-a:hover {
        color: black;
    }

    li.mainsite-cta-area {
        height: 100%;
        float: right;
    }

    a.mainsite-cta-href-a {
        text-decoration: none;
        float: right;
    }

    a.mainsite-cta-href-a#login-href {
        margin-right: 10px;
    }

    button.mainsite-login-butt {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        border-radius: 5px;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        color: black;
        font-family: 'SF Pro Display';
    }

    button.mainsite-login-butt:hover {
        background-color: #efefef;
    }

    button.mainsite-signup-butt {
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        padding: 0 15px;
    }

    button.mainsite-signup-butt:hover {
        background-color: #0000ff;
    }

    div.inner-div {
        width: 1200px;
        max-width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    div.big-inner-div {
        width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
        overflow: hidden;
    }

    footer.mainsite-footer {
        width: 100%;
        min-height: 80px;
        background-color: #fff;
        margin-top: 50px;
        display: flex;
        box-shadow: 0 0 15px 0 #c6c6c6;
        padding: 20px 0;
    }

    div#mainsite-footer-top-area {
        width: 100%;
        height: 50px;
        display: flex;
    }

    p#mainsite-footer-links-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 50px;
        display: none;
    }

    span.splitter-span {
        display: none;
    }

    a#mainsite-footer-href-a {
        text-decoration: none;
        color: black;
    }

    span.splitter-span {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 50px;
    }

    div#mainsite-footer-copyright-area {
        width: 100%;
        height: 50px;
    }

    p#mainsite-footer-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    img.mainsite-footer-logo-img {
        height: 100%;
        width: auto;
        float: left;
        display: block;
        margin: auto;
    }

    p#mainsite-footer-title-txt-p {
        font-family: 'SF Pro Display';
        color: white;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    nav.mainsite-nav {
        width: 100%;
        height: 60px;
        background-color: #eee;
    }

    ul.mainsite-listing-ul {
        width: 1200px;
        max-width: 90%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        margin: auto;
        list-style-type: none;
    }

    li.mainsite-logo-area {
        width: 100px;
        height: 100%;
        float: left;
    }

    img.mainsite-logo-img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    li.mainsite-butts-area {
        width: calc(100% - 200px);
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    ul.mainsite-butts-listing-ul {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    li.mainsite-butt-area-li {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-top: 20px;
        cursor: pointer;
    }

    a.mainsite-butt-href-a {
        font-family: 'SF Pro Display';
        text-decoration: none;
        font-size: 16px;
        color: rgb(89, 89, 89);
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
    }

    a.mainsite-butt-href-a:hover {
        color: black;
    }

    li.mainsite-cta-area {
        width: 100px;
        height: 100%;
        float: left;
    }

    a.mainsite-cta-href-a {
        text-decoration: none;
        float: right;
    }

    a.mainsite-cta-href-a#login-href {
        margin-right: 10px;
    }

    button.mainsite-login-butt {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        border-radius: 5px;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        color: black;
        font-family: 'SF Pro Display';
    }

    button.mainsite-login-butt:hover {
        background-color: #efefef;
    }

    button.mainsite-signup-butt {
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        padding: 0 15px;
    }

    button.mainsite-signup-butt:hover {
        background-color: #0000ff;
    }

    div.inner-div {
        width: 1200px;
        max-width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    div.big-inner-div {
        width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
        overflow: hidden;
    }

    footer.mainsite-footer {
        width: 100%;
        min-height: 80px;
        background-color: #fff;
        margin-top: 50px;
        display: flex;
        box-shadow: 0 0 15px 0 #c6c6c6;
        padding: 20px 0;
    }

    div#mainsite-footer-top-area {
        width: 100%;
        height: 50px;
        display: flex;
    }

    p#mainsite-footer-links-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 50px;
    }

    a#mainsite-footer-href-a {
        text-decoration: none;
        color: black;
    }

    span.splitter-span {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 50px;
    }

    div#mainsite-footer-copyright-area {
        width: 100%;
        height: 50px;
    }

    p#mainsite-footer-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    img.mainsite-footer-logo-img {
        height: 100%;
        width: auto;
        float: left;
        margin-right: 50px;
    }

    p#mainsite-footer-title-txt-p {
        font-family: 'SF Pro Display';
        color: white;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    nav.mainsite-nav {
        width: 100%;
        height: 60px;
        background-color: #eee;
    }

    ul.mainsite-listing-ul {
        width: 1200px;
        max-width: 90%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        margin: auto;
        list-style-type: none;
    }

    li.mainsite-logo-area {
        width: 200px;
        height: 100%;
        float: left;
    }

    img.mainsite-logo-img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    li.mainsite-butts-area {
        width: calc(100% - 400px);
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    ul.mainsite-butts-listing-ul {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    li.mainsite-butt-area-li {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-top: 20px;
        cursor: pointer;
    }

    a.mainsite-butt-href-a {
        font-family: 'SF Pro Display';
        text-decoration: none;
        font-size: 16px;
        color: rgb(89, 89, 89);
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
    }

    a.mainsite-butt-href-a:hover {
        color: black;
    }

    li.mainsite-cta-area {
        width: 200px;
        height: 100%;
        float: left;
    }

    a.mainsite-cta-href-a {
        text-decoration: none;
        float: right;
    }

    a.mainsite-cta-href-a#login-href {
        margin-right: 10px;
    }

    button.mainsite-login-butt {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        border-radius: 5px;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        color: black;
        font-family: 'SF Pro Display';
    }

    button.mainsite-login-butt:hover {
        background-color: #efefef;
    }

    button.mainsite-signup-butt {
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        padding: 0 15px;
    }

    button.mainsite-signup-butt:hover {
        background-color: #0000ff;
    }

    div.inner-div {
        width: 1200px;
        max-width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    div.big-inner-div {
        width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    footer.mainsite-footer {
        width: 100%;
        min-height: 80px;
        background-color: #fff;
        margin-top: 50px;
        display: flex;
        box-shadow: 0 0 15px 0 #c6c6c6;
        padding: 20px 0;
    }

    div#mainsite-footer-top-area {
        width: 100%;
        height: 50px;
        display: flex;
    }

    p#mainsite-footer-links-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 50px;
    }

    a#mainsite-footer-href-a {
        text-decoration: none;
        color: black;
    }

    span.splitter-span {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 50px;
    }

    div#mainsite-footer-copyright-area {
        width: 100%;
        height: 50px;
    }

    p#mainsite-footer-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    img.mainsite-footer-logo-img {
        height: 100%;
        width: auto;
        float: left;
        margin-right: 50px;
    }

    p#mainsite-footer-title-txt-p {
        font-family: 'SF Pro Display';
        color: white;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    nav.mainsite-nav {
        width: 100%;
        height: 60px;
        background-color: #eee;
    }

    ul.mainsite-listing-ul {
        width: 1200px;
        max-width: 90%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        margin: auto;
        list-style-type: none;
    }

    li.mainsite-logo-area {
        width: 200px;
        height: 100%;
        float: left;
    }

    img.mainsite-logo-img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    li.mainsite-butts-area {
        width: calc(100% - 400px);
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    ul.mainsite-butts-listing-ul {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    li.mainsite-butt-area-li {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-top: 20px;
        cursor: pointer;
    }

    a.mainsite-butt-href-a {
        font-family: 'SF Pro Display';
        text-decoration: none;
        font-size: 16px;
        color: rgb(89, 89, 89);
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
    }

    a.mainsite-butt-href-a:hover {
        color: black;
    }

    li.mainsite-cta-area {
        width: 200px;
        height: 100%;
        float: left;
    }

    a.mainsite-cta-href-a {
        text-decoration: none;
        float: right;
    }

    a.mainsite-cta-href-a#login-href {
        margin-right: 10px;
    }

    button.mainsite-login-butt {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        border-radius: 5px;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        color: black;
        font-family: 'SF Pro Display';
    }

    button.mainsite-login-butt:hover {
        background-color: #efefef;
    }

    button.mainsite-signup-butt {
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        padding: 0 15px;
    }

    button.mainsite-signup-butt:hover {
        background-color: #0000ff;
    }

    div.inner-div {
        width: 1200px;
        max-width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    div.big-inner-div {
        width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
        overflow: hidden;
    }

    footer.mainsite-footer {
        width: 100%;
        min-height: 80px;
        background-color: #fff;
        margin-top: 50px;
        display: flex;
        box-shadow: 0 0 15px 0 #c6c6c6;
        padding: 20px 0;
    }

    div#mainsite-footer-top-area {
        width: 100%;
        height: 50px;
        display: flex;
    }

    p#mainsite-footer-links-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 50px;
    }

    a#mainsite-footer-href-a {
        text-decoration: none;
        color: black;
    }

    span.splitter-span {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 50px;
    }

    div#mainsite-footer-copyright-area {
        width: 100%;
        height: 50px;
    }

    p#mainsite-footer-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    img.mainsite-footer-logo-img {
        height: 100%;
        width: auto;
        float: left;
        margin-right: 50px;
    }

    p#mainsite-footer-title-txt-p {
        font-family: 'SF Pro Display';
        color: white;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    nav.mainsite-nav {
        width: 100%;
        height: 60px;
        background-color: #eee;
    }

    ul.mainsite-listing-ul {
        width: 1200px;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        margin: auto;
        list-style-type: none;
    }

    li.mainsite-logo-area {
        width: 200px;
        height: 100%;
        float: left;
    }

    img.mainsite-logo-img {
        height: 40px;
        width: auto;
        margin-top: 10px;
    }

    li.mainsite-butts-area {
        width: calc(100% - 400px);
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    ul.mainsite-butts-listing-ul {
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    li.mainsite-butt-area-li {
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-top: 20px;
        cursor: pointer;
    }

    a.mainsite-butt-href-a {
        font-family: 'SF Pro Display';
        text-decoration: none;
        font-size: 16px;
        color: rgb(89, 89, 89);
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
    }

    a.mainsite-butt-href-a:hover {
        color: black;
    }

    li.mainsite-cta-area {
        width: 200px;
        height: 100%;
        float: left;
    }

    a.mainsite-cta-href-a {
        text-decoration: none;
        float: right;
    }

    a.mainsite-cta-href-a#login-href {
        margin-right: 10px;
    }

    button.mainsite-login-butt {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        border-radius: 5px;
        border: none;
        margin-top: 10px;
        cursor: pointer;
        color: black;
        font-family: 'SF Pro Display';
    }

    button.mainsite-login-butt:hover {
        background-color: #efefef;
    }

    button.mainsite-signup-butt {
        height: 40px;
        background-color: #3737ff;
        color: white;
        font-weight: bold;
        font-family: 'SF Pro Display';
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        padding: 0 15px;
    }

    button.mainsite-signup-butt:hover {
        background-color: #0000ff;
    }

    div.inner-div {
        width: 1200px;
        max-width: 90%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    div.big-inner-div {
        width: 100%;
        min-height: 100%;
        height: 100%;
        display: block;
        margin: auto;
        overflow: hidden;
    }

    footer.mainsite-footer {
        width: 100%;
        min-height: 80px;
        background-color: #fff;
        margin-top: 50px;
        display: flex;
        box-shadow: 0 0 15px 0 #c6c6c6;
        padding: 20px 0;
    }

    div#mainsite-footer-top-area {
        width: 100%;
        height: 50px;
        display: flex;
    }

    p#mainsite-footer-links-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 50px;
        margin-left: 15
    }

    a#mainsite-footer-href-a {
        text-decoration: none;
        color: black;
    }

    span.splitter-span {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 50px;
    }

    div#mainsite-footer-copyright-area {
        width: 100%;
        height: 50px;
    }

    p#mainsite-footer-txt-p {
        font-family: 'SF Pro Display';
        color: black;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    img.mainsite-footer-logo-img {
        height: 100%;
        width: auto;
        float: left;
        margin-right: 50px;
    }

    p#mainsite-footer-title-txt-p {
        font-family: 'SF Pro Display';
        color: white;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
}