/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.container-fluid .row-fluid .page-center,
.page-center {
  float: none;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.dnd-section[class*="force-full-width-section"] .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  body:not(.contact-us-a):not(.request-a-demo-a) .dnd-section .dnd-column {
    padding: 0;
  }
}

.light-grey-bg,
.section-grey {
  background: #e3e3e3;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

h1, h2 {
  line-height: 1.1;
}

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

/* Paragraphs */

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a.more {
  display: inline-block;
  padding: 0 23px 5px 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 13 11' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.12125.504034c-.08201.081343-.14711.178118-.19153.284744-.04442.106627-.06729.220992-.06729.336502s.02287.22988.06729.33651c.04442.10662.10952.2034.19153.28474l2.87875 2.87875h-8.75c-.23206 0-.454624.09219-.618718.25628-.164095.1641-.256282.38666-.256282.61872 0 .23207.092187.45463.256282.61872.164094.1641.386658.25628.618718.25628h8.75l-2.87875 2.87875c-.08201.08135-.14711.17812-.19153.28475s-.06729.22099-.06729.3365.02287.22992.06729.33652.10952.2034.19153.2847c.16394.163.38571.2545.61688.2545.23116 0 .45293-.0915.61687-.2545l3.7538-3.76247c.3286-.32668.5142-.77037.5162-1.23375-.0043-.46034-.1897-.90046-.5162-1.225l-3.7538-3.762498c-.16278-.164137-.3839-.257188-.61507-.258827-.23116-.00164-.45358.088267-.61868.250079z' fill='%235558c9'/%3E%3C/svg%3E");
  background-position: top 30% right;
  border-bottom: 2px solid #5558C9;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #5558C9;
}

a.more:hover {
}

span.more {
  display: inline-block;
  padding: 0 23px 5px 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 13 11' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.12125.504034c-.08201.081343-.14711.178118-.19153.284744-.04442.106627-.06729.220992-.06729.336502s.02287.22988.06729.33651c.04442.10662.10952.2034.19153.28474l2.87875 2.87875h-8.75c-.23206 0-.454624.09219-.618718.25628-.164095.1641-.256282.38666-.256282.61872 0 .23207.092187.45463.256282.61872.164094.1641.386658.25628.618718.25628h8.75l-2.87875 2.87875c-.08201.08135-.14711.17812-.19153.28475s-.06729.22099-.06729.3365.02287.22992.06729.33652.10952.2034.19153.2847c.16394.163.38571.2545.61688.2545.23116 0 .45293-.0915.61687-.2545l3.7538-3.76247c.3286-.32668.5142-.77037.5162-1.23375-.0043-.46034-.1897-.90046-.5162-1.225l-3.7538-3.762498c-.16278-.164137-.3839-.257188-.61507-.258827-.23116-.00164-.45358.088267-.61868.250079z' fill='%230D0D0D'/%3E%3C/svg%3E");
  background-position: center right;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #5558C9;
}

a.more.white,
span.more.white {
  color: #fff;
  border-bottom: 2px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 13 11' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.12125.504034c-.08201.081343-.14711.178118-.19153.284744-.04442.106627-.06729.220992-.06729.336502s.02287.22988.06729.33651c.04442.10662.10952.2034.19153.28474l2.87875 2.87875h-8.75c-.23206 0-.454624.09219-.618718.25628-.164095.1641-.256282.38666-.256282.61872 0 .23207.092187.45463.256282.61872.164094.1641.386658.25628.618718.25628h8.75l-2.87875 2.87875c-.08201.08135-.14711.17812-.19153.28475s-.06729.22099-.06729.3365.02287.22992.06729.33652.10952.2034.19153.2847c.16394.163.38571.2545.61688.2545.23116 0 .45293-.0915.61687-.2545l3.7538-3.76247c.3286-.32668.5142-.77037.5162-1.23375-.0043-.46034-.1897-.90046-.5162-1.225l-3.7538-3.762498c-.16278-.164137-.3839-.257188-.61507-.258827-.23116-.00164-.45358.088267-.61868.250079z' fill='%23ffffff'/%3E%3C/svg%3E");
}

a.more.green-arrow,
span.more.green-arrow {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='11' viewBox='0 0 13 11' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.12125.504034c-.08201.081343-.14711.178118-.19153.284744-.04442.106627-.06729.220992-.06729.336502s.02287.22988.06729.33651c.04442.10662.10952.2034.19153.28474l2.87875 2.87875h-8.75c-.23206 0-.454624.09219-.618718.25628-.164095.1641-.256282.38666-.256282.61872 0 .23207.092187.45463.256282.61872.164094.1641.386658.25628.618718.25628h8.75l-2.87875 2.87875c-.08201.08135-.14711.17812-.19153.28475s-.06729.22099-.06729.3365.02287.22992.06729.33652.10952.2034.19153.2847c.16394.163.38571.2545.61688.2545.23116 0 .45293-.0915.61687-.2545l3.7538-3.76247c.3286-.32668.5142-.77037.5162-1.23375-.0043-.46034-.1897-.90046-.5162-1.225l-3.7538-3.762498c-.16278-.164137-.3839-.257188-.61507-.258827-.23116-.00164-.45358.088267-.61868.250079z' fill='%2300ffda'/%3E%3C/svg%3E");
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}


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

.header-content {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 20px;
  max-width: 685px;
}

.header-content p {
  font-size: 20px;
}

.header-content *:last-child {
  margin-bottom: 0 !important;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;


  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='8' viewBox='0 0 10 8' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.44375.431366c-.05858.058101-.10508.127227-.13681.203389s-.04806.157853-.04806.24036.01633.164195.04806.240365c.03173.07616.07823.14528.13681.20338l2.05625 2.05626h-6.25c-.16576 0-.324731.06584-.441942.18305-.11721.11721-.183058.27618-.183058.44195 0 .16576.065848.32473.183058.44194.117211.11721.276182.18306.441942.18306h6.25l-2.05625 2.05625c-.05858.0581-.10508.12722-.13681.20338-.03173.07617-.04806.15786-.04806.24037 0 .0825.01633.16419.04806.24036.03173.07616.07823.14528.13681.20339.1171.1164.27551.18174.44063.18174.16511 0 .32352-.06534.44062-.18174l2.68125-2.68751c.23474-.23334.36736-.55026.36875-.88124-.00304-.32882-.13553-.64319-.36875-.875l-2.68125-2.687505c-.11627-.117242-.27422-.183706-.43933-.184877-.16512-.001171-.32399.063047-.44192.178628z' fill='%230d0d0d'/%3E%3C/svg%3E");
  background-position: center right 25px;
  padding: 9px 49px 9px 22px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  text-decoration: none;
}

.button-play {
  background-image: none;
  padding: 9px 22px;
}

.button-play:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
  width: 20px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg height='22' viewBox='0 0 20 22' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.0062048 10.9995745-14.5062048-8.39796074v16.79665814z' fill='%230d0d0d' stroke='%230d0d0d'/%3E%3C/svg%3E");
}
/* Form fields */

.hs-form-field {
  margin-bottom: 0.5rem;
}

h3.form-title {
  margin-bottom: 0.75rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.6666667rem;
  margin-bottom: 0.2rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.5rem;
  padding: 0.2rem 0.5rem;
  width: 100%;
}

@media (max-width:480px) {
    form .form-columns-2 .hs-form-field .hs-input,
    form .form-columns-3 .hs-form-field .hs-input {
      width: 100% !important;
    }
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-size: 0.666666666666667rem;
  margin: 0;
}

.hs_error_rollup label {
  color: red;
}

.resource-navigation .hs_error_rollup,
.footer .hs_error_rollup {
  display: none;
}

/* Submit button */

/*form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}*/


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}






/*======================================
Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #d1d6dc;
  background: #fff;
  position: relative;
  border-radius: 3px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 25px;
  text-overflow: ellipsis;
  font-size: .875rem;
  padding: 0 0.7rem;
  color: #0d0d0d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 52px;
}

.resources-navigation .selectric .label {
  font-size: inherit;
}

.span3 .resources-navigation .selectric .label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: unset;
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 30px;
  color: #d1d6dc;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #d1d6dc;
}

.resources-navigation .selectric .selectArrow {
  top: 12px;
}

.span3 .resources-navigation .selectric .selectArrow {
  top: 5px;
}

.selectric .selectArrow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #0d0d0d;
  border-bottom: none;
}

.selectric-hover .selectric .selectArrow {
  color: #0d0d0d;
}

.selectric-hover .selectric .selectArrow:after {
  border-top-color: #0d0d0d;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #0d0d0d;
}

.selectric-open .selectric-items {
  display: block;
  width: 100% !important;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #d1d6dc;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
  width: 100%;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #0d0d0d;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #d1d6dc;
  color: #444;
}

.selectric-items li.highlighted {
  background: #d1d6dc;
}

.selectric-items li:hover {
  background: #d1d6dc;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */
.header {
  z-index: 9999999999999999999;
  position: relative;
}

.header .dnd-section {
  padding: 0;
}

.info-bar {
  display: block;
  background: linear-gradient(270deg, #009FFF -2.74%, #00FFDA 100%);
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  font-size: 14.0683px;
  line-height: 17px;
  letter-spacing: -0.339295px;
  color: #0D0D0D;
}

.info-bar p {
  margin: 0;
  font-weight: 700;
}

.info-bar span.more {
  color: #0D0D0D;
}

.info-bar span.more:hover {
  color: #0048b8;
}

.header__top-bar {
  background: #6B83FF;
}

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

@media (max-width: 768px) {
  .header__top-bar {
    display: none;
  }

  .nav-up .info-bar,
  .nav-down .info-bar {
    display: none;
  }
}

.header__top-bar ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.header__top-bar a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 0 0.5rem 10px;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 700;
}

/* Header container */
body:not(.no-sticky) .header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all .2s ease;
}

body:not(.no-sticky) .header.nav-up,
body:not(.no-sticky) .header.nav-down {
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.22);
}

.body-container-wrapper {
  padding-top: 72px;
}
.no-sticky .body-container-wrapper {
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .body-container-wrapper {
    padding-top: 88px;
  }
  .no-sticky .body-container-wrapper {
    padding-top: 0;
  }
}

@media(max-width: 767px) {
  body:not(.no-sticky) .header {
    transition: .2s all;
    position: fixed;
  }
  body:not(.no-sticky) .header.nav-down {
    position: fixed;
    transform: translateY(0%);
  }
  body:not(.no-sticky) .header.nav-up {
    position: fixed;
    transform: translateY(-100%);
  }
}

.header__container .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header .fa.fa-angle-down {
  font-size: 14px;
}

