@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. */
@import url("https://px.animaapp.com/68503158b48425d808f25d6b.68503158b48425d808f25d6e.2QkWKTR.hcp.png");


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

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

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

input:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

.inspace-01-0724-indu {
  height: 159px;
  left: 14px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 111px;
}

.remove-background-project {
  object-fit: cover;
  position: absolute;
}

.component-64 {
  height: 17px;
  object-fit: cover;
}

.rectangle-27 {
  height: 165px;
  object-fit: cover;
  position: fixed;
  right: calc(48.28% - 377px);
  top: 62px;
  width: 780px;
}

.shape-1 {
  height: 33px;
  object-fit: cover;
  width: 91px;
}