body:not(.fusion-builder-live) .portal-ep-svg {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
body:not(.fusion-builder-live) .portal-ep-svg svg {
  display: block;
}
body:not(.fusion-builder-live) .curved-container-top-mid {
  -webkit-mask-image: radial-gradient(ellipse 70% 6% at 50% 0%, transparent 99%, black 100%);
          mask-image: radial-gradient(ellipse 70% 6% at 50% 0%, transparent 99%, black 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  body:not(.fusion-builder-live) .curved-container-top-mid {
    -webkit-mask-image: radial-gradient(ellipse 55% 12% at 50% 0%, transparent 99%, black 100%);
            mask-image: radial-gradient(ellipse 55% 12% at 50% 0%, transparent 99%, black 100%);
  }
}
@media screen and (min-width: 1195px) {
  body:not(.fusion-builder-live) .bg-zoom > div {
    transition: all 1s ease;
  }
  body:not(.fusion-builder-live) .bg-zoom:hover > div {
    background-size: 156%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1195px) and (orientation: landscape) {
  body:not(.fusion-builder-live) .inner-col {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=style-portal.css.map */