*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-family: "THICCCBOI" !important
}

h2 {
    font-weight: 700 !important;
    font-size: 1.75rem !important;
    color: #0155a8 !important
}

@media screen and (min-width: 992px) {
    h2 {
        font-size: 2.5rem !important
    }
}

h3 {
    color: #0155a8 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important
}

@media screen and (min-width: 992px) {
    h3 {
        font-size: 2rem !important
    }
}

h4 {
    color: #2a2a2a !important;
    font-size: 1.125rem !important;
    font-family: "THICCCBOI" !important;
    font-weight: 600 !important
}

@media screen and (min-width: 992px) {
    h4 {
        font-size: 1.5rem !important
    }
}

h6 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #2a3547 !important;
    margin: 1rem 0 !important
}

@media screen and (min-width: 992px) {
    h6 {
        font-size: 1.125rem !important
    }
}

a {
    text-decoration: none !important
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.button-primary {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.7em 2.5em;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    font-family: "THICCCBOI";
    background-color: #0155a8;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

/* Mobile Footer */

.footer-mobi-bottom {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.82);
    position: fixed;
    width: 100%;
    z-index: 200;
    text-align: center;
}

    .footer-mobi-bottom ul {
        margin-bottom: 0;
    }

        .footer-mobi-bottom ul li {
            padding-left: 6px;
            padding-right: 6px;
            display: inline-block;
        }

            .footer-mobi-bottom ul li a {
                color: #65676b;
                display: block;
                font-size: 14px;
                padding: 6px 3px;
                text-decoration: none;
            }

                .footer-mobi-bottom ul li a .icon {
                    height: 30px;
                    display: flex;
                    align-items: center;
                }

                .footer-mobi-bottom ul li a img {
                    display: block;
                    margin-inline: auto;
                }

@media screen and (min-width: 992px) {
    .button-primary {
        font-size: 1.25rem
    }
}

.button-secondary {
    display: inline-block;
    text-decoration: none;
    color: #0155a8;
    font-size: 1rem;
    font-weight: 500;
    background-color: #fff;
    padding: .8em 4em;
    border-radius: 70px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

    .button-secondary:hover {
        -webkit-box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.2);
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

@media screen and (min-width: 992px) {
    .button-secondary {
        font-size: 1.25rem
    }
}

#about-us {
    margin-top: 6rem;
    margin-bottom: 2rem
}

.about-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .about-container {
        padding: 1.8rem
    }
}

@media screen and (min-width: 992px) {
    .about-container {
        padding: 2.5rem
    }
}

.about-container h2 {
    text-align: left
}

@media screen and (min-width: 768px) {
    .about-container h2 {
        text-align: center
    }
}

.about-wrapper {
    margin-top: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .about-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        margin-top: 3rem;
        gap: 2rem
    }
}

.about-box h4 {
    color: #2a2a2a;
    font-size: 1.125rem;
    font-family: "THICCCBOI";
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .about-box h4 {
        font-size: 1.5rem
    }
}

.about-box p {
    color: #757986;
    font-size: 0.75rem;
    font-family: "THICCCBOI";
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .about-box p {
        font-size: 1rem
    }
}

.about-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7fafd;
    border-radius: 12px;
    padding: 3rem 0
}

    .about-box-1 .about-image {
        width: 50%
    }

        .about-box-1 .about-image img {
            width: 100%
        }

@media screen and (min-width: 992px) {
    .about-box-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

@media screen and (min-width: 992px) {
    .about-box-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media screen and (min-width: 992px) {
    .about-box-3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
    }
}

@media screen and (min-width: 992px) {
    .about-box-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4
    }
}

#sign-in {
    margin-top: 6rem;
    margin-bottom: 2rem
}

.sign-in-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .sign-in-container {
        padding: 1.8rem
    }
}

@media screen and (min-width: 992px) {
    .sign-in-container {
        padding: 2.5rem
    }
}

