.elementor-14 .elementor-element.elementor-element-58b9342{--display:flex;--min-height:750px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:140px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-ac4f70f{text-align:center;}.elementor-14 .elementor-element.elementor-element-ac4f70f .elementor-heading-title{color:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-58b9342 */.smma-hero {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      ellipse at 15% 10%,
      rgba(119, 33, 224, 0.055) 0%,
      rgba(119, 33, 224, 0.022) 32%,
      transparent 65%
    ),
    radial-gradient(
      ellipse at 88% 28%,
      rgba(33, 224, 150, 0.05) 0%,
      rgba(33, 224, 150, 0.018) 34%,
      transparent 66%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.32) 0%,
      rgba(246, 247, 249, 0.5) 55%,
      #F6F7F9 100%
    );
}

/* Seamless fade into website background */
smma-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;

  background: linear-gradient(
    to bottom,
    rgba(246, 247, 249, 0) 0%,
    rgba(246, 247, 249, 0.55) 50%,
    #F6F7F9 100%
  );

  pointer-events: none;
  z-index: 1;
}/* End custom CSS */