/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 2px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/33047c/00000000000000007735b8eb/30/l?subset_id=2&fvd=n2&v=3) format("woff2"),
    url(https://use.typekit.net/af/33047c/00000000000000007735b8eb/30/d?subset_id=2&fvd=n2&v=3) format("woff"),
    url(https://use.typekit.net/af/33047c/00000000000000007735b8eb/30/a?subset_id=2&fvd=n2&v=3) format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/7ac87a/00000000000000007735b8f0/30/l?subset_id=2&fvd=n3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/7ac87a/00000000000000007735b8f0/30/d?subset_id=2&fvd=n3&v=3) format("woff"),
    url(https://use.typekit.net/af/7ac87a/00000000000000007735b8f0/30/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/42930b/00000000000000007735b8f6/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/42930b/00000000000000007735b8f6/30/d?subset_id=2&fvd=n4&v=3) format("woff"), 
    url(https://use.typekit.net/af/42930b/00000000000000007735b8f6/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/ff2f63/00000000000000007735b8ff/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/ff2f63/00000000000000007735b8ff/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/ff2f63/00000000000000007735b8ff/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/183fb0/00000000000000007735b8ee/30/l?subset_id=2&fvd=i2&v=3) format("woff2"),
    url(https://use.typekit.net/af/183fb0/00000000000000007735b8ee/30/d?subset_id=2&fvd=i2&v=3) format("woff"),
    url(https://use.typekit.net/af/183fb0/00000000000000007735b8ee/30/a?subset_id=2&fvd=i2&v=3) format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/45a685/00000000000000007735b8f3/30/l?subset_id=2&fvd=i3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/45a685/00000000000000007735b8f3/30/d?subset_id=2&fvd=i3&v=3) format("woff"),
    url(https://use.typekit.net/af/45a685/00000000000000007735b8f3/30/a?subset_id=2&fvd=i3&v=3) format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/d97e98/00000000000000007735b901/30/l?subset_id=2&fvd=i7&v=3) format("woff2"), 
    url(https://use.typekit.net/af/d97e98/00000000000000007735b901/30/d?subset_id=2&fvd=i7&v=3) format("woff"), 
    url(https://use.typekit.net/af/d97e98/00000000000000007735b901/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'squarespace-ui-font';
  src: url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/fonts/squarespace-ui-font.woff') format('woff'),
    url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/fonts/squarespace-ui-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

.sqs-ui-font-family {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased
}

[class^="sqs-ui-font-"]:before,[class*=" sqs-ui-font-"]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased
}

[data-icon]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: attr(data-icon)
}

body {
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 1.28571428571;
  word-break: break-word;
}

body.popup-open {
  overflow: hidden;
}

iframe {
    min-width: 0px !important;
}

p{
  line-height:1.7;
}

p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

h1 {
  line-height:1.55263157895;
}

h2 {
  line-height:1.625;
}

h2:last-child{
  margin-bottom:0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  margin: 10px 0 0;
  line-height: 1;
}

h5 {
  line-height: 1.36;
  margin-top: 1em;
  margin-bottom: 1em;
}

h5:first-child {
  margin-top: 0;
}

h5:last-child {
  margin-bottom: 0;
}

h6 {
  line-height: 1.14545454545;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
ul li,
ol li {
  margin-bottom: 20px;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}


/* Horizontal Rules */
hr {
  color: #ccc;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media(max-width:1120px){

  h2 {
    line-height: 1.22857142857;
  }

  h5{
    line-height:1.78947368421;
  }

  h1{
    line-height:1.25;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1024px){

  h2 {
    line-height: 1.4;
  }

}


@media(max-width:910px){

  h2{
    line-height:1.15384615385;
  }

}


@media(max-width:767px){

  h1{
    line-height:1.17647058824;
  }

  h5{
    line-height:1.625;
    font-weight: 200 !important;
  }

  p{
    line-height:1.3;
    font-weight: 200 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


.actions {
  margin-top: 18px;
  margin-bottom:0px;
  padding: 17px 0px;
}

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

.hs-search-module .hs-button {
  margin: 15px 0;
}

.hs-button {
  font-size: 18px;
  line-height: 18px;
  font-family: Nunito Sans;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  outline:none;
  border-width: 1px;
  border-style:solid;
}

.hs-form label {
  display: block;
  float: none;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Nunito Sans;
  font-size: 18px;
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  display: inline-block;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  background-color: #f5f8fa;
  outline:none;
  width: 100% !important;
  max-width: 100%;
  padding: 0 15px;
}

select.is-placeholder:focus {
  color: #33475b !important;
}

.hs-error-msgs label {
  color: #f2545b;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  min-height:auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}


.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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

h3.form-title:empty {
  margin: 0;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-bottom:0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}

ul.no-list {
  list-style: none;
}

select.is-placeholder {
  color: #bfbfbf;
  padding: 9px 10px;
}

legend.hs-field-desc {
  font-family: Nunito Sans;
  font-size: 11px;
  margin: 0px 0px 6px;
  padding-left: 2px;
  line-height: 15px;
}

.hs-form-field,
.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media(max-width:480px){

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.outline-on-hover {
  border:2px solid #3ab4e2 !important;
}

.outline-on-hover:hover {
  background-color:white !important;
  color:#3ab4e2 !important;
}

.mbtn-default {
    border: 2px solid #42b5e0;
    padding: 9px 40px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    background-color: #42b5e0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
    text-align:center;
}

.mbtn-default:hover {
  background-color:white !important;
  color:#3ab4e2 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.home-page .button-module a.hs-btn,
.features-page .button-module a.hs-btn {
  background-color: #3ab4e2;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 40px;
  padding:18px 20px 13px 19px;
  border: 1px solid #3ab4e2;
  width: 241px;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  letter-spacing: 0em;
  line-height: 25px;
  opacity: 1 !important;
      display: flex;
    justify-content: center;
    align-items: center;
}

.features-page .widget-type-rich_text p {
  color: #444;
}

.container-fluid.right-column  a.bl {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.container-fluid.right-column a.bl:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
}

.container-fluid.right-column a.bl:hover {
  color: #A558D3;
}

.about-page-wrapper .widget-type-rich_text p {
  color: #444;
}


.alternative-page .widget-type-rich_text p {
  color: #444;
}

.two-colmn-wrapper.loyalty .sidebar-inner .hs-menu-item.active a:before {
  display: none;
}



.hs-mac-pc .home-page  .button-module a.hs-btn,
.hs-mac-pc .features-page .button-module a.hs-btn {
  line-height:28.2px !important;
}

.hs-mac-pc .container-fluid.shopify-row3 .button-module a.hs-btn,
.hs-mac-pc .container-fluid.shopify-row5  .button-module a.hs-btn ,
.hs-mac-pc .container-fluid.shopify-row4 .button-module a.hs-btn {
  line-height:28.2px !important;
}

.home-page .button-module a.hs-btn:hover,
.features-page .button-module a.hs-btn:hover {
  background: transparent !important;
  color: #3ab4e2 !important;
}


.integration-page .bottom-section .widget-type-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comparison-page .widget-type-rich_text h6 {
  color: #444;
  font-weight: 300;
  line-height: 1.88888888889;
  font-size: 18px;
  margin: 0;
}


.contact-page .table {
  margin: 0;
}

.platform-page .widget-type-rich_text p,
.home-page .widget-type-rich_text p {
  color: #444;
}


.comparison-page .main-section .widget-type-rich_text p {
  font-size: 19px;
  line-height: 1.78947368421;
}

.contact-page table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.8em;
  border: 0;
}

ol.numbered p {
  color: #444;
}

.comparison-header .header-top {
  font-size: 14px;
}

.contact-page td {
  padding: 0;
  border: 0;
}

.contact-page tr.blank-row td {
  padding: 15px;
  border: none !important;
}

.mkt-automation-page.lightspeed .content-with-image .image {
  padding-top: 34px;
}

.platform-page .testimonial-card-wrapper p {
  line-height: 34px;
}

.pricing-page .boxed-content .content a {
  text-decoration: underline;
  color: #3ab4e2;
}

.pricing-page .boxed-content .content p {
  padding: 0;
  line-height: 1.7;
}

.platform-page .boxed-content .content p {
  font-size: 18px !important;
  line-height:1.88888888889 !important
}

.platform-page .boxed-content {
  margin: 20px !important;
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 6px;
  max-width:100% !important;
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
}

.platform-page .boxed-content .content p {
  padding: 0;
}

.platform-page .boxed-content .content img {
  padding: 0 !important;
  padding-bottom: 9px !important;
}

.mkt-automation-page .bottom-section .dnd-section {
  padding-top: 55px;
  padding-bottom: 90px;
}

.mkt-automation-page .content-with-image .image {
  padding: 17px;
  padding-top: 0;
}

.mkt-automation-page  .retail_section h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.60714285714;
  margin-bottom:12px;
}

.mkt-automation-page .content-with-image .image img{
  vertical-align: middle;
}

.mkt-automation-page .content-with-image .content {
  padding: 17px;
  padding-top: 0;
}

.mkt-automation-page .targeted_marketing .dnd-section {
  padding: 78px 0 74px;
  margin: 70px 0;
}

.mkt-automation-page .top-section .dnd-section {
  padding: 160px 0px 140px 0px;
  background-size: 100% 100% !important;
}

.mkt-automation-page .top-section .widget-type-rich_text h5 {
  max-width: 945px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height:1.60714285714;
}

.mkt-automation-page .logos .inner span {
  min-width: 168px;
  display: inline-block;
}

.mkt-automation-page .logos .inner {
  font-size: 0;
}

.mkt-automation-page  .logos img {
  padding: 17px;
  vertical-align: middle !important;
}

.mkt-automation-page .retail_section .dnd-section {
  padding: 130px 0 120px 0;
  background-size: 100% 100% !important;
  background-position: top center !important;
}

.mkt-automation-page .bottom-section h5 {
  font-size: 25px;
  color: #444;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.36;
}

.home-page .testimonial-card-wrapper .testimonial-content p {
  line-height: 1.54545454545;
}

.pricing-page .boxed-content .content h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.60714285714;
  margin: 0;
  color: #333;
}

.pricing-page .widget-type-rich_text h6 {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  line-height: 1.88888888889;
  margin-bottom: 0;
  margin-top: 1em;
}

.pricing-page table {
  margin: 20px auto;
  width: 80%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

.pricing-page table td {
  padding: 0;
  border: none;
}

.pricing-page tr {
  border-bottom:1px solid #ddd;
  line-height: 300%;
}

.pricing-page tr:last-child {
  border-bottom:0;
}

.pricing-page .main-section .widget-type-rich_text h2 {
  color: #a558d3;
  font-weight: 200 !important;
  font-size: 28px;
  line-height: 52px;
  padding-left: 16px;
}

.pricing-page .main-section .widget-type-rich_text h4 {
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  font-size: 35px;
}

.pricing-page .accordion .title {
  padding: 0 !important;
  color: #a558d3;
  font-weight: 200 !important;
  font-size: 28px;
  padding-left: 16px !important;
  line-height: 52px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.pricing-page  .accordion .title span {
  font-size: inherit;
}

.pricing-page .accordion .title:after {
  display:none;
}

.business-page .hs-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.business-page .main-section .widget-type-rich_text h3 {
  line-height: 1.85714285714;
  font-weight: 400;
}

.business-page .hs-button {
  background-color: #41AF4B;
  border: none;
  color: #ffffff;
  font-family: Rubik;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1em;
  border-radius: 0;
  padding: 14px 35px;
  font-size: 14px;
}

.business-page .actions {
  padding: 0;
  margin: 0;
}

.business-page .hs-button:hover {
  background-color: #272727;
  color: #fff;
}

.business-page select.hs-input {
  color: inherit !important;
  font: inherit;
  padding: 0 !important;
  height: auto !important;
  margin: 6px 0 4px !important;
  max-width: 100%;
  min-height: auto;
  font-size: 14px !important;
  width: auto !important;
  background: #fff !important;
  border: 1px solid #767676 !important;
}

.business-page  fieldset.form-columns-1 select.hs-input:not([type=radio]):not([type=checkbox]) {
  width: auto !important;
}

.business-page .hs-input:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  border: 1px solid #ccc;
}

.business-page ul.no-list.hs-error-msgs.inputs-list label {
  border-radius: 2px;
  background: #cc3b3b url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/icon_close_7_light.png') no-repeat 9px 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    margin: 12px 0;
    padding: 5px 15px 3px 25px;
    margin-bottom: .5em;
    }

.business-page ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  padding-right: 8px;
}

.business-page .hs-field-desc {
  order: 3;
}

.business-page .hs-form label {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}

.business-page .form-columns-2 .input {
  margin: 0 !important;
}

.business-page .form-columns-2 .hs-form-field:first-child {
  padding-right: 3px;
}

.business-page .form-columns-2 .hs-form-field:last-child {
  padding-left: 4px;
}

.business-page .hs-form-required {
  color: #333;
  margin-left: 4px;
}

.business-page .form-columns-2 .hs-input {
  font-size:14px;
}

.business-page .hs-input {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 12px;
}

.business-page form * {
  font-family: lato;
}

.business-page legend.hs-field-desc {
  font-size: 12px;
  color: #333;
  text-transform: capitalize;
  order: 3;
  padding: 0;
  margin-bottom: 1px;
  line-height: 14px;
  padding-top: 1px;
}

.business-page .hs-richtext {
  margin: 0;
}

.business-page fieldset.form-columns-1 .input {
  margin: 0 !important;
}


.business-page  .content-with-image p,
.business-page .main-section .widget-type-rich_text p {
  line-height: 1.54545454545;
}

.business-page  .content-with-image h2,
.business-page .main-section .widget-type-rich_text h2 {
  line-height:2;
}

.service_page .main-section .widget-type-rich_text h6 {
  line-height: 3.25;
  margin: 0;
  font-size:16px;
}

.alternative-page .widget-type-rich_text h6 {  
  font-size: 18px;
  line-height:1.88888888889;
  color: #444;
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 0;
}

.service_page .main-section .widget-type-space .hs_cos_wrapper_type_space {
  height: 25px;
}

.service_page .bottom-section .widget-type-rich_text p,
.service_page .top-section .widget-type-rich_text p {
  line-height: 1.88888888889;
  color:#444;
}

.features-page .bottom-section .widget-type-rich_text h6 {
  font-size: 16px;
  line-height: 2.8125;
}

.features-page .widget-type-rich_text h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 3.21428571429;
  margin: 0;
  font-weight: 300;
  color:#333;
}

.covid-page .widget-type-rich_text h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.60714285714;
  margin: 0;
  padding:9px 0;
  color:#444;
}

.covid-page .services .button a {
  margin-top: 3px;
}

.covid-page .widget-type-rich_text h5 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
}

.covid-page .widget-type-rich_text h5 a:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
  transition: border-color .15s ease-out,color .15s ease-out;
}

.covid-page .services .item {
  max-width: 468px;
  min-height:355px;
}

.covid-page .services h4 {
  margin-top: 0px;
  font-size: 24px;
  padding-top: 30px;
  line-height: 34px;
}

.covid-page .services .button a {
  font-size: 18px;
  line-height: 1.4;
}

.covid-page .top-section .widget-type-space .hs_cos_wrapper_type_space {
  height: 25px;
}

.integration-page .bottom-section .widget-type-form form .hs_error_rollup {
  order: 2;
  padding-left: 24px;
}

.integration-page .bottom-section .widget-type-form form .actions {
  margin: 0;
  padding: 0;
}

.integration-page .top-section .widget-type-rich_text h2{
  font-size: 42px;
  line-height:1.14285714286;
}

.integration-page .bottom-section .widget-type-form form .hs-form-field label {
  margin: 0;
}

.integration-page .bottom-section .widget-type-form form .hs-input {
  padding: 7px;
  margin: 0 0 4px;
  color: #909090 !important;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 400 !important;
  font-family: "nunito-sans",sans-serif;
  border: 1px solid #ccc;
  background: #fafafa;
  line-height: normal;
  box-sizing: border-box;
  min-height: auto;
}

.integration-page .bottom-section .widget-type-form form .hs-input:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
}

.integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .hs-form-field {
  width: Calc(46% + 20px);
  display: inline-block;
  vertical-align: top;
  padding-left: 18px !important;
}

.integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .input {
  margin: 0 !important;
}

.integration-page .bottom-section .widget-type-form form fieldset {
  width: 70%;
  float: left;
  padding-left: 6px;
  max-width: 100% !important;
}


.integration-page .hs-button{
  background-color: #a558d3 !important;
  color: #fff !important;
  font-family: "nunito-sans",sans-serif;
  border-color: #a558d3 !important;
  font-weight: 400;
  font-size: 22px;
  padding: 8px;
  border-radius: 8px;
  text-transform: none;
  line-height: 1em;
  border-width: 2px;
}

.integration-page .bottom-section .widget-type-form form .hs-input.error {
  border: 1px solid #e99292 !important;
}

.integration-page .hs_submit.hs-submit {
  width: 27%;
}

.service-page .content-with-image p,
.service-page .main-section .widget-type-rich_text p {
  line-height: 1.54545454545;
  color:#444;
}

.integration-page .bottom-section .dnd-section {
  padding-bottom: 160px;
}

.integration-page .widget-type-rich_text h5 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
  transition: border-color .15s ease-out,color .15s ease-out;
}

.integration-page .widget-type-rich_text h5 a:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
}

.service-page .content-with-image h2,
.service-page .main-section h2 {
  font-size: 26px;
  line-height: 2;
}

.demo-page .widget-type-rich_text p {
  line-height:1.88888888889;
  font-size:18px;
}

.contact-page .widget-type-rich_text h1 {
  color: #2f2f2f;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.22916666667;
}

.contact-page .main-section .widget-type-rich_text h5 {
  font-size: 28px;
  margin-top: 11px;
  line-height: 1.21428571429;
}


.widget-type-space {
  padding:17px;
}

.widget-type-space .hs_cos_wrapper_type_space{
  height: 34px;
  display: block;
}

ol.numbered>li {
  color: #2f2f2f;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.14545454545;
}

ol.numbered ol li {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}


ol.numbered ul {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
}

ol.numbered ul li {
  font-size: inherit;
  line-height: 1.5;
}

ul.circle {
  list-style: none;
}

ul.circle h5:before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}


@media(max-width:1200px){
  .mkt-automation-page .top-section .dnd-section {
    padding: 4% 19px 4%;
  }
}


@media(max-width:1120px){

  .mkt-automation-page .top-section .dnd-section {
    padding: 9% 0 15%;
  }

  .mkt-automation-page .top-section .widget-type-rich_text h5 {
    max-width: 750px;
  }

  .mkt-automation-page .top-section .dnd-section>Div {
    padding: 4% 19px 4%;
  }

  .mkt-automation-page .bottom-section .dnd-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-page .widget-type-rich_text h1 {
    line-height: 1.04166666667;
  }

  .service-page .content-with-image h2,
  .service-page .main-section h2 {
    line-height: 1.65384615385;
  }

  .covid-page .widget-type-rich_text h4 {
    padding: 15px 0;
  }

  .features-page .widget-type-rich_text h6 + h2 {
    line-height: 1.34375;
    font-size: 32px;
  }


  .service_page .main-section .widget-type-rich_text h6 {
    line-height: 2.8125;
  }

  .service_page .bottom-section .widget-type-rich_text h2 {
    line-height: 1.34375;
  }

  .business-page .main-section .widget-type-rich_text h3 {
    line-height: 1.53571428571;
  }

  .business-page .content-with-image h2, .business-page .main-section .widget-type-rich_text h2 {
    line-height: 1.65384615385;
  }

  .pricing-page .accordion .title {
    line-height: 43px;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    line-height: 1.53571428571;
  }

}

@media(max-width:1024px) and (min-width:641px){
  .mkt-automation-page .content-with-image .content h5,
  .targeted_marketing h5,
  .segmentation h5 {
    font-size: 18px;
    line-height: 1.44444444444;
  }


  .customization .dnd-section>div {
    padding: 0 20px;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mkt-automation-page .targeted_marketing .dnd-section {
    margin: 0px 10px;
    padding: 48px 19px;
  }


  .segmentation .dnd-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mkt-automation-page .button-module.no-style a {
    font-size: 18px;
    line-height: 26px;
  }

}

@media(max-width:1024px){

  .widget-type-space {
    padding: 0;
  }




  .mkt-automation-page .retail_section .dnd-section {
    background-image: url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/bg-curve.png') !important;
      margin: 50px 0;
      padding: 20px 10px 7px;
      }

  .mkt-automation-page .top-section .dnd-section {
    top: 0px;
    background-position: center !important;
    background-size: auto !important;
    padding: 0;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    padding-left: 0 !important;
  }

  .contact-page .main-section .widget-type-rich_text h4 {
    font-size: 24px;
    line-height:1.20833333333;
  }

  .pricing-page .accordion .title {
    line-height: 1.5;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    line-height: 1.5;
  }

  .contact-page .main-section .widget-type-rich_text h5 {
    font-size: 20px;
    line-height: 1.65;
  }

  .business-page .main-section .widget-type-rich_text h3 {
    line-height: 1.5;
  }

  .business-page .content-with-image h2, .business-page .main-section .widget-type-rich_text h2 {
    line-height: 1.61538461538;
  }

}


@media(max-width:910px){

  .business-page .main-section .widget-type-rich_text h3 {
    line-height: 1.07142857143;
  }

  .business-page .content-with-image h2, .business-page .main-section .widget-type-rich_text h2 {
    line-height: 1.15384615385;
  }


  .pricing-page .accordion .title {
    line-height: 1.07142857143;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    line-height: 1.07142857143;
  }

  .responsive .dnd-section>.row-fluid {
    width: 97% !important;
  }

  .container-fluid.body-container.automation-page h3, .automation-main-sec h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .service_page .bottom-section .widget-type-rich_text h2 {
    line-height: 0.9375;
  }

  .service_page .main-section .widget-type-rich_text h6 {
    line-height: 1.875;
  }

  .features-page .widget-type-rich_text h6+h2 {
    line-height: 0.9375;
    font-size: 32px;
  }

  .responsive .dnd-section[class*="force-full-width-section"]>.row-fluid {
    width:100% !important;
  }

  .integration-page .hs-button {
    font-size: 15px;
    padding: 8px 6px;
  }

  .integration-page .bottom-section .widget-type-form form .hs-input {
    padding: 6px;
    font-size: 17px;
  }

  .service-page .content-with-image h2,
  .service-page .main-section h2 {
    line-height:1.15384615385;
  }

}


@media(max-width:900px) and (min-width:641px){

  .pricing-page .boxed-content .content h5 {
    font-size: 22px !important;
    line-height: 1.4;
  }

  .pricing-page  .boxed-content .content p {
    font-size: 18px !important;
    font-weight: 200 !important;
    line-height: 1.3 !important;
  }

  .pricing-page  .boxed-content.full.no-shadow {
    padding: 15px;
  }

}


@media(max-width:791px){

  .rebrand-page {
    padding-top: 44px;
  }

}

@media(max-width:767px){


  .integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    width: calc(46% + 14px);
    display: inline-block;
    vertical-align: top;
    padding-left: 18px !important;
  }


  .comparison-page .main-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 200;
  }

  .platform-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .comparison-page .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 200;
  }

  .pricing-page .boxed-content .content h5 {
    font-size: 26px;
    line-height: 1.4;
  }

  .table {
    margin: 0;
    overflow: auto;
  }

  .table table {
    box-sizing: border-box;
    width: 100%;
  }

  .lightspeed .banner-wrapper {
    padding-top: 44px;
  }

  .lightspeed .banner-wrapper .top-content h1 {
    margin-bottom: 28px;
  }

  .pricing-page .main-section .widget-type-rich_text h4 {
    line-height: 1.02857142857;
  }

  .pricing-page .widget-type-rich_text h6 {
    line-height: 1.44444444444;
    font-weight: 200;
  }

  .mkt-automation-page .bottom-section .dnd-section {
    padding: 0 13px 36px;
  }

  .mkt-automation-page .bottom-section h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300 !important;
  }

  .business-page .content-with-image p,
  .business-page .main-section .widget-type-rich_text p {
    line-height: 1.18181818182;
    color:#444;
  }

  .contact-page .widget-type-rich_text h1 {
    line-height: 0.83333333333;
  }

  .features-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .features-page .widget-type-rich_text h6 {
    line-height: 2.57142857143;
  }

  .business-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .contact-page .main-section .widget-type-rich_text h5 {
    font-size: 18px;
    line-height: 1.3;
  }

  .demo-page .widget-type-rich_text p {
    line-height: 1.44444444444;
  }

  .service-page .content-with-image p,
  .service-page .main-section .widget-type-rich_text p {
    line-height: 1.18181818182;
  }

  .integration-page .bottom-section .dnd-section {
    padding-bottom:0px;
  }

  .integration-page .top-section .widget-type-rich_text h2{
    font-size: 27px;
    line-height:1.77777777778;
  }

  .covid-page .widget-type-rich_text h4 {
    font-size: 26px;
    line-height: 1.4;
    padding: 18px 0;
  }

  .features-page .bottom-section .widget-type-rich_text h6 {
    line-height: 2.25;
  }

  .service_page .bottom-section .widget-type-rich_text p, 
  .service_page .top-section .widget-type-rich_text p {
    line-height: 1.44444444444;
  }

  .service_page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .alternative-page .widget-type-linked_image {
    max-width: 430px;
  }

  .alternative-page .widget-type-rich_text h6 {
    font-size: 18px;
    line-height: 1.44444444444;
    font-weight: 200;
  }

  .home-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .home-page .testimonial-card-wrapper .testimonial-content p {
    line-height: 1.18181818182;
  }
  .customization .content-with-image .image{
    max-width: 430px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mkt-automation-page .top-section .widget-type-rich_text h5 {
    font-weight: 300 !important;
    line-height: 1.28571428571;
  }

  .mkt-automation-page .top-section .dnd-section {
    padding: 4px 10px 6px 10px;
  }

  .mkt-automation-page .targeted_marketing .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .mkt-automation-page .retail_section .dnd-section {
    margin: 20px 0;
  }

  .mkt-automation-page .retail_section .dnd-section>Div {
    padding: 28px 0px;
  }

  .mkt-automation-page .retail_section h5 {
    font-size: 26px;
    line-height: 1.38461538462;
    font-weight: 300 !important;
  }

  .platform-page .boxed-content .content p {
    font-size: 18px !important;
    font-weight: 200 !important;
    line-height: 1.44444444444 !important;
  }

}

@media(max-width:900px) and(min-width:641px) {
  .business-page .form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
}


@media(max-width:700px){
  .pricing-page table {
    box-sizing: border-box;
    width: 100% !important;
  }
}

@media(max-width:640px){

  .widget-type-space .hs_cos_wrapper_type_space {
    height: 0 !important;
  }

  .service-page .content-with-image h2 {
    margin-top: 15px;
  }

  .pricing-page .boxed-content .content p {
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 1.3 !important;
  }



  .contact-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .mkt-automation-page .content-with-image .image{
    float:none;
  }

  .lightspeed .banner-wrapper {
    padding-top: 61px;
  }

  .mkt-automation-page .logos .inner span {
    display: inline-block !important;
    max-width: 116px;
    width: 100% !important;
    min-width: auto;
    padding: 17px;
  }

  .mkt-automation-page .logos .inner span img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }

  .service-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .integration-page .bottom-section .widget-type-form form {
    width: 90%;
    flex-direction: column;
    margin: 0px auto;
    padding: 0px 7px;
  }

  .integration-page .bottom-section .widget-type-form form fieldset {
    width: 100%;
    padding: 0;
  }

  .integration-page .hs_submit.hs-submit {
    width: 100%;
    text-align: center;
  }

  .integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 24px;
  }

  .business-page .content-with-image h2 {
    margin-top: 15px;
  }

  .integration-page .bottom-section .widget-type-form form .hs_error_rollup {
    order: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .contact-page .main-section .widget-type-rich_text h5 {
    font-size: 20px;
    line-height: 1.25;
  }

  .mkt-automation-page.lightspeed .customization .widget-type-rich_text {
    text-align: center;
  }

  .mkt-automation-page .customization .content-with-image,
  .mkt-automation-page .targeted_marketing .widget-type-rich_text ,
  .mkt-automation-page  .segmentation .widget-type-rich_text {
    text-align: center;
  }

  .mkt-automation-page h5 {margin:0px auto;
  }

  .mkt-automation-page .button-module.no-style {
    text-align: center;
  }

  .integration-page .services .row+.row .item:last-child .image {
    padding-bottom: 9px;
  }

  .integration-page .services .row+.row .item:first-child .image {
    padding-top: 30px !important;
    padding-bottom: 39px;
  }

  .mkt-automation-page  .segmentation  .widget-type-linked_image {
    text-align: center;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    margin: 20px 0;
    padding: 8px 0;
  }

  .mkt-automation-page .retail_section .dnd-section>Div {
    padding:35px 0 28px 0px;
  }

  .mkt-automation-page .content-with-image .image {
    padding-bottom: 55px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    padding-bottom: 20px !important;
  }

  .mkt-automation-page .retail_section .dnd-section {
    padding-top: 0 !important;
  }

}