.sign-in-wrapper {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .sign-in-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2rem
    }
}

.sign-in-box input {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #ced3e0;
    padding: 0.8rem 0.8rem;
    border-radius: 8px;
    font-size: 1rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .sign-in-box input::-webkit-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-in-box input:-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-in-box input::-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-in-box input::placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-in-box input:focus {
        border-color: #86b7fe;
        -webkit-box-shadow: 0 0 0 0.25rem #0d6efd40;
        box-shadow: 0 0 0 0.25rem #0d6efd40
    }

.sign-in-box span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #0155a8;
    margin: 0.5rem 0 1.5rem
}

.sign-in-box a {
    width: 100%;
    text-align: center
}

.sign-in-left,
.sign-in-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.sign-in-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7fafd;
    border-radius: 12px;
    padding: 3rem 0
}

    .sign-in-right .sign-image {
        width: 50%
    }

.sign-body-text {
    padding: 3rem 0 1rem
}

    .sign-body-text h4 {
        text-align: center
    }

.sign-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

@media screen and (min-width: 992px) {
    .sign-bottom-wrapper {
        gap: 2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.sign-bottom-left,
.sign-bottom-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.sign-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    gap: 1rem;
    padding: 2rem;
    -webkit-box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .sign-bottom:hover {
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
    }

@media screen and (min-width: 768px) {
    .sign-bottom {
        padding: 1.3rem
    }
}

@media screen and (min-width: 992px) {
    .sign-bottom {
        padding: 2rem
    }
}

.sign-bottom h6 {
    margin: 0 0 0.5rem !important
}

.sign-bottom p {
    max-width: 40ch;
    font-size: 0.75rem;
    font-weight: 600;
    color: #a4a9b6;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .sign-bottom p {
        font-size: 0.875rem
    }
}

.sign-bottom .bottom-image {
    width: 3rem
}

#sign-up {
    margin-top: 6rem;
    margin-bottom: 2rem
}

.sign-up-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .sign-up-container {
        padding: 1.8rem
    }
}

@media screen and (min-width: 992px) {
    .sign-up-container {
        padding: 2.5rem
    }
}

.sign-up-wrapper {
    margin-top: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .sign-up-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
    }
}

@media screen and (min-width: 768px) {
    .sign-up-box-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

.sign-up-box-1 p {
    font-size: 0.875rem;
    color: #0155a8
}

.sign-up-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7fafd;
    border-radius: 12px;
    padding: 3rem 0
}

@media screen and (min-width: 768px) {
    .sign-up-box-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

.sign-up-box-2 .sign-image {
    width: 50%
}

@media screen and (min-width: 768px) {
    .sign-up-box-3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 4;
        grid-row: 2/6
    }
}

.sign-up-box-3 input {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #ced3e0;
    padding: 0.8rem 0.8rem;
    border-radius: 8px;
    font-size: 1rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .sign-up-box-3 input::-webkit-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-up-box-3 input:-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-up-box-3 input::-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-up-box-3 input::placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .sign-up-box-3 input:focus {
        border-color: #86b7fe;
        -webkit-box-shadow: 0 0 0 0.25rem #0d6efd40;
        box-shadow: 0 0 0 0.25rem #0d6efd40
    }

.sign-up-box-3 a {
    margin: 3rem 0 2rem;
    width: 100%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .sign-up-box-3 a {
        margin: 5rem 0 2rem
    }
}

@media screen and (min-width: 768px) {
    .sign-up-box-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        grid-row: 3/6
    }
}

.sign-up-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
    padding: 1rem;
    -webkit-box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .sign-up-bottom:hover {
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
    }

    .sign-up-bottom h6 {
        margin: 0 0 0.5rem !important
    }

    .sign-up-bottom p {
        max-width: 40ch;
        font-size: 0.75rem;
        font-weight: 600;
        color: #a4a9b6;
        margin-bottom: 0
    }

