@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,600,300,500,700");

@font-face {
  font-family: "AcuminVariable Concept-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AcuminVariableConcept.otf") format("opentype");
}


.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;
}

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

* {
  box-sizing: border-box;
}

.base {
  left: 0px;
  position: absolute;
  width: 100%;
}

.rectangle-739 {
  background-color: var(--chateau-green);
  border-radius: 19px;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}


.screen a.footer div:hover {
  text-decoration: underline !important;	
}	

#skipvideo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index:999999999999;
	cursor: pointer;
}