@media(max-width:480px){

  .mkt-automation-page .top-section .widget-type-rich_text h5 {
    font-size: 20px;
    line-height: 1.25;
  }


  .mkt-automation-page .customization  .dnd-section ,
  .mkt-automation-page .segmentation .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    padding: 8px 4px;
  }


}


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.container-fluid.right-column h2 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.container-fluid.right-column h2 a:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
}



.container-fluid.intro-section .widget-type-header h1 {
  font-size: 32px;
  font-weight: 300;
  color: #a558d3;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  line-height: .8;
}
.sidebar-content {
  padding: 17px;
}
.sidebar-inner {
  padding-top: 12px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-right: 30px;
}

.sidebar-inner .hs_cos_wrapper_type_text {
  font-size: 24px;
  font-weight: 300;
  color: #a558d3;
  display: block;
  line-height: 59px;
  margin: .67em 0;
  margin-top: 0;
}

.sidebar-inner ul {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
  padding-left: 40px;
  display: block;
}

.sidebar-inner ul li {
  margin-bottom: 20px;
  position: relative;
}

.sidebar-inner ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  display: inline;
  padding: 0;
}

.sidebar-inner ul li a:hover, .sidebar-inner .hs-menu-item.active a {
  color: #a45cd1;
}

.sidebar-inner ul li:hover:before {
  border-left: 2px solid #a45cd1;
  position: absolute;
  left: -35px;
  content: "";
  height: 100%;
  width: 3px;
  top: 2px;
}
.sidebar-inner .hs-menu-item.active a:before {
  border-left: 2px solid #a45cd1;
  position: absolute;
  left: -35px;
  content: "";
  height: 100%;
  width: 3px;
  top: 2px;
}
.sidebar-content.stick .sidebar-inner {
  position: fixed;
  width: 25%;
  top: 40px;
  max-width: 336px;
  box-sizing: content-box;
}
.container-fluid.right-column .widget-type-rich_text{
  margin-left: 10px;
  padding-bottom: 68px ;
}
.sidebar-inner .hs-menu-item.active a {
  position: relative;
}
.container-fluid.right-column p,.container-fluid.right-column ul {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
}
.container-fluid.right-column img {
  vertical-align: unset;
}

