.path-frontpage{background:linear-gradient(0deg, #FFF 4.58%, #F2F1F6 20.01%, rgba(219, 216, 230, 0.30) 47.15%, #F2F1F6 65.15%, #FFF 100%);}
.ellipse{
  position: absolute;
  content: "";
  display: flex;
  top: 50%;
  right: -125px;
  align-items: center;
  width: 150px;
  z-index: -1;
  transform: translateY(-50%);
}
.ellipse .circle{
  width: 14px;
  height: 14px;
  background: var(--primary);
  border-radius: 50%;
}
.ellipse .line{
  width: calc( 100% - 14px );
  height: 1px;
  border: 1px  solid var(--primary);
  border-style: dotted;
}
.roko-instabot-widget-button{
  z-index: 99!important;
}