<style>
.contact-form-hubspot {
background-color: #002b56;
}
#hubspot-form-container {
max-width: 1000px; /* Set your desired max-width */
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
padding: 20px; /* Add some padding around the form */
background-color: #ffffff; /* Add a background color to the container */
border-radius: 4px; /* Add rounded corners to the container */
}
@media (max-width: 768px) {
#hubspot-form-container {
padding: 0px;
}
}
</style>
<div id="hubspot-form-container">
<script src="https://js.hsforms.net/forms/embed/14572559.js" defer></script>
<div class="hs-form-frame" data-region="na1" data-form-id="74d6a3e9-b334-4fd1-8fd2-7fa8f0eb5967" data-portal-id="14572559"></div>
</div>