
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,400");

@import url("https://px.animaapp.com/6543cb904bd797a7d42ad6e6.6543cb944bd797a7d42ad6e9.Jtil64d.hcp.png");



#html_custom_template .screen a {
display: contents;
text-decoration: none;
}

#html_custom_template .container-center-horizontal {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
width: 100%;
}

#html_custom_template .container-center-horizontal > * {
flex-shrink: 0;
pointer-events: auto;
}

#html_custom_template .align-self-flex-start {
align-self: flex-start;
}

#html_custom_template .hidden,
#html_custom_template .hidden * {
pointer-events: none;
visibility: hidden;
}

#html_custom_template * {
box-sizing: border-box;
}
