.elementor .e-fcb5666{flex-direction:row;}.elementor .e-1f9d898{position:relative;z-index:3;padding:0px;flex-direction:column;}.elementor .e-edf48d1{flex-direction:column;.glow-container{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(15,15,15,0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Orange Glow */
.glow-container::before{
  content:"";
  position:absolute;
  width:400px;
  height:400px;

  background:#F15824;

  border-radius:50%;
  filter:blur(120px);

  top:-100px;
  left:-100px;

  opacity:.6;

  z-index:0;
}

/* Blue Glow */
.glow-container::after{
  content:"";
  position:absolute;
  width:350px;
  height:350px;

  background:#4D7CFE;

  border-radius:50%;
  filter:blur(120px);

  bottom:-100px;
  right:-100px;

  opacity:.5;

  z-index:0;
}

/* Content stays above */
.glow-container > *{
  position:relative;
  z-index:2;
}\n}