.header .fa.fa-bars {
  font-size: 36px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.header__navigation-toggle:hover {
  cursor: pointer;
}

@media (max-width: 1150px) and (min-width: 920px) {
  .header__column {
    width: 100%;
  }
}

@media (min-width: 921px) {
  .header__navigation-toggle {
    display: none;
  }
}

@media (max-width: 920px) {
  .header__container .content-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .header__container .content-wrapper > .header__column {
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    /*padding: 30px;*/
  }

  .header .mobile-utility {
    display: block;
  }

  .header .mobile-utility ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header .mobile-utility a {
    color: #0d0d0d;
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 150px;
  overflow: hidden;
  padding: 10px 0 3px;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 920px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__navigation {
  display: flex;
}

.header__navigation__menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 1rem;
}

.header__navigation__nav-item__link,
.header__navigation__nav-item__link:hover,
.header__navigation__nav-item__link:focus {
  font-size: 18px;
  color: #0D0D0D;
  text-decoration: none !important;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}

.header__navigation__nav-item__link.current-page {
  border-bottom-color: #00FFDA;
}

.header__navigation__nav-item--with-dropdown {
  position: relative;
}

.header__navigation__nav-item__dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: 0.2s ease all;
  width: max-content;
  padding: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid;
  border-radius: 25px;
  background: #fff;
}

/*.header__navigation__nav-item--with-dropdown:hover .header__navigation__nav-item__dropdown,
.header__navigation__nav-item--with-dropdown:focus .header__navigation__nav-item__dropdown,
.header__navigation__nav-item--with-dropdown:focus-within .header__navigation__nav-item__dropdown*/
.header__navigation__nav-item--with-dropdown.open .header__navigation__nav-item__dropdown {
  opacity: 1;
  pointer-events: auto;
}

.header__navigation__nav-item__dropdown__link {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  color: #0D0D0D !important;
  text-decoration: none !important;
}

.header__navigation__nav-item__dropdown__link.no-link {
  cursor: auto;
}

.header__navigation__nav-item__dropdown__link span {
  transition: all .2s ease;
  border-bottom: 2px solid transparent;
}

.header__navigation__nav-item__dropdown__link:not(.no-link):hover span,
.header__navigation__nav-item__dropdown__link.current-page span {
  border-bottom-color: #00FFDA;
}

.header__navigation__nav-item__dropdown__link:not(:last-child) {
  margin-bottom: 0.5rem;
}

.header__navigation__nav-item__dropdown__link__icon {
    width: 31px;
    margin-right: 1rem;
}

.header__navigation__nav-item__dropdown__link--indented {
  padding-left: 55px;
}

.header__navigation__nav-item__dropdown__link--indented .header__navigation__nav-item__dropdown__link__icon {
  width: 10px;
  margin-right: 6px;
}


/* Header CTA Button */
.header_navigation__cta.button {
  display: block;
  height: max-content;
}

/* Mobile toggles */

@media (max-width: 920px) {
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation,
  .header__navigation__menu,
  .header__row-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .header__navigation__menu {
    padding: 0;
    margin: 0 0 1rem;
    width: 100%;
  }

  .header__navigation__nav-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .header .header__navigation__nav-item .fa.fa-angle-down {
    font-size: 24px;
  }

  .header .header__navigation__nav-item:hover {
    cursor: pointer;
  }

  .header .header__navigation__nav-item:not(.header__navigation__nav-item--with-dropdown) .fa.fa-angle-down {
    display: none;
  }

  .header__navigation__nav-item__dropdown {
    position: relative;
    left: unset;
    transform: unset;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: block;
    transition: 0.2s ease all;
    opacity: 1;
  }

  div#hs_cos_wrapper_navigation-primary {
    width: 100%;
  }

  .header__navigation__nav-item--with-dropdown:not(.open) .header__navigation__nav-item__dropdown {
    padding: 0;
    border: unset;
  }

  .header__navigation__nav-item--with-dropdown.open .header__navigation__nav-item__dropdown {
    height: max-content;
    margin-top: 1rem;
  }

  .header__navigation__nav-item--with-dropdown.open .fa.fa-angle-down::before {
    content: "\f106";
  }

  .header__navigation-toggle.open .fa.fa-bars::before {
    content: "\f00d";
  }

  .header__container .content-wrapper >.header__column.open {
    height: max-content;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header_navigation__cta {
    margin-bottom: 10px;
  }
}
.footer {
  padding: 50px 0;
  background-color: #0d0d0d;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.footer__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.footer__company {
  margin-bottom: 30px;
  text-align: center;
}
.footer__logo {
  margin-bottom: 10px;
}
.footer__address {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer__top {
  padding-top: 40px;
}

.footer__social {
  margin-bottom: 30px;
}
.footer__social h3 {
  margin-bottom: 10px;
}

.footer h3 {
  font-size: 23px;
  font-weight: 600;
}

.footer__subscribe {
  margin-bottom: 30px;
}
.footer__subscribe .form-title {
  background: none;
  margin-bottom: 10px;
  padding: 0;
}
.footer__subscribe form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  background-color: #fff;
  border-radius: 100vw;
}
.footer__subscribe .hs-form-field > label {
  display: none !important;
}
.footer__subscribe .hs-form-field {
  width: 100%;
  margin-bottom: 0;
}
.footer__subscribe .hs-input {
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-radius: 100vw;
  font-size: 14px;
}
.footer__subscribe .button,
.footer__subscribe .hs-button,
.footer__subscribe input[type="submit"] {
  height: 44px;
  padding: 0 50px 0 28px;
}
@media (max-width: 440px) {
  .footer__subscribe .button,
  .footer__subscribe .hs-button,
  .footer__subscribe input[type="submit"] {
    padding: 0 22px 0 10px;
    background-position: center right 8px;
  }
}
.footer__subscribe .hs-error-msgs {
  position: absolute;
  top: calc(100% + 10px);
  left: 24px;
  color: #fff;
}
.footer__subscribe .hs-error-msgs li {
  margin: 0;
}
.footer__subscribe .hs-error-msgs label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.footer__middle {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer__menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  background-color: #fddb00;
  color: #0d0d0d;
  font-family: Signika,sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__menu .hs-menu-wrapper > ul > li > a:hover,
.footer__menu .hs-menu-wrapper > ul > li > a:active,
.footer__menu .hs-menu-wrapper > ul > li > a:focus {
  text-decoration: none;
}

.footer__menu .hs-menu-wrapper > ul > li > a[href="javascript:void(0);"] {
  cursor: auto;
}

.footer__menu .hs-menu-wrapper > ul > li li a[href="javascript:void(0);"] {
  color: #fff !important;
  cursor: auto;
}

.footer__menu ul.hs-menu-children-wrapper {
  margin: 0 0 20px 5px;
  padding: 0;
  list-style: none;
}
.footer__menu li:last-of-type ul.hs-menu-children-wrapper {
  margin-bottom: 0;
}
.footer__menu ul.hs-menu-children-wrapper > li {
  margin: 5px 0;
}
.footer__menu ul.hs-menu-children-wrapper > li li {
  margin: 0;
}
.footer__menu ul.hs-menu-children-wrapper > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.footer__menu ul.hs-menu-children-wrapper > li > a:hover,
.footer__menu ul.hs-menu-children-wrapper > li > a:active,
.footer__menu ul.hs-menu-children-wrapper > li > a:focus {
  color: #00FFDA;
  text-decoration: none;
}

.footer__menu ul.hs-menu-children-wrapper > li > ul {
  margin-bottom: 0;
  margin-left: 20px;
}

.footer__links .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer__links .hs-menu-wrapper > ul > li:not(:first-child):before {
  content: '+';
  display: inline-block;
  margin: 0 2px;
}
.footer__links .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  color: #fff;
}
.footer__links .hs-menu-wrapper > ul > li > a:hover,
.footer__links .hs-menu-wrapper > ul > li > a:active,
.footer__links .hs-menu-wrapper > ul > li > a:focus {
  color: #00FFDA;
  text-decoration: none;
}

@media(min-width: 992px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-gap: 80px;
  }

  .footer__address {
    display: flex;
    justify-content: flex-end;
  }
}

.footer__bottom {
  font-weight: 600;
}

@media (min-width: 768px) {
  .footer__top {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: 40px;
  }

  .footer__menu .hs-menu-wrapper > ul {
    display: flex;
    gap: 40px;
  }
  .footer__menu .hs-menu-wrapper > ul > li {
    flex: 1;
  }

  .footer__company {
    margin-bottom: 0;
    text-align: left;
  }

  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
  }
  .footer__copyright {
    margin-right: 40px;
  }
  .footer__links {
    padding-left: 40px;
    border-left: 2px solid #fff;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .footer__menu .hs-menu-wrapper > ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .footer__menu .hs-menu-wrapper > ul > li {
    flex: 0 1 calc(50% - 40px);
  }
}

@media (max-width: 767px) {
  .footer__inner {
    padding: 0 30px;
  }
}

@media (max-width: 420px) {
  .footer__copyright {
    max-width: 180px;
  }
}
/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* @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    */
/*****************************************/
/* Banner */