@media screen and (min-width: 768px) {
    .sign-up-bottom p {
        font-size: 0.875rem
    }
}

.sign-up-bottom .bottom-image {
    width: 3rem
}

#tell-more {
    margin-top: 6rem;
    margin-bottom: 2rem
}

.tell-more-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .tell-more-container {
        padding: 1.8rem
    }
}

@media screen and (min-width: 992px) {
    .tell-more-container {
        padding: 2.5rem
    }
}

.tell-more-wrapper {
    margin-top: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .tell-more-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem
    }
}

@media screen and (min-width: 768px) {
    .tell-more-box-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

.tell-more-box-1 p {
    font-size: 0.875rem;
    color: #0155a8;
    text-align: center
}

.tell-more-box-1 .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative
}

    .tell-more-box-1 .checkbox::after {
        content: "";
        width: 100%;
        border-bottom: 2px dashed #0155a8;
        position: absolute
    }

.tell-more-box-1 .check-input {
    z-index: 1
}

.tell-more-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7fafd;
    border-radius: 12px;
    padding: 3rem 0
}

@media screen and (min-width: 768px) {
    .tell-more-box-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

.tell-more-box-2 .tell-more-image {
    width: 50%
}

@media screen and (min-width: 768px) {
    .tell-more-box-3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 4;
        grid-row: 2/6
    }
}

.tell-more-box-3 input,
.tell-more-box-3 select {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #ced3e0;
    padding: 0.8rem 0.8rem;
    border-radius: 8px;
    font-size: 1rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .tell-more-box-3 input::-webkit-input-placeholder,
    .tell-more-box-3 select::-webkit-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .tell-more-box-3 input:-ms-input-placeholder,
    .tell-more-box-3 select:-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .tell-more-box-3 input::-ms-input-placeholder,
    .tell-more-box-3 select::-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .tell-more-box-3 input::placeholder,
    .tell-more-box-3 select::placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .tell-more-box-3 input:focus,
    .tell-more-box-3 select:focus {
        border-color: #86b7fe;
        -webkit-box-shadow: 0 0 0 0.25rem #0d6efd40;
        box-shadow: 0 0 0 0.25rem #0d6efd40
    }

.tell-more-box-3 select {
    color: #5f636d;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("../../images/TellMore/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px)
}

.tell-more-box-3 a {
    margin: 3rem 0 2rem;
    width: 100%;
    text-align: center
}

@media screen and (min-width: 768px) {
    .tell-more-box-3 a {
        margin: 5rem 0 2rem
    }
}

.tell-more-box-4 p {
    font-size: 0.85rem;
    color: #757986;
    font-weight: 400;
    margin-bottom: 2rem
}

@media screen and (min-width: 992px) {
    .tell-more-box-4 p {
        max-width: 35ch;
        font-size: 1rem
    }
}

@media screen and (min-width: 768px) {
    .tell-more-box-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        grid-row: 3/6
    }
}

.tell-more-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
    padding: 1rem;
    -webkit-box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .tell-more-bottom:hover {
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
    }

    .tell-more-bottom h6 {
        margin: 0 0 0.5rem !important
    }

    .tell-more-bottom p {
        max-width: 40ch;
        font-size: 0.75rem;
        font-weight: 600;
        color: #a4a9b6;
        margin-bottom: 0
    }

@media screen and (min-width: 768px) {
    .tell-more-bottom p {
        font-size: 0.875rem
    }
}

.tell-more-bottom .bottom-image {
    width: 3rem
}

#contact {
    margin-top: 6rem;
    margin-bottom: 2rem
}

.contact-content {
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px
}

@media screen and (min-width: 768px) {
    .contact-content {
        padding: 1.8rem
    }
}

@media screen and (min-width: 992px) {
    .contact-content {
        padding: 2.5rem
    }
}

