<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section     */
/***********************************************/

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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Slider */
.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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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:before,
.slick-track:after
{
    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 theme */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


:root{
     --color-white: #ffffff;
     --color-primary: #EF3B3C;
     --color-secondary: #00B6F0;
     --color-grey-light: #C7C7C7;
  
     --color-title: var(--color-primary);
     --color-body: #000000;
     --color-link: var(--color-secondary);
     --color-link-hover: var(--color-body);
      
    --page-width: 1104px;
    --corner-radius: 0;
    
    /* default vars for elements */
    --color-text: var(--color-body);
}

 


*{
    box-sizing: border-box;
}

.dgrid,
.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dflex:before,
.dflex:after,
.dgrid:before,
.dgrid:after{
    content:none;
}

.dgrid{
    display: grid;
}

.vtop,
.cm.vtop &gt;.page-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vcenter,
.cm.vcenter &gt;.page-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vbottom,
.cm.vbottom &gt;.page-center {
    -webkit-box-align: end;
       -ms-flex-align: end;
     align-items: flex-end;
}

.vstretch,
.cm.vstretch &gt;.page-center {
    -webkit-box-align: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}

.acenter,
.cm.acenter &gt;.page-center {
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

.aspace,
.ajustify,
.cm.aspace &gt;.page-center,
.cm.ajustify &gt;.page-center {
         -webkit-box-pack: justify;
            -ms-flex-pack: justify;
    justify-content: space-between;
}

*, *::before, *::after {
  
}


body{
    font-size:  0.875rem;
    font-family: acumin-pro,sans-serif;
    line-height: 1.375rem;
    color: var(--color-body);
    font-weight: 400;
    letter-spacing: 0;
}

p {
    margin-top: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: acumin-pro, sans-serif;
    color: var(--color-title);
    font-weight: 700;
    margin: 1em 0 15px;
    letter-spacing: 0.1px;
}

h1,
.h1 {
    font-size: 3.125rem;
    line-height: 3.25rem;
    margin-top: 0;
    margin-bottom:  1.4375rem;
    letter-spacing: 0.2px;
    font-weight: bold;
}


h2,
h1.blog-post-title,
.search-results-title h1,
.h2{
    font-size: 2.0rem;
    line-height: 2.5rem;
}

h3 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
}

h4{
    font-size: 1.125rem;
    line-height: 1.5625rem;
}

h5{
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

h6{
    font-family: ;
    color: var(--color-body);
    margin-bottom: 0.3125rem;
    margin-top: 0.9375rem;
    font-size: 1.0rem;
    line-height: 1.375rem;
    font-weight: normal;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
    line-height: 3.875rem;
  }
  
  .hs-blog-post h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }

}

.intro-text {
    font-size: 1.375rem;
    line-height: 1.375rem;
}

.small-font-size {
    font-size: 1.0rem;
    line-height: 1.5rem;
}

.legal-consent-container {}

.legal-consent-container .hs-richtext { 
    font-size: 0.75rem;
    line-height: 1.0rem;
}

.legal-consent-container .hs-form-booleancheckbox-display &gt; span {
    font-size: 0.875rem;
}

.legal-consent-container .hs-richtext p:first-child {
    margin-top: 0;
}

a{
    color: var(--color-link);
    font-weight: normal;
    transition: .4s;
    text-decoration: underline;
}
a:hover{
    color: var(--color-link-hover);
}



hr {
    border-top: 1px solid #C9C9CA;
}

img{
    max-width: 100%;
    height: auto;
}


ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2rem;
}

ol li {
    counter-increment: li;
    padding-bottom: 10px;
}

ol li::before {
    content: counter(li)'.';
    color: var(--color-body);
    display: inline-block;
    width: 1.75em;
    margin-left: -1.75em;
    font-weight: bold;
}


@media (min-width: 768px) {
  ol {
      padding-left: 3rem;
  }
  
}


blockquote {
    color: var(--color-body);
    margin: 1.5rem 0;
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
    position: relative;
    font-weight: 300;
}


