/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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


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

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

html {
  -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;
}

/* General buttons */
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;
}



/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}



/* Layout */




/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}


.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

/* Plugins
Generic Styles
*/

/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


.slick-next, .slick-prev {
  min-width: inherit;
  width: 45px;
  height: 45px;
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
  border-radius: 50% !important;
  border-width: 1px;
	text-rendering: auto;
  padding: 0 !important;
  margin: 0 !important;
}
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
.slick-next:before, .slick-prev:before {
  font-size: 18px;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
}
.slick-prev:before {
  content: "\f053";
}

/* Theme
Theme Styles
*/













/* 1a. Containers */




/* 1b. Colors */








/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */














/* CSS Roor Variables */

:root {
  --content-width: 1400px;

  --q-large: 3000px;
  --q-laptop: 1399px;
  --q-desktop: 1199px;
  --q-tablet: 991px;
  --q-mobile: 767px;

  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

  --text-color: #626161;
  --primary-color:  #76bc43;
  --secondary-color:  #274c63;
  --primary-dark-color:  #477135;
  --gray-color:  #f7f7f7;
  --highlight-color:  #79e82b;


  --text-size: 20px;
  --button-size: 24px;
  --button-min-width: 290px;
  --button-l-min-width: 350px;
  --button-lineheight: 43px;

  --h1-size: 60px;
  --h2-size: 40px; 
  --h3-size: 29px;
  --h4-size: 24px;
  --h5-size: 16px;
  --h6-size: 14px;  

  --h1-margin: 40px;
  --h2-margin: 35px;
  --h3-margin: 30px;
  --h4-margin: 20px;
  --h5-margin: 20px;
  --h6-margin: 20px;
  --p-margin: 20px;
  --text-size-large: 35px;

  @media (max-width: 3000px) {    
    --content-width: 1400px;
    --text-size: 20px;
    --text-size-large: 24px;
    --text-size-large2: 28px;
    --button-size: var(--text-size); 
    --button-min-width: 250px;
    --button-l-min-width: 290px;
    --button-lineheight: 22px;

    --h1-size: 50px;
    --h2-size: 40px;
    --h3-size: 30px;

    --h1-margin: 30px; 
    --h2-margin: 25px;
    --h3-margin: 20px;


  }
  @media (max-width: 1399px) {

    --text-size: 18px;
    --text-size-large: 22px;
    --text-size-large2: 30px;
    --h1-size: 50px;
    --h2-size: 34px;  
    --h3-size: 23px;
    --h1-margin: 20px;
    --h2-margin: 20px;
  }

  @media (max-width: 1199px) { 
    --button-min-width: 200px;
    --button-l-min-widthon: 240px;
    --button-lineheight: 18px;
    --text-size: 16px; 
    --text-size-large: 20px;
    --text-size-large2: 22px;
    --h1-size: 40px;
    --h2-size: 30px; 
    --h3-size: 17px;
  }

  @media (max-width: 1199px) {
    --text-size-large: 18px;
    --text-size-large2: 22px;
  }

  @media (max-width: 767px) {
   --text-size-large2: 18px;
   --h1-size: 30px;
   --h2-size: 24px; 
  }
}


.text-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.text-balck {
  color: #000 !important;
}
.bg-black {
  background-color: #000 !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.text-gray {
  color: var(--gray-color) !important;
}
.bg-gray {
  background-color: var(--gray-color) !important;
}
.text-highlight {
  color: var(--highlight-color) !important;
}
.bg-highlight {
  background-color: var(--highlight-color) !important;
}
.text-body {
  color: var(--text-color) !important;
}
.bg-body {
  background-color: var(--text-color) !important;
}
.text-primary-dark {
  color: var(--primary-dark-color) !important;
}
.bg-primary-dark {
  background-color: var(--primary-dark-color) !important;
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}








html {
  font-size: 100%;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #626161;
  font-size: var(--text-size);
  line-height: 1.6;
  min-width: 360px;
  background: #fff;
}

/* Paragraphs */

p {
  margin: 0 0 var(--p-margin);
}

/* Anchors */

a {
  text-decoration: none;
  color: var(--primary-color);
}

a:hover,
a:focus {
  color: var(--primary-dark-color);
}


a, button, input[type="submit"] {
  cursor: pointer;
}

a, button, input, textarea, select {
  transition: all .2s ease-in-out;
}

/* Headings */

h1,
.h1 {
  font-family: 'Days One', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #76bc43;  
  font-size: var(--h1-size);
  text-transform: uppercase;
  margin: 0 0 var(--h1-margin);
  line-height: 1.2;
}

h2,
.h2 {
  font-family: 'Days One', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #274c63; 
  font-size: var(--h2-size);
  text-transform: uppercase;
  margin: 0 0 var(--h2-margin);
  line-height: 1.2;
}

h3,
.h3 {
  font-family: 'Days One', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #274c63;
  font-size: var(--h3-size);
  /*text-transform: uppercase;*/
  margin: 0 0 var(--h3-margin);
  line-height: 1.2;
}