.contact-wrapper input,
.contact-wrapper textarea {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #ced3e0;
    padding: 0.8rem 0.8rem;
    border-radius: 8px;
    font-size: 1rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .contact-wrapper input::-webkit-input-placeholder,
    .contact-wrapper textarea::-webkit-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .contact-wrapper input:-ms-input-placeholder,
    .contact-wrapper textarea:-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .contact-wrapper input::-ms-input-placeholder,
    .contact-wrapper textarea::-ms-input-placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .contact-wrapper input::placeholder,
    .contact-wrapper textarea::placeholder {
        color: #5f636d;
        font-size: 0.9rem
    }

    .contact-wrapper input:focus,
    .contact-wrapper textarea:focus {
        border-color: #86b7fe;
        -webkit-box-shadow: 0 0 0 0.25rem #0d6efd;
        box-shadow: 0 0 0 0.25rem #0d6efd
    }

.contact-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem
}

#header {
    background-color: #e4eef7
}

.header-container {
    padding-top: 6rem;
    background-color: #0155a8;
    -webkit-clip-path: ellipse(150% 95% at 50% 0%);
    clip-path: ellipse(150% 95% at 50% 0%)
}

@media screen and (min-width: 768px) {
    .header-container {
        -webkit-clip-path: ellipse(150% 100% at 50% 0%);
        clip-path: ellipse(150% 100% at 50% 0%)
    }
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header-content p {
        text-align: center;
        max-width: 30ch;
        margin: 0 auto;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        margin: 1.5rem 0 3rem
    }

@media screen and (min-width: 992px) {
    .header-content p {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 768px) {
    .header-content p {
        min-width: 70ch
    }
}

.header-content h1 {
    max-width: 30ch;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .header-content h1 {
        font-size: 3.785rem
    }
}

.header-content .light-text {
    font-weight: 500
}

.header-content .bold-text {
    font-weight: 700
}

.header-wrapper {
    margin-top: 3rem;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem
}

    .header-wrapper .header-image img {
        height: 100%
    }

    .header-wrapper .header-image:nth-child(2) {
        padding-top: 2rem
    }

@media screen and (min-width: 768px) {
    .header-wrapper {
        gap: 3rem;
        padding: 0 0
    }
}

.idx-coin-image {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: none
}

@media screen and (min-width: 768px) {
    .idx-coin-image {
        display: block
    }
}

.idx-coin-image img {
    height: 170px;
    width: 130px
}

.idx-dollar-img {
    position: absolute;
    top: 20%;
    right: 10px;
    z-index: -1;
    display: none
}

@media screen and (min-width: 768px) {
    .idx-dollar-img {
        display: block
    }
}

.idx-dollar-img img {
    height: 150px;
    width: 150px
}

#offer {
    padding: 1rem 0 2rem;
    background-image: url("../../../images/Home/Offer/offer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 5
}

@media screen and (min-width: 992px) {
    #offer {
        padding: 6rem 0 4rem
    }
}

.offer-content h2 {
    text-align: center;
    color: #2a2a2a !important;
    margin-bottom: 2rem
}

@media screen and (min-width: 992px) {
    .offer-content h2 {
        margin-bottom: 3rem
    }
}

.offer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem
}

@media screen and (min-width: 425px) {
    .offer-wrapper {
        gap: 1rem
    }
}

.offer-box {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 8px 8px 40px rgba(1, 85, 168, 0.04);
    box-shadow: 8px 8px 40px rgba(1, 85, 168, 0.04);
    border-radius: 12px;
    padding: 0.8rem
}

@media screen and (min-width: 768px) {
    .offer-box {
        padding: 1rem
    }
}

.offer-box .offer-image {
    width: 5rem;
    padding: 0.3rem
}

.offer-box-1,
.offer-box-2,
.offer-box-3,
.offer-box-4,
.offer-box-5 {
    width: 48%;
    min-width: 9rem;
    cursor: pointer;
}

    .offer-box-1:hover,
    .offer-box-2:hover,
    .offer-box-3:hover,
    .offer-box-4:hover,
    .offer-box-5:hover {
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
    }

