.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
font-family: "Montserrat", sans-serif;
}
.landing__register-disclaimer a{
    color:#fff;
}
/*HIDDEN TABLE*/
.tableTitle, .tableSubTitle, .text__links{
    text-align:center;
}
.tableTitle{
    font-size: 22px;
    color: #006974;
    padding-bottom: 0;
}
.fancyTable .fancyTableHead th{
    background:transparent;
}
.century__txt p{
    font-size:17px;
    line-height:1.4em;
    color:#1a2028;
}
.century__title{
    font-size:21px !important;
    color:#006974 !important;
}
.popup__table{
    display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.5);
      }
      .close {
      color: #000;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
          padding-right: 5px;
    }
    .popup__style{
        position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      max-width:800px;
      width:100%;
    }
    .close:hover, .close:focus {
      color: #000;
      text-decoration:underline;
    }
    .fancyTable th a, .fancyTable th p, .fancyTable th {
    color: #000;
    }
    /*TABLES*/
  .tableBorder{
    padding:1em;
    background:#fff;
    border:2px solid #000;
  }
  .fancyTable{
     position: relative;
    display: table;
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  margin:0 0 3em 0;
}
@media screen and (max-width:980px){
.popup__style {
    transform: translate(-50%, -17%);
}
}
table{
  border-spacing:0;
}
caption{
  display:none;
}

*{
margin:0;
padding:0;
border:0;
border-collapse:collapse;
}

.fancyTable thead{
  display:table-header-group;
  vertical-align:middle;
}
tr{
  display:table-row;
  vertical-align:inherit;
  border-color:inherit;
}
.fancyTable .fancyTableHead th {
    color: #000;
    border-left: none;
    border-right: none;
}
.fancyTable .fancyTableHead th, .fancyTable .fancyTableHead td {
    padding: 1.375em 1em;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    border: none;
}
.fancyTable th, .fancyTable td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    max-width: 30em;
    min-width: 15em;
    width: auto;
    word-break: break-word;
}
.fancyTable th, .fancyTable td {
    font-size: .8em;
    line-height: 1.25em;
    color: #353535;
    border-right: 2px solid #000;
}
.fancyTable td {
    font-size: .8em;
    padding: 1.625em 1em;
    font-weight: 400;
    background: #fff;
}
.fancyTable th, .fancyTable td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 30em;
    min-width: 15em;
    width: auto;
    word-break: break-word;
}
.fancyTable .fancyTableHead td:first-child {
    background: #fff;
    border-top: none;
    border-left: none;
}
.table {
    border-collapse: separate;
    background: white;
}

.fancyTable .fancyTableHead th, .fancyTable .fancyTableHead td {
    padding: 0.8em 0em;
    text-align: center;
        border-top: 1px solid #7F7F7F;
    border-right: 1px solid #7f7f7f;
    border-left: 1px solid #7f7f7f;
}

.fancyTable th, .fancyTable td {
    border-right: 1px solid #7F7F7F;
    padding: 1.125em 1em;
    vertical-align: top;
    border-left: 1px solid #7F7F7F;
}

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
    background: #F1F1F2;
}

.fancyTableHeadPadding td {
    border-right: none;
    height: 1.75em;
    padding: 0;
}

.overflowTable {
    background: #fff;
    padding: .5em;
}

.fancyTable th {
    text-align: right;
}

.fancyTableHead td:first-child {
    width: 10em;
}
@media screen and (max-width: 900px) {
    .overflowTable .fancyTable{
        width:100%;
    }
    .overflowTable::before, .overflowTable:before{
        display:none;
    }
    .overflowTable .inner::after, .overflowTable .inner:after{
        display:none;
    }
    .overflowTable::after, .overflowTable:after{
        display:none;
    }
    .overflowTable{
        width:100%;
    }
}
/*END HIDDEN TABLE*/
.century__txt{
    max-width:500px;
    width:100%;
    padding:1em;
}
.open__btn{
    font-weight: 500;
    font-size: 20px;
    white-space: normal;
    border-radius: 0;
    color: #fff;
    background-color: #272932;
    background: #272932;
    border: none;
    text-decoration:none;
    height: 46px;
    width: 200px;
        display: block;
    text-align: center;
    padding: .55em;
    margin:auto;
}
.open__btn:hover, .open__btn:focus{
    background-color: #272932;
    color: #fff;
    border: 1px solid #fff;
}
.contactSection{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px 75px;
    flex-wrap:wrap;
}
/*.mod-page-wrap.mod-page-wrap--landing,
 .mod-page-wrap--landing .htmlModuleWrap,
  .mod-page-wrap--landing .landing__block{
    background: #5eb2d0;
}*/
.landing__nav-logo-wrap{
    height:auto;
}
.landing__nav-logo{
    height:8em;
}
.landing__nav-wrap{
    background:#1a2028;
    height:190px;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    border:1px solid #000;
}
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #fff;
    cursor:pointer;
}
.landing-footer-copyright .landing-footer-copyright-c {
    color: #fff;
    padding: 0;
}
.caps{
    text-transform:uppercase;
}
.contentMessage{
        color: #fff;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.landing__register-enter-info{
    color:#fff;
    font-size:26px;
    padding:0;
}
.landing__register-disclaimer{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align:center;
    font-style:normal;
    padding:0;
}
.landing__register-wrap .contact-form-v2__form{
    background:#006974;
}
.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:#1a2028;
}
.landing__register-submit{
            font-weight: 500;
        font-size: 20px;
        white-space: normal;
        border-radius: 0;
        color: #1a202b;
        background-color: #5eb2d0;
        background:#5eb2d0;
        border:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background-color: #272932;
    color: #fff;
}

@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: 700px;
    }
    .landing-footer-copyright{
        top:1.15em;
    }
    .landing__register-wrap{
        align-items:flex-start;
    }
        .landing__nav {
        width: auto;
        }
}
@media screen and (max-width:767px){
        .landing__nav {
        width: auto;
        margin: 0 auto;
    }
    .landing-ehl{
        top:11em;
    }
    .landing__nav-logo{
        height:0;
    }
    .landing__nav-logo-wrap{
        height:96px;
    }
}
@media screen and (max-width:480px){
        .landing-ehl {
        left: calc(50% - 135px / 2);
        margin-top:1em;
    }
    .landing-footer-copyright{
        width:330px;
            left: calc(50% - 330px / 2);
            padding:0 1em;
    }
}

@media screen and (max-width:370px){
    .landing__register-wrap .contact-form-v2__form{
            width: 90vw;
    }
    .landing__register-wrap .contact-form-v2__layout{
        padding: 1em 0;
    }
    .landing-contents{
        padding:0 1em;
    }
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect{
        font-size:13px;
    }
}