/* import file for a variety of colors */
/* various useful variables and mixins */
.modal {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 85, 0.8666666667);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.modal .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  height: auto;
  min-height: 0;
  width: 80%;
  max-width: 1200px;
  background-color: white;
  background-image: url("/assets/img/pop-up-background-emm.t7619078003e0a944c13a415747245ca8.jpg");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
  max-height: 80vh;
  height: auto;
  overflow: auto;
}
@media (max-width: 690px) {
  .modal .content-wrapper {
    width: auto;
    margin: 10px;
  }
}
.modal .content-wrapper .close {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  color: #000;
  line-height: 1;
  padding: 1rem;
  cursor: pointer;
  font-weight: 800;
}
.modal .content-wrapper .text {
  color: #fff;
  padding: 5rem;
}
@media (max-width: 1200px) {
  .modal .content-wrapper .text {
    display: none;
  }
}
.modal .content-wrapper .form {
  background-color: #fff;
  padding: 5rem 3rem;
  height: 100%;
  animation: slide 2s forwards;
  animation-delay: 1s;
  width: 100%;
}
.modal .content-wrapper .form .container {
  padding-top: 0;
}
@media (max-width: 690px) {
  .modal .content-wrapper .form {
    padding: 0.5rem;
    padding-top: 2rem;
  }
}
@keyframes slide {}
.modal .content-wrapper h3 {
  color: #fff;
  font-size: 25, 6px;
  font-weight: 400;
  margin-top: 0;
}
.modal .content-wrapper h4 {
  font-size: 23, 2px;
  font-weight: 400;
}

/*# sourceMappingURL=modal.css.map */