@media screen and (min-width: 425px) {

    .offer-box-1,
    .offer-box-2,
    .offer-box-3,
    .offer-box-4,
    .offer-box-5 {
        width: calc((100% - 4rem) / 5);
        min-width: 12rem;
        cursor: pointer;
    }

        .offer-box-1:hover,
        .offer-box-2:hover,
        .offer-box-3:hover,
        .offer-box-4:hover,
        .offer-box-5:hover {
            -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
        }
}

.offer-box-body {
    text-align: center
}

    .offer-box-body h4 {
        margin: 1rem 0
    }

    .offer-box-body p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #757986
    }

#progress {
    padding: 2rem 0
}

@media screen and (min-width: 992px) {
    #progress {
        padding: 4rem 0
    }
}

.progress-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem
}

@media screen and (min-width: 768px) {
    .progress-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.progress-box span {
    max-width: 20ch;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center
}

@media screen and (min-width: 768px) {
    .progress-box span {
        text-align: left;
        font-size: 2.5rem
    }
}

@media screen and (min-width: 992px) {
    .progress-box span {
        font-size: 3rem
    }
}

.right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

@media screen and (min-width: 992px) {
    .right-item {
        gap: 2rem
    }
}

.right-inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -webkit-box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    border-radius: 15px;
    padding: 1rem 2rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

    .right-inner-item:hover {
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
    }

    .right-inner-item h6 {
        margin-bottom: 0.5rem !important;
        margin-top: 0 !important
    }

    .right-inner-item p {
        max-width: 30ch;
        font-size: 0.75rem;
        font-weight: 600;
        color: #a4a9b6;
        margin-bottom: 0
    }

@media screen and (min-width: 768px) {
    .right-inner-item p {
        font-size: 0.875rem
    }
}

.right-inner-item .bottom-image {
    width: 3.5rem
}

#our-policy {
    padding: 2rem 0;
    background-color: #fff
}

@media screen and (min-width: 992px) {
    #our-policy {
        padding: 4rem 0
    }
}

.policy-content h2 {
    text-align: center;
    color: #2a2a2a !important;
    margin-bottom: 2.5rem
}

@media screen and (min-width: 768px) {
    .policy-content h2 {
        margin-bottom: 7rem
    }
}

.policy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media screen and (min-width: 768px) {
    .policy-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.policy-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    box-shadow: 8px 15px 32px rgba(1, 85, 168, 0.04);
    border-radius: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}

@media screen and (min-width: 768px) {
    .policy-box {
        width: 40%;
        padding: 3.5rem 2rem 1rem
    }
}

.policy-box h4 {
    text-align: center
}

.policy-box p {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #757986
}

.policy-box:hover {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}

.policy-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #e4eef7;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .policy-image {
        position: absolute;
        top: -50px
    }
}

#footer {
    padding: 2rem 0;
    margin-bottom: 2rem;
    background-image: url("../../../images/Home/Footer/bg.png");
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 992px) {
    #footer {
        padding: 4rem 0;
        margin-bottom: 2rem
    }
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .footer-content h3 {
        color: #fff !important;
        text-transform: uppercase;
        text-align: center
    }

.footer {
    background-color: #fff
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .footer-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-container p {
    margin: 0;
    font-size: .785rem;
    color: #a4a9b6
}

@media screen and (min-width: 768px) {
    .footer-container p {
        font-size: 1rem
    }
}

.footer-element1 * {
    display: none
}

@media screen and (min-width: 768px) {
    .footer-element1 * {
        display: block
    }
}

.footer-element2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (min-width: 768px) {
    .footer-element2 {
        width: auto;
        gap: 20px
    }
}

.footer-element2 .footer-item3 {
    display: none
}

@media screen and (min-width: 768px) {
    .footer-element2 .footer-item3 {
        display: block
    }
}

.navbar-container {
    padding: 10px 0px !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px #0000000a;
    box-shadow: 0px 4px 8px 0px #0000000a
}

    .navbar-container .navbar-brand {
        margin: auto
    }

@media screen and (min-width: 992px) {
    .navbar-container .navbar-brand {
        margin: 0
    }
}

.navbar-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media screen and (min-width: 992px) {
    .navbar-wrapper {
        width: auto
    }
}

.navbar-toggler {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0 0 !important;
    border: none !important
}

    .navbar-toggler:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

.navbar-items-1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 2rem !important;
    margin-top: 2rem !important;
    gap: 5px
}

    .navbar-items-1 li {
        display: inline-block
    }