.container-fluid.right-column h3 {
  font-size: 22px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  margin-top: 40px;
}
.container-fluid.right-column h2 {
  font-size: 24px;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  margin-top: 40px;
}

.container-fluid.right-column strong {
  font-weight: 400;
}
.container-fluid.right-column h1 {
  font-size: 26px;
  font-weight: 400;
  color: #a558d3;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none !important;
  margin-top: 50px;
  margin-bottom: 0px;
}

.container-fluid.right-column {
  font-family: nunito-sans;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.8em;
  text-transform: none;
}
.container-fluid.intro-section {
  padding-top: 51px;
}
.two-colmn-wrapper {
  padding-bottom: 68px;
}
.container-fluid.right-column h3 {
  font-size: 22px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  margin-top: 40px;
}

.container-fluid.right-column ol {
  font-weight: 300;
  padding-left: 0;
  MARGIN:0;
}
.container-fluid.right-column h1 a:Hover {
  color: rgba(47,47,47,.6);
  border-color: rgba(47,47,47,.15);
}
.container-fluid.right-column ol li {
  font-size: 24px;
  color: #444;
  padding-top: 20px;
}
.container-fluid.right-column h1 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(47,47,47,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
  color: #3AB4E2;
  font-size: 32px;
  font-weight: 200;
  line-height: 52px;
  margin-bottom: 1em;
}