h4,
.h4 {
  font-family: 'Days One', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #274c63;
  font-size: 24px;
  font-size: var(--h4-size);
  text-transform: uppercase;
  margin: 0 0 var(--h4-margin);
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: 'Days One', serif; font-style: normal;
  color: #76bc43;
  font-size: var(--h5-size);
  text-transform: uppercase;
  margin: 0 0 var(--h5-margin);
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: 'Days One', serif; font-style: normal;
  color: #76bc43;
  font-size: var(--h6-size);
  text-transform: uppercase;
  margin: 0 0 var(--h6-margin);
}

/* Blockquote */

blockquote {
  border-left-color: #274c63;
}




.btn-block {
  display: flex;
  flex-flow:row wrap;
  justify-content: flex-start;
  margin: -20px -15px 0;
}
.text-center .btn-block,
.btn-block.center {
  justify-content: center;
}
.text-right .btn-block,
.btn-block.right {
  justify-content: flex-end;
}
.btn-block  .button-out {
  padding: 20px 15px 0; 
}
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button, .button-out a,
.button-out button{
  --webkit-appearance: none;
  border: 2px solid #ffffff;
;
  padding: 15px;
;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; 
  background-color: 

  
  
    
  


  rgba(118, 188, 67, 1.0)

;
  border-radius: 8px;
  color: #FFFFFF; 
  font-size: var(--button-size);
  text-transform: uppercase;
  line-height: var(--button-lineheight);
  display: inline-block;
  vertical-align:top;
  align-items: center;
  justify-content: center;
  min-width: var(--button-min-width);
  text-align: center;
}
.hs-button.hs-button-large,
.hs-button-large .hs-button,
.button-out.button-out-large a,
.button-out.button-out-large button{
  min-width: var(--button-l-min-width);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus, 
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.button-out a:hover,
.button-out button:hover
{
  border: 2px solid #ffffff;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(71, 113, 53, 1.0)

;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;  
  border-radius: 8px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(158, 228, 107, 1.0);
  border-color: #ffffff;
}


.button-out.secondary a,
.button-out.secondary button {
  background: var(--secondary-color); 
}

.button-out.secondary a:hover,
.button-out.secondary button:hover {
  background: var(--primary-color);
}
.button-out.primary-dark a,
.button-out.primary-dark button {
  background: var(--primary-dark-color); 
}

.button-out.primary-dark a:hover,
.button-out.primary-dark button:hover {
  background: var(--primary-color);
}
.button-out.gray a,
.button-out.gray button {
  background: var(--gray-color);
  color: var(--text-color);
}

.button-out.gray a:hover,
.button-out.gray button:hover {
  background: var(--primary-color);
  color: var(--gray-color);
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #274c63;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(39, 76, 99, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #274c63;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Days One'; 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: 29px;
  color: #76bc43;
  background-color: 

  
  
    
  


  rgba(39, 76, 99, 1.0)

;
}


/* Labels */

form label {
  color: #626161;
}

/* Help text */

form legend {
  color: #626161;
}

/* 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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #626161;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #626161;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #76bc43;
;
  padding: 15px;
;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(118, 188, 67, 1.0)

;
  border-radius: 8px;
  text-transform: uppercase;
}

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

  
  
    
  


  rgba(26, 51, 78, 1.0)

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(158, 228, 107, 1.0);
  border-color: #ffffff;
}





/* Table */

table {
  border: 1px solid #626161;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #626161;

  padding: 18px;

  color: #626161;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(118, 188, 67, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #626161;
}





.header {
  background-color: ;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Montserrat;
}

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

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

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

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

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

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

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: ;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: ;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

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

.header__language-switcher-label-current:after {
  border-top-color: ;
}

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

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


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

/* Blog post */

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

.blog-post__tag-link {
  color: #76bc43;
  font-size: 18px;
}
.read-time {
    font-size: 18px;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #3a3939;
}

.blog-post__tag-link:active {
  color: #8a8989;
}

/* 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-family: 'Days One', serif; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: uppercase;
}

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

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00243b;
}

.blog-related-posts__title-link:active {
  color: #4f748b;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: 'Days One', serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #76bc43;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: 'Days One', serif; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: uppercase;
}

.hs-blog-post-listing__post-title-link {
  color: #274c63;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #00243b;
}

.hs-blog-post-listing__post-title-link:active {
  color: #4f748b;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #626161;
}

/* Blog pagination */

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

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #3a3939;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #8a8989;
}

.hs-pagination__link-icon svg {
  fill: #626161;
}

/* Pricing card */

.card__price {
  font-family: 'Days One', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #274c63;
  font-size: 29px;
}

.card__body svg {
  fill: #76bc43;
}

/* Social follow */

.social-links__icon {
  background-color: #76bc43;
}

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

.social-links__icon:active {
  background-color: #9ee46b;
  font-family: 'Days One', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #274c63;
  font-size: 29px;
}

/* Custom Container */

.page-center{
  max-width: var(--content-width);
  padding: 0 20px;
  margin: 0 auto; 
}
.page-center-2{
  max-width: 97%;
  padding: 0 20px;
  margin: 0 auto; 
}
.content-wrapper {
  max-width: var(--content-width);
  padding: 0 20px;
  margin: 0 auto; 
}


