.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    background-repeat:no-repeat;
}
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #000;
}
.landing__nav-wrap{
    background:#133695;
    height: 220px;
}
.landing-footer-copyright .landing-footer-copyright-c {
    color: #000;
    padding: 0;
}
.landing__nav-logo-img{
    height:150px;
}
.landing__nav-logo{
    height:auto;
}
.landing__nav-logo-wrap{
    height:auto;
}
.caps{
    text-transform:uppercase;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    border:1px solid #000;
}
.contentMessage{
        color: #5e5e5e;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.landing__register-enter-info{
    color:#000;
    font-size:26px;
}
.landing__nav-logo-wrap{
    margin:auto;
}
.landing__register-disclaimer{
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align:center;
    font-style:normal;
    padding:0;
}
.landing__register-wrap .contact-form-v2__form{
    background:#fff;
}
.contactSection .formMod.customertype, .contactSection .formMod.helptype, .contactSection .formMod.formMod100, .contactSection .formmod.formMod100 {
    display: block;
    width: 100%;
}
div.landing__register-textbox {
    margin: 0;
}
select.landing__register-dropdown{
    margin: 8px 0 8px 0;
}
.landing-footer .landing-section-block{
    background-color:#9bdbfa;
}
.landing__register-submit{
            font-weight: 500;
        font-size: 20px;
        white-space: normal;
        background-clip: padding-box;
        border-style: double;
        border-width: 3px;
        border-radius: 6px;
        border-color: #133695;
        color: #fff;
        background-color: #133695;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background-color: #027d82;
    border-color: #027d82;
    color: #fff;
    box-shadow: none;
    background-clip: padding-box;
}

@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 .contact-form-v2__form {
        width: 350px;
        max-width: 90vw;
        height: 641px;
    }
    .landing__register-wrap{
        align-items:center;
    }
}
@media screen and (max-width: 767px) {
    .landing__register-wrap{
        padding:0;
    }
.landing__nav-logo-img {
    height: 100px;
}
.landing__nav-logo-wrap{
    width:auto;
    max-height:100%
}
.landing__nav-wrap{
    justify-content:center;
}
.landing-footer-copyright .landing-footer-copyright-b{
    text-align:center;
}
.landing-ehl{
left: calc(50% - 135px / 2) !important;
}
}
@media screen and (max-width:470px){
    .landing__register-wrap .contact-form-v2__form {
        max-width: 280px;
    }
}
@media screen and (max-width:350px){
    .landing__register-wrap .contact-form-v2__form{
        width:auto;
    }
        .landing__register-wrap .contact-form-v2__layout {
        padding: 4px .5em 0 .5em;
    }
}