/*===========================================================================*/
/*  modal  */
/*===========================================================================*/
.modaal-wrapper .modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
}
.modaal-wrapper .modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  border-radius: 0;
  width: 1px;
  display: block;
}
.modaal-wrapper .modaal-close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-wrapper .modaal-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-outer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modaal-inner-wrapper {
  cursor: initial !important;
  max-width: 1024px;
  height: auto;
  padding: 50px 25px;
}
.modaal-video-wrap {
  margin: 0;
}
.modaal-video-container {
  max-width: 974px;
}
.modaal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 547.875px;
  }
}/*# sourceMappingURL=modal.css.map */