







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */





















/* 1f. Tables */













/* 1g. Website header */











/* 1h. Website footer */




/* 1i. Overlay */







/* Hide content on mobile menu open */
main#main-content.hide-on-open-mobile {
  display: none;
}

.content-wrapper {
  min-width: 375px;
  max-width: 1440px;
  width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 32px 1rem;
}

.dnd-section {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 1rem 0;
  }

  .dnd-section > .row-fluid {
    max-width: 100%;
    padding: 0;
  }
}

.dnd-section:first-child,
.content-wrapper--vertical-spacing:first-child {
  padding-top: 0;
}

@media screen and (width >= 768px) {
  .dnd-section > .row-fluid {
    max-width: 1440px;
  }
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 16px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* Paragraphs */

p {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 26px;
}

/* Anchors */

a {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #9d8d69;
  font-size: 16px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

a:hover,
a:focus {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
   color: #9d8d69;
}

a:active {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #b1a17d;
}

.widget-type-rich_text a:not(.button-primary),
.hs_cos_wrapper_type_rich_text a:not(.button-primary),
span[data-hs-cos-type="rich_text"] a:not(.button-primary) {
  border-bottom: 2px solid transparent;
  font-size: inherit;
}

.widget-type-rich_text a:not(.button-primary):hover,
.hs_cos_wrapper_type_rich_text a:not(.button-primary):hover,
span[data-hs-cost-type="rich_text"] a:not(.button-primary):hover {
  border-color: #9d8d69;
}

a[data-hs-anchor="true"] {
  position: absolute;
  transform: translateY(-20vh);
}

/* Headings */

h1,
.h1 {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 60px;
  line-height: 1;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 30px;
  line-height: 1;

}

h3,
.h3 {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 22px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #0F1E2D;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 800; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------
   Custom Typography Utilities
   ------------------------------------------------------------------ */

/* normal-subheader:
   - PPFormula
   - uppercase
   - 12px
   - letter-spacing 0.2em
   - font-weight 800
*/
.normal-subheader {
  font-family: "PPFormula", PPFormula, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 800;
   margin-bottom: 1.5rem;
}

/* small-subheader:
   - PPFormula
   - uppercase
   - 8px
   - letter-spacing 0.2em
   - font-weight 800
*/
.small-subheader {
  font-family: "PPFormula", PPFormula, sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.2em;
  font-weight: 800;
   margin-bottom: 1.5rem;
}

/* super-header:
   - PPFormula
   - 60px
   - font-weight 500
   - letter-spacing -0.01em
*/
.super-header {
  font-family: "PPFormula", PPFormula, sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -0.01em;
   margin-bottom: 1.5rem;
}

/* extra-large-header:
   - PPFormula
   - 30px
   - font-weight 500
   - letter-spacing -0.01em
*/
.extra-large-header {
  font-family: "PPFormula", PPFormula, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.01em;
   margin-bottom: 1.5rem;
}

/* extra-large-p:
   - matches body font (DM Sans)
   - font-weight 400
   - line-height 1.5
*/
.extra-large-p {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
   margin-bottom: 1.5rem;
}

/* ------------------------------------------------------------------
   Mobile overrides (≤ 767px)
   ------------------------------------------------------------------ */
@media screen and (max-width: 767px) {

  .normal-subheader {
    font-size: 10px;        /* from 12px */
    letter-spacing: 0.16em;
  }

  .small-subheader {
    font-size: 7px;         /* from 8px */
    letter-spacing: 0.16em;
  }

  .super-header {
    font-size: 32px;        /* from 60px */
    line-height: 1.15;
  }

  .extra-large-header {
    font-size: 22px;        /* from 30px */
    line-height: 1.2;
  }

  .extra-large-p {
    line-height: 1.5;       /* keep mobile line-height */
  }
}


.teal {
  color: #333333;
}

@media screen and (max-width: 767px) {
 
  h1,
  .h1 {
    /* if desktop is 60px, dividing by ~2.1 gives about 28px */
    font-size: 29px;
    line-height: 1;
  }

  h2,
  .h2 {
    font-size: 18px;
    line-height: 1;
  }

  h4,
  .h4 {
    font-size: 14px;
  }

  /* Do NOT break inside words, and do NOT hyphenate */
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 1rem 0 0.5rem;
  }

  .front-hero-header,
  .front-header-large {
    padding: 0 1rem;
  }
}



/* Blockquote */

blockquote {
  border-left-color: #333333;
}





button,
.button {
  /* border: 1px none #FBF7A9;
 */
  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;

  font-weight: 800; font-family: PPFormula;
  background-color: #FBF7A9;
  border-radius: 0px;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  /* border-color: #d3cf81; */
}

button:active,
.button:active {
  font-weight: 800; font-family: PPFormula;
  
  /* border-color: #ffffd1; */
}





form,
.submitted-message {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  padding: 24px;
;
  background-color: transparent;
}

/* Form title */

.form-title {
  font-weight: 800; font-family: PPFormula;
  color: #FFFFFF;
}

/* Labels */

form label {
  font-weight: 600; font-style: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Help text */

form legend {
  color: #333333;
}

/* Inputs */

form input[type=text],
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: 1.4px solid #BBC1C9;

  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #333333;
  border-radius: 4px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #FBF7A9;

  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;

  font-weight: 800; font-family: PPFormula;
  background-color: #FBF7A9;
  border-radius: 0px;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  
  border-color: #d3cf81;
}

form input[type=submit]:active,
form .hs-button:active {
  
  border-color: #ffffd1;
}

/* Remove focus outlines unless user is navigating with keyboard */

body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) input:focus-within,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus,
body:not(.is-tabbing) textarea:focus-within {
  outline: none;
}





/* Table */

table {
  border: 1px solid rgba(51, 51, 51, 15%);

  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

/* Table cells */

td,
th {
  border: 1px solid rgba(51, 51, 51, 15%);

  padding: 18px;

  color: #333333;
}

/* Table header */

thead th {
  background-color: {color=#9D8D69, opacity=100, rgba=rgba(157, 141, 105, 1), rgb=rgb(157, 141, 105), hex=#9D8D69, css=#9D8D69};
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: {color=#141D2C, opacity=100, rgba=rgba(20, 29, 44, 1), rgb=rgb(20, 29, 44), hex=#141D2C, css=#141D2C};
  color: #333333;
}





.header {
  background-color: #FFFFFF;
}

.menu__link,
.menu__link li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 600;
}

.menu__link, 
.menu__link li a,
.header__logo .logo-company-name {
  color: #333333;
}

.menu__child-toggle-icon {
  border-top-color: #333333;
}

.menu .menu__link:hover,
.menu .menu__link:focus {
  color: #0b0b0b;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #0b0b0b;
}

.menu__child-toggle-icon:active {
  border-top-color: #5b5b5b;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #333333;
}

@media (min-width: 767px) {
  .menu .menu__submenu {
    /* border: 2px solid #9D8D69;
 */
    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    /* border: 2px solid #9D8D69;
 */
    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #FFFFFF;
}


.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: DM Sans;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #FFFFFF;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #333333;
  }
}





/* Hide footer on mobile menu open */
footer.hide-on-open-mobile {
  display: none;
}

.footer {
  background-color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #C4C0BB;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 32px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #333333;
}

.blog-post__tag-link {
  color: #333333;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0b0b0b;
}

.blog-post__tag-link:active {
  color: #5b5b5b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #333333;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #0b0b0b;
}

.blog-related-posts__title-link:active {
  color: #5b5b5b;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 32px;
}

#comments-listing .comment-reply-to {
  color: #9d8d69;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #756541;
}

#comments-listing .comment-reply-to:active {
  color: #c5b591;
}