@media screen and (min-width: 992px) {
    .navbar-items-1 {
        padding-left: 0 !important;
        margin-top: 0 !important;
        gap: 20px
    }
}

.navbar-items-1 li a,
.navbar-items-3 li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #65676b;
    display: inline-block;
    position: relative;
    cursor: pointer
}

    .navbar-items-1 li a::after,
    .navbar-items-3 li a::after {
        content: "";
        position: absolute;
        width: 100%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        height: 2px;
        bottom: 0px;
        left: 0;
        background-color: #0155a8;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out
    }

    .navbar-items-1 li a:hover::after,
    .navbar-items-3 li a:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }

    .navbar-items-1 li a.active-nav,
    .navbar-items-3 li a.active-nav {
        color: #0155a8 !important
    }

        .navbar-items-1 li a.active-nav::after,
        .navbar-items-3 li a.active-nav::after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left
        }

.navbar-items-2 {
    display: none;
    margin: 0;
    padding-left: 0;
    gap: 10px
}

    .navbar-items-2 button {
        padding: 0.7em 2.5em;
        border-radius: 8px;
        font-size: 1rem;
        font-family: "THICCCBOI";
        background-color: #fff;
        color: #a4a9b6;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease
    }

        .navbar-items-2 button:hover {
            color: #fafafa;
            background-color: #0155a8
        }

    .navbar-items-2 li a button.active-btn {
        background-color: #0155a8;
        color: #fafafa
    }

@media screen and (min-width: 992px) {
    .navbar-items-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.navbar-items-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 2rem !important;
    gap: 5px
}

    .navbar-items-3 li {
        display: inline-block
    }

@media screen and (min-width: 992px) {
    .navbar-items-3 {
        display: none !important
    }
}

.offcanvas-content {
    width: 250px !important
}

.community {
    margin-top: 6rem;
    margin-bottom: 6rem;
    background-color: #f4f6fa !important
}

@media screen and (min-width: 992px) {
    .community {
        margin-bottom: 2rem
    }
}

.community-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 0.5rem
}

@media screen and (min-width: 768px) {
    .community-container {
        padding: 2rem
    }
}

.community-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center
}

@media screen and (min-width: 992px) {
    .community-content {
        gap: 50px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.community-item1 {
    padding: 1rem
}

    .community-item1 h1 {
        font-size: 24px;
        color: #0155a8;
        font-weight: 700
    }

@media screen and (min-width: 992px) {
    .community-item1 h1 {
        font-size: 40px;
        width: 12ch;
        margin-bottom: 1.2rem;
        margin-top: 1.2rem
    }
}

.community-item1 p {
    font-size: 12px;
    font-weight: 400
}

@media screen and (min-width: 992px) {
    .community-item1 p {
        font-size: 16px
    }
}

.community-item1 p span {
    color: #757986
}

.card-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem
}

.card-community {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    max-width: 28rem;
    gap: 20px;
    border: 1px solid #ced3e0;
    border-radius: 20px
}

@media screen and (min-width: 425px) {
    .card-community {
        -ms-grid-columns: 155px 1fr;
        grid-template-columns: 155px 1fr
    }
}

.card-community-img img {
    width: 100%;
    height: 100%
}

.card-community-body {
    position: relative
}

.card-top-img {
    position: absolute;
    top: 1.2rem;
    left: -3.3rem
}

.card-community-details {
    padding: 20px;
    padding-right: 10px
}

    .card-community-details h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0.8rem
    }

