html body .widget-visible iframe[src*="about:blank"]#iframe3-mockup.iframe3-mockup[scrolling="no"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

body {
  background: radial-gradient(125% 125% at 50% 90%, #fff 40%, #005eff 100%);
}

.app.body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapperMark {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  top: auto !important;
  right: 120px !important;
  bottom: 30px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 45px !important;
  min-width: 279px !important;
  max-height: 45px !important;
  max-width: 258px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 350px !important;
  height: 45px !important;
  display: block !important;
  float: none !important;
  border-radius: 1rem;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
  z-index: 200000000001 !important;
  background: #ffffff;
}

body.mobile .wrapperMark {
  right: 64px !important;
  bottom: 57px !important;
}

@media (min-width: 1024px) {
  .wrapperMark {
    right: 120px !important;
    bottom: 30px !important;
  }
}