.banner {
  color: #fff;
  background: ;
  padding: 135px 0;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.banner p {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .banner {
    background-position: center;
    padding: 55px 0;
  }
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.banner-testimonial .banner-overlay {
  background: rgba(90, 90, 90, 0.75);
}

.banner .page-center {
  position: relative;
  z-index: 2;
}

.banner-text {
  background: ;
  color: ;
  padding: 50px 0;
  text-align: left;
}

.banner.banner-text h1 {
  color: #5e686d;
}

.banner-text h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #5e686d;
  margin-bottom: 10px;
}

.banner-text h4 {
  font-weight: 400;
  color: ;
  font-size: 21px;
}

.banner-testimonial {
  padding: 75px 0;
}

.banner-testimonial .testimonial-content {
  max-width: 850px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
}

.banner-testimonial .testimonial-content p {
  display: inline;
}

.banner-testimonial .quote {
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.12;
}

.banner-testimonial .testimonial-meta {
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0 40px;
}

@media (max-width: 767px) {
  .banner-testimonial {
    padding: 45px 0;
  }

  .banner-testimonial .testimonial-content {
    font-size: 28px;
  }

  .banner-testimonial .quote {
    font-size: 40px;
  }

  .banner-testimonial .testimonial-meta {
    font-size: 21px;
  }
}

.banner-testimonial .button {
  font-style: normal;
}

.banner-image h1 {
  color: #fff;
  font-weight: 400;
}

.banner-image h3 {
  font-weight: 400;
  text-transform: none;
  color: #fff;
}

.banner-image-side {
  padding: 0;
  background: #fff;
  display: flex;
}

.banner.banner-image-side h2 {
  color: ;
}

.banner-image-side-bg,
.banner-image-side-content {
  flex: 1;
  align-items: center;
  justify-content: center;
}

.banner-image-side-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-image-side-right .banner-image-side-content {
  justify-content: flex-end;
}

.banner-image-side-bg {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image-side-content {
  padding: 140px 0;
  text-align: left;
  background: #f9f9f9;
}

.banner-image-side-content-inner {
  max-width: 500px;
  margin: 0 30px 0 60px;
}

@media (max-width: 767px) {
  .banner-image-side-content-inner {
    margin: 0 30px;
  }
}

.banner-image-side-right  .banner-image-side-content-inner {
  margin: 0 60px 0 30px;
}

.banner-image-side-content p {
  color: ;
}

@media (max-width: 767px) {
  .banner-image-side {
    flex-direction: column-reverse;
  }

  .banner-image-side-bg {
    height: 300px;
  }

  .banner-image-side-content {
    padding: 60px 0;
  }
}

.banner-more {
  position: relative;
  z-index: 2;
  margin-top: 45px;
}

.banner-more a {
  color: #fff;
  color: rgba(255, 255, 255, 0.53);
  font-size: 28px;
}

.banner-more a i {
  font-size: 36px;
}

.banner-video h1 {
  font-size: 50px;
  color: #fff;
}

.banner-video .button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .banner-video .page-center {
    position: relative;
    z-index: 2;
  }

  .banner-video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }

  .banner-video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .banner-video video {
    display: none;
  }

  .banner-image-right-content-inner {
    width: 100%;
    padding: 40px 0px;
  }
  .banner-image-right .right-image {
    display: none;
  }

}
.banner ul,
.banner ol {
  display: inline-block;
}
.banner h1 {
  color: #fff;
}
.banner h2 {
  color: #fff;
}
.banner h3 {
  color: #fff;
}

.banner h1:last-child,
.banner p:last-child {
  margin-bottom: 0;
}



.saas-hero-5.banner {
  text-align: left;
  padding: 90px 0 135px;
  background-color: #6B83FF;
  position: relative;
}
.banner-bg {
  position: absolute;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.saas-hero-5.banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #6B83FF 39.7%, #6B83FF 58.58%, rgba(107, 131, 255, 0.837209) 75.89%, rgba(107, 131, 255, 0) 95.49%);
  z-index: 2;
}
.saas-hero-5.banner .page-center {
  position: relative;
  z-index: 3;
}
.saas-hero-5.banner .banner-content {
  max-width: 640px;
}
.saas-hero-5.banner .banner-content > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .saas-hero-5.banner {
    padding: 90px 0 75px;
  }
}
/* @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    */
/*****************************************/

/* ==========================================================================
Slick Slider
========================================================================== */

/* 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;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
  outline: none;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
  background: #fff url('//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
  position: absolute;
  top: 50%;

  display: block;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  border: none;
  outline: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: ;
  z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev
{
  left: -15px;
}

.slick-next
{
  right: -15px;
}

@media (max-width: 1270px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}

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

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

  display: block;

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

  list-style: none;

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

  display: inline-block;

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

  cursor: pointer;
}
.slick-dots li button
{
  line-height: 10px;

  display: block;

  width: 10px;
  height: 10px;
  border-radius: 50%;

  cursor: pointer;

  color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  background: #00ffda;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
  background: #5558C9;
  outline: none;
}
.saas-hubdb-events-2 .resource-navigation .span12 {
  padding: 0 5px;
}
.saas-hubdb-events-2 .resource-navigation .span12 > span {
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: normal;
}
.saas-hubdb-events-2 #resourceTopics {
  display: block;
  line-height: 52px;
  max-width: 300px;
  margin: 0 0 0 auto;
}
.saas-hubdb-events-2 #blogs {
  list-style: none;
  margin: 0;
  padding: 60px 0;
}

.saas-hubdb-events-2 #blogs .post-item {
  display: inline-block;
  width: 24%;
  margin: 0 0 60px;
  padding: 0px 30px;
  min-width: 250px;
}
.saas-hubdb-events-2 #blogs .post-item p {
  color: #000;
  margin: 0;
}

@media (max-width: 767px) {
  .saas-hubdb-events-2 #blogs .post-item {
    width: 42.105263157894766%;
  }
}

@media (max-width: 599px) {
  .saas-hubdb-events-2 #blogs .post-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 60px auto;
  }
}

.saas-hubdb-events-2 .post-item h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
  color: #525252;
}
.saas-hubdb-events-2 .post-item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571428571429;
  color: #0141FF;
  margin: 0;
  text-transform: uppercase;
}

.saas-hubdb-events-2 .post-item p a {
  font-size: 17px;
  font-weight: 700;
}

.saas-hubdb-events-2 .post-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 150px;
}

.saas-hubdb-events-2 .post-item .span6.featured-image-wrapper {
  max-width: 350px;
}

.saas-hubdb-events-2 .post-item .featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.saas-hubdb-events-2 .post-item .resource-topics {
  margin: 0;
  color: #0141FF;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

@media(max-width: 1049px) {
  .saas-hubdb-events-2 #blogs {
    list-style: none;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 757px;
  }
}

@media(max-width: 796px) {
  .saas-hubdb-events-2 #blogs {
    list-style: none;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 504px;
  }
}

@media(max-width: 767px) {
  .saas-hubdb-events-2 .resource-navigation .span12 {
    padding: 0 5px;
    max-width: 300px;
    margin: 25px auto !important;
  }
  .saas-hubdb-events-2 .post-item .span6.featured-image-wrapper {
    max-width: 300px;
    margin: 0 0 30px;
  }
}


.saas-hubdb-events-2 .post-item {
  padding-bottom: 60px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 60px;
  font-size: 16px;
  width: 100%;
}

.saas-hubdb-events-2 .featured-image-wrapper {
  margin-bottom: 30px;
  /*aspect-ratio: 1;*/
}
/*
.saas-hubdb-events-2 .featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}*/

.saas-hubdb-events-2 .post-header h1 {
  font-size: 40px;
}

.saas-hubdb-events-2 .post-header h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.saas-hubdb-events-2 .post-header .post-meta {
  margin-bottom: 15px;
  font-weight: 300;
  color: #777;
}

.saas-hubdb-events-2 .post-header .post-meta a:not(:hover) {
  color: #777;
}
.saas-hubdb-events-2 .post-item .post-header h4 {
  color: #000;
  margin: 0 0 5px;
}
.saas-hubdb-events-2 .post-header .post-meta a.topic-link:not(:hover) {
  color: #2d749e;
}
.saas-hubdb-events-2 .post-body > div {
  margin-top: 5px;
}

.saas-hubdb-events-2 .post-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.saas-hubdb-events-2 .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.saas-hubdb-events-2 .post-item a {
  margin-top: 20px;
}

.saas-hubdb-events-2 .widget-type-blog_subscribe span > h3 {
  font-size: 21px;
  font-weight: 300;
  color: #000;
}

.saas-hubdb-events-2 .results-section {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .saas-hubdb-events-2 .results-section {
    padding: 100px 0;
  }

  .saas-hubdb-events-2 .featured-image-wrapper {
    margin-bottom: 0;
  }

  .saas-hubdb-events-2 .post-content-wrapper {
    padding-left: 4.824561403508772%;
  }

  .saas-hubdb-events-2 .widget-type-blog_subscribe span > h3 {
    display: block;
    float: left;
    width: 42%;
    margin-right: 4%;
    font-size: 30px;
    margin-bottom: 0;
  }

  .saas-hubdb-events-2 .widget-type-blog_subscribe span > div {
    display: block;
    float: left;
    width: 54%;
  }

  .saas-hubdb-events-2 .widget-type-blog_subscribe form > div:first-child {
    display: block;
    float: left;
    width: 67%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .saas-hubdb-events-2 .widget-type-blog_subscribe form > .hs_submit {
    display: block;
    float: left;
    width: 31%;
  }
}




.saas-hubdb-events-2 .resources-navigation h3 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
}

.saas-hubdb-events-2 .resources-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.saas-hubdb-events-2 .resources-navigation > ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
  font-weight: 700;
}

.saas-hubdb-events-2 .resources-navigation > ul li a.active {
  font-weight: 700;
  color: inherit;
}

.saas-hubdb-events-2 .resources-navigation > ul li:first-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}

.saas-hubdb-events-2 .resources-navigation > ul li input[type=radio] {
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}

.saas-hubdb-events-2 .resources-navigation > ul li label {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.saas-hubdb-events-2 .resources-navigation > ul li .check {
  display: none;
  position: absolute;
  border: 1px solid #55677a;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;;
  height: 20px;
  width: 20px;
  top: 3px;
  left: 0;
  z-index: 5;
}

.saas-hubdb-events-2 .resources-navigation > ul li .check::before {
  display: block;
  position: absolute;
  content: '\f00c';
  font-family: FontAwesome;
  height: 10px;
  width: 10px;
  top: -3.5px;
  left: 1px;
  margin: auto;
  visibility: hidden;
}

.saas-hubdb-events-2 .resources-navigation input[type=radio]:checked ~ .check::before {
  visibility: visible;
}

.saas-hubdb-events-2 .resources-navigation .selectric-wrapper:first-of-type,
.saas-hubdb-events-2 .resources-navigation select:first-of-type {
  margin: 0 0 15px;
}

.saas-hubdb-events-2 .resources-navigation select {
  font-size: 16px;
  padding: 0.5rem;
}

.saas-hubdb-events-2 .hs-blog-listing .blog-pagination ul {
  margin: 100px 0;
}

.saas-hubdb-events-2 .resource-item .table-display {
  padding: 50px;
  background: #f6f6f6;
}

@media(max-width: 375px) {
  .saas-hubdb-events-2 .resource-item .table-display {
    padding: 50px 10px;
  }
}

.saas-hubdb-events-2 .resources-navigation {
  font-size: 16px;
  background: #f6f6f6;
  padding: 30px 20px;
  margin-bottom: 25px;
}

.request-a-demo-a .body-container-wrapper .form-title {
  margin: 0;
  padding: 0.5rem 20px;
}
.request-a-demo-a .body-container-wrapper form {
  padding: 30px 20px;
  background: #f8f8f8;
  margin: 0;
}
.request-a-demo-a .body-container-wrapper form label {
  font-size: 16px;
}
.request-a-demo-a .body-container-wrapper form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.request-a-demo-a .body-container-wrapper form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.request-a-demo-a .body-container-wrapper form fieldset.form-columns-1 .hs-input[type="checkbox"] {
  width: 20px !important;
}
.request-a-demo-a .body-container-wrapper form input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border: 1px solid #959595;
  position: relative;
}
.request-a-demo-a .body-container-wrapper form input[type="checkbox"]:before {
  content: "\f00c";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.request-a-demo-a .body-container-wrapper form input[type="checkbox"]:checked:before {
  color: #4BCCC0;
}
.request-a-demo-a .body-container-wrapper form input[type="checkbox"] ~ span {
  display: inline-block;
  vertical-align: middle;
}
.request-a-demo-a .body-container-wrapper form label {
  text-transform: none;
}
.request-a-demo-a .body-container-wrapper .submitted-message {
  text-align: center;
  margin-top: 30px;
}
.saas-blog-feed-1.section {
  padding: 2rem 0;
  z-index: 0;
}

.saas-blog-feed-1 .page-center {
  float: none;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}



.saas-blog-feed-1 .post-box {
  display: flex;
  width: 100%;
  margin: 0 0 30px 0;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.18);;
  border-radius: 1px;
  position: relative;
}

