/* rem base: 16px */

#element-204 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.landing__nav-wrap {
    justify-content: center;
}

.landing__nav-wrap,
.landing__nav-logo-wrap {
    height: 160px;
}

.btn {
    text-align: center;
    font-family: 'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
    cursor: pointer;
    transition: border .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#element-204 .btn {
    border: 2px solid #000000;
    background: #000A67;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    width: 172px;
    border-radius: 3px;
    margin-bottom: 2em;
    margin-top: 1em;
}

.landing-footer .landing-section-block {
    background: #fff;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.landing-footer-copyright .landing-footer-copyright-c,
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #000;
}

#element-261 {
    text-align: center;
}

.formMod100 {
    width: 100%;
}

.landing__register-wrap .contactSection .formMod.formMod100 {
    margin: 0;
}

div.formMod100.landing__register-dropdown {
    margin-top: 8px;
}

.landing__register-wrap .contact-form-v2__form {
    width: 360px;
    height: 646px;
    border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    background: rgb(0, 10, 103);
    border: none;
}

.landing__register-enter-info {
    text-align: center;
    line-height: 19px;
    font-size: 16px;
    padding: 0;
    margin-top: 6px;
}

.landing__register-disclaimer {
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto',Helvetica,'Montserrat',Arial,sans-serif;
    text-align: center;
}

.landing__register-submit {
    background-color: #013396;
    color: #fff;
    background-image: linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -o- linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -moz-linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -webkit-linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -ms-linear-graident(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d59ef), color-stop(1, #013396));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 4px #fff;
    -webkit-box-shadow: 0px 6px 0px #013396, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0px 6px 0px #013396, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    box-shadow: 0px 6px 0px #013396, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
    font-weight: bold;
    font-style: italic;
    border: none;
}

.landing__register-submit:hover,
.landing__register-submit:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -o-linear-gradient(to bottom, #013396 0 0%, #0d59ef 100%);
    background-image: -moz-linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -webkit-linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -ms-linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #013396), color-stop(1, #0d59ef));
    border: none;
    cursor: pointer;
}

.landing__register-enter-info,
.text-message,
#element-261 .x_dc68832a {
    font-family: 'Roboto', Helvetica, 'Montserrat', Arial, sans-serif;
}

.text-message {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

#element-261 .x_dc68832a {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    padding: 0;
    color: #000;
}

#element-261 strong {
    font-weight: 700;
}


@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: none;
    }
}

@media screen and (min-width: 768px) {
    .landing__register-wrap {
        align-items: center;
    }

    .landing__nav {
        width: auto;
    }

    .landing__register-wrap .contact-form-v2__form {
        width:  402px;
        height: 498px;
    }

    .landing__register-enter-info {
        line-height: 22px;
        font-size: 15px;
    }
}

/* ===== Mobile Sizing ===== */
/* ===== 20250623 ===== */

.fullWrap {
    --body-width: 100vw;
}

.fullWrap.adminCollapsed,
.fullWrap.adminOpen {
    --body-width: calc(100vw - 45px);
}

@media screen and (max-width: 280px)
{
    .fullWrap {
        --body-width: 280px;
    }

    .fullWrap {
        min-width: var(--body-width);
    }
}

@media screen and (max-width: 325px)
{
    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        --body-width: 325px;
    }

    .fullWrap.adminCollapsed,
    .fullWrap.adminOpen {
        min-width: var(--body-width);
    }
}

.landing__nav-logo-wrap {
    max-height: calc(var(--body-width) / 5);
}

.landing__register-wrap .contact-form-v2__form {
    min-width: 280px;
    max-width: var(--body-width);
}

select.landing__register-dropdown {
    margin-top: .25em !important;
}

@media screen and (max-width: 400px) {
    .contactSection .formMod.formMod100 {
        display: flex;
        justify-content: center;
    }

    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 240px;
        font-size: 12px;
    }

    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
}

.landing__register-heading,
.landing__register-subheading {
  max-width: calc(var(--body-width) * 0.8);
}

/* ===== End ===== */
