.agreement-mask {
  display: none;
}

.agreement-mask .global-mask-content {
  height: 600px;
}

.agreement-mask .global-mask-content .agreement-content {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.agreement-mask .global-mask-content .agreement-content .iframe {
  width: 100%;
  height: 100%;
}

.agreement-mask .global-mask-content .mask-close {
  width: 70px;
  height: 70px;
  padding: 15px;
  position: absolute;
  top: -70px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .agreement-mask .global-mask-content {
    height: 20rem;
  }
  .agreement-mask .global-mask-content .agreement-content {
    border-radius: 0.666667rem 0.666667rem 0 0;
  }
  .agreement-mask .global-mask-content .mask-close {
    width: 2.333333rem;
    height: 2.333333rem;
    padding: 0.5rem;
    top: -2.333333rem;
  }
}
/*# sourceMappingURL=mask-agreement.css.map */