.saas-blog-feed-1 .post-box-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.saas-blog-feed-1 .post-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saas-blog-feed-1 .post-box-content {
  padding: 1rem;
  margin: 1rem;
  background: #fff;
  max-width: 272px;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: 0;
}

.saas-blog-feed-1 .post-box-content h3 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}

.saas-blog-feed-1 .post-box-content p {
  margin-bottom: 45px;
}

.saas-blog-feed-1 .post-box-content a {
  margin-top: auto;
  align-self: flex-start;
}

.saas-blog-feed-1 .post-box-content a.button.hs-button {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 20px;
  left: 30px;
  padding: 14px;
}

.saas-blog-feed-1 .post-box-content h4 {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  color: #000000;
}

.saas-blog-feed-1 .post-box-content i {
  margin-left: 8px;
}

.saas-blog-feed-1 .all-blog-cta-section {
  text-align: center;
  margin-top: 50px;
}

.saas-blog-feed-1 .all-blog-cta-section a.button {
  width: calc(30.508474576271186% - 60px);
}

@media (min-width: 768px) {
  .saas-blog-feed-1 .post-boxes {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
  }
}

@media(max-width: 990px) {
  .saas-blog-feed-1 .post-box-content {
    padding: 20px 15px 90px;
    text-align: left;
    min-height: 0;
  }
  .saas-blog-feed-1 .post-box-content h4 {
    font-size: 18px;
  }
  .saas-blog-feed-1 .post-box-content a.button.hs-button {
    width: calc(100% - 15px);
    left: 7px;
  }
  .saas-blog-feed-1 .all-blog-cta-section a.button {
    width: calc(30.508474576271186% - 15px);
    min-width: 250px;
  }
}

@media(max-width: 767px) {
  .saas-blog-feed-1 .post-box-content {
    padding: 20px 15px 20px;
  }

  .saas-blog-feed-1 .post-box-content a.button.hs-button {
    position: absolute;
    max-width: 281px;
    width: calc(100% - 15px);
    bottom: 20px;
    left: 50%;
    padding: 14px;
    transform: translateX(-50%);
  }
  .saas-blog-feed-1 .all-blog-cta-section a.button {
    width: 100%;
    max-width: 281px;
  }
}

/* Templates
*/

.blog-tmpl .banner {
  padding: 84px 0;
}

.blog-tmpl #blogs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-tmpl #blogs .post-item {
  display: inline-block;
  width: 25.4385964912281%;
  margin: 60px 3.947368421052617%;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-tmpl #blogs .post-item {
    width: 42.105263157894766%;
  }
}

@media (max-width: 599px) {
  .blog-tmpl #blogs .post-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 60px auto;
  }
}

.blog-tmpl .post-item h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
}
.blog-tmpl .post-item h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.428571428571429;
  margin: 0;
  text-transform: uppercase;
}

.blog-tmpl .post-item p a {
  font-size: 17px;
  font-weight: 700;
}

.blog-tmpl .post-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  max-width: 290px;
}

.blog-tmpl .post-item .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 78%;
}

.blog-tmpl .post-item .featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-tmpl .post-item .resource-topics {
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

@media (max-width: 599px) {
  .blog-tmpl .resource-topic {
    display: block;
    margin: 10px 0 0 0;
  }
}

.blog-tmpl .selectric-wrapper {
  width: 220px;
}
.blog-tmpl .blog-subscription-form-wrapper {
  display: inline-block;
  margin-left: 25px;
  width: 450px;
  vertical-align: top;
}
.blog-tmpl .blog-subscription-form-wrapper > span {
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: normal;
}
.blog-tmpl .selectric {
  height: 52px;
  border-radius: 0;
}
.blog-tmpl .selectric .label {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-tmpl  #resourceTopics {
  vertical-align: top;
}
.blog-tmpl #resourceTopics select {
  opacity: 0;
}
.blog-tmpl .blog-subscription-form-wrapper form {
  display: flex;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-form-field {
  margin: 0;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-email {
  flex: auto 1 1;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-email input::placeholder {
  text-transform: none;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-email input:-ms-input-placeholder {
  text-transform: none;
}
.blog-tmpl .blog-subscription-form-wrapper input.hs-button {
  margin-left: 10px;
}
.blog-tmpl #resourceTopics .resource-topic {
  margin-left: 0;
}
.blog-tmpl .blog-subscription-form-wrapper .submitted-message {
  text-align: left;
  margin-top: 10px;
}
.blog-tmpl .blog-subscription-form-wrapper .hs-error-msgs {
  text-align: left;
}

@media(max-width: 767px) {
  .blog-tmpl .blog-subscription-form-wrapper {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 20px auto 0 !important;
  }
  .blog-tmpl .blog-subscription-form-wrapper .submitted-message,
  .blog-tmpl .resource-topic > span,
  .blog-tmpl .blog-subscription-form-wrapper > span {
    text-align: center !important;
  }
}

@media(max-width: 550px) {
  .blog-tmpl .blog-subscription-form-wrapper form {
    flex-direction: column;
  }
  .blog-tmpl .blog-subscription-form-wrapper input.hs-button {
    margin: 10px 0 0 0;
  }
}

.blog-tmpl.blog-c.hs-blog-listing .blog-pagination ul {
  margin: 0 0 60px;
}
.blog-tmpl.blog-c #blogs {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.blog-tmpl.blog-c #blogs .post-item {
  text-align: left;
  padding: 0 0 45px;
  width: 31%;
  margin: 20px 10px;
  position: relative;
  background: #f1f1f1;
  min-width: 350px;
  position: static !important;
}
.blog-tmpl.blog-c #blogs .featured-resource-item .featured-resource-text {
  flex: auto 1 1;
  padding: 30px 40px;
}
.blog-tmpl.blog-c #blogs .featured-resource-item .featured-resource-arrow {
  flex: 84px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-tmpl.blog-c #blogs .featured-resource-item h2 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}
.blog-tmpl.blog-c #blogs .featured-resource-item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
.blog-tmpl.blog-c #blogs .featured-resource-item p.featured-resource-bottom-excerpt {
  margin: 15px 0 0 0;
  color: #000;
}

.blog-tmpl.blog-c #blogs .featured-resource-item {
  display: inline-block;
  padding: 0;
  text-align: left;
  width: 100%;
  text-decoration: none;
}
.blog-tmpl.blog-c #blogs .featured-resource-image {
  height: 300px;
  margin-bottom: 30px;
  background: none;
}
.blog-tmpl.blog-c #blogs .featured-resource-bottom {
  padding: 0 30px 0;
  font-size: 24px;
  line-height: 30px;
}

.blog-tmpl.blog-c #blogs .featured-resource-bottom .blog_date{
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.blog-tmpl.blog-c #blogs .featured-resource-top {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 15px 30px;
}


.blog-tmpl.blog-c #blogs .featured-resource-item h3 {
  padding-right: 15px;
  margin: 0;
  line-height: normal;
  font-size: 18px;
}


.blog-tmpl.blog-c #blogs .featured-resource-bottom-cta {
  text-align: center;
  margin-top: 30px;
}
.blog-tmpl.blog-c #blogs .featured-resource-image-wrapper {
  background: #fff;
}

.blog-tmpl.blog-c #blogs .featured-resource-bottom-cta .button {
  width: calc(100% - 65px);
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

@media(max-width: 992px) {
  .blog-tmpl.blog-c #blogs .featured-resource-bottom {
    padding: 0 25px 0;
    font-size: 20px;
    line-height: 26px;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-top {
    padding: 0 25px 15px;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-item h3 {
    font-size: 16px;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-bottom-cta .button {
    width: calc(100% - 30px);
  }
}

@media(max-width: 767px) {
  .blog-tmpl.blog-c #blogs .page-center > .row-fluid-wrapper > .row-fluid > span {
    display: block;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-bottom {
    padding: 15px 30px 30px 30px;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-bottom-cta .button {
    position: static;
    width: 100%;
    transform: none;
  }
  .blog-tmpl.blog-c #blogs .span4 {
    padding-bottom: 0 !important;
    position: static !important;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-top {
    padding: 0 30px 0;
  }
  .blog-tmpl.blog-c #blogs .post-item {
    padding: 0;
  }
}

@media(max-width: 550px) {
  .blog-tmpl.blog-c #blogs .post-item {
    text-align: left;
    padding: 0;
    margin: 20px 0;
    position: relative;
    background: #f1f1f1;
    min-width: 0;
    width: 100%;
    max-width: 350px;
  }
}

@media(max-width: 475px) {
  .blog-tmpl.blog-c #blogs .featured-resource-item {
    display: block;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-item .featured-resource-text {
    padding: 40px 20px;
  }
  .blog-tmpl.blog-c #blogs .featured-resource-item .featured-resource-arrow {
    padding: 20px 0;
  }
}

.details-tmpl .blog-post-content .blog-post {
  padding: 40px 0 0;
}
.details-tmpl .blog-post-content > .section {
  padding-top: 60px;
}
.details-tmpl .blog-post-content > .section > .page-center {
  max-width: 900px;
}
.details-tmpl .blog-post-content img {
  margin: 0 0 20px 0;
}
.details-tmpl .social-share-section {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  align-items: center;
}
.details-tmpl .social-share-section > h5 {
  margin: 0 20px 0 0;
}

.details-tmpl .social-share-section a .fa-facebook:before {
  line-height: normal;
}
.details-tmpl .social-share-section .fa-envelope-o,
.details-tmpl .social-share-section .fa-pinterest {
  display: none;
}
.details-tmpl .blog-post-cta {
  text-align: center;
  margin-top: 95px;
}
.blog-details-b.details-tmpl .social-share-section {
  margin: 0;
}

@media (max-width: 399px) {
  .details-tmpl .social-share-section {
    flex-wrap: wrap;
  }

  .details-tmpl .social-share-section > h5 {
    text-align: center;
    margin: 0 0 20px;
    width: 100%;
  }
}