blockquote:before {
    background: url(https://8746787.fs1.hubspotusercontent-na1.net/hubfs/8746787/Group%20637.svg);
    content: "";
    position: absolute;
    height: 99px;
    width: 105px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -20px;
}

@media(min-width: 768px) {
  blockquote:before {
      left: -55px;
      top: -40px;
  }
}

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

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

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

.col-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

.border-bottom {
  position: relative;
}

.border-bottom:after {
  content: "";
  height: 1px;
  max-width:var(--page-width);
  margin: auto;
  border-bottom: 1px solid #C9C9CA;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


div[data-hs-responsive-table] {
 width: 100% !important; 
}

.table-content-wrapper {
  max-width: 100%;
  overflow: auto;
}

table {
    border-radius: 16px;
    overflow: hidden;
    width: 100% !important;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #c9c9ca !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0;
    margin-bottom: 20px;
}

table tr th {
    text-align: left;
    padding: 15px 20px;
    min-width: 150px;
}
.table-content-wrapper table {
    height: auto !important;
}

tr {
height: auto !important;
}
td {
    padding: 15px 20px !important;
    border: 0 !important;
    height: auto !important;
}

tr:nth-child(odd) { 
   background: rgba(237, 237, 237, 0.5);;
}

tr:first-child {
    background: #FDB913;
    border-color: transparent;
}

tr:first-child td {
    border-left: 0;
}

table span.icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-content-wrapper   {
    margin-bottom: 96px;
}


/* filters */
.filter-hubdb-wrapper {
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.filter-hubdb-wrapper form {
   position: relative;
}

.filter-hubdb-wrapper form button {
   position: absolute;
    right: 15px;
    bottom: 8px;
    background: transparent;
    border: 0;
    margin-top: 0;
    padding: 0;
    color: #3b3b3b;
}

.filter-hubdb-wrapper .select-filters {
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    grid-gap: 30px;
    margin-top: 2rem;
}

@media(min-width: 500px) {
  .filter-hubdb-wrapper .select-filters {
      grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  }
}

/** Text selection colors **/
::-moz-selection{
    background-color: var(--color-primary);
    color: var(--color-white);
}
::-webkit-selection{
    background-color: var(--color-primary);
    color: var(--color-white);
}
::selection{
    background-color: var(--color-primary);
    color: var(--color-white);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: acumin-pro,sans-serif;
        font-family: Helvetica, sans-serif;
   color: #233443;
  opacity: 0.8;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: acumin-pro,sans-serif;
      font-family: Helvetica, sans-serif;
    color: #233443;
  opacity: 0.8;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: acumin-pro,sans-serif;
      font-family: Helvetica, sans-serif;
    color: #233443;
  opacity: 0.8;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: acumin-pro,sans-serif;
      font-family: Helvetica, sans-serif;
    color: #233443;
  opacity: 0.8;
}

input,
select,
textarea{
    font-family: acumin-pro,sans-serif;
    border: 1px solid #C7C7C7;
    outline-color: rgba(147, 147, 147, 0.33);
    padding: 0.625rem 0.9375rem;
    font-size: 16px;
    line-height: 22px;
    transition: .4s;
    letter-spacing: 0.3px;
}

textarea {
    width: 100% !important;
}

input:not([type=radio]):not([type=checkbox]):not([type=date]):not([type=submit]),
select{
    min-height: 40px;
    width: 100%;
    
}

select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' fill='%23233443'/%3E%3Cpath d='M9 12.6569L14.6569 18.3137L20.3137 12.6569' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
  background-size:40px;
}

textarea {
    min-height: 165px;
    resize: none;
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(147, 147, 147, 0.33);
    border: solid 1px #939393;
}

input[type=radio],
input[type=checkbox]{
    -webkit-appearance: none;
    width: 24px !important;
    height: 24px;
    margin-right: .9rem;
    margin-top: 2px;
    background: #000;
}
input[type=checkbox]{
  background: var(--color-white);
} 

input[type=radio]:checked {
   background: var(--color-primary);
}

input[type=radio]{
    border-radius: 50%;
    border: 6px solid #e8e8e8;
    background: #e8e8e8;
}

.hs-fieldtype-radio &gt; label,
.hs-fieldtype-checkbox &gt; label {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    margin: 3px auto;
    width: 5px;
    height: 10px;
    border: solid var(--color-primary);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.hs-form-checkbox &gt; label {
    display: flex;
    margin-bottom: 10px;
}

.hs-form-field{
    margin-bottom: 1.25rem
}

form {
  color: var(--color-grey);
}



label{
    font-size: 1.0rem;
    color: var(--color-grey);
}

.white-label label,
.white-label .hs-richtext {
  color: var(--color-white);
}


.hs-fieldtype-booleancheckbox label {
    color: var(--color-body);  
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display,
.hs-form-radio-display {
    font-style: normal;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    margin: 9px 0 10px;
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display &gt; input,
.hs-form-radio-display &gt; input {
    flex: 0 0 24px;
}

.legal-consent-container .hs-form-booleancheckbox-display&gt;span {
    margin-left: 0 !important;
}

form .hs-error-msgs li label {
    font-style: normal;
    font-size: 1.0rem;
    color: var(--color-primary);
}

fieldset {
    max-width: 100% !important;
}

fieldset.form-columns-1 .hs-input:not([type="checkbox"]) {
    width: 100% !important;
}

@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  fieldset input, 
  fieldset select, 
  fieldset textarea {
      width: 100% !important;
  }
}


.cta_button,
button,
input[type=submit],
.hs-button,
.custom-button{
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    transition: .4s;
    border: 1px solid var(--color-primary);
    width: auto;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    border-radius: 0;
    outline: none;
    text-transform:none;
    letter-spacing: 0;
    text-decoration: none;
    letter-spacing: 0;
}


.filter-search button {
  min-width: auto;
}

.custom-button ~ .custom-button {
  margin-left: 20px;
}


input[type=submit] {
  white-space: normal;  
}

button:active,
.hs-button:active,
.cta_button:active,
.custom-button:active{
    background: var(--color-white);
    color: var(--color-primary);
}

button:hover,
.hs-button:hover,
.cta_button:hover,
.custom-button:hover{
    background: var(--color-white);
    color: var(--color-primary);
}

.button-white-border:hover,
.button-white-border:active{
    background: var(--color-primary);
    color: var(--color-white);
}



.button-green-border {
    background: var(--color-white);
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.white-label input[type=submit],
.button-white {
  background: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-white);
}

.white-label input[type=submit]:hover,
.button-white:hover {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white);
}


.grid-single-col:hover .button-green-border,
.button-green-border:hover {
    background: var(--color-secondary);
    color: var(--color-white);
}

.button-green {
    background: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary);
}

.button-green:hover {
    background: var(--color-secondary);
    color: var(--color-white);
}


.button-transparent:not(:hover) {
  background: transparent;
}

.cta_button.cta_image_wrapper,
a.cta_button:not([title]){
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.cta_button.cta_image_wrapper .hs-cta-img{
    position: relative;
}

@media(max-width: 767px) {
  .custom-button {
    margin: 10px 10px 10px 0 !important;
  }
}

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


form .invalid,
form .error{
    border-color: rgba(236, 32, 39, 0.48);
}

.page-center,
.row-fluid .page-center {
    width: var(--page-width);
    width: calc(var(--page-width) + (1.5rem * 2) );
    max-width: 100%;
    margin: auto;
    margin-left: auto !important;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width: 768px) {
  .page-center,
  .row-fluid .page-center {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
}

.header-container {
    position: relative;
}


/** default widgets inside flex columns centered as if they have .page-center **/
.hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget &gt; .hs_cos_wrapper_widget {
    display:block;
    width: calc( var(--page-width) );
    margin: auto;
    max-width: 100%;
}


/* common classes */
.padTB5 { padding: 5px 0;}
.padTB10 {    padding: 10px 0;}
.padTB15 {    padding: 15px 0;}
.padTB20 {    padding: 20px 0;}
.padTB25 {    padding: 25px 0;}
.padTB30 {    padding: 30px 0;}
.padTB35 {    padding: 35px 0;}

.noPadT {
  padding-top: 0 !important;
}

.noPadB {
  padding-bottom: 0 !important;
}

.padTB40, .padTB45, .padTB50, .padTB55, .padTB60, .padTB65, .padTB70 { padding: 35px 0;}
.padTB75, .padTB80, .padTB85, .padTB90, .padTB95  { padding: 40px 0;}
.padTB100, .padTB120, .padTB150 {   padding: 65px 0;}

@media(min-width: 768px) {
  .padTB40 {    padding: 40px 0;}
  .padTB45 {    padding: 45px 0;}
  .padTB50 {    padding: 50px 0;}
  .padTB55 {    padding: 55px 0;} 
  .padTB60 {    padding: 60px 0;}
}

@media(min-width: 1025px) {
  .padTB65 {    padding: 65px 0;}
  .padTB70 {    padding: 70px 0;}
  .padTB75 {    padding: 75px 0;}
  .padTB80 {    padding: 80px 0;}
  .padTB85 {    padding: 85px 0;}
  .padTB90 {    padding: 90px 0;}
  .padTB95 {    padding: 95px 0;}
  .padTB100 {   padding: 100px 0;}
  .padTB120 {   padding: 120px 0;}
  .padTB150 {   padding: 150px 0;}
}


/* margin */
.margTB5 { margin: 5px 0;}
.margTB10 {    margin: 10px 0;}
.margTB15 {    margin: 15px 0;}
.margTB20 {    margin: 20px 0;}
.margTB25 {    margin: 25px 0;}
.margTB30 {    margin: 30px 0;}
.margTB35 {    margin: 35px 0;}

.margTB40, .margTB45, .margTB50, .margTB55, .margTB60, .margTB65, .margTB70 { margin: 35px 0;}
.margTB75, .margTB80, .margTB85, .margTB90, .margTB95  { margin: 40px 0;}
.margTB100, .margTB120, .margTB150 {   margin: 65px 0;}

@media(min-width: 768px) {
  .margTB40 {    margin: 40px 0;}
  .margTB45 {    margin: 45px 0;}
  .margTB50 {    margin: 50px 0;}
  .margTB55 {    margin: 55px 0;} 
}

@media(min-width: 1025px) {
  .margTB65 {    margin: 65px 0;}
  .margTB70 {    margin: 70px 0;}
  .margTB75 {    margin: 75px 0;}
  .margTB80 {    margin: 80px 0;}
  .margTB85 {    margin: 85px 0;}
  .margTB90 {    margin: 90px 0;}
  .margTB95 {    margin: 95px 0;}
  .margTB100 {   margin: 100px 0;}
  .margTB120 {   margin: 120px 0;}
  .margTB150 {   margin: 150px 0;}
}

.bg-image .object-fit-image{
    position: absolute;
    top: 0;
    left: 0;
}

.object-fit-image{
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}


.link-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 2rem;
    color:var(--color-primary);
    border-bottom: 1px solid #842B91;
    padding-bottom: 5px;
    letter-spacing: -0.25px;
}

.link-text:hover {
    opacity: 0.80;
}

.title-section h2,
.title-content h2,
.title-wrapper h2{
    margin-top: 0;
}

/* hero banners */
.hero-banner {
    overflow: hidden;
}
.hero-banner,
.hero-banner .hero-content-wrapper {
    position: relative;
}

.hero-banner.hero-post-banner .hero-content-wrapper {
    margin-left: 0 !important;
} 

.hero-banner:not(.hero-post-banner) .image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hero-banner.hero-post-banner .image-wrapper {
    position: absolute;
    left: 0;
    height: 400px;
    bottom: 0;
    width: 40vw;
}

/*
.hero-banner:not(.hero-post-banner):after,
.hero-banner.hero-post-banner .image-wrapper:after{
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 14%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODQuMTc2IDU4Mi4yIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUGF0aF8zMDAiIGRhdGEtbmFtZT0iUGF0aCAzMDAiIGNsYXNzPSJjbHMtMSIgZD0iTTAsNTgyLjIsMTU2LjUzOCw0MDIuNzg0LDI4NC4xNzYsMFY1ODIuMloiLz4KPC9zdmc+Cg==");
}*/

.hero-banner.hero-post-banner h2 {
    color: var(--color-body);
}

@media(min-width: 768px) {
  .hero-banner {
      min-height: 387px;
      display: flex;
      align-items: center;
  }
  
  .hero-banner.hero-post-banner .image-wrapper:after {
     width: 100%;
  }
}

@media(max-width: 767px) {
  
  .mobile-hidden {
      display: none !important;
  }

  
  .hero-banner:not(.hero-post-banner) .page-center {
      min-height: 200px;
      display: flex;
      align-items: center;
  }
  
  .hero-banner.hero-post-banner {
      padding-top: 0;
  }
  
  .hero-banner.hero-post-banner .page-center {
      padding: 0 !important;
      
  }
  
  .hero-banner.hero-post-banner .hero-content-wrapper {
      padding: 0 15px !important;
  }
  
  .hero-banner.hero-post-banner .image-wrapper {
      position: relative;
      width: 100%;
  }
 
}

.zig-zag-expanded-image {
    position: relative;
    overflow: hidden;
}

.expanded-image .image-wrapper:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    top: -1px;
    width: 100%;
    height: 101%;
    background-repeat: no-repeat;
    background-position: bottom right;
}



/* expanded-image */
@media(min-width: 768px) {
  .expanded-image {
      position: absolute;
      width: 43vw;
      height: 100vh;
      left: 0;
      top: 0;
      max-height: 100%;
  }
  
  .row-reverse-col .expanded-image {
      right: 0;
      left: initial;
  }
  
  .expanded-image .image-wrapper {
      height: 100%;
  }


  .expanded-image .image-wrapper {
    height: 100%;
  }
  
  .row-reverse-col .expanded-image .image-wrapper:after {
      left: -1px;
      right: initial;
      background-position: bottom left;
  }
}

@media(max-width: 767px) {
  .zig-zag-expanded-image  {
      padding-top: 0 !important;
  }
  .zig-zag-expanded-image .page-center {
      padding: 0 !important;
  }
  
  .zig-zag-expanded-image .image-col {
      width: 100%;
  }
  
  .zig-zag-expanded-image .text-col {
      padding: 20px 15px;
  }
  
  .expanded-image {
      position:relative;
  }
  
  
  
  .expanded-image .image-wrapper:after {
      width:14%;
  }
}


@media(min-width: 768px) {
  .row-reverse-col,
  .row-reverse .page-center {
      display: flex;
      flex-direction: row-reverse;
  }
  
  
  .row-reverse-col &gt; div,
  .row-reverse .page-center &gt; div {
      margin-left: 0 !important;
  }
  
  .row-reverse-col &gt; div:first-child,
  .row-reverse .page-center &gt; div:first-child {
      margin-left: 2.127659574% !important;
  }
  
} 

@media(max-width: 767px) {
  .image-bottom-true {
      display: flex;
      flex-direction: column-reverse;
  }
  
} 
.with-corner-rad iframe,
.with-corner-rad img {
   border-radius: var(--corner-radius);
    overflow: hidden;
}
  
.border-top {
  position: relative;
  border-top: 1px solid var(--color-primary);
}
  
  /* custom slick */
.arrow-shadow .slick-arrow {
    position: absolute;
    left: 0;
    z-index: 2;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: var(--color-primary);
    justify-content: center;
    top: 44%;
}

.arrow-shadow .slick-arrow.next-arrow {
    right: 41px;
    left: initial;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
  
.arrow-shadow .slick-arrow.prev-arrow  {
    left: 41px;
}

.arrow-shadow .slick-arrow.next-arrow svg {
      transform: rotate(180deg);
}

@media(max-width: 767px) {
  .arrow-shadow .slick-arrow {
      padding: 10px;
  }
  .arrow-shadow .slick-arrow svg {
      width: 35px;
      height: 35px;
  }
}

/* GRID 3 and 2 columns */

.grid-2-cols,
.grid-3-cols {
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    grid-gap: 30px;
}
  
.grid-3-cols h3 {
   margin-top: 0;
}

@media(min-width: 767px) {
  .grid-2-cols {
      grid-template-columns: repeat(auto-fill,minmax(555px,1fr));
  }
  
  .grid-3-cols {
      grid-template-columns: repeat(auto-fill,minmax(345px,1fr));
  }
 
}

.grid-single-col {
    transition: .3s;
    position: relative;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.grid-single-col .grid-single-col__image {
    position: relative;
    display: block;
    height: 186px;
}

.grid-2-cols .grid-single-col .grid-single-col__image {
    height: 228px;
}

.grid-single-col .grid-single-col__title-content {
    padding: 20px 0;
}

.grid-single-col .grid-single-col__title-content p {
    margin-bottom: 0;
}

.grid-single-col .grid-single-col__title-content .grid-single-col__content {
    
}

.grid-single-col a.full-col-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
  
.grid-title-in-image .grid-col-title {
  position: absolute;
  bottom: 0;
  color: var(--color-white);
  padding: 20px;
  margin: 0;
}
  
.grid-title-in-image .grid-single-col__image:before {
    content: "";
    background: linear-gradient(86.06deg, rgba(0, 0, 0, 0.608) -0.12%, rgba(0, 0, 0, 0) 28.96%), linear-gradient(360deg, rgba(0, 0, 0, 0.608) 0%, rgba(0, 0, 0, 0) 60.09%), url(.jpg);
    /* background-blend-mode: hard-light, hard-light, normal; */
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
  

  
  .blog-link-text {
      margin-top: 5px;
  }

/* HEADER */
.hs-menu-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;

}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li,
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
    display: inline-block; 
}

.header-container-wrapper{
    width: 100%;
    z-index: 9999;
    position: relative;
    top: 0;
    background-color: var(--color-primary);
}

.header-container-wrapper.scroll-header {
    position: fixed;
}



.header-container-wrapper .right-content-group {
  color: #fff;
}

.hs-menu-wrapper ul li a {
  font-weight: normal;
}

.header-container-wrapper .hs-menu-wrapper ul li {
    position: relative;
}

.header-container-wrapper .hs-menu-wrapper ul li a {
    color: var(--color-white);
    line-height: 20px;
    transition: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-decoration: none;
}

.header-container-wrapper .hs-menu-wrapper ul li &gt; a {
    position: relative;
}

.header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li &gt; a:before {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    border-bottom: 2px solid;
    position: absolute;
    display: none;
}

.header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li:hover &gt; a:before,
.header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li.active &gt; a:before {
    display: block;
}

.header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a {
    position: relative;
}

.header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; ul li:hover a {
   opacity: .8;
}

.header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li &gt; a {
    display: inline-flex;
    align-items: center;
}


.header-right-content {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}

.header-container-wrapper .top-phone h3 {
    font-size: 24px;
    line-height: 22px;
    padding-right: 20px;
    margin: 0;
}

.header-container-wrapper .top-phone h3  a {
  text-decoration: none;
  color: var(--color-white);
}

.header-container-wrapper .top-phone h3  a svg {
  width: 24px;
}

body .header-container-wrapper .socials-wrapper .hs-menu-wrapper&gt;ul&gt;li {
      padding-right: 1.5rem;
}

.header-container-wrapper .socials-wrapper .hs-menu-wrapper&gt;ul&gt;li&gt;a:before {
    display: none;
}

.header-container-wrapper .socials-wrapper .hs-menu-wrapper&gt;ul&gt;li&gt;a {
    padding: 0;
}

.header-container-wrapper .right-content-bottom .hs-button  {
  margin-top: 0;
  font-size: 14px;
  padding: 0.4rem 1.27rem;
  background-color: #000;
  border-color:  #000;
  text-transform: uppercase;
}

.header-container-wrapper .right-content-bottom .hs-button:hover  {
    background: transparent;
    color: #000;
}

.cwp-header__navigation-menu {
    display: none;
    margin-left: 16px;
    margin-top: 12px;
}

.cwp-hamburger {
    height: 32px;
    width: 24px;
    position: relative;
    margin: auto;
    cursor: pointer;
}

.cwp-header--sticky .cwp-hamburger__bar {
    background: var(--color-primary);
}

.cwp-hamburger__bar:nth-of-type(2) {
    top: 8px;
    transition: .2s cubic-bezier(.25,.46,.45,.94) .2s;
}

.cwp-hamburger__bar:nth-of-type(3) {
    top: 16px;
    transition: top .2s cubic-bezier(.25,.46,.45,.94) .2s,transform .2s cubic-bezier(.25,.46,.45,.94) .1s;
}

.cwp-hamburger__bar {
    position: absolute;
    height: 2px;
    width: 24px;
    display: block;
    margin: 8px auto;
    background-color: var(--color-primary);
    border-radius: 2px;
}

.cwp-hamburger__bar:first-of-type {
    top: 0;
    transition: top .2s cubic-bezier(.25,.46,.45,.94) .2s,transform .2s cubic-bezier(.25,.46,.45,.94) .1s;
}

.header-container-wrapper.scroll-header .cwp-header__navigation-menu {
  display: block;
} 

.header-container-wrapper.scroll-header .cwp-header__navigation-menu .cwp-hamburger__bar {
      background-color: var(--color-white);
} 

.open-menu .cwp-hamburger__bar:first-of-type {
    top: 8px;
    transform: rotate(45deg);
    transition: top .2s cubic-bezier(.25,.46,.45,.94) .1s,transform .2s cubic-bezier(.25,.46,.45,.94) .3s;
}

.open-menu .cwp-hamburger__bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .cwp-hamburger__bar:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
    transition: top .2s cubic-bezier(.25,.46,.45,.94) .1s,transform .2s cubic-bezier(.25,.46,.45,.94) .3s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul &gt; li.hs-item-has-children &gt; a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L5.5 5.75L10 1.25' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  right: -22px;
  transition: .3s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul&gt;li.hs-item-has-children:hover&gt;a:after {
  transform: rotate(180deg);
}


/** MOBILE MENU **/
@media(max-width: 1024px){
  
    .header-container-wrapper {
        padding: 16px;
    }
  
    .header-container-wrapper .row-fluid [class*=span] {
      float: none;
      width: auto;
      margin-left: 0;
    }
  
    .header-container-wrapper .top-header-content .page-center &gt; div &gt; div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
  
    .header-container-wrapper .top-header-content .logo-wrapper &gt; div,
    .header-container-wrapper .right-logo {
      max-width: 92px;
      margin: 0 auto;
      padding: 0 8px;
    }
  
    .header-container-wrapper .top-phone {
        position: absolute;
        left: 0;
        top: 10px;
    }
  
    .header-container-wrapper .right-content-group {
        display: flex;
      
    }
  
    .mobile_trigger{
        position: absolute;
        right: 20px;
        top: calc(44% - 1rem);
        cursor: pointer;
        z-index: 99999;
    }
  
    .mobile_trigger span:before{ 
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        width: 30px;
        height: 33px;
        vertical-align: middle;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='bars' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-bars fa-w-14 fa-2x'%3E%3Cpath fill='%23000000' d='M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z' class=''%3E%3C/path%3E%3C/svg%3E");
     }
  
    .menu_active .mobile_trigger span:before{
        height: 35px;
        width: 20px;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-2x'%3E%3Cpath fill='%23000000' d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z' class=''%3E%3C/path%3E%3C/svg%3E");
    }
  
    .header-container-wrapper .mobile-menu-wrapper{
        position: fixed;
        background: var(--color-primary);
        top: 69px;
        right: 0;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
        min-width: 200px;
        width: 100%;
        display: inline-block;
      
        padding: 2rem 2rem 2rem;
       
        transition: .3s;
        z-index: 99999;
        display: none;
        text-align: center;
    }
  
    body.open-menu .header-container-wrapper .mobile-menu-wrapper {
       
        display:block;
        width: 100%;
    }
  
    .header-container-wrapper .hs-menu-wrapper &gt; ul li{
        display: block;
        position: relative;
        text-align: left;
    }
  
    .header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li {
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding-top: 15px;
        padding-bottom: 15px;
    }
  
    .header-container-wrapper .hs-menu-wrapper &gt; ul &gt; li &gt;a {
        font-weight: bold;
    }

  .header-container-wrapper .hs-menu-wrapper&gt;ul&gt;li&gt;a:before {
    display: none !important;
  }
  
    .header-container-wrapper .hs-menu-wrapper .mobile_menu_children {
        position: absolute;
        top: 20px;
        right: 0;
        cursor: pointer;
        padding: 0 5px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
    }
  
    .child-open &gt; ul {
        height: auto !important;
    }


    /* submenus  */
    
    .header-container-wrapper .hs-menu-wrapper &gt; ul li ul{
        margin-left: 1rem;
    }
  
    .header-container-wrapper .hs-menu-wrapper &gt; ul li ul &gt; li:first-child {
        margin-top: 20px;
    } 
    .header-container-wrapper .hs-menu-wrapper &gt; ul li.hs-item-has-children ul {
        height: 0;
        overflow: hidden;
    }
  
    .header-container-wrapper .hs-menu-wrapper &gt; ul li.hs-item-has-children ul.grand-child-open { 
        height: auto !important;
    }
  
     .header-container-wrapper .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
        padding: 15px 0;
    }
  
    .cwp-header__navigation-menu {
      display: block;
          position: absolute;
    right: 0;
    top: 3px;
    margin: 0;
    }
  
    .cwp-hamburger__bar {
          background-color: var(--color-white);
    }
  
    .header-container-wrapper .top-phone h3 a span {
        display: none;
    }
  
  .right-content-bottom .socials-wrapper,
  .right-content-bottom .hs-button  {
      display: none !important;
  }
  
  .main-navigation-wrapper .page-center {
      display: block;
      padding: 20px 0;
  }
  
  .header-container-wrapper .hs-menu-wrapper ul li a {
      color: var(--color-white);
  }
  
  .header-container-wrapper .socials-wrapper .hs-menu-wrapper&gt;ul&gt;li {
      border-bottom: none;
      display: inline-block;
      padding: 11px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul &gt; li.hs-item-has-children &gt; a:after {
    display:none;
  }

}


/* desktop HEADER */
@media(min-width: 1025px){
  
    .main-navigation-wrapper {
      background-color: var(--color-secondary);
  }
  
    .mobile_trigger,
    .header-container-wrapper .mobile_menu_children { display: none; }
  
    body:not(.open-menu) .header-container-wrapper.scroll-header .mobile-menu-wrapper,
    .mobile-menu-wrapper .socials-wrapper,
    .mobile-menu-wrapper .hs-button {
      display: none !important;
    }
  
    .header-container-wrapper .top-phone h3 a {
        font-weight: bold;
      -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    font-family: 'Arial';
    }
  
    .header-container-wrapper.scroll-header .top-phone h3 a {
       color: var(--color-white);
    }
  
    .header-container-wrapper .top-phone h3 a svg {
        display: none;
    }
    
    .header-container-wrapper .top-header-content {
       padding: 14.68px 0;
    }
  
  .header-container-wrapper .logo-wrapper {
    padding-top: 7px;
  }
  
    .header-container-wrapper .top-header-content .page-center &gt; div &gt; div {
       display: flex;
       align-items: center;
    }
  
    .header-container-wrapper .right-logo {
        text-align: right;
    }
  
    .header-container-wrapper .right-content-bottom {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin-top: 20px;
    }
  
    .mobile-menu-wrapper .main-navigation-wrapper {
       min-height: 50px !important;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul{
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
   
    .header-container-wrapper .hs-menu-wrapper&gt;ul&gt;li:not(:last-child){
        padding-right: 2.5rem;
    }
 

    
  
    .header-container-wrapper .hs-menu-wrapper&gt;ul&gt;li:last-child {

    }

    /* submenu */
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover &gt; ul.hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li:focus &gt; ul.hs-menu-children-wrapper {
        pointer-events: auto;
        opacity: 1;
          top: 100%;
    }
  
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul.hs-menu-children-wrapper {
        position: absolute;
        height: auto !important;
        top: 50%;
        opacity: 0;
        pointer-events: none;
        background: var(--color-secondary);
        min-width: 259px;
        padding: 10px 0;
        left: -10px;
        transition: .3s;
       /* -webkit-box-shadow: 0px 8px 14px -6px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 8px 14px -6px rgb(0 0 0 / 75%);
        box-shadow: 0px 8px 14px -6px rgb(0 0 0 / 75%);*/
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul.hs-menu-children-wrapper li {
        display: block;
        padding: 13px 32px;
        line-height: 1.2;
        position: relative;
    }    
  
    .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li a {
      line-height: 1.2;
      transition: opacity .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),width .3s cubic-bezier(.25,.46,.45,.94),margin .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);
    }
  
    .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li a:hover {
        transform: translateX(4px);
        opacity: 0.8;
    }
  
    .header-container-wrapper .hs-menu-wrapper&gt;ul&gt;li&gt;a {
      padding: 17.5px 0;
    }

    /** second submenu level **/
    .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li.hs-item-has-children &gt; a:after {
        right: 15px;
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-angle-right fa-w-6 fa-2x'%3E%3Cpath fill='%23000000' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z' class=''%3E%3C/path%3E%3C/svg%3E");
        content: "";
        background-repeat: no-repeat;
        width: 11px;
        height: 20px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul li &gt; ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper {
        top: 0;
        left: 104%;
    }
  
    .header-container-wrapper.scroll-header {
        background: var(--color-secondary);
    }
  
  .header-container-wrapper.scroll-header .right-logo {
    display: none !important;
  }

  .header-container-wrapper.scroll-header .hs-menu-wrapper ul li a svg path {
    fill: var(--color-white);
  }
  
  .header-container-wrapper.scroll-header .top-phone h3 {
      color: var(--color-primary);
  } 
  
}


/* FOOTER */
.footer-container-wrapper {
    background-color: var(--color-primary);
    position: relative;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  padding-top: 25px;
}

.footer-container-wrapper .footer-container { 
    max-width: var(--page-width);
    margin: 0 auto;
    padding-top: 1.5625rem;
    padding-bottom: 1.125rem;
}

.footer-container-wrapper .top-footer {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footer-container-wrapper .footer-container h2 {
  font-size: 27px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
    color: #fff;
}

.footer-container-wrapper h6 {
   color: #fff;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold;
}

.footer-container-wrapper a {
  color: #F7F7F7 !important; 
  text-decoration: none;
}

.footer-container-wrapper a:hover {
  opacity: .8;
}


.footer-container .social-menu ul {
  justify-content: flex-end;
}

.footer-container .social-menu li:not(:last-child) {
    padding-right: 27px;
}

.footer-container .hs-menu-flow-vertical li {
    padding-bottom: 15px;
}

.footer-container .hs-menu-flow-vertical li a {
    display: flex;
    align-items: center;
  text-decoration: none;
}

.footer-container .hs-menu-flow-vertical li a svg {
    margin-right: 10px;
}

.footer-container .hs-menu-flow-horizontal ul li {
    margin-bottom: 5px;
}

.footer-container .footer-menu  .hs-menu-flow-horizontal ul li:not(:last-child) {
    padding-right: 2.75rem;
}

 .footer-container .bottom-footer .bottom-menu {
   font-size: 14px;
}

.footer-container .bottom-footer {
    padding-top: 25px;
    padding-bottom: 30px;
}

.footer-container .bottom-footer .bottom-menu li {
    padding-right: 20px;
}

.footer-container .bottom-footer .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul {
  justify-content: center;
}


body &gt; img[src*="facebook.com"] {
  display: none;
}

@media(min-width: 768px) {

  .footer-left-content-group {
      display: flex !important;
      flex-wrap: wrap;
  }
  .footer-left-content-group &gt; div {
      padding-right: 4rem;
  }
  
  .footer-container .bottom-footer &gt; div &gt; div {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
  }
  
}

@media(max-width: 767px) {
  
  .footer-container-wrapper {
      text-align: center;
  }
  
  .footer-container-wrapper .footer-container { 
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .footer-container-wrapper .footer-container h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .footer-container-wrapper .hs-menu-wrapper ul {
    margin: 10px 0 20px;
  }
  
  .footer-container .hs-menu-flow-vertical li a {
      justify-content: center;
  }
  
  .bottom-footer &gt; div &gt; div {
      display: flex;
      flex-direction: column;
  }
  
  .bottom-footer .copy {
      order: 1;
  }
  
  .bottom-footer .bottom-menu {
      order: 2;
  }
  
  .bottom-footer .footer-logo {
      order: 3;
      text-align: center !important;
      margin: 20px 0 10px;
  }
  
  .footer-container .bottom-footer .bottom-menu li {
     padding-right: 0;
      display: block;
     padding-bottom: 5px;
  }
}
  

.landing-page .header-container-wrapper .main-navigation ul,
.landing-page .top-navigation &gt; div,
.landing-page .footer-container-wrapper .top-footer,
.landing-page .right-content-bottom,
.landing-page .footer-container-wrapper .top-footer,
.landing-page .cwp-header__navigation-menu {
    display: none !important;
}

.landing-page .footer-container .bottom-footer {
  padding: 0;
  padding-bottom: 10px;
}


/*** BLOG ***/

/* filter */
.filter-search-wrapper {
    padding-top: 0.625rem;
}

.filter-search-wrapper &gt; div {
    max-width: 100%;
}

.filter-search-wrapper .hs-search-field__bar form label,
.filter-search-wrapper .filter-wrapper .topi-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.642857px;
    font-weight: bold;
}

.filter-search-wrapper input,
.filter-search-wrapper select {
       padding: 1px 15px;
    min-height: 40px;
}

.filter-search-wrapper .hs-search-field__bar form {
    position: relative;
}

.filter-search-wrapper .hs-search-field__bar form button {
    position: absolute;
    right: 15px;
    bottom: 7px;
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
}

.filter-search-wrapper .hs-search-field__bar form button svg {
   color: #3B3B3B;
   height: 21px;
}

@media(max-width: 767px) {
  .filter-search-wrapper .filter-wrapper {
      width: 100%;
      margin-bottom: 10px;
  }
}

@media(max-width: 500px) {
   .filter-search-wrapper .filter-wrapper select {
      width: 100%;
  }
}

/* author - shared css */
.author-data {
    font-size: 1.0rem;
    line-height: 1.0rem;
}

.author-data .hs-author-label {
    display: block;
}

.author-data .author-link { 
    display: block;
    font-weight: bold;
    color: var(--color-grey);
}

.post-date  {
    color: var(--color-grey);
}

.author-data .blog-post-author {
    margin-bottom: 10px;
}

.hs-author-profile .hs-author-social-links a {
    display: inline-block;
    margin-right: 15px;
}


/* tags - shared css */
.blog-post__tags {
  font-weight: 500;
}

.blog-post__tags .blog-post__tag-link {
    color: var(--color-primary);
    margin-right: 7px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}


/* listing */

.blog-listing-wrapper.cell-wrapper {
    padding-bottom: 6.25rem;
}

.blog-listing-wrapper .blog-title-filter {
    margin-bottom: 40px;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 400px; /* Limit the maximum width */
}

.topi-label {
  margin-right: 10px;
}

.filter-wrapper select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
} 


@media(min-width: 768px) {
    .filter-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.blog-index {
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    grid-gap: 30px;
}

.blog-index.blog-recent-posts__post-small {
  grid-template-columns: repeat(auto-fit,minmax(264px,1fr));
}

@media(min-width: 500px) {
  .blog-index {
      grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  }
}

.blog-recent-posts__post {
    transition: .3s;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}


.blog-recent-posts__post.current-page {
    opacity: 0.7;
    background: #fff;
    pointer-events: none;
}

.blog-recent-posts__post.current-page:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
}

.blog-recent-posts__post .blog-recent-posts__image {
    position: relative;
}

.blog-recent-posts__post .blog-recent-posts__image a.hs-featured-image-link {
    display: block;
    height: 288px;
}

.blog-recent-posts__post .blog-recent-posts__image .blog-post__tags {
    position: absolute;
    bottom: 0;
    background: var(--color-white);
    margin: 0;
    padding: 16px 20px 0;
}

.blog-recent-posts__post .blog-recent-posts__title-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-recent-posts__post .post-title-content-wrapper {
    padding: 10px 0;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-post__subtitle {
    margin: 0 0 5px;
    color: var(--color-body);
}

.blog-recent-posts__post .post-title-content-wrapper .blog-post__title {
   margin: 0 0 15px;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-post__title a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content {
    margin-bottom: 20px;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content p {
    margin-bottom: 0;
}

.blog-recent-posts__post .link-text {
    font-size: 14px;
    line-height: 18px;
}


.blog-recent-posts__post a.full-col-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}




/* hover state */
.blog-recent-posts__post:hover {
    border-color: var(--color-primary);
}

.blog-recent-posts__post:hover h4 {
    color: var(--color-primary);
}

@media(min-width: 768px) { 
  .blog-recent-posts__post {
      margin-bottom: 50px;
  }
}

@media(max-width: 767px) {
  .blog-recent-posts__post .blog-recent-posts__image,
  .blog-recent-posts__post .blog-recent-posts__title-content {
      width: 100% !important;
  }

}

/* Simple posts */
.hs-blog-listing .blog-listing-wrapper.blog-listing-simple {
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
}

/* blog pagination */
.blog-pagination {
    margin-top: 4.375rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-pagination .blog-pagination__hidden {
    display: none;
}

.blog-pagination a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    font-weight: bold;
    text-align: center;
    color: var(--color-secondary);
    cursor: pointer;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    text-decoration: none;
}

.blog-pagination a:hover,
.blog-pagination .blog-pagination__link--active {
  background: #fff;
  color: var(--color-primary);
}

/* blog post */

.hs-blog-post {
    background-color: #fff;
}

.hs-blog-post .blog-section {
    padding-bottom: 2.5rem;
}

.hs-blog-post .post-top-image-video-wrapper {
    max-width: 754px;
}


.hs-blog-post .back-btn a {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    border-bottom: 1px solid var(--color-primary);
    display: inline-flex;
    padding-bottom: 5px;
}

.hs-blog-post .back-btn a svg {
    margin-right: 15px;
}

.hs-blog-post .author-data {
    margin-bottom: 30px;
}

.hs-blog-post .hs-author-avatar {
    width: 88px;
    height: 88px;
    border-radius: 100px;
    overflow: hidden;
    margin: 10px 0;
}

.hs-blog-post .post-social-sharing {
    margin-top: 1rem;
}

.hs-blog-post .post-body h3 {
    color: var(--color-secondary);
}
  
.hs-blog-post .post-body #hs_cos_wrapper_post_body {
  margin-bottom: 40px;
    display: block;
}

.hs-blog-post .blog-post-content .left-side-box {
  border: 1px solid #C7C7C7;
}

.hs-blog-post .blog-post-content .top-box-content {
    padding: 20px 15px;
}

.hs-blog-post .husbpot-author-date .hs-author h6 {
   margin-top: 0;
}

.hs-blog-post .husbpot-author-date .hs-author a {
    color: var(--color-primary);
    font-weight: bold;
  text-decoration: none;
}

.hs-blog-post .husbpot-author-date .hs-date .post-date {
   color: var(--color-grey-light);
}

@media(min-width: 768px) {
  

 
  .hs-blog-post .blog-post-content .post-header {
      width: 41%;
      padding-right: 2rem;
  }
  
  .hs-blog-post .blog-post-content .left-side-box {
      border: 1px solid #C7C7C7;
      position: sticky;
      top: 200px;
  }
  

  .hs-blog-post .post-body {
      width: 59%;
  }
  
  .hs-blog-post .husbpot-author-date {
      display: flex;
      justify-content: space-between;
  }
  
  .hs-blog-post .blog-post__tags span {
      display: block;
  }

}

@media(max-width: 767px) {
  .hs-blog-post .blog-post-content .post-header { 
      padding-bottom: 2rem;
  }
  
  .hs-blog-post .blog-post-content .post-header,
  .hs-blog-post .blog-post-content .left-side-box {
      width: 100%;
  }
}

/* System Pages */
.system-pages .body-container-wrapper {
    min-height: 70vh;
}
.system-pages:not(.system-search-results) h1 {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #0079C1;
}

.system-pages h2 {
    color: var(--color-secondary);
}


.system-pages .system-form {
  background-color: #EEEEEE;
  padding: 2rem;
  max-width: 800px;
}

.system-pages form {
    margin-top: 1rem;
}

.system-pages form input.hs-input.email-edit {
  width: 100% !important;
}

.email-prefs .item p {
    margin: 5px 46px 0px;
}

.system-pages form#email-prefs-form h3 {
  font-size: 1.3125rem;
  margin-bottom: 10px;
  line-height: normal;
}

.system-pages .email-prefs .item .item-inner *:not(input) {
    background-color: initial;
}

.system-pages form input:not([type="checkbox"]) {
    margin-bottom: 1rem;
}

.checkbox-row input {
    top: 0 !important;
}

.system-pages .hs-search-results__listing li {
    margin: 30px 0;
    padding: 0;
}

.system-pages .system-header {
      background: #EDEDED;
}


.system-pages.system-search-results .search-results-title form {
    position: relative;
    max-width: 556px;
    margin: 0 auto;
}

.system-pages.system-search-results .search-results-title form button {
    position: absolute;
    right: 20px;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    min-width: 98px;
    top: 13px;
}


.system-pages.system-search-results .search-results-title .hs-search-field {
    max-width: 556px;
}

.system-pages.system-search-results .search-results-title .hs-search-field input {
    border: 0;
    border-radius: 32px;
    min-height: 64px !important;
    padding: 10px 32px;
}


.system-pages .hs-search-results__listing {
    max-width: 556px;
}

.system-pages .hs-search-results__listing li:not(:last-child) {
    border-bottom: 1px solid #C9C9CA;
}

.system-pages .hs-search-field--open .hs-search-field__suggestions{
    position: absolute;
    width: 100%;
    top: 38px;
    border: 1px solid #c9c9ca !important;
    background: #fff;
    padding: 10px;
}

.system-pages ul.hs-search-field__suggestions li a {
    background: none !important
}

.system-pages a.hs-search-results__title {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.search-results-title h1 {
    margin-bottom: 25px;
}

.modal-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 3;
    overflow: scroll;
}

.modal-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-popup-content .close {
    position: absolute;
    right: 30px;
    top: 20px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
  cursor: pointer;
}

.modal-popup-image img {
    width: 100% !important;
    max-height: 90vh;
}

.hs-blog-post .post-body #hs_cos_wrapper_post_body img {
  cursor: pointer;
}


.with-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a[data-hs-anchor] {
    padding-top: 120px;
    margin-top: -120px;
    display: block;
}</pre></body></html>