@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,400italic,600|Jura:400,700");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
/*
@import url("https://px.animaapp.com/6332c40e95951969af8cc89b.6332c40f9ec129970bbfac72.CMS3EjB.hcp.png");*/


.screen textarea:focus,
.screen input:focus {
	outline: none;
}

.screen * {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.screen div {
	-webkit-text-size-adjust: none;
}

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

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

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

* {
	box-sizing: border-box;
}
