h1 {
    max-width: 1040px;
}
.zw-template-inner {
    position: relative;
}
.zwc-p-links {
    max-width: 850px;
}
.zwc-notapartner-load {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vw;
    background: #fff;
    z-index: 10;
}

.zwc-notapartner {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: none
}

.zwc-showcontent, .zwc-notapartner, .zw-template-inner>section {
    display: none;
}

.zwc-nopartner-flex {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
    justify-content: center;
    align-items: center;
}

.zw-template-inner .zwc-ha-button p {
    margin-bottom: 5px;
    font-family: var(--secondaryfont-semibold);
    font-size: 19px
}

.zwc-ha-button a {
    display: inline-block;
    font-size: 19px;
    color: var(--zwc-link-clr);
    text-decoration: underline
}

.zwc-ha-button {
    padding: 0 15px
}

.non-umain .zwc-p-loggedcase {
    display: none
}

.body-umain .zwc-p-links {
    display: none
}

.body-umain .zwc-p-loggedcase {
    display: block
}