@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code. You can remove it if you want. */

@font-face {
  font-family: "BasicSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/35474.otf") format("opentype");
}
@font-face {
  font-family: "BasicSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/35478.otf") format("opentype");
}

html {
  scroll-behavior: smooth;
}

.print-clean {
  border: none;
  background: transparent;
}

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

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

input:focus {
  outline: none;
}

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

* {
  box-sizing: border-box;
}

.front-side {
  background-color: transparent;
  object-fit: cover;
  position: absolute;
}

.ellipse-7 {
  background-color: var(--yellow-sunshine);
  border-radius: 15.5px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.path-9 {
  background-color: transparent;
  bottom: calc(42.53% - 7px);
  height: 16px;
  object-fit: cover;
  position: absolute;
  right: calc(48.05% - 9px);
  width: 19px;
}