.h1,h1 {

margin: .56em 0;

font-family: 'Manrope','Arial',sans-serif;

color: #104365;

font-size: 36px;

font-weight: 700;

line-height: 1.16;

text-transform: unset;

}


.h2,h2 {

margin: 1.1em 0 1.05em;

color: #104365;

font-family: 'Manrope','Arial',sans-serif;

font-size: 28px;

font-weight: 700;

line-height: 1.21;

text-transform: none

}



.h3,h3 {

margin: 1.05em 0;

color: #104365;

font-family: 'Manrope','Arial',sans-serif;

font-size: 22px;

font-weight: 300;

line-height: 1.36;

text-transform: none

}



.h4,h4 {

margin: 1.8em 0 1.55em;

color: #104365;

font-family: 'Manrope','Arial',sans-serif;

font-size: 16px;

font-weight: 700;

line-height: 1.25;

text-transform: uppercase

}


.h5,h5 {

margin: 1.8em 0 1.55em;

color: #104365;

font-family: 'Manrope','Arial',sans-serif;

font-size: 16px;

font-weight: 400;

line-height: 1.25;

text-transform: none

}


.h6,h6 {

margin: 1.8em 0 1.55em;

color: #104365;

font-family: 'Manrope','Arial',sans-serif;

font-size: 16px;

font-weight: 400;

line-height: 1.25;

text-transform: none

}



BODY, .gadgetStyleNone {

font-family: 'Manrope', Arial, sans-serif;

color: #555555;

font-weight: 500;

}

/* Hide on Mobile */

 @media only screen and (max-width: 600px) {
.hide-on-mobile {
    display:none;
}
 }

/* Login Text on Mobile */

.WaGadgetMobilePanel .mobilePanel::after {
    content: "Login";
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    top:15px;
    right:48px;
    color: #e7c57f;
}