.cta-section {
  width: 100%;
  background-color: #17263D;
  position: relative;
  position:relative;
  overflow: hidden;
}

.cta-text h2 {
font-size:40px;
color: #fff!important;
}

.cta-text h3,.cta-text p {
color:#fff!important;
}
.cta-background-image {
  position: absolute;
  left: -400px;
  z-index: 1; /* This sends the background image behind other elements */
}

.form-title {
  display:none;
}

.legal-consent-container > .hs-richtext {
color:white;
  font-size:10px;
}
form, .submitted-message {
 background-color:transparent;
  border-radius:20px;
  color:#fff;
}
.hs-form label {
color:white!important;
}
.hs-input {
  color:black;
}
.cta-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cta-row {
  position:relative;
  width: 100%;
  margin:auto;
  max-width:1200px;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  min-height: 600px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index:2;
  /* Removed margin: 0 auto; to allow full width */
}

.cta-column {
  flex: 1;
  padding: 20px;
}

/* Align text to the left */
.cta-text {
  text-align: left;
}

/* Align content in the second column (e.g., form) to the right */
.cta-button {
  text-align: right;
}

a:hover, a:focus, a:active {
  
  color:white;
}

@media (max-width: 768px) {
.cta-row {
  flex-direction:column;
}


