html:<style include="styles-micro-styles"></style>
<style>
.company-contact-thank-you-view {
background-color: var(--color-white, #ffffff);
}
</style>
<div class="company-contact-thank-you-view">
<div class="container-fluid container-padding--medium">
<h2>Thank you for reaching out!</h2>
<p>We appreciate you taking the time to get in touch with us. We will be in contact with you shortly. Have an
awesome day!</p>
<a router-link class="button secondary water" href="/">Go to front page</a>
</div>
</div>