.two-colmn-wrapper.loyalty .sidebar-inner ul {
  padding-left: 32px;
  font-family: nunito-sans;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.8em;
  text-transform: none;
  margin-bottom: 1em;
  list-style-type: decimal;
}

.two-colmn-wrapper.loyalty .sidebar-inner ul li a {
  font-size: 25px;
  color: #444;
  font-weight: 300;
  line-height: 34px;
}
.two-colmn-wrapper.loyalty .container-fluid.right-column a {
  color: #3ab4e2;
  text-decoration: underline;
}
.two-colmn-wrapper.loyalty .container-fluid.right-column img {
  width: 100% !important;
}
.two-colmn-wrapper.loyalty iframe {
  background: white;
  max-width: 540px;
  width: calc(100% - 2px);
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
  box-shadow: none;
  display: block;
  margin: 0px 0px 12px;
  min-width: 326px;
  padding: 0px;
}


.container-fluid.body-container.automation-page .widget-type-linked_image{
  padding-top: 34px;
}
.automation-main-sec .widget-type-linked_image {
  padding-top: 34px;
}
.container-fluid.body-container.automation-page h6 {
  color: #444;
  font-weight: 300;
  line-height: 2.13;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin: 0;
}
.container-fluid.body-container.automation-page h3,
.automation-main-sec h2{
  font-weight: 200;
  line-height: 52px;
  font-size: 26px;
  margin-bottom: 0.83em;
  color: #63bce6;
  font-size: 32px;
  margin-top: 0.83em;
}

.container-fluid.body-container.automation-page h3:first-child,
.automation-main-sec h2:first-child {
  margin-top: 0;
}
.container-fluid.body-container.automation-page .button-module {
  text-align: center;
  line-height: 35px !important;
}

.container-fluid.body-container.automation-page .button-module a {
  color: #3ab4e2;
}
.container-fluid.body-container.automation-main-sec .button-module a.hs-btn {
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  display: inline;
  line-height: 1.8em;
  font-family: nunito-sans;
  border: 1px solid #a45dd0;
  background-color: #a45dd0;
  border: 1px solid #a45dd0;
}
.container-fluid.body-container.automation-main-sec .button-module a.hs-btn:hover {
  opacity: 1;
}
.container-fluid.body-container.automation-page p,
.automation-main-sec p{
  font-size: 22px;
  line-height: 34px;
}

.container-fluid.careers-page-row1 h1 {
  color: #3ab4e2;
  font-size: 32px;
  text-align: left;
  line-height: 1.86;
}
main.body-container-wrapper.careers-page-wrapper p {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  line-height: 1.9;
}

.container-fluid.careers-page-row1 .button-module {
  text-align: left;
}
.container-fluid.careers-page-row2 ul {
  font-size: 18px;
  list-style-type: none;
  line-height: 1.5;
  padding: 0;
}

.container-fluid.careers-page-row2 ul li h5 {
  font-size: 20px;
  color: #3ab4e2;
  font-weight: 300;
  line-height: 2.26;
  margin: 0;
}
.container-fluid.careers-page-row2 h5 {
  font-size: 22px;
  color: #3ab4e2;
  font-weight: 300;
  line-height: 2.06;
  margin: 0;
}
.container-fluid.careers-page-row2 hr {
  font-size: 14px;
}
.container-fluid.careers-page-row2 h4 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1.26;
}

main.body-container-wrapper.careers-page-wrapper p a {
  text-decoration: underline;
  margin-top: 0px;
  color: #3ab4e2;
}
.container-fluid.careers-page-row2 h6 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  font-weight: 300;
  line-height: 2.15;
  /* margin: 0; */
}
.container-fluid.right-column ol ul li {
  color: #444;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  padding-top: 12px;
  margin-bottom: 12px;
}
.container-fluid.right-column ol ul {
  padding-bottom: 20px;
}
.mkt-automation-header .header__container {
  padding: 22px 22.5px;
}

.animation-element {
  opacity: 0;
  -webkit-transition: opacity 200ms 400ms ease-out;
  -moz-transition: opacity 200ms 400ms ease-out;
  -ms-transition: opacity 200ms 400ms ease-out;
  -o-transition: opacity 200ms 400ms ease-out;
  transition: opacity 200ms 400ms ease-out;
}

.in-view {
  opacity: 1;
}



/*
.container-fluid.mkt-automation-row5 .dnd-section>.row-fluid>div,
.container-fluid.mkt-automation-row3 .dnd-section>.row-fluid>div{
margin: 0 -17px;
width: unset;
}
*/
.body-wrapper {
  overflow-x: hidden;
}

.container-fluid.abt-row1 img {
  vertical-align: baseline;
}


.container-fluid.abt-row4 p {
  font-weight: 400;
  padding-top: 0;
  margin-top: 4px;
}

.container-fluid.abt-row4 h3 {
  font-weight: 200;
  line-height: 1.85;
  font-size: 28px;
  margin-bottom: 0;
  color: #a558d3;
}
.container-fluid.abt-row4 .widget-type-space .hs_cos_wrapper_type_space,
.container-fluid.abt-row5 .widget-type-space .hs_cos_wrapper_type_space,
.container-fluid.fastlane-row1 .widget-type-space .hs_cos_wrapper_type_space{
  min-height: 1.8em;
  font-size: 14px;
  height: auto;
}
.container-fluid.abt-row4 .dnd-section {
  border-bottom: 1px solid #dfdfdf;
}
.container-fluid.abt-row5 h4 {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.06;
}

.container-fluid.abt-row5 p {
  margin-top: 12px;
}
.fastlane-header .header-bottom-space {
  display: none;
}
.fastlane-page-wrapper .row-fluid .span12 {
  min-height: auto;
}
.container-fluid.fastlane-row2 h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 1.33em 0;
  margin-top: 45px;
  margin-bottom: 46px;
  color:#333;
}
.container-fluid.fastlane-row4 .button-module a.hs-btn:hover {
  opacity: 1;
}
.container-fluid.fastlane-row2 {
  font-size: 14px;
  line-height: 1.8em;
}
.container-fluid.fastlane-row3 .dnd-section {
  background-size: 100% 100% !important;
}

.container-fluid.fastlane-row3 h5 {
  max-width: 945px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.64;
}
.container-fluid.fastlane-row4 h4 {
  font-size: 24px;
  margin: 1.33em 0;
  font-weight: 400;
  line-height: 1.05;
}

.container-fluid.fastlane-row4 img {
  vertical-align: baseline;
}

.container-fluid.fastlane-row4 .button-module a.hs-btn {
  border-radius: 3px;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 1.56;
  background-color: #9f5ed4;
}
.container-fluid.fastlane-row3 p {
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.top-sec1 {
  width: 83.3333%;
  margin: 0 auto;
}

.top-sec1 .left-spacer {
  width: 20%;
  min-height: 1px;
  float: left;
}

.top-sec1 .right-spacer {
  width: 10%;
  min-height: 1px;
  float: left;
}

.container-fluid.top-left-col {
  width: 30%;
  float: left;
}

.container-fluid.top-right-col {
  width: 40%;
  float: left;
}
.top-sec1 .widget-type-linked_image ,
.top-sec2  .widget-type-linked_image {
  padding-top: 34px;
}

.top-sec1 .container-fluid.top-left-col .dnd-section {
  padding: 0;
}

.top-sec1 h3 {
  font-weight: 200;
  line-height: 2;
}
.top-sec2 h2 {
  color: #63bce6;
  font-size: 26px;
  font-weight: 200;
  line-height: 2;
}
.container-fluid.top-right-col p ,
.top-sec2 p{
  line-height: 1.56;
  font-size:22px
}
.top-sec2 .left-spacer {
  width: 10%;
}
.top-sec2 .left-spacer {
  min-height: 1px;
  float: left;
}

.bottm-col-wrapper {
  width: 90%;
  float: left;
}

.container-fluid.bottom-left-col {
  width: 55.5556%;
  float: left;
}

.container-fluid.bottom-right-col {
  width: 44.4444%;
  float: left;
}
.top-sec2.clearfix {
  width: 83.3333%;
  margin: 0 auto;
}

.middle-spacer {
  padding: 17px;
}

.middle-spacer .inner-spacer {
  height: 34px;
}
.auto-page-wrapper .automation-main-sec h2 {
  color: #63bce6;
  font-size: 26px;
}
.container-fluid.shopify-row1 .hs_cos_wrapper_type_rich_text h1 {
  color: #2f2f2f;
  font-weight: 800;
}

.container-fluid.shopify-row1 .logos .inner img {
  padding: 0px 20px 0px 20px;
}
.container-fluid.shopify-row2 .logos .inner img {
  padding: 0px 20px 0px 20px;
}
.container-fluid.shopify-row1 .logos .inner a:first-child img {
  padding: 10px;
}
main.shopify-page-wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 600;
  color: #2f2f2f;
}
main.shopify-page-wrapper .hs_cos_wrapper_type_rich_text p{

  font-size: 22px;
  color: #707070;
  line-height: 1.5;
}
.container-fluid.shopify-row3 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0.83em;
}

.container-fluid.shopify-row3 .widget-type-linked_image {
  padding-top: 34px;
}
.container-fluid.shopify-row3 a.video,
.container-fluid.shopify-row3 a,
.container-fluid.shopify-row3 a.video:hover,
.container-fluid.shopify-row3 a:hover {
  color: #3abfe2;
}
.container-fluid.shopify-row3 .button-module a.hs-btn,
.container-fluid.shopify-row5  .button-module a.hs-btn ,
.container-fluid.shopify-row4 .button-module a.hs-btn {
  background-color: #3ab4e2;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  padding: 12px 20px 15px 19px;
  border: 1px solid #3ab4e2;
  display: inline-block;
  line-height: inherit;
}
.container-fluid.shopify-row4 img {
  vertical-align: baseline;
}
.container-fluid.shopify-row3 .button-module a.hs-btn:hover,
.container-fluid.shopify-row5  .button-module a.hs-btn:hover ,
.container-fluid.shopify-row4 .button-module a.hs-btn:hover {
  background: transparent !important;
  color: #3ab4e2 !important;
}
.container-fluid.shopify-row3  .button-module,
.container-fluid.shopify-row5  .button-module,
.container-fluid.shopify-row4 .button-module{
  font-size: 14px;
  line-height: 1.8em;
}
.container-fluid.shopify-row4 .span6.dnd-column {
  border-radius: 5px;
}
.shopify-header .cta_button.get_marsello:hover {
  opacity: 1;
}

