html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
    line-height: 1.5;
}
body {
    color: #0b2237;
    font-weight: 400;
}
.main-wrapper{
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background-color: #0e2e49;
    min-height: 100vh;
    position: relative;
}
.nav-wrapper{
    background-color: #0e2e49;
    border-bottom: 2px solid #0b2237;
    color: #12395b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 112px;
    position: relative;
    z-index: 0;
}
.nav-wrapper>* {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-box-flex: 0;
    background: none;
    border: none;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 1;
    order: 1;
    position: relative;
}
.nav-logo{
    min-height: 100%;

    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-box-flex: 0;
    background: none;
    border: none;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 1;
    order: 1;
    position: relative;
}
a {
    color: #006ec8;
    font-family: got-norm, arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
    text-decoration: underline;

    cursor: pointer;
}
a:visited {
    color: #0b2237;
}
.nav-logo-svg{
    height: calc(100% - 46px);
    margin: 24px;
    width: 61px;
}
.nav-h1{
    visibility: hidden;
    -webkit-box-flex: 1;
    align-items: center;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 2.2807rem;
    font-weight: 600;
    margin-left: 8px;
    overflow: hidden;
    padding-top: 36px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.nav-span {
    overflow: hidden;
    text-overflow: ellipsis;
}
.hide-md{
    display: inline;
}
.nav-list{
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
}
.nav-list-item {
    align-items: flex-end;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: flex-end;
}
.nav-link {
    line-height: 1;
    padding: 24px;
    align-items: flex-end;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-family: got-norm, Arial, sans-serif;
}
.nav-bar{
    border-left: 3px solid #fff;
    height: 30px;
    margin-top: 63px;
    opacity: .9;
}
.nav-close{
    cursor: pointer;

    background: none;
    border: none;
    width: auto;

    display: block;
    font-size: .875rem;
    font-weight: 600;
    height: 100%;
    padding: 70px 24px 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}
.nav-close svg {
    width: 16px;
    height: 12px;


    font-size: .875rem;
    font-weight: 600;

    text-align: center;
    text-transform: uppercase;
    
    font-family: inherit;
}
.xx45{
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.nav-close::after {
    border: 2px solid #3399bd;
    bottom: -2px;
    content: "";
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    top: -2px;
    transition: opacity .25s;
    z-index: -1;

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.main-wrapper-2{
    font-size: 16px;
    /* background: #ececeb; */
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: .1px 0;
    position: relative;
    z-index: 0;
}
.main {
    background-color: #0e2e49;
    color: #fff;
    flex: 1 0 auto;
}
.main-container{
    color: #fff;
    font-size: 16px;
    font-family: got-norm, Arial, sans-serif;
}
.bg-svg{
    display: block;
    height: 719px;
    opacity: .02;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;

    background-color: #0e2e49;
    color: #fff;

    font-size: 16px;
    font-family: got-norm, Arial, sans-serif;
}
.bg-svg path{
    fill: #fff;
}
.form-wrapper{
    align-items: stretch;
    display: flex;
    margin: 88px 30px 145px;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    outline: none;
    /* background-color: #0e2e49; */
    color: #fff;
    font-size: 16px;
    font-family: got-norm, Arial, sans-serif;
}
.flex-grow-0 {
    flex-grow: 0;
}
.form-hero {
    background: none;
    color: #fff;
    flex-grow: 1;
    height: auto;
    margin: 0;
    max-width: 480px;
    min-width: auto;
    position: relative;
}
.form-hero-text{
    height: auto;
    padding-right: 10px;
    position: relative;

    background: none;
    color: #fff;
    flex-grow: 1;
    height: auto;
    margin: 0;
    max-width: 480px;
    min-width: auto;
    position: relative;
}
.form-hero-text h1{
    z-index: 0;

    font-weight: 500;

    display: block;
    left: 0;
    max-width: calc(100vw - 69px);
    padding: 0 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    font-family: merc2, Times, serif;
    font-size: 32px;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    transform: translateY(0);
}
.form-hero-text p{
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #fff;
    font-family: got-reg;
}
.form-hero-button{
    margin-top: 32px;

    display: block;
    height: 60px;
    margin-left: 0;
    outline: none;
    position: absolute;
    width: 196px;
}
.form-hero-button button {
    font-size: 1.26562rem;
    min-width: 8.125rem;
    padding: 20px 31px;

    background-color: #f6f5f5;
    font-weight: 500;
    height: 60px;
    text-decoration: none;
    width: 196px;

    /* background: #0000; */
    border: none;
    color: #06688a;

    line-height: 1.2;

    position: absolute;
    right: 0;

    top: 50%;
    transform: translateY(-50%);

    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #7d7c7c;
    box-sizing: border-box;

    cursor: pointer;
    display: inline-block;
    font-family: got-med, Arial, sans-serif;
    text-align: center;
}
.form-div {
    background-color: #fff;
    color: #3e4042;
    margin: 0;
    max-width: calc(100% - 48px);
    padding: 0 24px;
    width: 368px;
    z-index: 1;
    height: fit-content;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.form-title{
    color: #3e4042;
    font-family: merc2, Times, serif;
    font-size: 28px;
    letter-spacing: .3px;
    padding: 24px 0;
    text-align: center;
}
.submit-btn{
    height: 64px;
    padding: 20px 31px;
    font-size: 1.26562rem;
    min-width: 8.125rem;
    margin: 32px 0 0;
    width: 100%;
    background-color: #54732d;
    background: linear-gradient(#54732d, #435c24);
    box-shadow: inset 0 -2px 0 0 #32451b;
    color: #fff;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;

    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;

    font-family: got-med, Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.form-link {
    margin: 48px 0;
    text-align: center;
}
.form-link a {
    font-family: got-reg;
}
.input-div{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    font-size: 1.375rem;
    color: #3e4042;
    font-family: got-norm;
    border: 1px solid #7d7c7c;
}
.label {
    font-size: 1.125rem;
    padding-top: 17.5px;
    padding-left: 23px;
    padding-right: 23px;
    cursor: pointer;
    display: block;
    color: #3e4042;
    font-family: got-reg;
}
.label span {
    margin-right: 10px;
}
.input {
    font-size: 1.375rem;
    z-index: 3;
    padding: 0 23px 15.5px;
    border: none;
    color: #00668a;
    width: 100%;
}
.footer {
    background-color: #0e2e49;
    height: 133px;
    width: 100%;
    padding: 33px 56px 26px 56px;
    margin: auto;
    max-width: 1600px;
}
.footer-menu {
    padding-right: 27px;
    font-size: 16px;
    font-family: got-reg;
    color: #fff;
    text-decoration: underline;
}
.footer-menu {
    display: flex;
}
.cpr-div {
    margin-top: 18px;
    font-size: 13px;
    font-family: got-reg;
    color: #fff;
}
.nc-div {
    margin-top: 11px;
    font-size: 13px;
    font-family: got-reg;
    color: #fff;
}
.new-to{
    display: none;
}
.new-to-m {
    display: flex;
    justify-content: space-between;
    height: 72px;
    align-items: center;
    padding: 2px 16px;
    background-color: #f6f5f5;
    color: #00668a;
}
.new-to-left {
    font-size: 16px;
    font-family: got-med;
    margin-top: -2px !important;
}
.new-to-right {
    font-size: 16px;
    font-family: got-bold;
    text-decoration: underline;
    margin-top: 0px;
    margin-top: -2px !important;
}

.error-div {
    background-color: #fef4cd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px 12px 12px;
    margin-bottom: 25px;
    width: 100%;
    justify-content: flex-start;
}
.error-img-div {
    display: flex;
    height: 100%;
    align-items: flex-start;
}
.error-para p {
    font-size: 16px;
    font-family: got-reg;
    line-height: 1.5rem;
    margin-left: 10px;
}
.error-img-div img {
    height: 28px;
}
.first-loader{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.animate-spin {
    animation: spin 1s linear infinite;
}

.spinner {
    display: none;
}

.htmx-request .spinner {
    display: inline;
}

.htmx-request.spinner {
    display: inline;
}

.htmx-request.spinner ~ .button-text {
    display: none;
}
.password-input-div{
    position: relative;
}
.password-input{
    padding-right: 45px !important;
}
.eye-btn{
    cursor: pointer;
    position: absolute;
    top: 34px;
    right: 15px;
    z-index: 9;
}
.eye-close-svg{
    display: none;
}

@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
@media only screen and (max-width: 1600px) {
    .footer {
        background-color: #0e2e49;
        height: 133px;
        width: 100%;
        padding: 33px 56px 26px 56px;
        margin: auto;
        max-width: 1191px;
    }
}
@media screen and (max-width:766px) {
    .hide-md, .bg-svg {
        display: none;
    }
    .nav-logo-svg{
        height: calc(100% - 32px);
        margin: 16px;
        width: auto;
    }
    .nav-link {
        font-size: 12px;
        padding: 0 16px 16px 0;
    }
    .nav-close{
        padding: 69.5px 16px 16px;
        width: 47px;
    }
    .nav-wrapper{
        border-bottom: 2px solid #d0cfce;
        height: 100px;
    }
    .main {
        background-color: white;
    }
    .form-hero {
        display: none;
    }
    .form-wrapper, .form-div{
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    .form-div {
        padding: 0 16px;
    }
    .nav-bar {
        margin-top: 60px;
    }
    .new-to{
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        background-color: #0e2e49;
        height: 200px;
        width: 100%;
        padding: 32px 56px 26px 56px;
        margin: auto;
        max-width: 1600px;
    }
    .footer-menu {
        flex-direction: column;
        padding-bottom: 4px;
    }
    .cpr-div {
        margin-top: 7px;
        font-size: 13px;
        font-family: got-reg;
        color: #fff;
    }
    .footer-menu {
        flex-direction: column;
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 568px) {
    .footer {
        height: 180px;
        padding: 21px 56px 26px 24px;
        max-width: 1600px;
    }
    .footer-menu {
        padding-bottom: 0;
    }
    .cpr-div {
        margin-top: 2px;
    }
    .cpr-div {
        margin-top: 19px;
    }
    .nav-wrapper {
        height: 74px; 
    }
    .nav-logo-svg {
        height: calc(100% - 32px);
        margin: 16px;
        width: auto;
    }
    .nav-link {
        padding: 0 16px 16px 0;
    }
    .nav-bar {
        margin-top: 34px;
    }
    .nav-close {
        width: 48px;
        padding: 43px 16px 16px;
    }
    .label {
        padding-top: 11px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
    .input {
        padding: 1px 15px 12px;

        line-height: 1.2em;
        font-size: 1.125rem;
    }
    .submit-btn{
        height: 48px;
        padding: 12px 31px;
        font-size: 1rem;
    }
    .form-link {
        margin: 24px 0 64px;
    }
}