.blog-details-b.details-tmpl .blog-post-author {
  background: #f6f6f6;
  margin: 45px auto;
  padding: 40px;
}
.blog-details-b.details-tmpl .blog-post-author-flexbox {
  display: flex;
}
.blog-details-b.details-tmpl .author-img {
  flex: 300px 0 0;
  padding-right: 40px;
}
@media(max-width: 767px) {
  .blog-details-b.details-tmpl .blog-post-author-flexbox {
    flex-direction: column;
  }
}


.blog-b.hs-blog-listing .section-narrow {
  padding: 30px 0;
}

.blog-b.hs-blog-listing .section-narrow h1 {
  margin: 0;
  font-size: 30px;
}

.blog-b .post-index-topics {
  text-align: center;
}

.blog-b .post-index-topics h3 {
  font-size: 18px;
  font-weight: 700;
  color: #55677a;
  margin: 0;
  display: inline;
}

.blog-b .post-index-topics .block {
  position: relative;
  cursor: default;
}

.blog-b .post-index-topics .widget-module {
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  font-size: 13px;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;;
}


.blog-b .post-index-topics .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-b .post-index-topics .widget-module ul li {
  background: 0;
  border-bottom: 1px solid #f0f0f0;
}

.blog-b .post-index-topics .widget-module ul li a {
  display: block;
  color: #f57300;
  padding: 15px 20px;
}

.blog-b .post-index-topics .widget-module ul li a:hover {
  color: #5e686d;
  background: #f0f0f0;
}

.blog-b .blog-subscribe-link {
  font-weight: 700;
  text-align: right;
}

.blog-b .blog-b-listing {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .blog-b .post-index-topics {
    margin: 15px 0;
  }

  .blog-b .blog-subscribe-link {
    text-align: center;
  }
}

.blog-b .post-item {
  padding-bottom: 60px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 60px;
  font-size: 16px;
  width: 100%;
}

.blog-b .featured-image-wrapper {
  margin-bottom: 30px;
}

.blog-b .post-header h1 {
  font-size: 40px;
}

.blog-b .post-header h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-b .post-header .post-meta {
  margin-bottom: 15px;
  font-weight: 300;
  color: #777;
}

.blog-b .post-header .post-meta a:not(:hover) {
  color: #777;
}
.blog-b .post-item .post-header h4 {
  color: #000;
  margin: 0 0 5px;
}
.blog-b .post-header .post-meta a.topic-link:not(:hover) {
  color: #2d749e;
}

.blog-b .post-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.blog-b .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-b .post-item .more-link {
  margin-top: 20px;
  display: inline-block;
}

.blog-b .post-item .more-link i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.blog-b .widget-type-blog_subscribe span > h3 {
  font-size: 21px;
  font-weight: 300;
  color: #000;
}

@media (min-width: 768px) {
  .blog-b .featured-image-wrapper {
    width: 42.105263157894737%;
    margin-bottom: 0;
  }

  .blog-b .post-content-wrapper {
    width: 57.894736842105263%;
    padding-left: 4.824561403508772%;
  }

  .blog-b .widget-type-blog_subscribe span > h3 {
    display: block;
    float: left;
    width: 42%;
    margin-right: 4%;
    font-size: 30px;
    margin-bottom: 0;
  }

  .blog-b .widget-type-blog_subscribe span > div {
    display: block;
    float: left;
    width: 54%;
  }

  .blog-b .widget-type-blog_subscribe form > div:first-child {
    display: block;
    float: left;
    width: 67%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .blog-b .widget-type-blog_subscribe form > .hs_submit {
    display: block;
    float: left;
    width: 31%;
  }
}

.blog-b .widget-type-blog_subscribe form input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;;
  border-color: #e1e1e1;
}

.blog-b .widget-type-blog_subscribe form input[type="submit"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;;
  text-transform: none;
}


.blog-b.hs-blog-post .blog-section {
  max-width: 920px;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .blog-b .table-display:not(.align-top) .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/**** Isotope Filtering ****/

.resource-item,
.post-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .resource-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .resource-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:         top, left, opacity;
  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .resource-item,
.isotope .resource-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.padding-top {
  padding-top: 60px;
}

.padding-bottom {
  padding-bottom: 60px;
}

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

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

.resource-navigation {
  background: #6B83FF;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}

.resource-navigation .hs-form-field > label {
  display: none;
}

.resource-navigation .hs-error-msg {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .resource-navigation .hs-error-msg {
    text-align: center;
  }
}

.resources-1 .resource-navigation .sortBy {
  display: inline-block;
  line-height: 52px;
}

#resourceTopics {
  display: inline-block;
  line-height: 52px;
}

#resourceTopics .resource-topic {
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}

#resourceTopics select,
#resourceTopics select option {
  text-transform: capitalize;
}
.resources-1 .resource-navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.resources-b .resource-navigation ul li {
  margin: 10px 40px 10px 0;
}
.resources-b .resource-navigation ul li a {
  color: #fff;
}
.resources-b .resource-navigation ul li a.active {
  font-weight: 700;
}



.blog-tmpl .post-item .featured-image a {
  position: static;
}
.blog-tmpl .post-item .featured-image:before {
  display: none;
}
.blog-tmpl #blogs .post-item {
  text-align: left;
}
.blog-tmpl .resource-topic > span {
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: normal;
}

/* Blog Pagination */
.hs-blog-listing .blog-pagination .next-posts-link,
.hs-blog-listing .blog-pagination .previous-posts-link {
  float: none;
  padding: 10px 20px !important;
}
.blog-pagination {
  margin: 0;
}
.blog-pagination li.hide-me {
  display: none !important;
}

.hs-blog-listing .blog-pagination .next-posts-link a,
.hs-blog-listing .blog-pagination .previous-posts-link a {
  border: 0;
}
.hs-blog-listing .blog-pagination ul {
  text-align: center;
  margin: 30px 0;
  padding: 0 15px;
}
.hs-blog-listing .blog-pagination ul li {
  display: inline-block;
  padding: 0;
}
.hs-blog-listing .blog-pagination ul li.disabled {
  display: none !important;
}
.hs-blog-listing .blog-pagination ul li:before,
.hs-blog-listing .blog-pagination ul li.hide {
  display: none !important;
}
.hs-blog-listing .blog-pagination ul .pg li a,
.hs-blog-listing .blog-pagination ul li.dots,
.hs-blog-listing .blog-pagination ul li.first-posts-link a,
.hs-blog-listing .blog-pagination ul li.last-posts-link a,
.hs-blog-listing .blog-pagination ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #000;
  padding: 7px 0 !important;
  color: #000;
  width: 40px !important;
  display: inline-block;
}
.hs-blog-listing .blog-pagination ul li.dots:not(.disabled) {
  display: inline-block;
}
.hs-blog-listing .blog-pagination ul .pg li:hover a,
.hs-blog-listing .blog-pagination ul .pg li.active a,
.hs-blog-listing .blog-pagination ul li.first-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.first-posts-link.active a,
.hs-blog-listing .blog-pagination ul li.last-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.last-posts-link.active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link).active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link):hover a {
  background: #000;
  color: #fff;
}
@media(max-width: 767px) {
  .hs-blog-listing .blog-pagination .next-posts-link,
  .hs-blog-listing .blog-pagination .previous-posts-link {
    display: block;
  }
  .hs-blog-listing .blog-pagination .previous-posts-link {
    padding-bottom: 15px !important;
  }
}






.saas-hero-6.banner h1,
.saas-hero-6.banner h2 {
  margin: 0 0 45px;
}
.saas-hero-6.banner p a {
  color: #fff;
}
.saas-hero-6.banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(93,93,93,.76);
}
.saas-hero-6.banner h3 a {
  color: #fff;
}

.saas-hero-6.banner {
  padding: 80px 0 !important;
}
.resources-1 .banner {
  padding: 84px 0;
}

.resources-1 #resources {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.resources-1 #resources .resource-item {
  margin: 0;
  box-shadow: 0px 0px 15px 10px #0000001a;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .resources-1 #resources {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 599px) {
  .resources-1 #resources {
    display: block;
  }

  .resources-1 #resources .resource-item {
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 60px auto;
  }
}

