.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
font-family: 'Times New Roman', Arial !important;
}

.landing__nav-logo{
    justify-content:center;
}
.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px 20px;
    top: 5em;
    position: relative;
}
.footerNote {
    font-size: 36px;
    color: #FFF112;
    font-family: 'Times New Roman', Arial;
    padding:15px;
    line-height:1em;
}
.landing__register-wrap{
    padding:15em 0 0 0;
}
.contact-form-v2__layout {
  width: 100%;
}
.landing__nav-logo-wrap{
        height: 170px;
    max-height: none;
        margin: 0 auto;
}
.landing-footer .landing-section-block{
background-color:#3d4095;
}
.landing__nav-logo-img {
    width: 331px;
    height: 136px;
}
.landing__nav-wrap{
    height:180px;
}
.contact-form-v2__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 1em;
    width: auto;
}

.card {
    line-height: 1.3em;
    padding: 2%;
    height: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 350px;
    border: 1px solid #000;
    background: #3d4095;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px -4px 0px #333333, 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);
    -moz-box-shadow: 0px -4px 0px #333333, 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 -4px 0px #333333, 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);
}

.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body1 {
    padding: 1em;
}

.tag {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1em;
    font-family: 'Times New Roman', Arial;
}

p.landing__register-disclaimer {
    position: absolute;
    width: 85%;
    left: 3.5em;
    font-size:15px;
}

/*Styling*/
ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .5em 1em .5em 2.25em;
    vertical-align: top;
    width: 100%;
    font-size: .8em;
    line-height: 1.2em;
    list-style-type: none;
    color: #ffffff;
}


ul {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 1.2em 0;
    flex-wrap: wrap;
}

ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .5em 1em .5em 2.25em;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    line-height: 1.2em;
    list-style-type: none;
    color: #ffffff;
    font-family: 'Times New Roman', Arial;
}

li {
    font-family: 'Times New Roman', Arial;
}

a {
    color: #ffffff;
    cursor: pointer;
}

ul li::before, ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: .5em;
    height: .5em;
    top: .8em;
    left: .8em;
    background: #ffffff;
    border-radius: 50%;
}

.landing__register-wrap .contact-form-v2__form {
    background:#3d4095;
    background: rgb(61 64 149 / 75%);
    color: #fff;
    padding: 0 1em;
    min-height: 235px;
    overflow: hidden;
    right: 0em;
    position: relative;
    height: 18em;
    width: 40em;
}

.mod-page-wrap--landing .landing__register-wrap .htmlModuleWrap {
    background: transparent;
    display: none;
}

/*.landing__register-wrap {
    margin: 0em 10%;
    padding: 0em;
    width: 100%;
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
}*/



.landing__block.landing__block--register {
    height: 35em;
}


/**/
.h1style, h1 {
    font-family: 'Times New Roman', Arial;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
    color: rgb(61, 64, 149);
    padding-top:.5em;
}

.landing__register-submit{
        border: 2px solid #FFF112;
        background: #FFF112;
        color: #3D4095;
        font-size: 0.9907rem;
        font-family: "Times New Roman";
        font-weight: 400;
        font-style: normal;
        height: 3.0625rem;
        width: 12.4375rem;
        border-radius: 0;
}
@media screen and (min-width:768px){
    .landing__register-wrap{
        align-items:flex-start;
    }
}

@media screen and (max-width:768px){
    .landing__register-submit{
        top: 5em;
    }
    .landing__register-wrap{
        padding:70px 0;
        align-items: center;
    }
    .landing__block.landing__block--register {
    height: auto;
}
.landing__register-wrap .contact-form-v2__form{
    height:31em;
}
.landing__register-disclaimer {
        text-align: center !important;
    }
}
@media screen and (max-width:767px){
    .landing__nav{
        margin:0 auto;
    }
        .landing-ehl {
        top: 6.65rem !important;
left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright{
            top: 6em;
        left: calc(50% - 224px / 2) !important;
        height: auto;
        width: auto;
        line-height: 1.05rem;
    }
}


.landing__register-submit:hover, .landing__register-submit:focus {
        background: #3D4095;
        color: #FFFFFF;
}



/*Mobile View*/


@media screen and (max-width:575px){
.contactSection {
    margin: 0em 5%;
}
}

@media screen and (max-width:450px){
.contactSection {
    margin: 0em 5%;
}
}
@media screen and (max-width:400px){
    .landing__nav-logo-img {
    width: 239px;
    height: auto;
}
.landing__register-wrap .contact-form-v2__form{
    width:17em;
}
}

/*Yellow Container*/
.yellow {
  background: #fff112 !important;
  color: #3d4095 !important;
}

.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 20px;
height: 100%;
  top: 5em;
  position: relative;
  padding-bottom:2em;
}

.yellow .tag {
  color: #3d4095;
}

.tag1 {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #3d4095;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
  font-family: 'Times New Roman', Arial;
}

.yellow ul li {
  color: #3d4095 !important;
}

.yellow ul li::before, ul li::before {
  background: #3d4095 !important;  
}

ul li::before, ul li::before {
    background: white !important;
}

li {
  position: relative;
  margin: 0;
  padding: .25em 2em .25em .5em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  color: white;
}

.htmlModuleWrap {
    padding-bottom: 10em;
}