.custom-module {
  position: relative;
  padding: 50px 0;
  z-index: 100; 
}
.custom-module .module-header {
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
  font-size: var(--text-size-large);
}
.custom-module .module-header h2 {
  border-bottom: 2px dotted var(--primary-color);
  display: inline-block;
  vertical-align: top;

  padding: 0 0 15px;
  max-width: 90%; 
}
.custom-module .module-header h2:last-child {
  margin: 0 !important;
}
.custom-module .module-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%; 
}
.custom-module .page-center {
  position: relative;
  z-index: 2;
}
@media (max-width:767px) {
  .custom-module .module-header {
    margin-bottom: 40px;
  }
}
@media (min-width:1349px) and (max-width:1496px) {
  .page-center-2{
  max-width: var(--content-width);
  padding: 0 20px;
  margin: 0 auto; 
}
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
  margin: -40px -20px 0;
}
.row-flex .col {
  width: 100%;
  padding: 40px 20px 0;
}

@media (min-width: 768px) {
  .row-flex.three-cols .col {
    width: 33.33%;
  }
  .row-flex.two-cols .col {
    width: 50%;
  }
  .row-flex.four-cols .col {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-flex.four-cols .col {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .row-flex {
    margin: -20px -10px 0;
  }
  .row-flex .col {

    padding: 20px 10px 0;
  }
}

/* form CSS start */
.hs_error_rollup {
  display: none;
}
form {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  text-align: left;
}
form fieldset {
  max-width: 100% !important;
}
form .hs-submit .hs-button.primary{

}
form .hs-submit .hs-button.primary:hover
form .hs-submit .hs-button.primary:active,
form .hs-submit .hs-button.primary:focus{

}
.form-title, form legend {
  display: none;
}
.hs-form-field {
  margin-bottom: 15px;
}
form .inputs-list>li {
  margin: 0;
}
form .inputs-list>li label.hs-error-msg {
  margin-bottom: 0;
}
form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
form textarea {
  background-color: #e2e2e2;
  border-radius: 0;
  color: var(--text-color);
  border: 1px solid #bcbdc0;
  display: block;
  padding: .8rem;
  width: 100% !important;
  font-size: calc(var(--text-size) - 2px);
}
form input[type=file] {
  display: inline-block;
  padding: 8.7px 10px;
  width: 100%;
}
form fieldset .hs-form-field:last-child .input {
  margin-right: 0;
}
form fieldset.form-columns-3 .hs-form-field {
  width: 33.333333% !important;
}
form fieldset.form-columns-1 .hs-fieldtype-text .hs-input {
  width: 100% !important;
}
form fieldset textarea.hs-input {
  width: 100% !important;
}
form fieldset .hs-fieldtype-textarea label {
  display: block;
  font-size: 1rem;
  line-height: normal;
}
form fieldset .hs-fieldtype-textarea label span {
  color: #636466;
}
form .actions input[type=submit],
.primary-form .actions .hs-button.primary{
  --webkit-appearance: none;
  align-items: center;
  background-color: #76bc43;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: var(--button-size);
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: var(--button-lineheight);
  min-width: 200px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
form fieldset textarea.hs-input {
  height: 80px;
  line-height: normal;
}
form fieldset textarea.hs-input[name="how_can_we_help_you_"] {
  height: 150px;
}
form fieldset select {
  appearance: none;
  -webkit-appearance: none;
  background: #e2e2e2 url(https://47205717.fs1.hubspotusercontent-na1.net/hubfs/47205717/dropdown-icon.png) no-repeat 98% center;
  background-size: 20px;
}
form .actions input[type=submit]:hover,
.primary-form .actions .hs-button.primary:hover,
.primary-form .actions .hs-button.primary:focus,
.primary-form .actions .hs-button.primary:active {
  background: var(--primary-dark-color);
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
.secondary-form .actions .hs-button.primary {
  background: var(--secondary-color);
}
.secondary-form .actions .hs-button.primary:hover,
.secondary-form .actions .hs-button.primary:focus,
.secondary-form .actions .hs-button.primary:active {
  background: var(--primary-color);
  border: 2px solid #ffffff;
}
.hs-form-required {
  color: #ef6b51
}
.hs-input.invalid.error {
  border-color: #ef6b51
}
form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: calc(var(--text-size) - 4px);
}
.hs-error-msg {
  color: #ef6b51;
  margin-top: .35rem
}
.submitted-message {
  background: none;
  text-align: center;
}
@media (max-width: 580px) {
  form fieldset .hs-form-field {
    float: none !important;
    width: auto !important;
    margin-bottom: 20px;
  }
  form fieldset .hs-form-field .input {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  form fieldset .hs-fieldtype-text .input .hs-input,
  form fieldset .hs-fieldtype-phonenumber .input .hs-input {
    width: 100% !important;
  }
  form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

}

.heading-border {
  padding-bottom: 20px;
  margin: 0 0 25px;
  border-bottom: 1px dotted var(--primary-color)
}
@media (max-width: 991px) {
  .heading-border{
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
}


/* form CSS end */