.cta-button {
	appearance: none;
	border: none;
	outline: none;
	background: #00c0f3;
	border-radius: 4px;
	color: #161618;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 50px;
	transition: all .4s ease;
  cursor:pointer;
}

.cta-popup-module { text-align:center; 
    background-color: #f0f0f0;
    border: 1px solid #3cc9f3 !important;
    padding: 20px 25px 20px !important;
    border-radius: 5px;
    margin-bottom: 50px;
    width: 50%;
    margin: 30px auto;
}
}

.cta-button:hover {
  opacity: 0.9;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.popup-overlay.active {
  display: flex;
}

.popup-container {
  background: white;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease;
	color: #231F20;
}

.popup-container .hs-form-booleancheckbox-display span,
.popup-container .hs-form-field span {
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #000000 !important;
	line-height: 1.5 !important;
	font-family: Lato,Lato-fallback,Arial,sans-serif !important;
}

.popup-container .actions {
	margin: 0 !important;
	padding: 0 !important;
}

.popup-container .popup-text-header {
	font-size: 1rem !important;
	font-weight: 900 !important;
	color: #000000 !important;
	line-height: 1.5 !important;
	margin: 16px 0 !important;	
}

.popup-container .form-title {
	margin: 0 !important;
}

.popup-container .hs-form-field .hs-form-booleancheckbox,
.popup-container .hs-form-field .input {
	margin: 0 !important;
	padding: 0 !important;
}

.popup-container .hs-form-field .inputs-list  {
	margin: 16px 0 !important;
	padding: 0 !important;	
}

.popup-container .hs-form-field .input {
	margin-top: 1rem;
}

.popup-container .hs-button {
	background-color: #00c0f3 !important;
	color: #000 !important;
	font-weight: 700 !important;
	margin-inline: auto !important;
}

.popup-container .hs-form-booleancheckbox-display .hs-input {
  border: 1px solid #ccc !important;
  margin-right: .25rem !important;
  margin-top: -2px !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
}

.popup-close:hover {
  color: #333;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .popup-container {
    padding: 20px;
    width: 95%;
  }
}

.download-text-header {    margin: 0 0 30px 0px;
    font-weight: bold; }

.popup-text-header { font-weight:bold; }