h1, h2 {
  font-family: var(--heading) !important;
  font-weight: var(--font-bold)!important; /* 700 */
}

h3, h4 {
  font-family: var(--heading)!important;
  font-weight: var(--font-semibold)!important; /* 600 */
}

body, p, span, li {
  font-family: var(--body-font)!important;
  font-weight: var(--font-regular)!important; /* 400 */
}


.primary-color{
	color: #FAC874;
}

.ori-login-btn a{
  color: #fff;
  margin-left: 20px;
  padding: 10px 25px;
  /*letter-spacing: 0.14em;*/
  text-transform: uppercase;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-size: 14px !important;
  font-weight: 700;
  border-radius: 10px;
  width: 75px;
  height: 35px;
  border: 0;
}
.ori-sign-btn a{
    margin-left: 20px;
    padding: 10px 25px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-image: linear-gradient(#FAC874, #D39730);
    color: #161617;
    font-size: 14px !important;
    font-weight: 700;
    border-radius: 10px;
    width: 75px;
    height: 35px;
    border: 0;
}

.ori-login-btn a{
	white-space: nowrap;
    background-color: #292F3F;
}

.ori-sign-btn a{
	white-space: nowrap;
    background-color: #D39730;
}

.brand-logo img{
    max-width: 30dvw !important;
    height: 5dvh !important;
    object-fit: contain;
}

.logo-widget img{
	max-width: 30dvw !important;
    height: 5dvh !important;
    object-fit: contain;
}

.text-balance{
	text-wrap: balance;
	white-space: balance;
}

.ori-header-sidebar-search button.active{
	color: var(--base-color-1);
}
img.icon-gd {
    width: 100px;
    max-width: 100%;
}
img.headline-logo {
    max-width: 100%;
    max-width: 150px;
    margin:  0 auto 10px;
}
h1.headline {
    line-height: initial;
}
.bg-gradient-gold {
    background: linear-gradient(90deg, #FFE3A3 0%, #D0932C 100%);
}


img.stepicon {
    padding: 20px;
}

/*.zh-content .ori-slider-content-1{
    padding: 200px 0px 150px;
    height: 100vh;
}*/

.hero-balance {
    min-height: 100vh; /* fills full screen height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(60px, 8vh, 120px);
    padding-bottom: clamp(60px, 8vh, 120px);
}

.headline-logo {
    max-width: 180px;
    height: auto;
    margin: 0 auto 20px;
}

@media (max-height: 700px) {
    .hero-balance {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    }

    .headline-logo {
    max-width: 140px;
    }

    .headline {
    font-size: 1.8rem;
    }
}

.zh-content .m-brand-logo{
    width: 180px;
}

.zh-content img.headline-logo{
    max-width: 250px;
    height: 100%;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .zh-content img.headline-logo{
        max-width: 150px;
        margin-bottom: 16px;
    }
}