.elementor-2756 .elementor-element.elementor-element-1a09390{--display:flex;--min-height:633px;--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:center;--align-items:center;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-2756 .elementor-element.elementor-element-b2bc3af > .elementor-widget-container{padding:40px 40px 40px 40px;}#elementor-popup-modal-2756 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2756{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2756 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-2756 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-2756 .elementor-element.elementor-element-1a09390{--min-height:600px;}}@media(max-width:767px){.elementor-2756 .elementor-element.elementor-element-1a09390{--min-height:578px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2756 .elementor-element.elementor-element-b2bc3af > .elementor-widget-container{padding:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-b2bc3af */:root {
  --col1: #872341;
  --col2: #BE3144;
  --col3: #E17564;
/*   --col1: red;
  --col2: green;
  --col3: blue; */
}

#popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
}


.dots-spinner {
  width: 3.6rem;
  height: 3.4rem;
  position: relative;
  animation: spin 2s linear infinite;
}

.dots-spinner > span {
  display: block;
  --size: 1.2rem;
  height: var(--size);
  width: var(--size);
  background-color: var(--col1);
  border-radius: 50%;
  position: absolute;
  animation: pulse 3s ease-out infinite var(--delay),
             colorChange 4s linear infinite;
}

.dot-1 {
  top: 0;
  left: calc(50% - (var(--size) / 2));
  --delay: 2s;
}
.dot-2 {
  bottom: 0;
  left: 0;
  --delay: 1s;
}
.dot-3 {
  bottom: 0;
  right: 0;
  --delay: 0s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes colorChange {
  0% {
    background-color: var(--col1);
  }
  33.33% {
    background-color: var(--col2);
  }
  66.66% {
    background-color: var(--col3);
  }
  100% {
    background-color: var(--col1);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.elementor-button-wrapper{
text-align: center;     
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a09390 */.elementor-2756 .elementor-element.elementor-element-1a09390 div#popup-post-content h2 {
    font-size: 25px;
    color: #000;
}

.elementor-2756 .elementor-element.elementor-element-1a09390 div#popup-post-content ul li {
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.elementor-2756 .elementor-element.elementor-element-1a09390 div#popup-post-content p {
     font-size: 16px;
    line-height: 25px;
    color: #000; 
}
@media(max-width:767px){
.elementor-2756 .elementor-element.elementor-element-1a09390 div#popup-post-content h2 {
    font-size: 23px;
    color: #000;
    line-height: 33px;
}
  .elementor-2756 .elementor-element.elementor-element-1a09390 div#popup-post-content p {
     font-size: 14px;
    line-height: 24px;
    color: #000; 
}  
}/* End custom CSS */