.elementor-717 .elementor-element.elementor-element-d118ae7{--display:flex;--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;}.elementor-717 .elementor-element.elementor-element-c9444d6{--display:flex;}body.elementor-page-717:not(.elementor-motion-effects-element-type-background), body.elementor-page-717 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#395B25;}/* Start custom CSS for html, class: .elementor-element-68a798a */.disclaimer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 70%;
  max-width: 400px;
}

#disclaimer-ok-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

#disclaimer-ok-btn:hover {
  background-color: #45a049;
}/* End custom CSS */