@media only screen and (max-width: 1120px){
  .sidebar-inner .hs_cos_wrapper_type_text {
    line-height: 50px;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
    font-size: 35px;
    line-height: 43px;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner ul li a {
    font-size: 19px;
  }
  .container-fluid.careers-page-row1 h1 {
    line-height: 1.57;
  }
  .container-fluid.abt-row4 h3 {
    font-size: 35px;
    line-height: 1.2;
  }
  .container-fluid.body-container.automation-page h3, .automation-main-sec h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1024px){
  .container-fluid.intro-section {
    padding-top: 34px;
  }
  .two-colmn-wrapper {
    padding-bottom: 34px;
  }
  .container-fluid.right-column .widget-type-rich_text{
    padding-bottom: 0 ;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
    font-size: 30px;
    line-height: 42px;
  }
  .top-sec1 h3,.top-sec2 h2 {
    line-height: 1.64;
  }

  .inner-spacer {
    padding: 0 0 !important;
  }

  .middle-spacer {
    padding: 0 0 !important;
  }

  .container-fluid.abt-row4 h3 {
    font-size: 22px;
    line-height: 1.92;
  }
}
@media (min-width: 705px) and (max-width: 980px){
  .container-fluid.shopify-row4 .row-fluid .span4 {
    padding: 0 !important;
  }
}

@media (min-width: 641px) and (max-width: 981px){
  .automation-page-wrapper {
    word-break: normal;
  }

}
@media only screen and (max-width: 910px){

  .two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
  }

  .container-fluid.fastlane-row2 h4 {
    font-size: 28px;
  }

  .container-fluid.body-container.automation-page h3,
  .automation-main-sec h2 {
    line-height: 30px;
    font-size:26px;
  }

  .container-fluid.abt-row4 h3 {
    line-height: 1.4;
  }

  .top-sec1 h3, .top-sec2 h2 {
    line-height: 1.18;
  }

}
@media only screen and (max-width: 767px){

  .container-fluid.intro-section .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    max-width: 430px;
    margin: 0 auto;
    display: block;
  }

  .container-fluid.right-column ol {
    list-style-position: inside;
  }

  .container-fluid.intro-section .widget-type-header h1 {
    margin-top: 26px;
    line-height: 1;
  }

  .sidebar-inner .hs_cos_wrapper_type_text {
    text-align: center;
    line-height: 40px;
  }
  .sidebar-inner {
    margin-right: 0;
  }
  .sidebar.span4 {
    width: 100%;
  }
  .container-fluid.body-container.automation-page .button-module {
    line-height: 26px !important;
  }
  .right-column.span8 {
    width: 100%;
  }
  .sidebar-inner {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }
  .sidebar-content.stick .sidebar-inner {
    position: static;
    width: auto;
    max-width: 340px;
  }
  .sidebar-inner {
    box-sizing: content-box;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner ul li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
  .container-fluid.body-container.automation-page p {
    line-height: 26px;
    font-weight: 200;
  }

  .automation-main-sec p {
    line-height: 26px;
    font-weight: 200;
  }
  .container-fluid.abt-row4 p {
    font-weight: 400 !important;
  }

  .container-fluid.abt-row4 .dnd-section {
    padding-bottom: 25px !important;
    margin-bottom: 23px !important;
  }
  .container-fluid.body-container.automation-page h2 {
    font-size: 26px;
    line-height: 30px;
  }


  .container-fluid.body-container.automation-page h6 {
    line-height: 26px;
    font-weight: 200;
  }
  .container-fluid.careers-page-row1 h1 {
    line-height: 1.25;
  }

  main.body-container-wrapper.careers-page-wrapper p {
    line-height: 1.45;
  }

  .container-fluid.careers-page-row1 .button-module {
    text-align: center;
  }

  .container-fluid.careers-page-row2 ul li h5 {
    line-height: 1.8;
    font-weight: 300 !important;
  }

  .container-fluid.careers-page-row2 h6 {
    line-height: 1.67;
    font-weight: 200;
  }

  .container-fluid.careers-page-row2 h5 {
    line-height: 1.6;
    font-weight: 300 !important;
  }
  .container-fluid.fastlane-row1 .widget-type-linked_image img,
  .container-fluid.shopify-row3 .widget-type-linked_image img{
    max-width: 430px !important;
    margin: 0 auto;
    width: 100%;
  }

  .container-fluid.fastlane-row3 h5 {
    font-size: 26px;
    line-height: 1.4;
  }

  .container-fluid.fastlane-row4 .button-module a.hs-btn {
    line-height: 1.2;
  }

  .container-fluid.fastlane-row4 .row-fluid .span6 .widget-type-space .hs_cos_wrapper_type_space {
    height: 26px;
  }
  .container-fluid.top-right-col p, .top-sec2 p {
    line-height: 1.2;
  }
}
@media (min-width: 200px) and (max-width: 700px){
  .container-fluid.body-container.automation-main-sec .button-module a.hs-btn {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 1.45;
  }
}
@media screen and (max-width: 640px){

  .container-fluid.intro-section .widget-type-linked_image {
    width: 100%;
  }
  .two-colmn-wrapper {
    padding: 0;
  }
  .container-fluid.intro-section {
    padding: 0;
  }
  .dnd-section .widget-type-cell {
    min-height: auto;
  }

  .sidebar-inner {
    box-sizing: content-box;
  }

  .automation-main-sec .widget-type-linked_image img {
    max-width: 430px !important;
    width: 100%;
  }

  .container-fluid.body-container.automation-page h3, .automation-main-sec h2 {
    margin-bottom: 0;
  }

  .automation-main-sec p {
    margin-top: 1em;
  }

  .automation-page-wrapper .dnd-section .widget-type-cell {
    min-height: 0;
  }

  .automation-page-wrapper .row-fluid .span12 {
    min-height: 0;
  }
  main.body-container-wrapper.careers-page-wrapper .dnd-section .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.right-column h1 {
    text-align: center;
  }
  main.body-container-wrapper.careers-page-wrapper .widget-type-linked_image img {
    max-width: 430px !important;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .automation-main-sec .widget-type-linked_image {
    padding: 17px;
  }
  .anim-img-wrapper {
    max-width: 430px;
    margin: 0 auto;
  }
  main.body-container-wrapper.about-page-wrapper .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.abt-row4 img {
    max-width: 430px !important;
    margin: 0 auto;
    display: block;

  }
  .container-fluid.abt-row4 img {
    width: 100%;
  }
  .container-fluid.abt-row4 p {
    text-align: center;
  }

  .container-fluid.abt-row4 h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
  }
  .container-fluid.fastlane-row2 h4 {
    font-size: 40px;
  }

  .container-fluid.fastlane-row3 h5 {
    font-weight: 300 !important;
  }

  .container-fluid.fastlane-row4 .row-fluid .span6 .widget-type-space .hs_cos_wrapper_type_space {
    height: 26px !important;
  }
  .top-sec1 .left-spacer {
    display: none;
  }

  .top-sec1 .right-spacer {
    display: none;
  }

  .container-fluid.top-left-col {
    width: 100%;
  }

  .container-fluid.top-right-col {
    width: 100%;
  }

  .top-sec1 {
    width: 100%;
    padding: 0 2px;
  }

  .top-sec2.clearfix {
    padding: 0 2px;
  }

  .auto-page-wrapper.responsive .page-center.clearfix {
    width: 97% !important;
  }

  .middle-spacer {
    display: none;
  }

  .top-sec1 img.hs-image-widget, .top-sec2 img.hs-image-widget {
    max-width: 430px !important;
    margin: 0 auto;
    width: 100%;
  }

  .top-sec2.clearfix {
    width: 100%;
  }

  .top-sec2 .left-spacer {
    width: 100%;
    float: none;
  }

  .bottm-col-wrapper {
    width: 100%;
  }

  .container-fluid.bottom-left-col {
    width: 100%;
  }

  .container-fluid.bottom-right-col {
    width: 100%;
  }

  .auto-page-wrapper .page-center .dnd-section>.row-fluid {
    width: 100% !important;
  }

  .auto-page-wrapper .row-fluid .span12 {
    min-height: auto;
  }

  .auto-page-wrapper .automation-main-sec p {
    line-height: 26px !important;
  }

  .container-fluid.shopify-row3 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0;
  }

  main.shopify-page-wrapper .hs_cos_wrapper_type_rich_text p {
    margin-top: 22px;
  }

  main.shopify-page-wrapper .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.shopify-row3  .button-module.no-style.no-border {
    font-weight: 300;
  }
}

@media only screen and (max-width: 619px){

  .container-fluid.shopify-row3 {
    text-align: center;
  }

  .container-fluid.shopify-row3 .button-module.no-style.no-border {
    text-align: center;
  }

}



