/* last updated: 30.11.2023 13:35:12 */

body, .header h1 { font-family: "Soho Gothic Pro", sans-serif }
body { font-size: 16px; background-color: #000; }
.header { background-color: transparent; }
.header h1 { font-size: 3.5em; color: #fff; }
.header-icon { display: none; }
.popup { background-color: #000; color: #fff; border: 1px solid #595959; }
a.close { background-image: none !important; color: #fff; }
a.close:after { content: "x"; text-align: center; font-size: 30px; line-height: 1.0; }
.btn {
    color: white;
    font-size: 1rem;
    line-height: 1.25rem;
    font-style: italic;
    text-transform: uppercase;
    background-color: #d6002a;
    padding-top: 0.875rem;
    padding-right: 1.125rem;
    padding-bottom: 0.875rem;
    padding-left: 1.125rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.btn:hover {
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: white;
    background-color: #b1112e;
}
a.logo, div.logo img { display: none; }
@media (max-width: 480px) {
    body { font-size: 14px; } 
	.popup { max-height: 96vh; }
	.wrapper { padding-bottom: 150px; }
}