@media screen and (min-width: 768px) {
    .card-community-details h4 {
        font-size: 20px;
        margin-bottom: 1.5rem;
        margin-top: 0.5rem
    }
}

.card-community-details p {
    font-size: 12px;
    font-family: "THICCCBOI";
    color: #616367
}

@media screen and (min-width: 768px) {
    .card-community-details p {
        font-size: 14px
    }
}

.card-community-details p:nth-child(3) {
    color: #0155a8
}

.footer-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

    .footer-card p {
        margin: 0;
        font-size: 12px;
        font-family: "THICCCBOI"
    }

        .footer-card p:nth-child(2) {
            display: none
        }

@media screen and (min-width: 992px) {
    .footer-card p:nth-child(2) {
        display: block;
        margin-right: 20px
    }
}

.footer-card img {
    margin-right: 20px
}

@media screen and (min-width: 992px) {
    .footer-card img {
        display: none
    }
}

.bottom-navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px -4px 20px 0px #0000001a;
    box-shadow: 0px -4px 20px 0px #0000001a;
    z-index: 0 !important
}

@media screen and (min-width: 992px) {
    .bottom-navbar {
        display: none
    }
}

.bottom-navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 20px 0
}

    .bottom-navbar ul span {
        font-size: 25px
    }

    .bottom-navbar ul li a {
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        color: #65676b;
        display: inline-block;
        position: relative;
        cursor: pointer
    }

        .bottom-navbar ul li a::after {
            content: "";
            position: absolute;
            width: 100%;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: #0155a8;
            -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
            -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: -webkit-transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out
        }

        .bottom-navbar ul li a:hover::after {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left
        }

        .bottom-navbar ul li a.active {
            color: #0155a8
        }

            .bottom-navbar ul li a.active::after {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transform-origin: bottom left;
                transform-origin: bottom left
            }

.coin-image {
    position: absolute;
    display: none;
    z-index: -1;
    left: 0
}

    .coin-image img {
        width: 120px;
        height: 120px
    }

@media screen and (min-width: 1260px) {
    .coin-image {
        display: block
    }
}

.dollar-img {
    position: absolute;
    display: none;
    right: 0;
    z-index: -1;
    bottom: 2%
}

    .dollar-img img {
        width: 120px;
        height: 120px
    }

@media screen and (min-width: 1260px) {
    .dollar-img {
        display: block
    }
}

.progress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%
}

    .progress-container::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-bottom: 2px dashed #a4a9b6;
        width: 100%;
        z-index: 1
    }

.progress-step {
    background-color: #0155a8;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 0%;
    z-index: 2;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.circle {
    background-color: #a4a9b6;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

    .circle.active {
        background-image: url("../../images/SignUp/check.png");
        background-position: center;
        background-repeat: no-repeat;
        background-color: #0155a8;
        z-index: 3
    }

.footer {
    background-color: #fff
}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .footer-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-container p {
    margin: 0;
    font-size: .785rem;
    color: #a4a9b6
}

@media screen and (min-width: 768px) {
    .footer-container p {
        font-size: 1rem
    }
}

.footer-element1 * {
    display: none
}

@media screen and (min-width: 768px) {
    .footer-element1 * {
        display: block
    }
}

.footer-element2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (min-width: 768px) {
    .footer-element2 {
        width: auto;
        gap: 20px
    }
}

.footer-element2 .footer-item3 {
    display: none
}

@media screen and (min-width: 768px) {
    .footer-element2 .footer-item3 {
        display: block
    }
}

body {
    background-color: #f4f6fa !important;
    font-family: "THICCCBOI" !important
}

main {
    min-height: calc(100vh - 10rem)
}

/*# sourceMappingURL=style.min.css.map */
