*, *:before, *:after {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration: none; /* no underline */
  color: inherit;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;

    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

/* Remove excess padding and border in Firefox 4+ */
&::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
html {
  font-size: 16px;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists */

ul,
ol {
  margin: 0;

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}

.full-width {
  width: 100% !important;
}

.text-center {
  text-align: center;
}

/* Mobile layout */


/* CSS variables */


/* global settings */
:root {
  --ui-cool-gray-10: #f2f4f5;
  --ui-cool-gray-30: #C2C9CF;
  --ui-cool-gray-50: #87919c;
  --ui-cool-gray-70: #48535C;
  --ui-cool-gray-80: #343D45;
  --ui-cool-gray-90: #20272e;
  --ui-cool-gray-100: #12171C;

  --acres-green-60: #2e7a56;
  --grayscale-gray-4: #f3f3f3;
  --tan-10: #FAF8F6;
  --tan-20: #F2EEEB;
  --tan-50: #E3D9D1;

  --gray-blue: #4D6164;

  --heading-font: Montserrat, sans-serif;
  --body-font: Roboto, sans-serif;
  --accent-font: Roboto, sans-serif;
}


/* content layouts */
.global__fullwidth-section {
  width: 100%;  
  margin: auto;
  max-width: 120rem;
}

.global__standard-section-width {
  width: 100%;  
  margin: auto;
  max-width: 120rem;
}

.global__standard-section-padding {
  padding: 4.5rem min(100px, 15%) 4.5rem;
}
@media (max-width: 1170px) {
  .global__standard-section-padding {
    padding: 5%;
  }
}
@media (max-width: 770px) {
  .global__standard-section-padding {
    padding: min(50px, 10%);
  }
}
@media (max-width: 550px) {
  .global__standard-section-padding {
    padding: min(50px, 10%) max(1rem, 4%);
  }
}

/* standard text section with uppercase, title, and body text (and optional CTA button) */
.global__text-section {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (max-width: 770px) {
  .global__text-section {
    gap: 1.7rem
  }
}


:root {
  --text-size: 1;
}

@media (max-width: 600px) {
  :root {
    --text-size: 0.95;
  }
}

@media (max-width: 500px) {
  :root {
    --text-size: 0.9;
  }
}

@media (max-width: 450px) {
  :root {
    --text-size: 0.85;
  }
}


/* 
  <a class="global__cta-button" href=>
    <span style="color: inherit;"></span>
    <svg src="....arrow.svg" />
  </a>
*/

a.global__cta-button {
  display: flex;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 1rem;
  flex-shrink: 0;
  background: var(--acres-green-60);
}

a.global__cta-button span {
  font-feature-settings: "clig" off, "liga" off;
  /* Button/Button-02 */
  font-family: var(--body-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25; /* 125% */
  letter-spacing: 0.01875rem;
  text-align: center;
}

a.global__cta-button svg {
  width: 1.25rem;
  height: 1.25rem;
}


/* TODO make typography configurable */

.global__app-body-2,
.global__app-body-2 * {
  color: var(--ui-cool-gray-70);
  /* App/Body 2 */
  font-family: var(--body-font);
  font-size: calc(0.875rem * var(--text-size));
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__app-heading-4,
.global__app-heading-4 * {
  font-feature-settings: 'clig' off, 'liga' off;
  color: var(--ui-cool-gray-100);
  /* App/Heading 4 */
  font-family: var(--body-font);
  font-size: calc(1.25rem * var(--text-size));
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__app-heading-3,
.global__app-heading-3 * {
  font-feature-settings: 'clig' off, 'liga' off;
  /* App/Heading 3 */
  font-family: var(--body-font);
  font-size: calc(1.5rem * var(--text-size));
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__app-heading-5,
.global__app-heading-5 *,
.global__marketing-heading-5,
.global__marketing-heading-5 *,
.global__app-button-1,
.global__app-button-1 * {
  color: var(--ui-cool-gray-70);
  font-feature-settings: 'clig' off, 'liga' off;
  /* App/Heading 5 */
  font-family: var(--body-font);
  font-size: calc(1rem * var(--text-size));
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__app-body-1,
.global__app-body-1 *,
.global__marketing-body,
.global__marketing-body * {
  /* App/Body 1 */
  font-family: var(--body-font);
  font-size: 1rem;
/*  font-size: calc(1rem * var(--text-size)); */
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}

.global__marketing-heading-1,
.global__marketing-heading-1 * {
  color: var(--ui-cool-gray-100);
  font-feature-settings: 'clig' off, 'liga' off;
  /* leading-trim: both;
  text-edge: cap; */
  font-family: var(--heading-font);
  font-size: calc(2.5rem * var(--text-size));
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01875rem;
}

.global__marketing-heading-2,
.global__marketing-heading-2 * {
  text-align: center;
  /* Marketing/Heading 2 */
  font-family: var(--heading-font);
  font-size: calc(2rem * var(--text-size));
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01875rem;
}

.global__marketing-heading-3,
.global__marketing-heading-3 * {
  /* Marketing/Heading 3 */
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--body-font);
  font-size: calc(1.5rem * var(--text-size));
  font-style: normal;
  font-weight: 400;
  line-height: 1.3; /* 130% */
  letter-spacing: 0.01875rem;
}

.global__marketing-heading-4,
.global__marketing-heading-4 * {
  /* Marketing/Heading 4 */
  color: var(--ui-cool-gray-100);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--body-font);
  font-size: calc(1.25rem * var(--text-size));
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
}

.global__marketing-subheading-1,
.global__marketing-subheading-1 *,
.global__body-text,
.global__body-text * {
  font-family: var(--body-font);
  font-size: calc(1rem * var(--text-size));
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.global__marketing-subheading-1,
.global__marketing-subheading-1 * {
    letter-spacing: 0.01875rem;
}
.global__app-heading-1,
.global__app-heading-1 * {
  /* App/Heading 1 */
  font-family: var(--heading-font);
  font-size: calc(2.5rem * var(--text-size));
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__mobile-heading-1,
.global__mobile-heading-1 *,
.global__app-heading-2,
.global__app-heading-2 * {
  color: var(--ui-cool-gray-70);
  /* Mobile/Heading 1 */
  font-size: calc(2rem * var(--text-size));
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__app-captions,
.global__app-captions * {
  font-family: var(--body-font);
  font-size: calc(0.75rem * var(--text-size));
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}
.global__product-body,
.global__product-body * {
  color: var(--grayscale-gray-4);

  /* Product/Body */
  font-size: calc(0.875rem * var(--text-size));
  font-family: var(--accent-font);
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
}

}
.global__product-body-2,
.global__product-body-2 * {
  color: var(--grayscale-gray-4);

  /* Product/Body */
  font-size: calc(0.75rem * var(--text-size));
  font-family: var(--accent-font);
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
}

.global__product-heading-3,
.global__product-heading-3 * {
  color: var(--ui-cool-gray-10);
  /* Product/H3 */
  font-size: calc(1.25rem * var(--text-size));
  font-family: var(--accent-font);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.global__footer-text,
.global__footer-text * {
  font-size: 0.75rem;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
}

.global__hero-title,
.global__hero-title * {
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: calc(3.75rem * var(--text-size));
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.025rem;
}

.global__marketing-display-2,
.global__marketing-display-2 * {
  font-family: var(--heading-font);
  font-size: calc(3.75rem * var(--text-size));
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}

.global__marketing-subheading-2,
.global__marketing-subheading-2 * {
  /* Marketing/Subheading 2 */
  font-family: var(--body-font);
  font-size: calc(1rem * var(--text-size));
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}


/* 



forms 



*/















































form,
.submitted-message {
  ;
  border: 1px none #f2f4f5;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(242, 244, 245, 1.0)

;
  padding: 1.5rem;
;
}

/* Form title */

.form-title {
  border: 1px none #000000;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 1rem;
padding-left: 0px;
;
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: px;
  color: #000000;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}


/* Labels */

form label {
  color: #12171C;
  margin-bottom: 0.25rem;
}

/* Help text */

form legend {
  color: #12171C;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-top: 2px solid rgba(209, 214, 220, 0%);
border-right: 2px solid rgba(209, 214, 220, 0%);
border-bottom: 1px solid #87919C;
border-left: 2px solid rgba(209, 214, 220, 0%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #12171C;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  min-height: 3rem;
  width: 100%;
}

form select {
  background: rgb(255,255,255) url(https://api.hubspot.com/designmanager/v1/raw-assets/stream/by-path/acres-com-theme/images/icons/chevron-down.svg?portalId=40145902&amp;buffer=true&amp;updated=1693243096854) no-repeat;
  background-position: center right 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-top: 2px solid rgba(209, 214, 220, 0%);
border-right: 2px solid rgba(209, 214, 220, 0%);
border-bottom: 1px solid #87919C;
border-left: 2px solid rgba(209, 214, 220, 0%);
;
  outline: none;
}

form textarea {
  min-height: 10rem;
}


/* Form placeholder text */

::-webkit-input-placeholder {
  color: #A7AFB8;
}

::-moz-placeholder {
  color: #A7AFB8;
}

:-ms-input-placeholder {
  color: #A7AFB8;
}

::placeholder {
  color: #A7AFB8;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #A7AFB8;
}

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

.fn-date-picker td.is-today .pika-button {
  color: ;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #2e7a56;
;
  padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
;
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(46, 122, 86, 1.0)

;
  border-radius: ;
  text-transform: ;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.01875rem;
  min-width: 5.5rem;
  font-size: rem;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(52, 61, 69, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--acres-green-60);
  border-color: ;
}

.hs-form-required {
  color: #D91F11;
}

form {
  font-family: var(--body-font);
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

form > * {
  width: 100%;
}

form .hs-error-msgs * {
  color: #D91F11;
}

.hs-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

div.hs-common-confirm-message {
  font-family: var(--body-font);
  padding: 1.5rem !important;
}

form .actions {
  display: flex;
  justify-content: flex-end;
}

form .hs-recaptcha {

}

form h1 {
  font-feature-settings: 'clig' off, 'liga' off;
  /* App/Heading 3 */
  font-family: var(--body-font);
  font-size: calc(1.5rem * var(--text-size));
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01875rem;
}