/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.block-modal.is-editor-preview {
  position: relative;
  height: 100vh;
}
.block-modal.is-editor-preview[aria-hidden=true] {
  visibility: visible;
}
.block-modal.is-editor-preview[aria-hidden=true] .block-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}
.block-modal.is-editor-preview[aria-hidden=true] .block-modal__overlay {
  opacity: 1;
}
.block-modal[aria-hidden=true] {
  visibility: hidden;
}
.block-modal[aria-hidden=true] .block-modal__dialog {
  opacity: 0;
  transform: translateY(4rem);
}
.block-modal[aria-hidden=true] .block-modal__overlay {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .block-modal {
    align-items: end;
  }
}
.block-modal.js-ready {
  transition: 0.5s visibility;
  display: flex;
}
.block-modal__overlay {
  background: rgba(24, 78, 81, 0.25);
  position: absolute;
  right: 0rem;
  left: 0rem;
  bottom: 0rem;
  top: 0rem;
  transition: 0.5s opacity;
}
.block-modal__dialog {
  background: #fff;
  border-radius: 0.75rem;
  padding: 3rem 3rem 4rem;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 68.75rem;
  min-height: 20rem;
  width: 100%;
  position: absolute;
  max-height: 100%;
  overflow: auto;
  transition: 0.5s transform, 0.5s opacity;
}
.block-modal__dialog .fz-form {
  max-width: 500px;
  margin: auto;
}
.block-modal__dialog .fz-form a {
  color: inherit;
}
.block-modal__dialog .fz-form .wpcf7-list-item-label {
  margin-bottom: 0.5rem;
}
.block-modal__dialog .fz-form form input.wpcf7-submit {
  width: 100%;
  padding: 22px 69px;
  background-image: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .block-modal__dialog .fz-form form input.wpcf7-submit {
    padding: 11px 50px 8px;
  }
}
.block-modal__dialog .fz-form .wpcf7-spinner {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .block-modal__dialog {
    padding: 2rem 2rem 4rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: calc(100% - 1rem);
  }
}
.block-modal__title {
  font-size: 40px;
  font-size: calc(24px + (40 - 24) * (100vw - 767px) / (1920 - 767));
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #184e51;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-modal__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .block-modal__title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-modal__title {
    text-align: left;
    padding-right: 1.5rem;
  }
}
.block-modal__close {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.875rem;
  flex-shrink: 0;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  transition: 0.3s all;
}
.block-modal__close:hover {
  background-color: rgba(24, 78, 81, 0.1);
}
.block-modal__close svg {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767.98px) {
  .block-modal__close {
    right: 1rem;
    top: 1rem;
  }
}

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