.ie-notice {
	display: none;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200000;
    background-color: #F4F2F2;
    padding-top: 15rem;
}
	.ie-notice .ie-notice__message {
		margin: auto;
		max-width: 40%;
		padding: 5rem;
		text-align: center;
		background-color: #FFF;
		border-radius: 2rem;
	}
	.ie-notice h1 {
		margin-top: 0;
		font-family: "houschka-rounded", Arial, sans-serif;
		font-size: 2.4rem;
	}
	.ie-notice h2 {
		margin-top: 0;
		font-size: 2rem;
		color: #872155;;
	}
	.ie-notice p {
		font-size: 1.4rem;
	}
	.ie-notice p a {
		color: #872155;
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-notice {
  	display: block;
  }
}