[data-floating-ui-focusable] > div:first-child.modal-content .w-100, .interstitial-modal > div.modal-content .w-100 {
  width: 100% !important;
}
[data-floating-ui-focusable] > div:first-child.modal-content .h-auto, .interstitial-modal > div.modal-content .h-auto {
  height: auto !important;
}
[data-floating-ui-focusable] > div:first-child.modal-content .clr, .interstitial-modal > div.modal-content .clr {
  clear: both;
}
[data-floating-ui-focusable] > div:first-child.modal-content .clr-fx:after, .interstitial-modal > div.modal-content .clr-fx:after {
  display: block;
  clear: both;
  content: "";
}
[data-floating-ui-focusable] > div:first-child.modal-content img.w-100, .interstitial-modal > div.modal-content img.w-100 {
  height: auto;
}
[data-floating-ui-focusable] > div:first-child.modal-content img, [data-floating-ui-focusable] > div:first-child.modal-content svg, .interstitial-modal > div.modal-content img, .interstitial-modal > div.modal-content svg {
  vertical-align: middle;
}
@media (min-width: 768px) {
  [data-floating-ui-focusable] > div:first-child.modal-content .col-md-6, .interstitial-modal > div.modal-content .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
[data-floating-ui-focusable] > div:first-child.modal-content .d-block, .interstitial-modal > div.modal-content .d-block {
  display: block !important;
}
[data-floating-ui-focusable] > div:first-child.modal-content .ms-auto, .interstitial-modal > div.modal-content .ms-auto {
  margin-left: auto !important;
}
[data-floating-ui-focusable] > div:first-child.modal-content .me-auto, .interstitial-modal > div.modal-content .me-auto {
  margin-right: auto !important;
}
[data-floating-ui-focusable] > div:first-child.modal-content .mw-100, .interstitial-modal > div.modal-content .mw-100 {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  [data-floating-ui-focusable] > div:first-child.modal-content .float-md-start, .interstitial-modal > div.modal-content .float-md-start {
    float: left !important;
  }
  [data-floating-ui-focusable] > div:first-child.modal-content .me-md-0, .interstitial-modal > div.modal-content .me-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  [data-floating-ui-focusable] > div:first-child.modal-content .float-md-end, .interstitial-modal > div.modal-content .float-md-end {
    float: right !important;
  }
  [data-floating-ui-focusable] > div:first-child.modal-content .ms-md-4, .interstitial-modal > div.modal-content .ms-md-4 {
    margin-left: 1.5rem !important;
  }
}

/*# sourceMappingURL=interstitial-styles.css.map */