.resources-1 .resource-item h4 {
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.resources-1 .resource-item h5 {
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
}

.resources-1 .resource-item p a {
  font-size: 17px;
  font-weight: 700;
}

.resources-1 .resource-item .featured-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
.resources-1 .resource-item .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources-1 .resource-item .resource-bottom {
  padding: 30px 20px;
}
.resources-1 .resource-item .resource-bottom *:last-child {
  margin-bottom: 0;
}

.resources-1 .resource-item .resource-topics {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.resources-1 .resource-item .resource-topics span:not(:last-child):after {
  content: ', ';
  display: inline;
}

@media (max-width: 599px) {
  .resources-1 .resource-topic {
    display: block;
    margin: 10px 0 0 0;
  }
}

.resources-1 .selectric-wrapper {
  width: 220px;
}

/* Modules
*/

.hp-hero {
  position: relative;
  padding: 2rem 0 0;
  z-index: 0;
}

.hp-hero__content {
  max-width: min(650px, 100%);
  display: block;
  margin-right: auto;
}

.hp-hero__content p {
  font-size: 20px;
  line-height: 33px;
}

.hp-hero__image-container {
  max-width: 75%;
  display: block;
  margin-left: auto;
  margin-top: 1rem;
}
.hp-hero__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  vertical-align: bottom;
}

.hp-hero__content h1,
.hp-hero__content h2,
.hp-hero__content h3,
.hp-hero__content h4,
.hp-hero__content h5,
.hp-hero__content p,
.hp-hero__content a:not(.button, .hs-button),
.hp-hero__content li {
  color: #fff;
}

.hp-hero__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4rem);
  border-radius: 0 0 0 125px;
  z-index: -2;
  background: #6B83FF;
}
.hp-hero__bg2 {
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: min(1000px, 100%);
  top: 0;
  right: 0;
  background: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_sbm/data-dark-bg-0.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (min-width: 768px) {
  .hp-hero__bg {
    border-radius: 0 0 0 500px;
  }
  .hp-hero__content {
    margin-left: 2rem;
    margin-top: 2rem;
  }

  .hp-hero__image-container {
    max-width: min(100%, 650px);
  }
}

@media (min-width: 1060px) {
  .hp-hero__image-container {
    width: 75%;
    max-width: 100%;
    margin-top: -2rem;
  }
}
.section.saas-bar-logo-2 {
  padding: 2rem 0 1rem;
  position: relative;
}

.saas-bar-logo-2 .page-center {
  position: relative;
}

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

.logos {
  padding: 0 2rem;
  display: none;
}

.logos.slick-initialized {
  display: block;
}

.logos .logo {
  margin: 20px 0;
}

.logos .slick-track {
  display: flex;
  align-items: center;
}

.logos .slick-slide img {
  margin: 0 auto;
  max-width: 140px;
  display: block;
}


@media (min-width: 768px) {
  .logos .logo-inner {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .logos .logo {
    text-align: center;
  }
}

.saas-bar-logo-2 .arrows {
  width: calc(100% - 40px);
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
}

.saas-bar-logo-2 .slick-arrow {
  transform: translateY(-50%);
  text-align: center;
  top: 50%;
  background: #5558C9;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.2s ease all;
}
.saas-bar-logo-2 .slick-arrow:hover,
.saas-bar-logo-2 .slick-arrow:focus {
  cursor: pointer;
  background: #7D79FD;
}
.saas-bar-logo-2 .slick-next {
  width: 32px;
  height: 32px;
}
.saas-bar-logo-2 .slick-prev {
  width: 32px;
  height: 32px;
}
.saas-bar-logo-2 .slick-prev img {
  transform: rotate(180deg);
}
.saas-bar-logo-2 .slick-prev:before,
.saas-bar-logo-2 .slick-next:before {
  display: none;
}


@media (max-width: 768px) {
  .saas-bar-logo-2 .slick-next {
    right: 0;
  }

  .saas-bar-logo-2.slick-prev {
    left: 15px;
  }

  .saas-bar-logo-2 .slick-arrow {
    top: 35%;
    transform: translateY(-35%);
  }
}

@media (max-width: 600px) {
  .saas-bar-logo-2 .slick-arrow .desktop {
    display: none;
  }
  .saas-bar-logo-2 .slick-slide .img-slide {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .saas-bar-logo-2 .slick-prev {
    left: 0;
  }
  .saas-bar-logo-2 .slick-next {
    right: 0;
  }
}

@media (min-width: 768px) {
  .saas-bar-logo-2 .slick-track {
    width: auto !important;
    display: flex;
    justify-content: space-between;
  }
  .saas-bar-logo-2 .slick-track:before,
  .saas-bar-logo-2 .slick-track:after {
    display: none;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.saas-image-column-8 {
  padding: 2rem 0;
  position: relative;
  z-index: 0;
}
.saas-image-column-8 .sic8-bg1 {
  display: block;
  position: absolute;
  z-index: -2;
  height: 100%;
  width: min(900px, 100%);
  top: -200px;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.saas-image-column-8 .sic8-bg2 {
  display: block;
  position: absolute;
  z-index: -3;
  height: 100%;
  width: min(675px, 100%);
  top: -500px;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;

}
.saas-image-column-8 .sic8-bg3 {
  display: block;
  position: absolute;
  z-index: -2;
  height: 100%;
  width: min(675px, 100%);
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.saas-image-column-8 .sic8-bg1.bg-visible {
  background-image: url(https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_2021/elements/pill-bg.svg);
}
.saas-image-column-8 .sic8-bg2.bg-visible {
  background-image: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_sbm/data-bg-2.svg");

}
.saas-image-column-8 .sic8-bg3.bg-visible {
  background-image: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_sbm/data-light-bg.png");
}

.saas-image-column-8 .sic8-bg1,
.saas-image-column-8 .sic8-bg2,
.saas-image-column-8 .sic8-bg3 {
  pointer-events: none;
}

@media (min-width: 1060px) {
  .saas-image-column-8 .sic8-bg1,
  .saas-image-column-8 .sic8-bg2,
  .saas-image-column-8 .sic8-bg3 {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .saas-image-column-8 .sic8-bg1 {
    top: -100px;
  }
}
.saas-image-column-8__section {
  position: relative;
  background: #fff;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 0px 15px 10px #0000001A;
          box-shadow: 0px 0px 15px 10px #0000001A;
}
.saas-image-column-8__section:last-child {
  margin-bottom: 0;
}
.saas-image-column-8__section.saas-image-column-8__section--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.saas-image-column-8__bg {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 1rem);
  z-index: -1;
  top: -0.5rem;
  right: -0.5rem;
  background: #FDDB00;
}

.saas-image-column-8__section--reverse .saas-image-column-8__bg {
  left: -0.5rem;
  right: unset;
}

.saas-image-column-8__content {
  padding: 2rem 1rem;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 600px;
}

.saas-image-column-8__image-container {
  width: 34.25%;
}

@media (max-width: 1060px) and (min-width: 768px) {
  .saas-image-column-8__image-container,
  .saas-image-column-8__content {
    flex-basis: 0;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .saas-image-column-8__image-container,
  .saas-image-column-8__image {
    width: 100%;
  }

  .saas-image-column-8__section {
    width: 411px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .saas-image-column-8__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .saas-image-column-8__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }

  .saas-image-column-8__content {
    height: max-content;
    align-self: center;
    margin-right: auto;
  }
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/** Base Styles **/
.saas-image-column-13.section {
  padding: 75px 0;
  background: #152278;
  z-index: 0;
  position: relative;
}

.saas-image-column-13__bg {
  width: 100%;
  height: 100%;
  z-index: -1;


  /*background-image: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_2021/elements/blue-square-bg.png");*/


  background-repeat: no-repeat;
  background-position: top -122px left;
  background-size: 856px 1516px;


  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.saas-image-column-13__bg.bg-visible {
  background-image: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_2021/elements/blue-square-bg.svg");
}
.saas-image-column-13 .list-items {
  padding: 1rem;
  background: #152278;
}
.saas-image-column-13 .highlight {
  background: #FDDB00;
  color: #0d0d0d;
  padding: 0 5px;
}
.saas-image-column-13 .item .highlight a:not(.button,.hs-button) {
  color: #0d0d0d;
}
.saas-image-column-13 .copy {
  font-size: 19px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 0;
}
.saas-image-column-13 .left-column-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1000px) {

  .saas-image-column-13 .image-container {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .saas-image-column-13 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
  }

  .saas-image-column-13 .sic-13-image {
    position: absolute;
    display: block;
    width: 50%;
    height: calc(100% - 12rem);
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 999px) {
  .saas-image-column-13 .image-container {
    display: none !important;
  }
}
.saas-image-column-13 .content h2,
.saas-image-column-13 .content h3,
.saas-image-column-13 .content h4,
.saas-image-column-13 .content p,
.saas-image-column-13 .content a:not(.button, .hs-button),
.saas-image-column-13 .content li,
.saas-image-column-13 .item p,
.saas-image-column-13 .item a:not(.button, .hs-button),
.saas-image-column-13 .item h2,
.saas-image-column-13 .item h3,
.saas-image-column-13 .item h4,
.saas-image-column-13 .item li {
  color: #fff;
}

@media (min-width: 768px) {
  .saas-image-column-13 h2 {
    font-size: 48px;
  }
}
.saas-image-column-13 a {
  font-weight: 600;
}
.saas-image-column-13 a i.fa.fa-arrow-right {
  margin-left: 7px;
}
.absolute-link {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 10;
}
a:focus {
  outline: none;
}

/* ctas wrapper */
.ctas-wrapper .hs-cta-wrapper {
  display: inline-block; }
.ctas-wrapper .hs-cta-wrapper:not(:first-of-type) {
  margin-left: 15px; }
@media (max-width: 600px) {
  .ctas-wrapper .hs-cta-wrapper {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}

/** Unique Styles **/

/* layout */
.saas-image-column-13 .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.saas-image-column-13 .widget-span {
  margin: 0;
}
.saas-image-column-13 .span12.content {
  padding: 2rem 20px;
  background: #152278;
}
.saas-image-column-13 .span12 {
  width: 100%;
}
.saas-image-column-13 .span6 {
  width: 49.9%; }
.saas-image-column-13 .span5 {
  width: 39.9%; }
.saas-image-column-13 .span7 {
  width: 59.9%; }

.saas-image-column-13.left .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
.saas-image-column-13.left .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 5%;}
.saas-image-column-13.right .content {
  padding-right: 5%;
}

/* images */
.saas-image-column-13 .image {
  position: relative;
}
.saas-image-column-13 .image img {
  max-width: 100%;
  height: auto;
}
.saas-image-column-13 .image.positioned img:first-of-type {
  max-width: 90%;
}
.saas-image-column-13 .image.positioned img:last-of-type {
  position: absolute;
  right: 0;
  max-width: 50%;
  border: 1px solid #000;
}

.saas-image-column-13 .column-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
.saas-image-column-13 .column-testimonial img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.saas-image-column-13 .column-testimonial .testimonial-text {
  padding-left: 30px;
}
.saas-image-column-13 .column-testimonial .testimonial-text .testimonial-quote {
  font-style: italic;
  font-size: 14px;
  margin: 0 0 5px;
}
.saas-image-column-13 .column-testimonial .testimonial-text .testimonial-author,
.saas-image-column-13 .column-testimonial .testimonial-text .testimonial-author-title {
  font-size: 14px;
  text-align: right;
}
/* media queries */

@media(max-width: 999px) {
  .saas-image-column-13 .row-fluid,
  .saas-image-column-13 .row-fluid > * {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .saas-image-column-13 .row-fluid .content {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .saas-image-column-13 .image {
    margin-bottom: 40px;
  }
  .saas-image-column-13 .row-fluid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .saas-image-column-13.section {
    padding: 50px 0;
  }
  .saas-image-column-13 .span6 {
    width: 100%; }
  .saas-image-column-13 .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .saas-image-column-13 .content {
   margin-bottom: 50px; }
  .saas-image-column-13.left .content,
  .saas-image-column-13.right .content {
    padding-left: 0;
    padding-right: 0;
  }
  .saas-image-column-13 .image.positioned img:first-of-type,
  .saas-image-column-13 .image.positioned img:last-of-type {
    position: static;
    max-width: 100%;
  }

  .saas-image-column-13 .copy {
    line-height: 1.5;
  }
}

@media (max-width: 400px) {
  .saas-image-column-13 .column-testimonial {
    display: block;
    text-align: center;
  }
  .saas-image-column-13 .column-testimonial .testimonial-text {
    padding: 20px 0 0 0;
  }
  .saas-image-column-13 .column-testimonial .testimonial-text .testimonial-author,
  .saas-image-column-13 .column-testimonial .testimonial-text .testimonial-author-title,
  .saas-image-column-13 .column-testimonial .testimonial-text .testimonial-quote {
    text-align: left;
  }
}

/* ==========================================================================
Lity v3.0.0
http://sorgalla.com/lity/
Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT
========================================================================== */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;

  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container {
  width: 100%;
  max-width: 90%;
  max-height: 90%;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}

html.lity-active {
  overflow: hidden;
}


.saas-image-column-13 .item {
  margin: 0 0 70px;
  display: flex;
}

.saas-image-column-13 .item:last-of-type {
    margin-bottom: 0.5rem;
}
.saas-image-column-13 img.icon {
  max-width: 90px;
  max-height: 90px;
  margin-right: 1rem;
  object-fit: contain;
  object-position: top;
}

@media (max-width: 599px) {
  .saas-image-column-13 .item {
    display: block;
  }

  .saas-image-column-13 img.icon {
    margin-bottom: .5rem;
    max-width: 60px;
    max-height: 60px;
  }
}
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.social-links__link {
  font-size: 0;
}

.social-links__icon {
  background-color: #00ffda;
  border-radius: 3px;
  display: inline-flex;
  height: 44px;
  width: 44px;
  margin-right: 20px;
  position: relative;
  transition: .2s all ease;
}

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

.social-links__icon svg {
  fill: #0d0d0d;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #0d0d0d;
}
.stats-wrapper.saas-stats-2 {
  padding: 3rem 0 0;
}

.span6 .stats-wrapper.saas-stats-2 {
  padding: 2rem 0;
}

.stats-wrapper.saas-stats-2 .stat-title {
  line-height: normal;
  color: #000;
  margin: 0 0 40px;
  font-size: 26px;
  text-align: center;
}
.saas-stats-2 .stat-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.saas-stats-2 .counters {
  display: inline-block;
  vertical-align: top;
  flex: 18% 1 1;
  padding: 0 30px;
  margin: 0 0 20px 0;
}
.saas-stats-2 .counters img {
  margin-bottom: 15px;
}
.saas-stats-2 .counters span.counter,
.saas-stats-2 .symbol {
  display: inline-block;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  color: #009FFF;
  font-family: 'Signika', sans-serif;
}
.saas-stats-2 .symbol {
  font-size: 45px;
}
.saas-stats-2 .stat {
  font-size: 18px;
  font-weight: 700;
  min-width: 150px;
  display: block;
}

@media(max-width: 900px) {
  .saas-stats-2 .counters {
    padding: 0 15px;
  }
}

@media (max-width: 550px) {
  .saas-stats-2 .counters {
    width: 100%;
    margin: 0 0 50px;
  }
  .saas-stats-2 .counters span.counter {
    font-size: 50px;
    line-height: 50px;
  }
  .saas-stats-2 .counters:last-of-type {
    margin: 0;
  }
}

.saas-stats-2 .symbol:empty {
  display: none;
}
.saas-carousel-5 {
  padding: 2rem 0 1rem;
  position: relative;
  z-index: 0;
}

.saas-carousel-5.no-slider {
  padding: 0;
}

.sc5-bg1 {
  display: block;
  position: absolute;
  left: 0;
  top: -4rem;
  height: 100%;
  width: min(450px, 100%);
  z-index: -2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top-left;
}

.sc5-bg2 {
  display: block;
  position: absolute;
  left: 0;
  top: -4rem;
  height: 150%;
  width: min(675px, 100%);
  z-index: -3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top-left;
}

.sc5-bg1.bg-visible {
  background-image: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_sbm/Group%20112.png");
}

.sc5-bg2.bg-visible {
  background-image: url("https://5480372.fs1.hubspotusercontent-na1.net/hubfs/5480372/_sbm/data-light-bg.png");
}

@media (max-width: 1023px) {
  .sc5-bg1 {
    top: -2rem;
  }

  .sc5-bg2 {
    top: -2rem;
  }
}

@media (max-width: 767px) {
  .sc5-bg1 {
    display: none;
  }
}

.saas-carousel-5:not(.no-slider) .pub-slider-wrapper {
  width: 100%;
  padding: 0 20px;
}
.pub-slider-header {
  text-align: center;
}



.pub-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.pub-slider .slick-slide {
    height: inherit !important;
}

.pub-slider.slick-initialized .slick-slide {
  display: flex;
}

.pub-slider.slick-slider {
  padding: 0 !important;
}
.pub-slider .pub-slide {
  width: 100%;
  max-width: 400px;
  margin-right: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.no-slider .pub-slider .pub-slide {
  margin-right: 0;
  max-width: 100%;
}

@media (max-width: 440px) {
  .pub-slider .pub-slide {
    margin-right: 0;
  }
}
.pub-slide .t-bg {
  width: 100%;
  height: calc(100% - 1rem);
  z-index: -1;
  position: absolute;
  background: #FDDB00;
  top: 0;
  left: 0;
}

.no-slider .pub-slide .t-bg {
  top: -0.5em;
}

.pub-slide .t-container {
  background: #fff;
  padding: 35px 30px;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  /*box-shadow: 0px 0px 15px 10px #0000001a;*/
  box-shadow: -5px 4px 6px rgba(0, 0, 0, 0.1);
}

.pub-slider .t-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pub-slider .t-image .t-image-bkg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-left: auto;
}
.pub-slider .t-image .t-logo {
  width: 140px;
  height: auto;
  margin-right: auto;
}
@media (max-width: 400px) {
  .pub-slider .t-image {
    display: block;
  }

  .pub-slider .t-image .t-image-bkg {
    margin-right: auto;
  }
  .pub-slider .t-image .t-logo {
    margin-left: auto;
  }
}
.pub-slider .t-content,
.pub-slider .t-content p {
  font-size: 22px;
}
.pub-slider .t-content .quotemark {
  font-weight: 700;
  font-size: 58px;
  line-height: 0px;
  font-style: italic;
  margin-left: -7px;
}
.pub-slider .t-author {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
.pub-slider .t-author-title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: 'Signika', sans-serif;
}
.pub-slider .t-author-title {
  margin-top: 0;
}
.pub-slider .t-quote {
  display: block;
  margin-top: 0.5rem;
}
.pub-slider .t-quote p {
  font-size: 16px;
  line-height: 28px;
}
.pub-slider-wrapper #slider-controls {
  margin: 0 0 0.5rem;
  width: max-content;
  display: flex;
}

.pub-slider-wrapper .slick-prev {
  margin-right: 0.5rem;
}

.pub-slider-wrapper .slick-arrow {
  background: #fff;
  border: 1px solid #5558C9;
  position: relative;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  overflow: hidden;
  transition: 0.2s ease all;
  left: unset;
  right: unset;
  top: unset;
  transform: unset;
}

.pub-slider-wrapper .slick-arrow:hover,
.pub-slider-wrapper .slick-arrow:focus {
  background: #5558C9;
}

.pub-slider-wrapper .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pub-slider-wrapper .slick-arrow svg path {
  transition: 0.2s ease all;
  fill: #5558C9;
}

.pub-slider-wrapper .slick-arrow:hover svg path,
.pub-slider-wrapper .slick-arrow:focus svg path {
  fill: #fff;
}

@media (min-width: 1240px) {
  .saas-carousel-5:not(.no-slider) .pub-slider-wrapper {
    padding: 0 0 0 20px;
    margin-left: calc(50vw - 620px);
    max-width: calc(100vw - calc(50vw - 600px));
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .pub-slider-header {
    margin-bottom: 1rem;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .saas-carousel-5 .pub-slider-header h1,
  .saas-carousel-5 .pub-slider-header h2 {
    font-size: 30px;
    line-height: normal;
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .saas-carousel-5 .pub-slider-header h2 {
    font-size: 26px;
  }
  .pub-slider-header {
    text-align: center;
    margin-bottom: 30px;
  }
  .pub-slider-wrapper {
    width: 100%;
  }
  .pub-slider .t-content,
  .pub-slider .t-content p {
    font-size: 21px;
  }
  .pub-slider .t-author,
  .pub-slider .t-author-title {
    font-size: 16px;
  }
  .pub-slider-wrapper #slider-controls {
    text-align: center;
    margin: 0 auto 0;
    padding-bottom: 1.5rem;
  }

}

@media (max-width: 440px) {
  .pub-slider .t-content,
  .pub-slider .t-content p {
    font-size: 18px;
  }

  .pub-slider .slick-track {
    display: block !important;
  }
}
.banner-with-highlight {
  position: relative;
  padding: 2rem 0;
  margin: 2rem 0;
  z-index: 0;
}

.banner-with-highlight .banner-background {
  position: absolute;
  height: 100%;
  display: block;
  background: #7D79FD;
  border-radius: 0 125px 125px 0;
  z-index: -1;
  top: 0;
  right: 0;
  width: 200%;
}

.banner-with-highlight .page-center {
  position: relative;
  padding: 2rem 20px !important;
}

.banner-with-highlight .page-center::before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 2rem);
  width: 7px;
  background: #00FFDA;
  left: 1.5rem;
  top: -2rem;
}

.banner-with-highlight__copy {
  color: #fff;
  margin: 0 3rem 0 2rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41;
}

.banner-with-highlight__highlight {
    background: #FDDB00;
    color: #0d0d0d;
    padding: 0 0.5rem;
}

@media (max-width: 768px) {
  .banner-with-highlight .banner-background {
    width: 100%;
    border-radius: 0;
  }

  .banner-with-highlight__copy {
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .banner-with-highlight .page-center::before {
    left: 1rem;
  }

  .banner-with-highlight__copy {
    margin-left: 1.25rem;
    font-size: 21px;
  }
}
.saas-content-grid-3 {
  padding: 2rem 0 0;
}
.saas-content-grid-3 .header-content {
  text-align: center;
  margin: 0 auto 50px;
}
.saas-content-grid-3 .header-content h3 {
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  max-width: 645px;
  margin: 0 auto;
}
.saas-content-grid-3 .solutions-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.saas-content-grid-3 .solutions-module .solution-item {
  width: 50%;
  max-width: 450px;
  text-align: center;
  margin: 0 0 60px;
  padding: 0 20px;
}
.saas-content-grid-3 .solutions-module .solution-item-wrapper {
  padding: 40px 0 0;
  position: relative;
}
.saas-content-grid-3 .solutions-module .remove-cta-overlap .solution-item-wrapper {
  padding: 40px;
  height: 100%;
}
.saas-content-grid-3 .solution-item .solution-item-image {
  width: 108px;
  height: 108px;
  margin: 0 auto 17px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saas-content-grid-3 .solution-item .solution-item-image img {
  max-height: 100%;
}
.saas-content-grid-3 .solution-item .solution-item-title {
  margin: 0 0 15px;
  font-family: Raleway;
  font-size: 25px;
  line-height: 29px;
}
.saas-content-grid-3 .solution-item .solution-item-description {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.saas-content-grid-3 .solution-item .solution-item-description:last-child {
  margin-bottom: 0;
}
.saas-content-grid-3 .solutions-module-cta {
  text-align: center;
  margin-top: 40px;
}

.saas-content-grid-3 .solutions-module .solution-item a {
  text-decoration: none;
}
.saas-content-grid-3 .solutions-module .solution-item a.button {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  white-space: nowrap;
}
.saas-content-grid-3 .solutions-module .solution-item.remove-cta-overlap a.button {
  display: block;
  transform: none;
  max-width: 300px;
  margin: 25px auto 0 auto;
  position: static;
  white-space: normal;
}

@media(max-width: 1088px) {
  .saas-content-grid-3 .solutions-module {
    justify-content: center;
  }
}

@media(max-width: 900px) {
  .saas-content-grid-3 .solutions-module .solution-item {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .saas-content-grid-3 .solutions-module .solution-item-wrapper {
    padding: 30px 0;
  }

  .saas-content-grid-3 .solutions-module .solution-item:first-child .solution-item-wrapper {
    padding-top: 0;
  }
}

.saas-content-grid-3 .learn-more-link svg {
  background: #5558C9;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.2s ease all;
}

.saas-content-grid-3 .learn-more-link:hover svg,
.saas-content-grid-3 .learn-more-link:focus svg {
  background: #7D79FD;
  cursor: pointer;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.simple-cta-banner {
  padding: 62px 0 59px;
  background: #7D79FD;
}

.simple-cta-banner__content * {
  margin: 0;
  color: #fff;
}

.simple-cta-banner__content p:first-child {
  font-weight: 600;
}

.simple-cta-banner__cta-container .button {
  width: max-content;
}

@media (max-width: 768px) {
  .simple-cta-banner__content {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .simple-cta-banner .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .simple-cta-banner__content {
    padding-right: 2rem;
  }

  .simple-cta-banner__cta-container {
    height: max-content;
    align-self: center;
  }

  .simple-cta-banner__content,
  .simple-cta-banner__cta-container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -ms-flex-preferred-size: max-content;
        flex-basis: max-content;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.events-carousel {
  padding: 2rem 0;
}

.events-carousel .page-center {
  position: relative;
}
.events-carousel__slider-container {
    margin: 0 1.5rem;
}

.events-carousel .slick-arrow {
  background: #5558C9;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  overflow: hidden;
  top: 60%;
  transition: 0.2s ease all;
}

.events-carousel .slick-prev {
  left: 0.75rem;
}

.events-carousel .slick-next {
  right: 0.75rem;
}

.events-carousel .slick-arrow:hover,
.events-carousel .slick-arrow:focus {
  background: #6B83FF;
}

.events-carousel__slide-content {
  background: #6B83FF;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.events-carousel__slide .fa.fa-arrow-right {
    color: #00FFDA;
}

.events-carousel__slide-date {
    padding: 0.5rem 1rem;
    text-align: center;
    width: max-content;
    transform: translate(-0.5rem, -0.5rem);
    background: #00FFDA;
}

.events-carousel__date-number {
    margin: 0 0 0.25rem;
    font-family: 'Signika', sans-serif;
    font-size: 72px;
    line-height: 0.7;
    font-weight: 600;
}

.events-carousel__date-month {
    font-family: 'Signika', sans-serif;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.events-carousel__slide-link:hover {
    text-decoration: none;
}

.events-carousel__slide_psuedolink {
    margin: 0 1rem 0rem;
    font-size: 16px;
    color: #fff;
    /*display: block;
    border-bottom: 3px solid #fff;
    width: max-content;*/
}

.events-carousel__slide-title {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    padding: 0 1rem;
    margin: 10px 0 0.5rem;
}

.events-carousel__slide {
    margin: 0 0.5rem;
}

.events-carousel__slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.events-carousel__slider .slick-slide {
    height: inherit !important;
}

.events-carousel__slider.slick-initialized .slick-slide {
  display: flex;
}

@media (max-width: 768px) {
  .events-carousel .slick-arrow {
    position: relative;
    left: unset;
    right: unset;
  }

  .events-carousel__controls {
    width: max-content;
    display: flex;
    margin-left: 0.5rem;
  }

  .events-carousel .slick-prev {
    margin-right: 0.25rem;
  }

  .events-carousel__slider-container {
    margin: 0;
  }
}



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

  html {
  font-size:24px;
  }

  body {
  font-family:Raleway, sans-serif;
  font-style:normal;
  font-weight:400;
  text-decoration:none;
  color:#0D0D0D;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  }

  h1 {
  font-weight:700;
  text-decoration:none;
  font-family:Signika, sans-serif;
  font-style:normal;
  color:#0D0D0D;
  font-size:50px;
  }

  h2 {
  font-weight:600;
  text-decoration:none;
  font-family:Signika, sans-serif;
  font-style:normal;
  color:#0D0D0D;
  font-size:50px;
  }

  h4 {
  font-weight:400;
  text-decoration:none;
  font-family:Signika, sans-serif;
  font-style:normal;
  color:#0D0D0D;
  font-size:24px;
  }

  h5 {
  font-weight:400;
  text-decoration:none;
  font-family:Signika, sans-serif;
  font-style:normal;
  color:#000;
  font-size:16px;
  }

  h6 {
  font-weight:400;
  text-decoration:none;
  font-family:Signika, sans-serif;
  font-style:normal;
  color:#0D0D0D;
  font-size:14px;
  }

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

  button,.button,.hs-button {
  background-color:rgba(0,255,218,1.0);
  border:2px solid #00ffda;
  border-radius:25px;
  color:#0D0D0D;
  line-height:17px;
  font-size:16px;
  font-weight:700;
  }

  button:hover,button:focus,.button:hover,.button:focus,.hs-button:hover,.hs-button:focus {
  background-image:url("data:image/svg+xml,%3Csvg fill='none' height='8' viewBox='00108' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.44375.431366c-.05858.058101-.10508.127227-.13681.203389s-.04806.157853-.04806.24036.01633.164195.04806.240365c.03173.07616.07823.14528.13681.20338l2.056252.05626h-6.25c-.165760-.324731.06584-.441942.18305-.11721.11721-.183058.27618-.183058.441950.16576.065848.32473.183058.44194.117211.11721.276182.18306.441942.18306h6.25l-2.056252.05625c-.05858.0581-.10508.12722-.13681.20338-.03173.07617-.04806.15786-.04806.240370.0825.01633.16419.04806.24036.03173.07616.07823.14528.13681.20339.1171.1164.27551.18174.44063.18174.165110.32352-.06534.44062-.18174l2.68125-2.68751c.23474-.23334.36736-.55026.36875-.88124-.00304-.32882-.13553-.64319-.36875-.875l-2.68125-2.687505c-.11627-.117242-.27422-.183706-.43933-.184877-.16512-.001171-.32399.063047-.44192.178628z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-color:#009fff;
  color:#fff;
  border-color:#009fff;
  }

  .hp-hero .button:hover,.banner .button:hover,.simple-cta-banner .button:hover {
  background-color:transparent;
  border-color:rgba(0,255,218,1.0);
  }

  .form-title {
  background-color:#7D79FD;
  color:#FFF;
  padding:.5rem;
  }

  form input[type=text],form input[type=email],form input[type=password],form input[type=tel],form input[type=number],form input[type=file],form select,form textarea {
  color:#0D0D0D;
  border-color:#D1D6DC;
  }

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

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

  form input[type=submit],form .hs-button {
  background-color:rgba(0,255,218,1.0);
  border:2px solid #00ffda;
  border-radius:25px;
  color:#0D0D0D;
  width:max-content;
  }

  table {
  background-color:rgba(255,255,255,1.0);
  border-color:#0D0D0D;
  }

  th,td {
  color:#0D0D0D;
  border-color:#0D0D0D;
  }

  thead th,thead td {
  background-color:rgba(13,13,13,1);
  border-bottom-color:#0D0D0D;
  color:#FFF;
  }

  tfoot td {
  background-color:rgba(#null,1);
  }

  body .navigation-primary a,.header__logo .logo-company-name,.header__language-switcher-label-current,.header__language-switcher .lang_list_class li a {
  color:#0D0D0D;
  font-family:Raleway, sans-serif;
  }

  body .submenu.level-2,.header__language-switcher .lang_list_class {
  background-color:rgba(255,255,255,1.0);
  border-color:#494A52;
  }

  body .submenu.level-2 > li:first-child:before {
  border-color:#494A52;
  }

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

  .header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color:rgba(255,255,255,1.0);
  }

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

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

  .footer {
  background-color:rgba(13,13,13,1.0);
  }

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

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

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

  p,form,.submitted-message {
  font-family:Raleway, sans-serif;
  font-style:normal;
  font-weight:400;
  text-decoration:none;
  }

  a,#comments-listing .comment-reply-to {
  color:#0270e0;
  }

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

  a:active,#comments-listing .comment-reply-to:active {
  color:#2a98ff;
  }

  h3,.card__price {
  font-weight:700;
  text-decoration:none;
  font-family:Signika, sans-serif;
  font-style:normal;
  color:#0D0D0D;
  font-size:30px;
  }

  button:active,.button:active,.hs-button:active,form input[type=submit]:active,form .hs-button:active {
  background-color:rgba(40,255,255,1.0);
  color:#0D0D0D;
  border-color:#28ffff;
  }

  form label,form legend,::-webkit-input-placeholder,::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder,::placeholder,.hs-fieldtype-date .input .hs-dateinput:before,.fn-date-picker td.is-today .pika-button,.blog-post__tag-link,.blog-pagination__link {
  color:#0D0D0D;
  }

  form input[type=text]:focus,form input[type=email]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=number]:focus,form input[type=file]:focus,form select:focus,form textarea:focus,.blog-post__date {
  border-color:#0D0D0D;
  }

  .header,body .submenu.level-2 .menu-item .menu-link:hover,body .submenu.level-2 .menu-item .menu-link:focus,.header__language-switcher .lang_list_class li:hover,body .submenu.level-2 > li:first-child:hover:before,body .submenu.level-2 > li:first-child.focus:before {
  background-color:rgba(255,255,255,1.0);
  }

  body .navigation-primary a:hover,body .navigation-primary a:focus,.header__language-switcher-label-current:hover,.header__language-switcher-label-current:focus,.header__language-switcher .lang_list_class li:hover a,.header__language-switcher .lang_list_class li a:focus,.blog-post__tag-link:hover,.blog-post__tag-link:focus {
  color:#000;
  }

  body .navigation-primary a:active,.header__language-switcher-label-current:active,.header__language-switcher .lang_list_class li a:active,.blog-post__tag-link:active {
  color:#353535;
  }

  body .navigation-primary .submenu.level-1 > li > a.active-item:after,.blog-pagination__link--active:after,.blog-pagination__prev-link:after,.blog-pagination__next-link:after {
  background-color:#0D0D0D;
  }

@media (max-width: 767px) {
  h3 {
    font-size:22.5px;
  }

  h1,h2 {
    font-size:37.5px;
  }
}

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

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