@media only screen and (max-width: 480px){

  .sidebar-inner,.sidebar-content.stick .sidebar-inner {
    width: 80%;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .container-fluid.right-column .widget-type-rich_text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-fluid.intro-section .widget-type-header h1 {
    line-height: 1;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
    margin-left: 10px;
    margin-right: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
  margin: 0 auto;
  padding: 10px 3.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.shopify-header {
    min-height: 66px;
}
.custom-menu-primary nav>ul>li:nth-child(1):hover>ul {
    left: -43px;
}
.mkt-automation-header  .header-wrap {
  border: none;
  padding-bottom: 17px;
}

.alternative .header__container {
  padding: 12px 22px 19px 23px;
}

.custom-menu-primary .button{
  display:none;
}

.custom-menu-primary>div {
  margin: -.618em -.58em;
}

.custom-menu-primary nav>ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
}


.logo-wrapper img {
  max-width: 200px;
  vertical-align:middle;
}

.logo-wrapper img {
  max-width: 200px;
  width:100% !important;
}


.logo-wrapper a {
  padding: 1.5px 15.5px;
  display: block;
  line-height: 0;
}

.logo-wrapper {
  min-height: 45px;
  display: flex;
  align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logo-wrapper{
    height:45px;
  }
}


.menu-wrapper .cta_button.get_marsello {
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-wrapper .button {
  padding: 1.5px 15.5px;
}

.header-wrap {
  border-bottom: 1px solid;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.menu-wrapper {
  display: flex;
  align-items: center;
}

.custom-menu-primary nav>ul>li>a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .58em;
  padding: .618em 0;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  font-family: nunito-sans;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
}

.custom-menu-primary nav>ul>li {
  float: left;
}

.custom-menu-primary li {
  margin-bottom: 0;
}

.custom-menu-primary {
  padding: 1.5px 15.5px;
  padding-right: 18px;
}

.custom-menu-primary ul ul li a {
  padding: 9px 15px 16px;
  display: block;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  line-height: 1em;
  font-family: nunito-sans;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

@media(min-width:792px){
  
  .custom-menu-primary nav>ul>li:hover>ul:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

  .custom-menu-primary nav>ul>li:hover>ul {
    left: 0;
    opacity: 1;
    -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);
    -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
  }

  .custom-menu-primary nav>ul>li>ul:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate( -45deg ) !important;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }

  .custom-menu-primary nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: -99999px;
    z-index: 1002;
    opacity: 0;
    white-space: nowrap;
    text-align: left;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    box-shadow: 0px 2px 7px 3px #dfdfdf;
    margin-top: 9px !important;
    padding: 20px !important;
    margin-left: -39px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  .shopify-header.scroll-header header.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9;
  }

  .shopify-header .cta_button.get_marsello {
   
  }

  .shopify-header .cta_button.get_marsello:hover {
    opacity: 1;
  }
  .back-trigger,
  .close-button,
  .mobile-trigger{
    display: none;
  }

  header.header.has_no_desktop_menu .custom-menu-primary {
    display: none;
  }

  header.header.mobile-rebrand {
    display: none;
  }

  .rebrand .logo-wrapper img {
    max-width: 70px;
  }

  .rebrand  .header__container {
    padding: 22px 22.5px 22px;
  }

  .rebrand  .logo-wrapper a {
    display: block;
  }

  .rebrand  .header-wrap {
    border: none;
  }

  .rebrand .info {
    padding: 1.5px 15.5px;
  }

  .rebrand .info p {
    color: #333;
    font-weight: lighter;
    font-size: 20px;
    letter-spacing: 1.08px;
  }

  .rebrand .info p a {
    font-weight: lighter;
    text-decoration-line: underline;
    color: inherit;
  }

}


@media(max-width:910px){

  .rebrand .header__container {
    overflow: auto;
    width: 97% !important;
  }
}


@media(max-width:880px){

  .rebrand .logo-wrapper a {
    padding: 1.5px 8px;
  }

  .rebrand .info {
    padding: 1.5px 8px;
  }

  .rebrand .info p {
    letter-spacing: 0.84px;
  }

  .menu-wrapper .cta_button.get_marsello {
    font-size: 14px ;
  }
  .custom-menu-primary ul ul li a,
  .custom-menu-primary nav>ul>li>a {
    font-size: 14px;
  }

  .logo-wrapper a {
    padding: 1.5px 8px;
  }

  .menu-wrapper .button {
    padding: 1.5px 8px;
  }

  .custom-menu-primary {
    padding: 1.5px 8px;
    padding-right: 13px;
  }

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

  .alternative .header__container {
    padding: 8px 19px;
  }

  .header-wrap.alternative {
    border-bottom: 1px solid;
    border-color: rgba(243,243,243,1.0);
  }

  .header__container {
    padding: 8px 19px;
  }

  .custom-menu-primary nav>ul>li {
    position: static !important;
  }

  .custom-menu-primary.open>div {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    overflow-x: initial;
    overflow-y: initial;
  }

  .custom-menu-primary nav>ul>li>ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 36px !important;
    overflow: auto;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
    margin-left: -36px !important;
  }

  .header-wrap {
    border: none;
  }

  .logo-wrapper a {
    padding: 8px;
    line-height: 0;
    font-size: 14px;
    display: block;
  }

  .logo-wrapper img {
    max-width: 108px;
  }

  .logo-wrapper {
    min-height: auto;
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .logo-wrapper{
      height:auto;
    }
  }


  .mobile-trigger {
    outline: 0;
    border: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    padding: 8px;
    line-height: 0;
    stroke: #000;
    cursor:pointer;
  }

  header.header.rebrand {
    display: none;
  }

  button.back-trigger {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: rgba(0,0,0,.5);
    font-family: nunito-sans;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.6em;
    text-transform: none;
    cursor:pointer;
    padding-bottom: 1.618em;
    display: block;
    width: 100%;
    text-align: left;
  }

  button.back-trigger:before {
    content: '\00AB';
    font-family: sans-serif;
    color: rgba(0,0,0,.4);
    margin-right: 5px;
  }

  .custom-menu-primary ul ul li a {
    font-family: nunito-sans;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.3em;
    text-transform: none;
    padding: 0;
    padding-bottom: .618em;
    color: #000 !important;
  }

  .close-button {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    position: absolute;
    top: 0;   right: 0;
    z-index: 1;
    padding: 22px;
    line-height: 0;
    stroke: transparent;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -webkit-appearance: button;
    cursor: pointer;
    display: block;
  }

  .mobile-open .close-button {
    background-color: #3ab4e2;
    stroke: #fff;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;

  }

  .close-button svg {
    width: 16px;
    height: 16px;
  }

  .mobile-trigger svg {
    width: 24px;
    height: 18px;
    display: block;
  }

  .custom-menu-primary .button {
    padding-bottom: 36px;
  }

  .menu-wrapper {
    position: fixed;
    top: 0;
    left: -99999px;
    bottom: 0;
    display:block;
    z-index: 1010;
    width: 100%;
    -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .menu-wrapper {
    left: 0;
    background-color: #fff;
    -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-menu-primary {
    position: absolute;
    top: 0;
    padding: 0;
    bottom: 0;
    z-index: 2;
    width: calc(100% - 60px );
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mobile-open .custom-menu-primary {
    -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);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-menu-primary .button {
        display: block !important;
    padding-left: 0;
  }

  .menu-wrapper .button {
    display: none;
  }

  .custom-menu-primary>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 36px;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
    margin:0;
  }

  .custom-menu-primary nav>ul>li.has-submenu>a:after {
    content: '\00BB';
    font-family: sans-serif;
    color: rgba(0,0,0,.4);
    margin-left: 5px;
  }

  .custom-menu-primary nav>ul>li>a {
    font-family: nunito-sans;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.3em;
    text-transform: none;
    color: #000 !important;
    padding: 0;
    padding-bottom: .618em;
    display:block;
    margin: 0;
  }

 .lp .header__container {
    min-height: 50px;
}
  
  .menu-wrapper .cta_button.get_marsello { 

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-radius: 0 !important;
    font-size: 16px !important;
    letter-spacing: 0;
    font-weight: 300;
    opacity: 1 !important;
  }

  .custom-menu-primary nav>ul {
    display: block !important;
  }

  .custom-menu-primary nav>ul>li {
    width: 100%;
    float: none;
  }

  @-webkit-keyframes anim-opacity-99 {
    0% {
      opacity: 0
    }

    99% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @keyframes anim-opacity-99 {
    0% {
      opacity: 0
    }

    99% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

}


@media(max-width:767px){

  .mkt-automation-header .header__container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding: 0 19px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mkt-automation-header {
    padding: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

footer.footer.lightspeed:before {
  margin-top: -4px;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightspeed .footer-menu ul ul a {
  list-style: none;
  line-height: 34px;
  font-size: 16px;
}

.lightspeed .partner-image img {
  max-width: 100%;
  margin-top: 15px;
  width: auto !important;
}

.lightspeed .partner-image {
  width: 16.6667%;
  display: block;
  margin: 0px auto;
  padding: 17px;
  padding-bottom: 31px;
}

footer.footer.lightspeed {
  padding-left: 14px;
}

footer.footer.lightspeed .footer__container {
  padding-top:98px;
}


.lightspeed .footer-menu nav>ul>li {
  max-width: 190px;
  margin: 0 auto;
}

.lightspeed .copyright {
  padding-top: 17px;
}


.home .footer-top .button {
  width: 100%;
  padding: 0;
}

.home .footer-top .title {
  width: 100%;
  margin: 0;
  padding:0;
}

.home .footer-top .title h2 {
  color:inherit;
  font-weight: 200;
  padding-top: 21px;
  margin-bottom: 0.83em;
}

.home .footer-top .title p {
  font-size: 22px;
  margin-top: 5px;
  text-align: center;
  line-height: 1.54545454545;
}

.home .footer-top .title p a {
  color: inherit;
  text-decoration: underline;
}

.home .footer-top .title h5 {
  font-weight: 200;
  font-size: 30px;
  padding: 0;
  margin: 0;
  color:inherit;
  text-align: center;
  margin-top: 50px;
  line-height: 45px;
}

.footer.home .cta_button.get_marsello_footer {
  border: none;
  border-radius: 5px;
  font-size: 22px;
  padding: 9px 35px;
  margin: 0 auto;
  width: 180px;
  text-align: center;
  max-width: 100%;
  display: inline-block;
  line-height: 25px;
  font-weight: 300;
  background-color: #a558d3;
  opacity:1 !important;
}

footer.footer:before {
  background-image: url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/background.png');
    content: "";
    position: absolute;
    left: -4px;
    right: 0;
    top: 0% !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    }

.footer__container {
  margin: 0px auto;
  padding: 48px 19px;
  padding-top: 90px;
  position: relative;
}

.footer-inner {
  margin-left: -17px;
  margin-right: -17px;
}

.copyright {
  text-align: center;
  padding-bottom: 22px;
}

.copyright p {
  text-align: center;
  font-size: 16px;
  line-height: 2.125;
}

.footer-menu nav>ul>li {
  width: 25%;
  float: left;
  padding-top: 17px;
  padding-bottom: 17px;
  max-width: 100px;
  margin-bottom:0;
}

.footer-menu nav>ul {
  display: flex !important;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-menu a{
  font-size: 16px;
  line-height: 34px;
}

.footer-menu nav>ul>li>a {
  font-size: 22px;
  text-transform: capitalize;
  cursor: auto;
  padding-top: 40px;
  display: block;
  font-weight: 200;
  line-height: 52px;
  margin-bottom: 22px;
}

.footer-top .title {
  padding: 0;
  margin: 0;
  color: inherit;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
  margin-left: 16.6667%;
  width: 41.6667%;
  padding-bottom: 17px;
  padding-top: 17px;
}

.footer-top .button {
  width: 25%;
  padding: 17px;
  text-align: center;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width:1120px){

  .footer-inner {
    padding: 0 7px;
  }

  .footer-menu {
    padding: 0 7px;
  }

  .footer-menu nav>ul>li>a {
    line-height: 43px;
  }

  .footer-top .title {
    font-size: 34px;
  }

  .footer-top {
    padding: 0px 7px;
  }

}

@media (min-width:911px) and (max-width: 1024px){

  .footer-menu nav>ul>li>a {
    line-height: 42px;
  }

}



@media(max-width:1024px){

  footer.footer:before {
    top: 0 !important;
    background-position: center;
    background-size: auto !important;
    height: 100%;
  }

}

@media(max-width:980px){

  .footer-menu a {
    font-size: 18px;
    line-height: 30px;
  }

  .footer-menu nav>ul>li>a {
    font-size: 20px;
    padding-top: 28px;
    margin-bottom: 20px;
  }

  footer.footer.lightspeed .footer__container {
    width: 97% !important;
  }

  .lightspeed .footer-menu nav>ul>li>a {
    font-size: 20px;
    padding-top: 28px;
  }

  .lightspeed .footer-menu nav>ul>li {
    max-width: 100%;
    padding: 17px;
  }

}


@media(max-width:910px){

  .footer-top .title {
    font-size: 29px;
  }

  .footer-menu nav>ul>li>a {
    line-height: 30px;
  }

}


@media(max-width:767px){

  .footer__container {
    padding-bottom: 36px;
  }

  .home .footer-top .title p {
    line-height: 1.18181818182;
  }

  .home .footer-top .title h5 {
    line-height: 1.2;
  }

  .copyright p {
    line-height: 26px;
    font-weight: 200;
  }

  .footer-top .title {
    font-size: 26px;
    line-height: 36px;
  }

}


@media(max-width:700px){

  .footer__container {
    padding-top: 0;
  }

}


@media(max-width:640px){

  .footer__container {
    padding-bottom: 20px;
    padding-top:17px;
  }

  .footer-menu nav>ul>li {
    margin: 0px 20px;
    width: auto;
  }

  .footer-menu nav>ul {
    justify-content: center;
  }

  .footer-top .title {
    width: 100%;
    margin: 0;
  }

  .footer-top .button {
    width: 100%;
  }

  .footer-menu nav>ul>li>a {
    padding-top: 0;
  }

  .lightspeed .partner-image {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 51px;
  }

}


@media(max-width:580px){

  .footer-menu nav>ul>li {
    width: 50%;
    max-width: 100%;
    margin: 0;
    padding: 17px 20px;
  }

}



@media(max-width:580px){

  footer.footer:before { 
    top: 0 !important;
    background-position: center;
    background-size: auto !important;
    height: 100%;
  }
  
  footer.footer.home:before { 
    top: 0 !important;
    background-position: bottom;
/*     background-size: cover !important; */
    height: 100%;
  }

  footer.footer.lightspeed {
    padding: 0;
  }
}

@media(max-width:480px){

  footer.footer.home {
    padding-top: 40px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 19px;
  margin: 0 auto;
}

.blog-comments .hs-input {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #909090;
  background-color: #fff;
  border: 1px solid;
  font-family: "nunito-sans",sans-serif;
  box-sizing: border-box;
  border-radius: 5px;
  border-color: rgba(204,204,204,1.0) !important;
}

.blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    margin: 0 auto 0;
}

.blog-comments ul.no-list.hs-error-msgs.inputs-list label {
    color: red !important;
    font-size: 16px;
}

.comment-date{
display:block !important;
}
div#comments-listing {
    text-align: left;
}
.comment-from {
    font-size: 15px;
}
div#comments-listing {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.comment-body p {
    font-size: 15px;
}

.blog-comments .hs-form label {
  font-size: 20px;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  font-family: "nunito-sans",sans-serif;
  padding-top: 0;
  margin-bottom: 4px;
  color: rgba(68,68,68,1.0);
}

.blog-comments form .hs-button {
  background-color: rgba(165,88,211,1.0) !important;
  border-color: rgba(165,88,211,1.0) !important;
  border-radius: 8px;
  border-width: 2px;
  color: rgba(255,255,255,1.0) !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 20px 0 0 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  text-align: center;
  font-family: "nunito-sans",sans-serif;
  transition: all .15s linear;
  border-style: solid;
  font-size: 22px;
  text-decoration: none;
}

.sidebar-subscribe-form label.hs-error-msg {
  color: red !important;
  margin-top: 12px;
}

.sidebar-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}

.sidebar-subscribe-form .hs-input[type=checkbox] {
  margin-top: 3px;
  margin-right: 5px;
}


.sidebar-subscribe-form .inputs-list label>input, 
.sidebar-subscribe-form .inputs-list label>span {
  vertical-align: middle;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}


.blog-comments {
  margin: 0 auto;
  float: left;
  width:68%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.blog-header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
}
.blog-header .page-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 19px;
}

.blog-heading-title {
  width: 100%;
  padding: 0 17px 17px;
  position: relative;
  height: auto;
}
.blog-heading-title h1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 52px;
}
.blog-heading-subtitle {
  position: relative;
  height: auto;
  padding: 17px;
  width: 69%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.blog-heading-subtitle p {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 34px;
  color: #444;
}
.blog-body-wrapper {
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
}
.blog-body-wrapper .content-wrapper {
  padding: 0 0 220px 19px;
  position: relative;
  z-index: 1;
  display: block;
  margin:0 auto;
}
.post-item {
  display: flex;
  float: left;
  width: calc( 50% - 10px );
}
.blog-entry {
  clear: both;
  margin: 0 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-item-image {
  display: block;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 2;
  position: relative;
  margin-bottom: 12.944px;
  overflow: hidden;
  max-height: 310px;
}
.post-item-wrapper {
  margin: 0 -30px;
}
.blog-item-image a.blog-list-item-image-link {
  display: block;
}
.blog-entry a.bloglist-item-title {
  text-align: center;
  display: block;
  font-family: "nunito-sans",sans-serif;
  color: #2f2f2f;
  min-height: 50px;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 1;
  text-decoration: none;
  line-height: 23.4px;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 18px;
}
.post-item:after, .post-item:before {
  clear: both;
  content: "";
  display: block;
}
.bloglist-item-excerpt {
  display: block;
  text-align: left;
  font-family: "nunito-sans",sans-serif;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.84px;
  line-height: 22.4px;
}
.blog-item-image img {
  position: relative;
  height:auto;
  width: 100%;
  border-radius: 4px;
  max-width:100%;
  vertical-align:baseline;
}
.bloglist-item-excerpt a.bloglist-item-readmore {
  text-align: center;
  display: inline;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  transition: color .15s ease-out;
  white-space: nowrap;
}
.bloglist-item-excerpt a.bloglist-item-readmore>span:after {
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  content: "\2192";
  padding-left: 10.5px;
}
.blog-pagination {
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.blog-pagination:after, .blog-pagination:before {
  clear: both;
  content: "";
  display: block;
}
.blog-pagination a.bloglist-pagination-link {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}
.bloglist-item-excerpt a.bloglist-item-readmore:hover {
  color: rgba(29,29,29,.5);
}
.blog-pagination span.BlogList-pagination-link-label {
  display: inline-block;
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.44px;
  vertical-align: middle;
  padding: 8px;
}
svg.BlogList-pagination-link-icon {
  stroke-width: 2;
  display: inline-block;
  overflow: hidden;
  width: 9px;
  height: 16px;
  stroke: #a558d3;
  line-height: 0;
  vertical-align: middle;
}


/*   ========.   Blog Post Page Style  ==============.  */

.post-post-wrapper {
  padding: 40px 0;
}

h1.blog-post-title {
  width: 100%;
  text-align: center;
  margin: 10px 0px 50px 0px;
  font-weight: 300;
  color: #a558d3;
  font-size: 35px;
  font-family: "nunito-sans",sans-serif;
  line-height: 1.5;
}

.post-left-content {
  float: left;
  width: 74%;
  padding-right: 78px;
}
.post-sidebar-content {
  width: 25%;
  float: right;
  margin: 0;
  padding: 0;
}
.post-image {
  margin: 0 0 17px;
}
.blog-post__body {
  color: #444;
  font-size: 16px;
  line-height: 180%;
  padding:0 20px;
}
.blog-post__body p {
  color: #444;
  font-size: 16px;
  font-weight: 200;
  line-height: 180%;
}
span.Share-buttons-item-label {
  display: none;
}
.Share-buttons a span.Share-buttons-item-count {
  display: none;
}
.post-post-content.clearfix {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.blog-post__body {
  position: relative;
  height: auto;
  clear: none;
}
.blog-search {
  clear: both;
  position: relative;
  height: auto;
  padding: 0 6px 17px 20px;
}
.blog-search .hs-search-field__input {
  border: 2px solid #ddd !important;
  border-radius: 6px;
  font-size: 16px;
  background-image:url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/search.png);
  color: #000;
  padding: 15px 13px 14px 54px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 6%;
  background-size: 25px;
  width: 100%;
  min-height: 20px;
  line-height: normal;
  display: block;
  box-sizing: border-box;
  transition: background-image .2s ease-out;
}

.blog-search .hs-search-field__input::-webkit-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}
.blog-search .hs-search-field__input::-moz-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}
.blog-search .hs-search-field__input:-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}
.blog-search .hs-search-field__input:-moz-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}

.popular-posts {
  clear: none;
  position: relative;
  height: auto;
  padding: 17px 7px 17px 21px;
}
.popular-posts h2 {
  margin-bottom: 0;
  color: #42b5e0;
  font-size: 18px !important;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  text-align: left;
  line-height: 35px;
  font-family: nunito-sans;
  white-space: pre-wrap;
}
.popular-posts ul {
  clear: both;
  position: relative;
  height: auto;
  padding: 17px 0px 0 0px;
  margin: 0;
  list-style: none;
}
.popular-posts ul li a:hover {
  color: #2f2f2f;
}
.popular-posts ul li {
  padding-bottom: 7px;
  margin: 0 0 2px 0;
}
.popular-posts ul li a {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 500;
  color: #666;
  line-height: 24px;
}
.blog-categories {
  clear: none;
  position: relative;
  height: auto;
  padding: 17px;
}
.blog-categories h2 {
  color: #42b5e0;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  text-align: left;
  font-family: nunito-sans;
  line-height: 35px;
  margin-bottom: 0;
}
.blog-categories ul {
  clear: both;
  position: relative;
  height: auto;
  padding: 17px 17px 17px 2px;
  margin: 0;
  list-style: none;
}
.blog-categories ul li {
  background: #f4f5f6;
  padding: 12px 10px 10px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}
.blog-categories ul li:hover {
  opacity: .8;
}
.blog-categories ul li a {
  font-size: 13px;
  color: #444444;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
}
.sidebar-banner {
  clear: both;
  position: relative;
  height: auto;
  padding: 17px;
}
.addbanner {
  background: #f0f9fd;
  padding: 26px 20px 35px;
  text-align: center;
}
.logo {
  text-align: left;
}
.addbanner p {
  text-align: center;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom:0;
  line-height: 23.8px;
}
.addbanner a.button {
  background: #65c3e6;
  color: #fff;
  border-radius: 5px;
  padding: 14px 24px 12px 22px;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.addbanner a.button:hover {
  opacity: .8;
}
.sidebar-subscribe-form {
  margin-top: 50px;
  padding: 0 17px;
}
.sidebar-subscribe-form h2 {
  color: #42b5e0;
  font-size: 18px !important;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  text-align: left;
  line-height: 35px;
}
.sidebar-subscribe-form p {
  color: #444;
  font-size: 16px;
  line-height: 22.4px;
  margin: 16px 0;
  font-weight:300 !important;
}
.sidebar-subscribe-form .hs-form label {
  color: #444444;
  font-family: Nunito Sans;
  font-size: 16px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.sidebar-subscribe-form .inputs-list {
  padding-left: 0;
}

.sidebar-subscribe-form ul.no-list.hs-error-msgs.inputs-list label {
  color: red !important;
  margin-top: 12px;
}

.sidebar-subscribe-form .hs-input{
  box-sizing: border-box;
  margin-right: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  border-color: rgba(204,204,204,1.0) !important;
  border-radius: 5px;
  padding: 7px;
  color: #909090;
  height: 36px;
  min-height: auto;
  font-size: 20px;
  font-weight: 400;
  font-family: "nunito-sans",sans-serif;
}

.sidebar-subscribe-form label.hs-error-msg {
  color: red !important;
  margin-top: 12px;
}

.sidebar-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}

.sidebar-subscribe-form .actions {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.sidebar-subscribe-form .hs-button {
  white-space: pre-wrap;
  background: #3ab4e2;
  border-color: #3ab4e2;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: Nunito Sans;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}
.sidebar-subscribe-form .hs-button:hover {
  background: #3ab4e2;
  border-color: #3ab4e2;
  color: #ffffff;
}
.Share-buttons.clearfix {
  text-align: left;
  padding: 0 17px;
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
  margin-bottom: 15px;
  float: left;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Share-buttons:before {
  content: "Share";
  top: 3px;
  position: relative;
}
a.Share-buttons-item.Share-buttons-item--like {
  display: none;
}
.Share-buttons a.Share-buttons-item.Share-buttons-item--social.facebook{
  background: url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/Marsello+Facebook+Icon.svg);
  background-size: 14px 
}
.Share-buttons a.Share-buttons-item.Share-buttons-item--social.twitter{
  background: url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/Marsello+Twitter+Icon.svg);
}
.Share-buttons a.Share-buttons-item.Share-buttons-item--social.pintrest{
  background: url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2021_ARCHIVED/images/Marsello+Pinterest+Icon.svg);
}
.Share-buttons a {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  fill: url(#gradient-vertical) #a558d3;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0 1.5px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: none;
  color: #fff;
}
nav.BlogItem-pagination {
  width: 68%;
  margin: 0;
  max-width: 100%;
  margin-bottom: 90px;
  float: left;
  margin-top: 50px;
}
.BlogItem-pagination-link-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 43px );
}
.BlogItem-pagination-link-label {
  display: block;
  padding: 4px 0;
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #a558d3;
  line-height: 1.6em;
  letter-spacing: 1.44px;
}
.BlogItem-pagination-link-content h4.BlogItem-pagination-link-title {
  display: block;
  margin: 0;
  padding: 4px 0;
  font-family: Open Sans;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  color: #444;
  line-height: 23.4px;
}
nav.BlogItem-pagination a.BlogItem-pagination-link.BlogItem-pagination-link--prev {
  width: 50%;
  text-align: left;
  float: left;
}
a.BlogItem-pagination-link.BlogItem-pagination-link--next {
  float: right;
  width: 50%;
  text-align: right;
}

.blog-comments .input {
  margin-bottom: 15px;
}
.blog-comments textarea {
  height: 140px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  border-radius: 4px;
  max-height: 100px;
  line-height: 21px;
}
.BlogItem-pagination-link-meta {
  font-family: Rubik;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1d1d1d;
  display: block;
  padding: 4px 0;
  line-height: 25.2px;
}
.blog-comments .section.post-footer {
  margin-top: 30px;
}
svg.BlogItem-pagination-link-icon {
  display: none;
  vertical-align: middle;
  width: 23px;
  height: 48px;
  stroke: #a558d3;
  margin: 0 20px;
  overflow: hidden;
  stroke-width: 2;
}
.blog-search .hs-search-field__input {
  background-color: unset;
  font-family: nunito-sans;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 10px 15px;
}
.post-post-wrapper {

  color: #333;
  font-family: nunito-sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
}
.blog-heading-title h1 {
  color: #a558d3;
}
.hs-search-field__suggestions a, 
.hs-search-field__suggestions #results-for {
  padding: 10px 15px;
}

.sidebar-subscribe-form .hs-input {
  background: #fff;
}
.addbanner img {
  vertical-align: baseline;
}

.addbanner  p {
  font-weight: 500 !important;
}
@media(max-width: 1199px){
  .post-sidebar-content {
    width: 30%;
    float: right;
    margin: 0;
    padding: 0;
  }
  .post-left-content {
    width: 68%;
    padding-right: 10px;
  }
  .post-post-content.clearfix {
    margin-left: -17px;
    margin-right: -17px;
    width: auto;
    max-width: unset;
  }
  .post-image {
    margin: 0 0 17px;
    padding: 0 17px;
  }
  .post-left-content {
    padding-left: 20px;
  }

  .blog-comments {
    padding-left: 20px;
  }

  nav.BlogItem-pagination {
    padding-left: 20px;
  }

}


@media(max-width: 1134px){
  .blog-search {
    padding: 0 28px 17px 6px;
  }
  .popular-posts {
    padding: 17px 30px 17px 6px;
  }
  .blog-categories {
    padding: 17px 30px 17px 6px;
  }
  .sidebar-banner {
    padding: 17px 28px 17px 6px;
  }
  .sidebar-subscribe-form {
    padding: 0 28px 0 6px;
  }



}

@media only screen and (max-width: 1120px){

  .blog-heading-title h1{
    font-size: 35px;
    line-height: 43px;
  }

}

@media only screen and (max-width: 1024px){
  .blog-heading-title h1{
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 910px){
  .blog-heading-title h1{
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 790px){

  .blog-heading-subtitle {
    width: 70%;
  }

}

@media(max-width: 767px){
  
  
  .blog-comments {
  width:100%;
  }

  .blog-heading-subtitle p {
    font-size: 20px;
    line-height: 26px;
  }
  .post-left-content {
    width: 100%;
    padding-right: 0;
  }
  .post-sidebar-content {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
  }
  .sidebar-subscribe-form {
    padding: 0 17px;
  }
  .blog-comments {
    padding: 0 17px;
  }
  nav.BlogItem-pagination {
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 90px;
    padding: 0 17px;
  }
  .BlogItem-pagination-link-label,
  .BlogItem-pagination-link-content h4.BlogItem-pagination-link-title{
    font-size: 14px;
  }
  .BlogItem-pagination-link-meta {
    line-height: 1.45;
  }
  nav.BlogItem-pagination {
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 90px;
    padding: 0 17px;
    margin-top: 50px;
  }
  .blog-categories ul,
  .popular-posts ul{
    padding-left: 0;
    padding-right: 0;
  }
  .blog-search .hs-search-field__input {
    background-position: 2%;
  }
  .blog-search,
  .popular-posts,
  .blog-categories,
  .sidebar-banner,
  .post-left-content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media only screen and (max-width: 700px){
  h1.blog-post-title {
    width: 100%;
    font-size: 24px;
    margin-top: 30px;
  }
}


@media only screen and (max-width: 640px){

  .blog-heading-subtitle {
    width: 100%;
  }
  .blog-heading-title {
    width: 100%;
    padding: 17px 0;
  }
  .blog-heading-subtitle {
    padding: 17px 0;
  }
}

@media(max-width: 619px){
  a.BlogItem-pagination-link.BlogItem-pagination-link--next {
    text-align: left;
  }
}

@media only screen and (max-width: 512px){

  .post-item-wrapper {
    margin: 0;
  }
  .post-item {
    display: block;
    float: left;
    width: 100%;
  }
  .blog-body-wrapper .content-wrapper {
    padding: 0 19px 45px;
  }
  .blog-entry {
    margin: 0 0 45px;
  }
  .blog-item-image {
    overflow: visible;
    max-height: unset;
  }
  .list-wrap .post-item {
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 100%;
    margin: 0 0 20px;
}
  .title {
    max-width: 100%;
  }
  .cta-block {
    text-align: center;
    padding: 30px 20px;
}
  .post-item1 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .PostBody_read a {
    padding: 20px 30px;
  }
  .blog-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0px 30px;
  }
}

@media(max-width: 480px){
  nav.BlogItem-pagination a.BlogItem-pagination-link.BlogItem-pagination-link--prev {
    width: 100%;
    text-align: left;
    float: left;
  }
  a.BlogItem-pagination-link.BlogItem-pagination-link--next {
    float: right;
    width: 100%;
  }
  .list-wrap .post-item {
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 100%;
    margin: 0 0 20px;
}
  .title {
    max-width: 100%;
  }
  .cta-block {
    text-align: center;
    padding: 30px 20px;
}
  .post-item1 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .PostBody_read a {
    padding: 20px 30px;
  }
  .blog-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px 30px !important;
  }
}







/********************* BLOG *****************/


.list-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.list-wrap .post-item {
    flex: 0 0 31%;
    margin: 0px 10px 20px;
    width: 100%;
    max-width: 31%;
    min-height: 480px;
    padding: 20px;
    border-radius: 10px;
    background-color:#fff;
    box-shadow: 0px 0px 8px 1px rgba(164,152,152,0.75);
-webkit-box-shadow: 0px 0px 8px 1px rgba(164,152,152,0.75);
-moz-box-shadow: 0px 0px 8px 1px rgba(164,152,152,0.75);
}
.list-wrap .blog-entry{
    margin:0; 
}
.list-wrap .blog-entry a.bloglist-item-title {
    order: 2;
    text-align: left;
    font-weight: 800;
}

.list-wrap .bloglist-item-excerpt a.bloglist-item-readmore{
        color: #6ccbed;
}
.list-wrap .blog-entry a.bloglist-item-title{
      font-size:20px;
}   
.list-wrap .bloglist-item-excerpt {
    font-size: 18px;
    line-height: 25px;
    color: #949393;
    text-align:left 
}
.blog-wrapper {
    max-width: 60%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    float: none;
    text-align:center;
}
.blog-post-wrap {
    padding-top: 66px;
}
.blog-wrapper .blog-post__body p {
    color: #444;
    font-size: 17px;
    font-weight: 200;
    font-weight: 500;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.widget-type-space.custom-top-spcr {
  padding-top: 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page form{
  max-width:767px;
}


.systems-page ul.no-list.hs-error-msgs {
  padding: 0;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-family: Nunito Sans;
  font-size: 18px;
}

.systems-page .hs-button{
  margin:15px 0;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}


form#email-prefs-form .item p {
  margin: 0;
  margin-bottom: 20px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.error-colmn {
  width: 50%;
  float: left;
}
.error-colmn .inner-spacing {
  padding: 17px;
}

.error-colmn p {
  font-size: 22px;
  color: #444;
  font-weight: 300;
  line-height: 34px;
}

.error-colmn p a,.error-colmn p a:hover {
  color: #a558d3;
  text-decoration: underline;
}

.error-colmn ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 2;
  color: #a558d3;
  text-decoration: underline;
}
.error-page-wrapper {
  padding: 100px 2px;
}
.error-item {
  padding:0 10px;
}
.error-image {
  width: 50%;
  object-fit: contain;
}
@media(max-width:767px){
  .error-colmn h1 {
    text-align: center;
  }

  .error-colmn p {
    line-height: 26px;
    font-weight: 200;
  }
}
@media(max-width:640px){
  .error-page-wrapper {
    padding: 0 2px;
  }

  .error-colmn {
    width: 100%;
    float: none;
  }

  .error-colmn img {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}