.hs-search-results__title {
  color: #333333;
  font-family: PPFormula;
  font-weight: 600;
}

.hs-search-results__title:hover {
  font-family: PPFormula;
}

.error-page:before {
  font-family: DM Sans;
}





/* Blog listing */

.blog-index__post-title-link {
  color: #333333;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #0b0b0b;
}

.blog-index__post-title-link:active {
  color: #5b5b5b;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #333333;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #333333;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #0b0b0b;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #5b5b5b;
}

.pagination__link-icon svg {
  fill: #333333;
}

/* Pricing card */

.card__price {
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 22px;
}

.card__body svg {
  fill: #9D8D69;
}

/* Social follow */

.social-links__icon {
  background-color: #9D8D69;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #756541;
}

.social-links__icon:active {
  background-color: #c5b591;
  font-weight: 500; font-family: PPFormula; text-decoration: none;
  color: #333333;
  font-size: 22px;
}

.overlay {
  display: none;
  opacity: 0;
  min-height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 0;
}

.overlay.show-overlay {
  background-color: 

  
  
    
  


  rgba(95, 90, 77, 0.7)

;
  display: block;
  opacity: 1;
  z-index: 8;  
}

@media screen and (max-width: 767px) {
  .overlay, 
  .show-overlay {
    display: none;
    height: 0;
    width: 0;
  }
}






.richtext-col-2 {
padding: 0 !important;
}

.front-header-large {
    display: block;
    font-size: 65px;
    margin-top: 10px;
}

.front-hero-header {
    text-transform: none;
    font-size: 50px;
}



@media screen and (max-width: 767px) {
.front-header-large {
    display: block;
    font-size: inherit;
    margin-top: 0;
}

.front-hero-header {
    text-transform: inherit;
    font-size: inherit;
}

  }





ul.front-large-checklist {
  padding:0;
  margin:0;
}

ul.front-large-checklist li {
    list-style: none;
    background: url(https://20191855.fs1.hubspotusercontent-na1.net/hubfs/20191855/images/website/checkmark-1.webp) no-repeat left center;
    padding-left: 90px;
    min-height: 75px;
    margin-bottom: 20px;
}

.front-stats-banner__feature--value {
    color: #6734FF;
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 80px;
    letter-spacing: .6px;
    line-height: 79px;
    padding: 0 4% 0 6%;
    text-align: center;
}