@font-face {
    font-family: "BaskervilleProRegular";
    src: url('webFonts/BaskervilleProRegular/font.woff2') format('woff2'), url('../assets/fonts/webFonts/BaskervilleProRegular/font.woff') format('woff');
}

@font-face {
    font-family: "AptosSemiBold";
    src: url('webFonts/AptosSemiBold/font.woff2') format('woff2'), url('../assets/fonts/webFonts/AptosSemiBold/font.woff') format('woff');
}

@font-face {
    font-family: "AptosLight";
    src: url('webFonts/AptosLight/font.woff2') format('woff2'), url('../assets/fonts/webFonts/AptosLight/font.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'AptosLight', sans-serif;
    color: #00284A;
}

html, body {
    height: 100%;
}

.container {
    position: relative;
    padding: 0px 20% 0px 6%;
    height: 100%;
    width: 100%;
    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;
    padding-bottom: 14%;
    gap: 6rem;
    min-height: 800px;
    overflow: hidden;
}

.top-container {
    gap: 6rem;
}

@media only screen and (max-width: 768px) {
    .container {
        padding-top: 120px;
        min-height: 800px;
        height: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 20%;
        padding-left: 7.5%;
    }

    .top-container {
        gap: 3rem;
    }

    .typography-lrg {
        font-size: 24px !important;
        font-family: 'BaskervilleProRegular';
    }

    .typography-reg {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .typography-sml {
        font-size: 12px !important;
    }

    .typography-footer {
        font-size: 12px !important;
    }

    .max-w-250 {
        max-width: 200px;
    }

    .logo-img {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 680px) {
    .container {
        padding-right: 7.5%;
    }
}

.text-right {
    text-align: right;
}

.header-img {
    position: absolute;
    width: 35%;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .header-img {
        width: 70%;
        top: 0;
        right: 0;
    }
}

.footer-img {
    position: absolute;
    width: 35%;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .footer-img {
        width: 70%;
        bottom: 0;
        left: 0;
    }
}

.logo-img {
    width: 40%;
    min-width: 180px;
    max-width: 440px;
}

.typography-lrg {
    font-size: 52px;
    font-family: 'BaskervilleProRegular';
    font-weight: 200;
}

.typography-reg {
    font-size: 24px;
    line-height: 34px;
}

.typography-sml {
    font-size: 20px;
}

.typography-footer {
    font-size: 18px;
}

.text-right {
    text-align: right;
}

.flex-align-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4% 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
    color: #7BA7CC;
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding: 4% 6%;
        row-gap: 3rem;
        bottom: -42px;
    }
}

@media only screen and (max-width: 800px) {
    .footer {
        padding: 4% 6%;
        row-gap: 3rem;
        bottom: -22px;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 4% 6%;
        row-gap: 3rem;
        bottom: 42px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding: 8% 6%;
        row-gap: 3rem;
    }
}

.footer p {
    color: #7BA7CC;
}

.footer a {
    color: #7BA7CC;
    text-decoration: none;
}

.color-primary {
    color: #00284A !important;
}

.back-btn {
    text-decoration: none;
    font-size: 20px;
    font-family: 'AptosSemiBold';
}

.back-btn p {
    font-family: 'AptosSemiBold';
    line-height: 1;
    padding-top: 4px;
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

@media only screen and (max-width: 1024px) {
    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        row-gap: 8px;
    }

    .footer-container p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .resp-hide {
        display: none;
    }
}

.knockoff-right {
    padding-right: 32px;
}

@media only screen and (max-width: 768px) {
    .knockoff-right {
        padding-right: 0px;
    }
}

.resp-hide-1024 {

}

@media only screen and (max-width: 1024px) {
    .resp-hide-1024 {
        display: none;
    }
}
