.elementor-14949 .elementor-element.elementor-element-621e512{--display:flex;--min-height:166px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;}.elementor-14949 .elementor-element.elementor-element-b7338b9 > .elementor-widget-container{margin:0px 0px 20px 0px;}#elementor-popup-modal-14949 .dialog-widget-content{animation-duration:0s;background-color:#B5060600;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-14949{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-14949 .dialog-message{width:107px;height:167px;align-items:flex-start;}#elementor-popup-modal-14949 .dialog-close-button{display:flex;}#elementor-popup-modal-14949 .dialog-close-button i{color:#F70606;}#elementor-popup-modal-14949 .dialog-close-button svg{fill:#F70606;}@media(max-width:767px){#elementor-popup-modal-14949{align-items:flex-end;}#elementor-popup-modal-14949 .dialog-close-button{top:0%;}body:not(.rtl) #elementor-popup-modal-14949 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-14949 .dialog-close-button{left:0%;}#elementor-popup-modal-14949 .dialog-widget-content{margin:0px 0px 40px 0px;}}/* Start custom CSS for html, class: .elementor-element-b7338b9 *//* From Uiverse.io by Gaurang7717 */ 
.Btn1 {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00d757;
  background: #00d757;
  background: #00d757;
  background: #00d757;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  z-index: -1;
  border-radius: 9px;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn1:hover .BG {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn1:hover .svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-416ecf3 */.Btn2 {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all .3s;
}

.svgContainer2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all .3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f09433;
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  z-index: -1;
  border-radius: 9px;
  pointer-events: none;
  transition: all .3s;
}

.Btn2:hover .BG2 {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn2:hover .svgContainer2 {
  background-color: rgba(156, 156, 156, 0.466);
}/* End custom CSS */