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

/* 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%;
    min-height: 1px;
    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%;
        min-height: 1px;
        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%;
        min-height: 1px;
        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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-MediumItalic.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Medium Italic'), local('Yellix-MediumItalic'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-MediumItalic.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-MediumItalic.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-MediumItalic.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Medium.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Medium'), local('Yellix-Medium'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Medium.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Medium.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Medium.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-LightItalic.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Light Italic'), local('Yellix-LightItalic'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-LightItalic.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-LightItalic.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-LightItalic.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BlackItalic.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Black Italic'), local('Yellix-BlackItalic'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BlackItalic.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BlackItalic.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BlackItalic.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Regular.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Regular'), local('Yellix-Regular'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Regular.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Regular.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Regular.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Black.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Black'), local('Yellix-Black'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Black.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Black.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Black.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BoldItalic.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Bold Italic'), local('Yellix-BoldItalic'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BoldItalic.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BoldItalic.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Bold.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Bold'), local('Yellix-Bold'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Bold.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Bold.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Bold.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-SemiBold.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix SemiBold'), local('Yellix-SemiBold'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-SemiBold.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-SemiBold.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-SemiBold.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Light.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Light'), local('Yellix-Light'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Light.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Light.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Light.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Thin.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix Thin'), local('Yellix-Thin'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Thin.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Thin.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Thin.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBold.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix ExtraBold'), local('Yellix-ExtraBold'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBold.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBold.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBold.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Yellix';
    src: url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBoldItalic.eot');
    src: local('https://f.hubspotusercontent00.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix ExtraBold Italic'), local('Yellix-ExtraBoldItalic'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBoldItalic.woff2') format('woff2'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBoldItalic.woff') format('woff'),
        url('https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/Particel_Health_2021/fonts/Yellix-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
body {
  line-height: 1.5;
  word-break: break-word;
  letter-spacing: 1px;
}

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

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0 0 1.4rem;
}
p:last-child {
  margin: 0px;
}
/* Anchors */

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

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

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
}
ul {
  padding: 0px;
}
ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
}
ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--green-color);
  left: 0px;
  top: 8px;
  border-radius: 50%;
}
/* Code blocks */

pre {
  overflow: auto;
}a

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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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.7rem 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;
}

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

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

.header-sticky {
  position:-webkit-sticky; 
  position:sticky; 
  top:0;
  z-index: 2;
}

.header-sticky .header {
  background-color: hsla(0,0%,100%,.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /*border-bottom: 1px solid #eff0f6; */ 
}

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

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

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

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

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

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

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

/* 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: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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

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

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* 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: 767px) {
  .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;
}

/* Mobile toggles */

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #ffffff;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    border-top: 1px solid #d9dbe9;
    border-bottom: 1px solid #d9dbe9;
    padding: 20px 0px 40px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    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::after {
    display: none !important;
  }
  .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 span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 0 0 6px;
    transition: all 0.3s;
    transform-style: preserve-3d;
  }
  .header__navigation--toggle.open span:first-child {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg);
  }
  .header__navigation--toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .header__navigation--toggle.open span:last-child {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg);
  }
  .header__navigation--toggle span:last-child {
    margin: 0 0 0px;
  }
  .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; */
  }
  
   body nav .submenu.level-2{ 
    border: 1px solid #eff0f6 !important;
    border-radius: 0.5rem !important;
    margin: 15px 2px 0 !important;
    width: calc(100% - 4px) !important;
    min-width: auto !important;
    padding-left: 35px !important;
  }
  
  nav .submenu.level-1>li:nth-last-child(2)>a, nav .submenu.level-1>li:last-child>a {
    padding: 0 !important;
    margin: 0 24px !important;
  }
  
  nav .submenu.level-1 ul.submenu.level-2 li a {
    font-size: 16px !important;
  }
}


.header .dnd-section .dnd-column {
  padding: 0px;
}
.header {
  padding: 47px 0px 0px;
  letter-spacing: 0px;
}
.header-top-row-0-vertical-alignment > .row-fluid {
  justify-content: space-between;
  align-items: center;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
nav .submenu.level-1 > li {
  display: inline-block;
  padding: 0px;
  text-transform: inherit;
}
nav .submenu.level-1 > li:not(:last-child) {
  margin-right: 53px;
}
nav.navigation-primary a {
  font-size: 18px;
  font-weight: 500;
  padding: 0px;
}

nav.navigation-primary a .level-2 a {
  font-size: 16px; 
}

nav .submenu.level-1 > .has-submenu > .menu-arrow {
  display: none;
}
nav ul li {
  padding-left: 0px;
}

nav ul li sup {
  color: #3b51c7;
}

nav ul li::before {
  display: none;
}
/* nav .submenu.level-1 > li:nth-last-child(2) {
  margin-right: 33px;
} */
nav .submenu.level-1 > li:last-child > a
/* , nav .submenu.level-1 > li:nth-last-child(2) > a  */ {
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 6px;
  position: relative;
}
nav .submenu.level-1 > li:last-child > a::before
/*, nav .submenu.level-1 > li:nth-last-child(2) > a::before */ {
  content: "";
  position: absolute;
  width: 0;
  bottom: -2px;
  height: 2px;
  background-color: var(--orange-color);
  left: 0px;
  transition: all 0.3s;
  visibility: hidden;
}
nav .submenu.level-1 > li:last-child > a:hover::before
/*, nav .submenu.level-1 > li:nth-last-child(2) > a:hover::before */ {
  visibility: visible;
  width: 50%;
}
body nav .submenu.level-2 {
  background-color: var(--light-gray);
  border: 0px;
  box-shadow: none;
  border-radius: 0.5rem;
  border: 1px solid #eff0f6;
  min-width: 100%;
  width: auto;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 15px;
  visibility: hidden;
}


body nav .submenu.level-2 a {font-size: 16px; font-weight: 400;}
  
.submenu.level-1 > li.has-submenu:hover .submenu.level-2, 
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  visibility: visible;
}
nav .submenu.level-2 > li {
  border: 0;
  border-radius: 0px;
}
nav .submenu.level-2 > li:first-child::before {
  display: none;
}
nav .submenu.level-2 .menu-item:first-of-type,
nav .submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0;
}
nav .submenu.level-2 .menu-item .menu-link {
  background-color: transparent;
  padding: 0;
  transition: all 0.4s;
}
nav .submenu.level-2 .menu-item .menu-link:hover {
  color: var(--primary-color);
}
body nav .submenu.level-2 .menu-item .menu-link:hover,
body nav .submenu.level-2 .menu-item .menu-link:focus, 
nav .header__language-switcher .lang_list_class li:hover,
body nav .submenu.level-2 > li:first-child:hover::before,
bodynav .submenu.level-2 > li:first-child:hover::before,
body  .submenu.level-2 > li:first-child.focus::before {
  background-color: transparent;
}
.header .hs_cos_wrapper_type_logo img {
  max-width: 224px !important;
}
.footer .hs_cos_wrapper_type_logo img {
	max-width: 76px;
}

@media (max-width: 1199px) {
  nav .submenu.level-1 > li:not(:last-child) {
    margin-right: 30px;
  }
  nav .submenu.level-1 > li:last-child {
    padding-right: 0px;
  } 
}

@media (max-width: 991px) {
  nav.navigation-primary a {
    font-size: 18px;
  }
  nav .submenu.level-1 > li:not(:last-child) {
    margin-right: 20px;
  }
  .header .hs_cos_wrapper_type_logo img {
    max-width: 150px !important;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  
    
 
  
  
  .header {
    padding: 20px 0px;
    position: relative;
  }
  .header-top-row-0-vertical-alignment > .row-fluid {
    display: flex;
  }
  .header--toggle.header__search--toggle {
    display: none;
  }
  nav .submenu.level-1 {
    white-space: inherit;
  }
  nav .submenu.level-1 > li:last-child > a
  /* , nav .submenu.level-1 > li:nth-last-child(2) > a */ {
/*     border-bottom: 0px solid var(--primary-color); */
    padding-bottom: 7px;
    font-weight: 600;
  }
  nav .submenu.level-1 > li:not(:last-child) {
    margin-right: 0;
  }
  nav .submenu.level-1 > li {
    border-top: 0px solid #ced4db;
  }
  nav .submenu > .has-submenu > a,
  nav .submenu.level-1 > li:last-child > a
  /* , nav .submenu.level-1 > li:nth-last-child(2) > a */ {
    display: inline-block;
    width: auto;
    line-height: normal;
  }
  nav .submenu.level-1 > li {
    padding: 10px 0;
  }
  nav .submenu.level-1 > li > a {
    padding: 0 24px;
  }
  nav .submenu.level-1 > li:last-child > a::before
  /* , nav .submenu.level-1 > li:nth-last-child(2) > a::before */ {
  /*     display: none; */
  }
  .header .hs_cos_wrapper_type_logo img {
    max-width: 180px !important;
  }
  
}
@media (max-width: 639px) {
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

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

:root {
  --primary-color: #3b51c7;
 --green-color: #549f93;
  --light-gray: #f7f7f7;
  --orange-color: #eb591f;
}
.container-fluid .page-center {
  max-width: 1268px;
  margin: 0 auto;
  float: none;
}
a, button, input[type="submit"] {
  transition: all 0.3s;
}
.hs-submit .actions,
.submit-btn-outer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.hs-submit .actions{padding: 0;}
a.cta_button, 
body form.hs-form input[type="submit"],
#submitbutton {
	display: inline-block;
	color: #fff;
	background-color: transparent;
	border-color: var(--primary-color);
	border-radius: 25px;
	font-weight: 600;
	padding: 12px 52.5px 14px;
	letter-spacing: 0px;
	line-height: 1;
  position: relative;
  overflow: hidden;
  border: 0px;
}
a.cta_button {
	background-color: transparent;
  position: relative;
  z-index: 1;
}

/* Video Embed - HS */
.hs-video-widget {
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}

/* input fix resubscribe */

#globalresub-container label {
  position: relative;
  width: 316px;
  border-radius: 25px;
  overflow: hidden;
}
#globalresub2 {
  background: transparent;
  width: 100%;
  border: none;
  font-weight: 600;
  padding: 2px 0;
}

#globalresub-container label::after {
  border-radius: 25px;
}

/* End */

/* Hide Email Subscription Preferences Language dropdown */
.localization-language {display: none;}

/* End */

a.cta_button::after,
.hs-submit .actions::after,
.submit-btn-outer::after,

#globalresub-container label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--primary-color);
}
a.cta_button::after,
.submit-btn-outer::after,
#globalresub-container label::after{
  z-index: -2;
}
a.cta_button::before,
.hs-submit .actions::before,
.submit-btn-outer::before,
#globalresub-container label::before{
  content: "";
  position: absolute;
  width: 0%;
  transition: all 0.3s;
  border-radius: 25px;
  height: 100%;
  background-color: var(--orange-color);
  left: 0px;
  top: 0px;
  visibility: hidden;
  z-index: 1;
}
a.cta_button::before, 
#globalresub-container label:before{
  z-index: -1;
}
body form.hs-form input[type="submit"] {
  z-index: 2;
}
a.cta_button:hover::before,
.hs-submit .actions:hover::before,
.submit-btn-outer:hover:before,
#globalresub-container label:hover::before{
  width: 50%;
  visibility: visible;
}
a.cta_button:hover,
a.cta_button:active,
a.cta_button:focus {
  color: #fff;
}
/*====== Banner Section ========*/

.banner-with-text-img,
.dwnld-ebk-main {
  padding: 127px 0px 0px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
   min-height: 630px;
}
.banner-with-text-img-outer {
  max-width: 690px;
}
.dwnld-ebk-outer {
  max-width: 525px;
}
.banner-with-text-img-left p, 
.banner-with-text-img-left ul,
.dwnld-ebk-heading p {
  max-width: 272px;
}
.dwnld-ebk-form {
	margin: 33px 0px 0px;
  max-width: 366px;
}
.dwnld-ebk-form h3.form-title {
	margin: 0;
}
body form.hs-form .hs-form-field > label {
	font-size: 16px;
	margin: 0;
}
/*====== Features Section ========*/

.features-main {
	padding: 135px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.features-top-heading {
	display: flex;
	justify-content: space-between;
}
.features-top-right-heading {
	max-width: 48%;
  flex: 0 0 48%;
}
.features-top-left-heading {
  max-width: 37.7%;
  flex: 0 0 37.7%;
  margin-top: -23px;
}
.features-rep-outer {
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	margin-right: -13px;
  margin-top: 50px;
}
.features-rep-sec {
	background-color: rgba(84, 159, 147, 0.1);
	max-width: calc(100%/3 - 13px);
/* 	margin-right: 13px; */
  border-radius: 14px;
  padding: 38px 39px 38px 45px;
}
.features-rep-sec-title h4 {
	font-size: 16px;
	font-weight: 600;
  margin: 0px;
}
.features-rep-sec-icon {
	margin: 37px 0px 0px;
	text-align: center;
}
.features-rep-sec-cont {
  margin: 37px 0px 0px;
}
.features-rep-sec-icon {
  margin: 37px 0px 0px;
  text-align: center;
}
.features-top-right-heading p {
  max-width: 380px;
}

/*====== Footer Section ========*/

.footer {
  letter-spacing: 0px;
}
.footer-row-0-vertical-alignment > .row-fluid {
  justify-content: space-between;
}
.footer-row-0-vertical-alignment > .row-fluid::before,
.footer-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.footer-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
  justify-content: flex-start !important;
}
.footer-row-0-vertical-alignment > .row-fluid > *.span4 {
  max-width: 22%;
  flex: 0 0 22%;
  padding-left: 58px !important;
}
footer ul li {
	padding-left: 0px;
	line-height: 1;
	margin: 0 0 10px;
}
.inputs-list li {
  padding-left: 0px;
}
footer ul li::before,
.inputs-list li::before {
  display: none;
}
.footer h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 1;
}
.footer .dnd-section .dnd-column,
.footer .dnd-section, 
.footer .content-wrapper--vertical-spacing {
	padding: 0;
} {
	padding: 0 0px;
}
body .footer input[type="email"],
body form.hs-form .hs-input {
	color: #121212;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #8c8c8c;
	padding: 0px 10px;
	border-radius: 0px;
	font-family: inherit;
  font-weight: 600;
  height: 28px;
}
body .footer form.hs-form input[type="submit"] {
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
/*   background-color: var(--primary-color); */
  border-color: var(--primary-color);
  padding: 3px 18px 6px;
  line-height: 1;
  margin: 0px;
}
.footer-row-0-vertical-alignment > .row-fluid > .span4 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100px;
	margin: 20px 0px 0px;
}
.footer-row-0-vertical-alignment > .row-fluid > .span4 ul li:not(:last-child) {
  margin-right: 10px;
}
.footer .row-fluid-wrapper.dnd-section:nth-child(1) {
  padding: 176px 0px 162px;
}
.footer .row-fluid-wrapper.dnd-section:nth-child(2) {
	text-align: center;
  padding: 0px 0px 62px;
}
.footer ul li a:hover {
  color: var(--primary-color);
}

.aicpa-soc-image {
  margin-top: 35px;
  width: 93px;
}

.hitrust-image {
  margin-top: 10px;
  width: 93px;
}

.footer .show-footer-logos-on-mobile {
  display: none;
}

.footer .hide-footer-simple-logos-on-mobile {
  display: block;
}

.footer .show-footer-simple-logos-on-mobile {
  display: none;
}

.hs_error_rollup {
	display: none;
}
::placeholder {
  color: #8c8c8c !important;
  opacity: 1 !important;
  font-weight: normal !important;
}
:focus {
  outline: none !important;
}
div.systems-page {
	max-width: 100%;
	padding: 130px 0px;
}
.systems-page #email-prefs-form,
.particle_unknown_contact_subs  .systems-page > div > span,
.cont-sub-pref-conf .systems-page > div > span {
	display: flex;
	justify-content: space-between;
}
.cont-sub-pref-conf .systems-page > div > span {
  align-items: flex-start;
}
.systems-page #email-prefs-form > *,
.particle_unknown_contact_subs  .systems-page > div > span > *,
.cont-sub-pref-conf .systems-page > div > span > * {
  max-width: 47%;
}
.systems-page h1:empty {
  display: none;
}
.cont-sub-pref-conf .systems-page #content.success {
  margin: 0px;
}
.particle_unknown_contact_subs  .systems-page > div > span > .page-header,
.cont-sub-pref-conf .systems-page > div > span > #contant-outer  {
  max-width: 50%;
  width: 50%;
}
.particle_unknown_contact_subs .systems-page #email-prefs-form > #content {
  max-width: 100%;
}
#email-prefs-form h1 {
	margin: 0 0 18px;
}
#email-prefs-form h2,
.systems-page h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 300;
}
.systems-page #content * {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.systems-page #email-prefs-form > #content p {
  margin: 0 0 30px;
}
#content input[type="checkbox"] {
  width: 31px;
  height: 31px;
  appearance: none;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-right: 0;
}
#content input[type="checkbox"]:checked {
  background-color: #3b51c7;
}
.fakelabel,
label[for="globalunsub"] {
	display: flex;
	align-items: center;
}
.fakelabel span,
label[for="globalunsub"] span {
	width: calc(100% - 31px);
	padding-left: 26px;
}
.item-inner p {
  padding-left: 57px;
}
#submitbutton {
  background-color: transparent;
  position: relative;
  margin: 0px;
  z-index: 1;
}
#submitbutton::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0px;
  top: 0px;
  position: absolute;
}
.systems-page #email-prefs-form .email-edit.hs-input {
  height: 55px;
  border-radius: 40px !important;
  border: 2px solid rgba(0, 0 , 0, .2);
  padding: 0px 20px !important;
  color: #808080;
  font-size: 16px;
}
.submit-btn-outer {
  display: inline-block;
}
.systems-page #content.success {
  background-color: rgba(84, 159, 147, .25);
  border: 0px solid #4f7d24;
  border-radius: 25px;
  color: #00403b;
  display: inline-block;
  margin: 40px 0px 0px;
  padding: 9px 22px;
  width: auto;
}
.particle_unknown_contact_subs  .systems-page > div > span {
  display: flex;
  justify-content: space-between;
}
.cards .card__text {
  text-align: left;
}
body form.hs-form .hs-form-field > label {
  margin: 0px 0px 10px;
}
body form.hs-form .hs-input {
  font-weight: normal;
/*   min-height: */
}
body form.hs-form textarea.hs-input {
/*   min-height: 150px; */
}
.cont-sub-pref-conf .left-header-text {
  max-width: 400px;
}


/*============ chandrakant's styling  ==============*/


.banner-with-text-img-new .banner-with-text-img-content ul {
  margin: 30px 0px 0px;
}

.parentHorizontalTab-class ul.resp-tabs-list.hor_1 {
  display: flex;
  justify-content: space-evenly;
  margin: 100px 0px;
}
.parentHorizontalTab-class ul.resp-tabs-list.hor_1 li::before{
  display: none;
}
.parentHorizontalTab-class ul.resp-tabs-list.hor_1 li {
  background-color: transparent !important;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  font-family: Yellix !important;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}
.parentHorizontalTab-class ul.resp-tabs-list.hor_1 li.resp-tab-active {
  border-bottom: 2px solid rgb(59, 81, 199) !important;
}
.parentHorizontalTab-class .resp-tabs-container.hor_1 .features-module-new  h2 {
  background: transparent !important;
  margin-bottom: 100px;
}
.parentHorizontalTab-class .row-fluid-wrapper.row-depth-1.row-number-7.dnd-section {
  background-color: #f7f7f7; 
}

h2.resp-accordion {
  display: none;
}
.resp-tab-content.resp-tab-content-active {
  display: block; 
}
.resp-tab-content {
  display: none; 
}
.parentHorizontalTab-class .container-fluid.body-container.body-container-landing.section-tab {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
}
.section-tab ul.resp-tabs-list.hor_1 {
    margin: 20px 0px !important;
}



.left-content-right-video-main .left-content-right-video-inner {
  display: flex;
  justify-content: center;
}
.left-content-right-video-inner .left-content {
  width: 50%;
}
.left-content-right-video-inner .right-video {
  width: 50%;
}
.left-content-right-video-main .left-content-right-video-inner .right-video .hs-responsive-embed {
  max-width: 85% !important;
  max-height: 100% !important;
}
.left-content-right-video-main .left-content h2 {
  font-size: 72px;
  font-weight: 300 !important;
}
.left-content-right-video-main .left-content p {
  width: 350px;
  margin-top: 50px;
}
.left-text-right-image-main .left-text-right-image-inner {
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}
.left-text-right-image-inner .left-text h2 {
  width: 458px;
  font-size: 72px;
  color: #000000;
  line-height: 74px;
  letter-spacing: 1px;
  font-weight: 300 !important;
}
.left-text-right-image-inner .left-text p {
  width: 380px;
  height: auto;
  font-family: Yellix;
  font-size: 16px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 24px;
  letter-spacing: 1px;
}
.left-content-right-video-inner .left-content h2 {
  display: block;
  margin-bottom: 50px !important;
}




.left-text-right-image-main .left-text-right-image-inner .right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.left-header-right-text-main .left-header-right-text-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-header-right-text-inner .left-header h2 {
  width: 458px;
  height: 74px;
  font-family: Yellix;
  font-size: 72px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 74px;
  letter-spacing: 1px;
  font-weight: 300;
}
.left-text-right-image-main .left-text-right-image-inner .left-text,
.left-text-right-image-main .left-text-right-image-inner .right-image {
  width: 50%; 
}
.left-text-right-image-main .left-text-right-image-inner .right-image .gallery.clear {
  width: 100%;
}
.left-text-right-image-main .left-text-right-image-inner .right-image .gallery.clear .bg {
  background-size: 100%, 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.gallery a {
    position: relative;
    padding: 27.2%;
}


.features-module-new {
  padding: 50px 0px;
}
.features-module-new .features-top-heading {
  display: flex;
  justify-content: space-around;
}
.features-module-new .features-top-left-heading h1 {
  font-size: 72px;
  width: 560px;
  height: auto;
  text-align: left;
}
.features-module-new .features-top-right-heading p{
  text-align: left;
}
.features-module-new .features-outer .features-top-sec .features-top-heading {
  display: flex !important;
  justify-content: space-between;
  text-align: center;
}
.features-module-new .features-top-left-heading h1 {
  width: 458px;
  height: 74px;
  font-family: Yellix;
  font-size: 72px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 74px;
  letter-spacing: 1px;
}
.left-header-right-text-main .features-top-right-heading-inner {
  width: 521px;
  height: 317px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features-module-new .features-top-heading .features-top-left-heading {
  max-width: 50% !important;
  display: flex;
  align-items: center;
  flex: 0 0 50% !important;
  text-align: left;
}
.left-header-right-text-main .features-top-right-heading-inner h4 {
  width: 195px;
  height: 29px;
  font-family: Yellix;
  font-size: 24px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
}
.features-module-new .features-rep-sec-cont ul {
  display: block;
}
.features-module-new .features-rep-sec-cont ul li {
  width: 306px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.features-module-new .features-rep-sec-cont ul li::after{
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--green-color);
  left: 0px;
  top: 8px;
  border-radius: 50%;
}
.features-module-new .features-outer .add-image {
  text-align: center;
}
.features-module-new .features-rep-outer .features-rep-sec-cont ul{
  margin: 0px; 
}
.features-module-new .features-top-left-heading h2 {
  font-weight: 300;  
  width: 530px;
  line-height: 75px;
}
.features-module-new .add-image img {
 width: 100%;
 height: auto;
}



.highlight-3-points-main-new .highlight-3-points-sec ul li{
  text-align: left; 
}
.highlight-3-points-main-new .highlight-3-points-sec h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: C-Yellix-16, Arial !important;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px !important;
}
.highlight-3-points-main-new .highlight-3-points-sec p {
  font-size: 15px;
  line-height: 24px;
}
.highlight-3-points-main-new .highlight-3-points-sec ul li {
  padding: 50px 40px 0px !important; 
}
.highlight-3-points-main-new .highlight-3-points-sec ul li h1 {
  font-size: 185px; 
}




.two-col-module-main .two-col-module-inner .first-col h2 {
  width: 478px;
  height: 222px;
  font-family: Yellix;
  font-size: 72px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 74px;
  letter-spacing: 1px;
  font-weight: 300;
}
.two-col-module-inner {
  display: flex;
  justify-content: flex-start;
  column-gap: 3.5cm;
  z-index: 99;
  position: relative;
}
.two-col-module-inner .second-col ul {
  display: block;
  margin: 0;
}
.two-col-module-inner .second-col ul li {
  list-style-type: disc;
  width: fit-content;
  text-align: left;
  width: 380px;
  height: auto;
  font-family: Yellix !important;
  font-size: 17px !important;
  color: #000000 !important;
  text-decoration: none solid rgb(0, 0, 0) !important;
  line-height: 24px !important;
  letter-spacing: 1px !important;
}
.two-col-module-inner .second-col ul > li{
  font-weight: 300; 
  padding-bottom: 10px; 
}
.two-col-module-inner .second-col ul > li > ul {
  margin-left: 50px; 
}
.two-col-module-main {
  background-color: #f7f7f7; 
  padding: 100px 0px;
  position: relative;
}
.two-col-module-main::before{
  content:"";
  position: absolute;
  background-image: url("https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-2.png"); 
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0px;
}






.four-col-module-main .four-col-module-inner .four-col-top-section .left-content h2 {
  width: 478px;
  height: 148px;
  font-family: Yellix;
  font-size: 72px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 74px;
  letter-spacing: 1px;
  font-weight: 300;
}
.four-col-module-main .four-col-module-inner .four-col-repeater {
  display: flex;
  justify-content: center;
  column-gap: 0.5cm;
}
.four-col-module-main .four-col-module-inner .four-col-top-section {
  display: flex;
  justify-content: flex-start;
  column-gap: 7cm;
  padding-top: 70px;
}
.four-col-top-section .right-content p {
  width: 380px;
  height: 205px;
  font-family: Yellix;
  font-size: 16px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 24px;
  letter-spacing: 1px;
}
.four-col-repeater .single-item h4 {
  width: 258px;
  height: 129px;
  font-family: Yellix;
  font-size: 38px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 43px;
  margin-bottom: 50px;
}
.four-col-repeater .single-item p {
  width: 280px;
  height: 96px;
  font-family: Yellix;
  font-size: 16px;
  color: #000;
  text-decoration: none solid #000;
  line-height: 24px;
  margin-bottom: 80px;
  margin: 0px auto 50px;
}
.four-col-repeater .single-item a {
  width: 182px;
  height: 42px;
  font-family: Yellix;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
/*   background: #3b51c7; */
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
}
.single-item {
  width: 309px;
  height: 455px;
  border-radius: 10px;
  background: rgba(59,81,199,0.1);
  padding: 40px 20px;
  position: relative;
}
.four-col-module-main .four-col-module-inner .four-col-repeater .single-item a::before {
    content: "";
    position: absolute;
    width: 0;
    transition: all .3s;
    border-radius: 25px;
    height: 100%;
    background-color: var(--orange-color);
    left: 0px;
    top: 0px;
    visibility: hidden;
    z-index: -1;
}

.four-col-module-main .four-col-module-inner .four-col-repeater .single-item a::after{
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--primary-color);
    border-radius: 25px;
    z-index: -2;
}
.four-col-module-main .four-col-module-inner .four-col-repeater .single-item a:hover::before {
    width: 50%;
    visibility: visible;
}




.left-content-right-form-main .left-content-right-form-inner {
  display: flex;
  justify-content: space-around;
}
.left-content-right-form-main .left-content-right-form-inner .left-content h2 {
  width: 596px;
  height: 148px;
  font-family: Yellix;
  font-size: 72px;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 74px;
  letter-spacing: 1px;
  font-weight: 300;
}
.right-form form input {
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  border-bottom: 1px solid red;
}
.right-form form input:last-child {
  background: #3b51c7;
  margin-top: 30px;
  border-radius: 20px;
}
.left-content-right-form-inner .right-form .input input {
  background: transparent;
  border-radius: 0;
  height: 40px;
}
.left-content-right-form-inner .right-form .actions input {
  margin: 0;
}
.left-content-right-form-main {
  padding: 100px 50px 0px;
}
.left-content-right-form-main ul.no-list.hs-error-msgs.inputs-list{
  margin: 10px 0px; 
}
.left-content-right-form-main ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
  text-align: left !important;
}



.tabbing-module-main .left-content-right-tabbing-inner {
  display: flex;
  justify-content: flex-start;
  column-gap: 2cm;
} 
.tabbing-module-main .left-content-right-tabbing-inner h2 {
  font-weight: 300;
  width: 478px;
  height: 148px;
  font-size: 72px;
  line-height: 74px;
  letter-spacing: 1px; 
}
.right-tabbing-section ul li.resp-tab-item {
  font-size: 18px;
  border-bottom: 2px solid transparent !important;
}
.tabbing-module-main .left-content-right-tabbing-inner .left-content-section {
  width: 50%;
  position: relative;
}
.tabbing-module-main .left-content-right-tabbing-inner .left-content-section::after{
  content:"";
  position: absolute;
  background-image: url("https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-4.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: -41px;
  display: none;
}
.tabbing-module-main .left-content-right-tabbing-inner .right-tabbing-section {
  width: 50%;
  position: relative;
  z-index: 99;
}
.right-tabbing-section .resp-tabs-container.ver_1 h2 {
  width: auto !important; 
}
.right-tabbing-section .resp-tabs-container.ver_1 ul {
  display: block;
}
.right-tabbing-section .resp-tabs-container.ver_1 ul li {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  list-style-type: disc;
}
.right-tabbing-section .resp-tabs-container.ver_1 .resp-tabs-container-btn a {
  width: 182px;
  text-align: center;
  color: #ffffff;
/*   background: #3b51c7; */
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  left: 0;
}
.right-tabbing-section ul {
  justify-content: space-between;
  min-height: 148px;
  align-items: flex-end;
}
.right-tabbing-section ul li {
  font-weight: 600;
}
.resp-tab-content.ver_1.resp-tab-content-active ul {
  margin: 10px 20px 0px;
}
.left-content-right-tabbing-inner .right-tabbing-section .resp-tabs-container.ver_1 ul li {
  font-weight: 300;
}
.left-content-right-tabbing.tabbing-module-main .left-content-right-tabbing-inner .left-content-section h2 {
  margin-bottom: 0;
}
.left-content-right-tabbing-inner .right-tabbing-section ul li.resp-tab-item.ver_1.resp-tab-active {
  border-bottom: 2px solid #3b51c7 !important;
}
.tabbing-module-main .left-content-right-tabbing-inner .left-content-section img{
  width: 80%; 
}
.body-container-landing.section-3 .row-fluid .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  padding-top: 0; 
}
.left-content-right-tabbing.tabbing-module-main {
    position: relative;
  padding: 50px 0px 100px;
}
.left-content-right-tabbing.tabbing-module-main::after{
  content: "";
  position: absolute;
  background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-4.png);
  background-position: bottom left;
  background-size: inherit;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  left: -41px;
  top: 30px;
  z-index: -1;
}
.right-tabbing-section ul li.resp-tab-item:hover {
  border-bottom: 2px solid #3b51c7 !important;
}
.left-content-right-tabbing.tabbing-module-main .left-content-right-tabbing-inner .page-center {
  margin: 0 0 auto;
}



.download-ebook-with-cta-outer.white-background {
  background: transparent !important;
}
.download-ebook-with-cta-outer .banner-with-text-img-outer {
  position: relative;
  z-index: 99;
}
.download-ebook-with-cta-outer .banner-with-text-img-content {
  padding: 70px 0px 0px;
}
.download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta {
  padding: 0;
  height: auto !important;
  min-height: 100%;
}
.download-ebook-with-cta-outer {
  background: #f7f7f7;
  position: relative;
}
.download-ebook-with-cta-outer::before {
  content:"";
  position: absolute;
  background-image: url("https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-1.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .page-center {
  margin: 0 70px;
}
.download-ebook-with-cta-outer .banner-with-text-img-btn a {
/*   background: #3b51c7; */
  margin-top: 50px;
}
.download-ebook-with-cta-outer .banner-with-text-img-left .banner-with-text-img-btn a {
  width: auto;
  text-align: center;
  padding: 10px 30px;
  margin: 30px 0px;
  position: relative;
}
/* .download-ebook-with-cta-outer .banner-with-text-img-left .banner-with-text-img-btn a::before{
    content: "";
    position: absolute;
    width: 0%;
    transition: all .3s;
    border-radius: 25px;
    height: 100%;
    background-color: var(--orange-color);
    left: 0px;
    top: 0px;
    visibility: hidden;
    z-index: -1;
}
.download-ebook-with-cta-outer .banner-with-text-img-left .banner-with-text-img-btn a:hover::before{
 width: 50%;
 visibility: visible; 
} */
.download-ebook-with-cta-outer .banner-with-text-img-left {
  padding-left: 50px;
}

/* 12~16 */
.tabbing-module-main .right-tabbing-section ul {
    display: flex;
    align-items: center;
}
.tabbing-module-main .right-tabbing-section ul li.resp-tab-item.ver_1 {
    background-color: transparent !important;
	padding: 0px 10px;
}
.tabbing-module-main .right-tabbing-section ul li.resp-tab-item.ver_1::before,
.two-col-module-main ul li::before, .tabbing-module-main .right-tabbing-section .resp-tabs-container.ver_1 ul li::before {
    display: none;
}
.tabbing-module-main .right-tabbing-section .resp-tabs-container.ver_1 ul li{
 padding: 0px; 
}
.two-col-module-main .second-col.single-col ul li {
    padding: 0;
}
.two-col-module-main .second-col.single-col ul ul {
    margin: 2px 0px 10px 50px;
}
.features-module-new .features-top-heading .features-top-left-heading h2 {
    margin-bottom: 0 !important;
}
.features-module-new {
    padding-bottom: 0;
}
.highlight-3-points-main-new {
    margin-top: 100px;
}

/* 12~17 */
.resp-tab-content .section-4 .span12.widget-span.widget-type-cell.cell_16373276535002-padding.dnd-column {
    padding: 50px 0px;
}
/* .resp-tab-content .section-4 .span12.widget-span.widget-type-cell.cell_16373276535002-padding.dnd-column .features-main.features-module-new {
    padding-bottom: 50px !important;
} */

/* 12~18 */
.section-4 .two-col-text-module-outer .two-col-text-module-inner {
    display: flex;
    justify-content: space-between;
}
.section-4 .two-col-text-module-outer .two-col-text-module-inner p {
    width: 480px;
    height: auto;
    font-family: Yellix;
    font-size: 16px;
    color: #474747;
    text-decoration: none solid rgb(71, 71, 71);
    line-height: 22px;
    position: relative;
    padding: 0px 16px;
}


.section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content{
 position: relative; 
}

.section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content, .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content{
 position: relative; 
 z-index: 99; 
 padding: 15px 10px; 
 width: 45%; 
}

.section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::before {
    content: "";
    background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/border_outer.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
    content: "";
    position: absolute;
    background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/arrow.png);
    width: 100%;
    right: -120px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20% 30%;
    background-position: right;
    top: 0;
    z-index: -1;
}

.section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content::after {
    content: "";
    position: absolute;
    background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-2-1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 15px;
    z-index: -9;
    background-size: contain;
    left: 4px;
}

/* .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
    content: "";
    position: absolute;
    right: -208px;
    top: 15%;
    width: 40%;
    background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-4.png);
    background-size: 100% 100%;
    height: 70%;
    background-position: right;
    background-repeat: no-repeat;
} */

.section-4 .two-col-text-module-outer h2 {
    width: 291px;
    height: auto;
    font-family: Yellix;
    font-size: 48px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 48px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 45px;
}



.section-4 .two-col-text-module-outer {
    margin: 50px 0px;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    background: #f7f7f7;
    padding: 38px 45px;
    border-radius: 14px;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col ul li::before {
    display: none;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col ul li{
    list-style-type: disc;
    padding: 0; 
    font-weight: 500;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col ul {
    margin-left: 20px;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col h5 {
    width: auto;
    height: auto;
    font-size: 16px !important;
    font-family: Yellix;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    font-weight: 600;
}

.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col h6 {
    width: auto;
    height: auto;
    font-size: 16px !important;
    font-family: Yellix;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    font-weight: 600;
    margin: 0px;
}

.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col h6:nth-child(2),.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col h6:nth-child(4) {
    margin: 0;
}
.section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col:nth-child(2) h6, .section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col:nth-child(3) h6{
    margin: 0;
}
.section-4 .two-col-text-module-inner h4 {
    font-size: 30px;
    position: relative;
    padding: 10px 15px 0px;
  margin-bottom: 10px;
}

.right-video .vidyard-player-container {
    box-shadow: 0px 0px 20px 0px grey;
}
.section-2 .two-col-module-main .second-col.single-col ul li a {
    font-weight: 500;
    text-decoration: underline;
}

.section-2 .second-col.single-col a#cta_button_6674051_5f25de87-322c-4454-89d6-72e986fd7e23 {
    text-decoration: none;
    padding: 0;
    color: #000;
/*     background-color: #f7f7f7; */
    border: 1px solid #f7f7f7;
    vertical-align: text-bottom;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    margin: 10px 0px 0px;
}

.section-2 .dnd_area3-row-0-padding {
    padding-right: 0 !important;
}

.section-2 .span12.widget-span.widget-type-cell.cell_16373097821312-padding.dnd-column {
    padding-right: 10px !important;
}
/*============ Media Queries / Responsive  ==============*/

@media (max-width: 1348px) {
  .container-fluid .page-center,
  .content-wrapper {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container-fluid .page-center,
  .content-wrapper {
    max-width: 100% !important;
    padding: 0px 24px;
  }
  .banner-with-text-img,
  .dwnld-ebk-main {
    background-size: 63%;
    background-position: right bottom;
  }
  .footer-row-0-vertical-alignment > .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-row-0-vertical-alignment > .row-fluid > .span4 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0px !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-row-0-vertical-alignment > .row-fluid > .span4 ul {
    max-width: 100%;
  }
  .footer .row-fluid-wrapper.dnd-section:nth-child(1) {
    padding: 76px 0px 62px;
  }
  
  .footer .show-footer-logos-on-mobile {
    display: block;
  }
  
  .footer .show-footer-logos-on-mobile.aicpa-soc-image {
    margin-top: 0;
  }
  
  .footer .show-footer-logos-on-mobile.hitrust-image {
    margin-top: 0;
    margin-bottom: 55px;
  }
  
  .footer .hide-footer-logos-on-mobile {
    display: none;
  }
  
  
  
  
  
  /*=============*/

  .left-header-right-text-main .left-header-right-text-inner{
    justify-content: center;
  }
  .banner-with-text-img.download-ebook-with-cta {
    background-position: top right; 
  }
  .features-module-new .features-rep-sec-cont ul li{
    width: 100% !important; 
  }
  .tabbing-module-main .left-content-right-tabbing-inner{
    column-gap: 0cm; 
  }
  .four-col-module-main .four-col-module-inner .four-col-repeater{
    flex-wrap: wrap; 
  }
  .four-col-module-main .four-col-module-inner .four-col-repeater .single-item {
    margin: 10px 0px;
  }
  .resp-tab-content.hor_1.resp-tab-content-active .row-fluid-wrapper {
    padding: 0px;
/*     text-align: center; */
  }
  .left-header-right-text-inner .left-header h2{
    margin: 0px !important; 
  }
  .left-text-right-image-main .left-text-right-image-inner {
    padding: 80px 0px 0px;
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text h2 {
    margin-bottom: 0;
  }
  .features-module-new .features-top-sec .features-top-heading .features-top-left-heading, 
  .features-module-new .features-top-sec .features-top-heading .features-top-right-heading {
    max-width: 50% !important; 
  }
  .banner-with-text-img {
    padding: 100px 0px 0px;
  }
  .four-col-repeater .single-item p{
    width: 100%; 
  }
  .four-col-top-section .right-content p{
    width: 100%; 
  }
  .two-col-module-inner{
    column-gap: 0.5cm; 
  }
  .left-content-right-form-main .left-content-right-form-inner{
    display: block; 
    padding-top: 0px; 
  }
  .tabbing-module-main .left-content-right-tabbing-inner .right-tabbing-section {
    width: 50%;
  }
  .two-col-module-main .page-center .two-col-module-inner .first-col {
    width: 40%;
  }
  .two-col-module-main::before {
    background-size: 18%;
  }
  .two-col-module-main .two-col-module-inner .first-col h2{
    width: 100%; 
  }
  .features-module-new .features-top-sec .features-top-heading .features-top-left-heading{
    max-width: 60% !important;
    flex: 0 0 60% !important; 
  }
  .features-module-new .features-top-sec .features-top-heading .features-top-right-heading{
    max-width: 40% !important;
    flex: 0 0 40% !important; 
  }
  .two-col-module-main .two-col-module-inner .first-col h2{
    font-size: 60px; 
  }
  .left-header-right-text-main .left-header-right-text-inner {
    padding: 50px 0px;
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section{
    column-gap: 0px;
  }
  .four-col-module-main .four-col-module-inner {
    padding-top: 0px;
  }
  .four-col-repeater .single-item a{
    left: 50%;
    transform: translateX(-50%);
  }
  .left-content-right-form-main {
    padding: 100px 50px !important;
  }
  .left-content-right-tabbing.tabbing-module-main::after{
    background-size: contain;
    width: 50%;
  }
  .left-text-right-image-main .left-text-right-image-inner .right-image .gallery.clear .bg {
    background-size: 100%, 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
  }
  .gallery a{
   position: relative;
   padding: 22.4%;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner p{
   width: 100%; 
  }
  .section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col{
   width: calc(100% / 2 - 20px);
   margin: 10px; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner{
   gap: 2cm; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after{
    right: -76px;
    width: 20%;
    background-size: contain;
    top: 20px;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::before, .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content::after{
   background-size: 100% 100%; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content, .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content{
   width: 100%; 
  }
  .section-4 .two-col-text-module-inner h4{
   padding: 15px 10px;
   line-height: 30px; 
  }
    .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::before{
   background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/Shape-1.png) !important   
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content::after{
   background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/shape-2.png) !important
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 62px !important;
  }
  .features-rep-sec {
    max-width: calc(100%/2 - 13px);
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .footer-row-0-vertical-alignment > .row-fluid > * {
    width: 32%;
    margin-bottom: 30px;
  }
  

  
  .footer .hide-footer-simple-logos-on-mobile {
    display: none;
  }
  
  .footer .show-footer-simple-logos-on-mobile {
    display: block;
  }
  
  .highlight-3-points-sec ul li {
    padding: 50px 20px 0px !important;
  }
  .left-text-right-image-main .left-text-right-image-inner {
    display: block;
  }
  .left-text-right-image-inner .left-text p{
    width: 100%; 
  }
  .left-text-right-image-inner .left-text h2 {
    width: 100%;
  }
  .left-header-right-text-main .left-header-right-text-inner{
    display: block; 
  }
  .left-header-right-text-inner .left-header h2 {
    margin: 40px auto;
  }
  .left-header-right-text-inner .right-text .features-top-right-heading-inner {
    margin: 0 auto;
  }
  .download-ebook-with-cta-outer .banner-with-text-img-outer .banner-with-text-img-left .banner-with-text-img-content h1{
    padding: 0px; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta {
    background-position: center right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding: 0px; 
  } 


  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .page-center {
    padding: 0;
    margin-left: 0;
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .page-center {
    padding: 0 0px 0px 30px;
    margin-left: 0;
  }
  .left-content-right-video .left-content-right-video-inner{
    padding: 0px 0px 50px; 
  }

  .left-content-right-video .page-center {
    padding-left: 0 !important;
  } 

  .resp-tabs-container.ver_1 .resp-tab-content.ver_1.resp-tab-content-active {
    padding: 0px 60px;
  }

  .right-tabbing-section ul{
    justify-content: space-around; 
  }

  .tabbing-module-main .left-content-right-tabbing-inner .right-tabbing-section {
    margin: 50px 0px;
  }

  .tabbing-module-main .left-content-right-tabbing-inner .left-content-section::after{
    display: none;
  }

  .resp-tabs-container.ver_1 .resp-tabs-container-btn {
    margin: 20px 0px;
  }

  .right-tabbing-section ul {
    min-height: 100%;
    margin: 30px 0px;
  }

  .left-content-right-tabbing.tabbing-module-main .left-content-right-tabbing-inner .left-content-section h2{
    height: auto; 
  }

  .left-content-right-video-inner .left-content h2{
    margin-bottom: 50px !important; 
  }

  .features-module-new .features-rep-sec-cont ul li{
    width: 100%; 
  }
  .two-col-module-main .two-col-module-inner {
    display: block;
  }
  .two-col-module-main .two-col-module-inner .first-col h2{
    width: 100%;
    height: 100%;
    margin: 0px 0px 40px; 
  }
  .two-col-module-inner .second-col {
    padding: 0 50px;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading{
    display: block !important; 
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading {
    max-width: 100% !important;
    display: block;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h1{
    width: 100%;
    margin: 0px;
  }
  .features-module-new .features-top-heading .features-top-right-heading {
    max-width: 100% !important;
    margin: 20px 0px;
  }
  .features-module-new .features-outer .add-image{
    padding-top: 0px; 
  }
  .features-module-new .features-outer .add-image img{
    width: 100%;
    height: 100%; 
    object-fit: contain;
  }
  .features-module-new {
    padding: 50px 0px 0xp !important;
  }
  .body-container-landing.section-3 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    padding: 0;
  }
  .tabbing-module-main .left-content-right-tabbing-inner{
    display: block; 
  }
  .tabbing-module-main .left-content-right-tabbing-inner .left-content-section, .tabbing-module-main .left-content-right-tabbing-inner .right-tabbing-section{
    width: 100%; 
  }
  .tabbing-module-main .left-content-right-tabbing-inner h2{
    width: 100%; 
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section {
    display: block;
    margin-bottom: 50px;
    padding-top: 0px;
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section .left-content h2{
    width: 100%; 
    height: auto;
    margin: 10px 0px; 
  }
  .four-col-top-section .right-content p{
    width: 100%; 
    height: auto;
  }
  .four-col-module-main .four-col-module-inner .four-col-repeater{
    flex-wrap: wrap; 
  }
  .four-col-repeater .single-item {
    margin: 10px 0px;
  }
  .left-content-right-form-main .left-content-right-form-inner {
    display: block;
  }
  .left-content-right-tabbing-inner .left-content-section img {
    max-width: 50% !important;
    display: flex;
    margin: 0 auto;
  }
  .parentHorizontalTab-class ul li{
    font-size: 20px; 
  }
  .features-module-new .features-rep-outer{
    margin-top: 50px; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .banner-with-text-img-outer .banner-with-text-img-left{
    padding-left: 0px; 
  }
  .features-module-new .features-top-sec .features-top-heading .features-top-left-heading, 
  .features-module-new .features-top-sec .features-top-heading .features-top-right-heading {
    max-width: 100% !important;
    display: block;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h1{
    width: 100%; 
  }
  .features-module-new .features-top-right-heading p{
    max-width: 100%; 
  }
  .features-module-new .features-rep-sec .features-rep-sec-cont ul li{
    font-size: 16px; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img-content h1 {
    font-size: 45px !important;
  }
  .left-content-right-form-main .left-content-right-form-inner .left-content h2{
    margin: 0px;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .download-ebook-with-cta-outer .banner-with-text-img{
    background-size: 65%;
    background-position: right bottom 22%;
  }
  .download-ebook-with-cta-outer::before{
    background-size: 40%;
  }
  .two-col-module-main::before{
    background-size: 40%;
    background-position: center right;
  }
  .download-ebook-with-cta-outer::before, .two-col-module-main::before{
    display: none; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta{
    display: block; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .mobile-view {
    display: block !important;
    margin: 20px 0px 0px;
  }


  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .mobile-view img{
    max-width: 50% !important;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }

  .download-ebook-with-cta-outer .page-center {
    padding-right: 0 !important;
  }
  .two-col-module-main .two-col-module-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .two-col-module-main .two-col-module-inner .single-col {
    width: calc(100% / 3 - 10px) !important;
    margin: 5px;
  }
  .two-col-module-inner .second-col{
    padding: 0px !important;
  }
  .two-col-module-main .two-col-module-inner .mobile-view.single-col {
    display: block !important;
    width: 100% !important;
  }
  .two-col-module-inner .second-col ul li{
    width: 100%; 
  }
  .two-col-module-main .two-col-module-inner .first-col h2 {
    font-size: 40px !important;
    line-height: 50px;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2 {
    line-height: 70px;
/*     margin: 50px 0px; */
  }
  .left-content-right-form-main .left-content-right-form-inner{
    padding-top:  0px !important;
  }
  .right-tabbing-section .resp-tabs-container.ver_1 .resp-tabs-container-btn a{
    left: 50%;
    transform: translate(-50%);
  }
  .left-header-right-text-inner .left-header h2{
    margin: 0 auto !important; 
  }
  .left-content-right-tabbing.tabbing-module-main::after{
    display: none; 
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text, .left-text-right-image-main .left-text-right-image-inner .right-image {
    width: 100%;
  }
  .highlight-3-points-main.highlight-3-points-main-new .highlight-3-points-sec {
    padding: 50px 0px;
  }
/*  12~18  */
  .listing-repeater-module-main .page-center {
    padding: 0 !important;
  }
  .section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
    right: -82px;
    width: 30%;
    background-size: contain;
  }
  .left-content-right-tabbing.tabbing-module-main{
   padding: 50px 0px; 
  }
  .section-4 .two-col-text-module-inner h4{
   font-size: 20px;
   line-height: normal; 
  }
  .section-4 .two-col-text-module-inner h4{
    padding: 0px 0px 0 10px;
    margin: 15px 0px;
    font-size: 25px;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::before{
        background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/Shape-1.png) !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content::after{
        background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/shape-2.png) !important;
  }
  .section-tab .resp-tabs-list.hor_1 li{
   font-size: 20px !important; 
  }
  .section-1 .features-main.features-module-new {
    padding: 20px 0px !important;
  }
  .section-1 .highlight-3-points-sec{
   padding-top: 0px !important; 
  }
  .section-1 .highlight-3-points-main.highlight-3-points-main-new {
    margin-top: 20px !important;
  }
  .section-1 .left-text-right-image-inner {
    padding: 20px 0px !important;
  }
  .section-2 .features-top-sec {
    padding: 0px !important;
  }
  .section-2 .two-col-module-main, .section-2 .features-main.features-module-new{
    padding: 50px 0px !important;
  }
  .section-3 .left-content-right-video-main .left-content-right-video-inner{
   gap: 1cm; 
   }
  .section-3 .left-content-right-video-main {
    padding: 40px 0px 20px !important;
  }
  .section-3 .left-content-right-tabbing.tabbing-module-main{
   padding: 20px 0px !important; 
  }
  .section-3 .left-content-right-form-main{
   padding: 50px 0px !important; 
  }
  .section-1 .left-content-right-video-inner .right-video {
    width: 40%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px !important;
  }
  .banner-with-text-img{
  padding: 50px 0px !important;
  }
  .banner-with-text-img,
  .dwnld-ebk-main {
    padding: 50px 0px 110px;
    background-position: right bottom;
    background-size: 280px;
    min-height: auto;
  }
  .features-main {
    padding: 50px 0px;
    background-size: contain;
  }
  .features-top-heading {
    flex-wrap: wrap;
  }
  .features-top-left-heading,
  .features-top-right-heading {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .features-rep-outer {
    margin-right: 0;
    margin-top: 40px;
  }
  .features-rep-sec {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .features-rep-sec-icon img {
    max-height: 100px;
  }
  .features-rep-sec {
    padding: 30px;
  }
  .footer {
    text-align: left;
  }
  .footer-row-0-vertical-alignment > .row-fluid {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
  .footer .row-fluid-wrapper.dnd-section:nth-child(1) {
    padding: 50px 0px 30px;
  }
  .footer-row-0-vertical-alignment > .row-fluid > * {
    width: 100%;
  }
  .footer-row-0-vertical-alignment > .row-fluid > .span4 ul {
    max-width: 100px;
  }
  .footer-row-0-vertical-alignment > .row-fluid > .span4 {
    text-align: left;
  }
  .footer-row-0-vertical-alignment > .row-fluid > *:last-child {
    margin-bottom: 0px;
  }
  .footer .row-fluid-wrapper.dnd-section:nth-child(2) {
    padding: 0px 0px 30px;
  }
  
  
  div.systems-page {
    padding: 50px 0px;
  }
  .systems-page #email-prefs-form,
  .particle_unknown_contact_subs  .systems-page > div > span,
  .cont-sub-pref-conf .systems-page > div > span {
    flex-wrap: wrap;
  }
  .systems-page #email-prefs-form > *,
  .particle_unknown_contact_subs  .systems-page > div > span > *,
  .particle_unknown_contact_subs  .systems-page > div > span > .page-header,
  .cont-sub-pref-conf .systems-page > div > span > #contant-outer {
    max-width: 100%;
    width: 100%;
  }
  #email-prefs-form h2,
  .systems-page h2{
    font-size: 30px;
    line-height: 38px;
    margin: 0;
  }
  div.cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cards .cards__card {
    width: 100%;
  }
  .dnd-section,
  .content-wrapper--vertical-spacing {
/*     padding-left: 0px !important;
    padding-right: 0px !important; */
  }
  .card__text {
    padding: 0 24px !important;
  }
  .cards__card.card h3 {
    font-size: 30px;
  }
  .features-top-left-heading {
/*     margin-top: 0px; */
  }
  div#hs_cos_wrapper_widget_1627921458179 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  div#hs_cos_wrapper_widget_1627921792942 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  div.cell_1627921428826-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
  /*=======================*/

  .header__navigation.header--element.open {
    z-index: 9999;
  }
  .download-ebook-with-cta-outer .banner-with-text-img-left p, 
  .download-ebook-with-cta-outer .banner-with-text-img-left ul,
  .download-ebook-with-cta-outer .dwnld-ebk-heading p {
    max-width: 100%;
  }
  .download-ebook-with-cta-outer .banner-with-text-img {
    background-image: none !important;
    padding: 0px 0px 10px;
  }
  .mobile-view {
    display: block !important;
  }
  .body-container-landing.section-1 ul.resp-tabs-list.hor_1 {
    display : none;
  }

  .download-ebook-with-cta-outer .banner-with-text-img-content h1{
    line-height: 50px; 
  }
  .parentHorizontalTab-class .resp-tabs-container.hor_1 h2{
    margin-bottom: 0px;
    width: 100%;
  }
  .left-content-right-video .left-content-right-video-inner {
    display: block;
    padding-bottom: 0px;
  }
  .left-content-right-video-inner .left-content, 
  .left-content-right-video-inner .right-video{
    width: 100%;
    margin-bottom: 30px; 
  }
  .left-content-right-video .left-content p{
    width: 100%; 
  }
  .features-main.features-module-new .page-center {
/*     padding-left: 0px; */
  }
  .features-main.features-module-new .features-outer .features-top-sec .features-top-heading{
    margin-top: 30px; 
  }
  .features-module-new .features-top-sec {
    padding: 0px 20px 0px 0px;
  }
  .left-header-right-text-main .features-top-right-heading-inner {
    width: 321px;
    height: 217px;
  }
  h2.resp-accordion.hor_1 {
    text-align: center;
  }
  h2.resp-accordion.hor_1.resp-tab-active{
    border-bottom: 1.5px solid blue !important;
    width: fit-content;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0px !important;
  }
  .submenu-toggle {
    display: block;
    visibility: hidden;
  }
  nav .submenu.level-1 > .has-submenu > .menu-arrow {
    display: block;
  }
  body nav .submenu.level-2 {
    background-color: var(--light-gray);
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    min-width: 100%;
    width: auto;
    padding: 15px;
    visibility: visible;
    left: 0px !important;
    transform: translate(0);
  }
  nav .submenu.level-1 ul.submenu.level-2 {
    background: transparent;
  }
  nav .submenu.level-1 ul.submenu.level-2 li {
    border: none;
  }
  nav .submenu.level-1 ul.submenu.level-2 li a {
    font-size: 22px;
  }
  .two-col-module-main .two-col-module-inner{
    display: block;
    padding: 0px 10px;
  }
  .two-col-module-main .two-col-module-inner .single-col {
    width: calc(100% / 1 - 10px) !important;
    margin: 5px;
    padding: 0px 20px !important;
  }
  .two-col-module-main .two-col-module-inner .first-col {
    padding: 0px !important;
  }
  nav .submenu.level-1 > .has-submenu > .menu-arrow{
    position: absolute;
    width: 100%; 
  }
  nav .submenu.level-1 > .has-submenu > .menu-arrow > span.menu-arrow-bg {
    display: none;
  }
  .banner-with-text-img-content p {
    max-width: 350px !important;  
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2{
    margin: 50px 0px 0px;
    width: 100%;
    font-weight: 500 !important;
    padding: 0 !important;
    font-size: 32px !important;
    line-height: 40px;
  }
  .two-col-module-main .two-col-module-inner .first-col h2 {
    text-align: left;
    padding: 0 !important;
    font-weight: 500;
  }
  .left-content-right-video-inner .left-content h2 {
    height: auto;
    text-align: left;
    font-weight: 500 !important;
    margin: 0px !important;
  }
  .left-content-right-video-inner .left-content p {
    margin: 0;
    text-align: left;
  }
  .tabbing-module-main .left-content-right-tabbing-inner .left-content-section h2 {
    text-align: left;
    font-weight: 500;
  }
  .tabbing-module-main .left-content-right-tabbing-inner .right-tabbing-section {
    margin: 0;
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section .left-content h2 {
    font-weight: 500;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h1 {
    font-weight: 500;
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text h2 {
    font-weight: 500 !IMPORTANT;
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text {
    padding: 0px 20px 50px;
  }
  .left-content-right-form-main{
    padding: 100px 50px;
  }
  .features-module-new .features-rep-sec .features-rep-sec-cont ul li {
    width: 250px !important;
    margin: 0 auto;
  }
  .body-container-landing.section-1 ul.resp-tabs-list.hor_1{
    display: inline-block;
    padding: 0px;  
  }
  .body-container-landing.section-1 ul.resp-tabs-list.hor_1 li.resp-tab-item.hor_1{
    text-align: left;
    width: fit-content; 
  }
  .parentHorizontalTab-class ul li {
    font-size: 24px;
    font-weight: 500;
  }
  .left-content-right-video-main .left-content-right-video-inner {
    flex-wrap: wrap;
  }
  .highlight-3-points-main-new .highlight-3-points-sec ul li {
    padding: 40px 0px 0px !important;
  }
  .highlight-3-points-main-new .highlight-3-points-sec ul li h1 {
    font-size: 80px !important;
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text, 
  .left-text-right-image-main .left-text-right-image-inner .right-image {
    width: 100%;
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text {
    padding: 0px 0px 0px;
  }
  .features-rep-sec-title h4 {
    text-align: left;
  }
  .left-content-right-form-main .left-content-right-form-inner{
   text-align: left; 
  }
  .features-module-new .features-rep-outer{
   justify-content: space-evenly; 
  }
  .left-content-right-video-main .left-content p{
   width: 100%; 
  }
  .banner-with-text-img-new {
    background-image: none !important;
  }
  .left-text-right-image-main .gallery.clear a {
    padding-bottom: 32.25%;
    position: relative;
  }
  .left-text-right-image-main .left-text-right-image-inner .right-image{
   padding-bottom: 20px; 
  }
/*  12~18  */
  .section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col ul li {
    margin-left: 20px;
    font-weight: normal !important;
    font-size: 16px !important;
  }
  .section-4 .listing-repeater-module-main .listing-repeater-module-inner .single-list-col {
    width: calc(100% / 1 - 10px);
    margin: 5px;
  }
  .section-4 .two-col-text-module-outer h2 {
    margin-bottom: 20px !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner{
   display: flex;
   flex-direction: column;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after{
   display: none; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content, .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content{
   margin: 10px 0px;
  }
  .parentHorizontalTab-class ul.resp-tabs-list.hor_1, .parentHorizontalTab-class ul.resp-tabs-list.hor_1 li.resp-tab-active{
    display: inline-block !important
  }
  .parentHorizontalTab-class ul.resp-tabs-list.hor_1 li {
    text-align: left;
  }
  .section-4 .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area5-row-0-force-full-width-section.dnd-section.dnd_area5-row-0-padding {
    padding: 0px 10px !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content, .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content{
   padding: 10px 0px; 
  }
  .section-4 .two-col-text-module-inner h4{
   margin: 15px 10px; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner p{
   margin-left: 8px; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::before{
            background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/border_outer.png) !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content::after{
            background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/image-2-1.png) !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
        display: block !important;
    transform: rotate(90deg) translate(0%, calc(-50% + 0px));
    bottom: 0px;
    background-size: 50%;
    right: 50%;
    top: 50%;
    width: 180px;
  }
  .section-4 .features-main.features-module-new {
    padding: 0 !important;
  }
}


@media (max-width: 639px) {

  .left-content-right-video .left-content-right-video-inner {
    display: block;
  } 
  .left-content-right-video-inner .left-content,
  .left-content-right-video-inner .right-video {
    width: 100%; 
    margin: 20px 0px;
  }
  .left-text-right-image-inner .left-text h2{
    height: 100%; 
  }
  .left-header-right-text-inner .right-text .features-top-right-heading-inner {
    width: 100%;
    padding: 100px 0px;
  }
  .features-module-new .features-outer .features-rep-sec {
    width: 100%;
  }
  .two-col-module-inner .second-col ul li{
    width: 100%; 
  }
  .right-tabbing-section ul{
    display: block !important;
    text-align: center;
  }
  .tabbing-module-main .left-content-right-tabbing-inner .right-tabbing-section ul li {
    padding: 0 !important;
  }
  .left-content-right-tabbing-inner .right-tabbing-section ul li.resp-tab-item.ver_1.resp-tab-active{
    display: inline-block; 
  }
  .left-content-right-form-main .left-content-right-form-inner .left-content h2,
  .left-content-right-form-main .left-content-right-form-inner .right-form .form-header p{
    width: 100%; 
  }
  .four-col-repeater .single-item h4{
    font-size: 25px; 
    width: 100%;
    height: auto;
    margin: 0px 0px 20px;
    line-height: 30px; 
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section{
    margin-bottom: 30px; 
  }
  .four-col-repeater .single-item p {
    margin-bottom: 20px;
    height: auto;
  }
  .four-col-module-main .four-col-module-inner .four-col-repeater .single-item {
    height: fit-content;
    padding-bottom: 70px;
  }
  .left-content-right-form-main .left-content-right-form-inner .left-content h2{
    height: auto !important; 
    font-size: 30px !important; 
    line-height: 40px; 
  }
  .left-content-right-video-inner .left-content h2{
    padding-left: 0px !important; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img-outer .banner-with-text-img-left .banner-with-text-img-content h1{
    font-size: 30px !important; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .banner-with-text-img-outer .banner-with-text-img-left{
/*     padding-left: 20px;  */
  }
  .parentHorizontalTab-class .resp-tabs-container.hor_1 h2{
    padding-left: 20px; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img-content{
    padding: 0px 20px; 
  }
  .left-content-right-form-main .left-content-right-form-inner .left-content h2{
    padding-left: 0px; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img{
    background-size: 60%; 
  }
  .left-content-right-tabbing.tabbing-module-main .left-content-right-tabbing-inner .left-content-section h2 {
    text-align: center;
  }
  .two-col-module-main{
   padding: 100px 0px 50px; 
  }
  .parentHorizontalTab-class .resp-tabs-container.hor_1 h2{
   padding-left: 0px; 
  }
}
@media (max-width: 479px) {
  .download-ebook-with-cta-outer .banner-with-text-img-btn a {
    margin-top: 20px; 
  }
  .parentHorizontalTab-class .resp-tabs-container.hor_1 h2{
    margin: 0px auto;
    padding: 0px !important;
    font-size: 28px;
  }
  .two-col-module-inner .second-col{
    padding: 0px 30px; 
  }
  .left-content-right-form-main .left-content-right-form-inner .left-content h2{
    padding-left: 0px; 
  }
  .left-content-right-video .left-content p{
    margin: 0px !important; 
  }
  .left-content-right-video-inner .left-content h2{
    margin: 0px !important;  
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta .banner-with-text-img-outer .banner-with-text-img-left .banner-with-text-img-content{
    padding: 30px 0px 0px 0px !important; 
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section .left-content h2 {
    padding: 0;
  }
  .left-text-right-image-main .left-text-right-image-inner .left-text h2 {
    padding: 0;
    line-height: 25px !important;
  }
  .left-header-right-text-main .features-top-right-heading-inner {
    width: 250px !important;
    height: 150px;
  }
  .left-header-right-text-main .features-top-right-heading-inner h4{
    font-size: 18px !important;
    width: 100%;
    height: auto;
    margin: 10px 0px !important;
  }
  .download-ebook-with-cta-outer .banner-with-text-img{
    background-size: 65%;
    padding-top: 10px;
  }
  .download-ebook-with-cta-outer .banner-with-text-img.download-ebook-with-cta{
    margin: 30px 0px 0px; 
  }
  .download-ebook-with-cta-outer::before{
    background-size: 50%; 
  }
  h2.resp-accordion.hor_1 {
    text-align: center;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2 {
    font-weight: 300;
    padding: 0px;
    text-align: left;
  }
  .two-col-module-main::before{
    background-position: bottom right;
    background-size: 32%;
    bottom: 0; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img-content p {
    max-width: 320px !important; 
  }
  .download-ebook-with-cta-outer .banner-with-text-img-outer .banner-with-text-img-left .banner-with-text-img-content h1{
    width: 100% !important;
  }
  .two-col-module-main .two-col-module-inner {
    padding: 0px 20px;
  }
  .two-col-module-main .page-center .two-col-module-inner .first-col{
    width: 100%; 
  }
  .two-col-module-main .two-col-module-inner .first-col h2{
    font-size: 20px !important;
    line-height: 25px !important; 
  }
  .two-col-module-inner .second-col ul li{
    font-size: 16px !important; 
  }
  .two-col-module-main .two-col-module-inner .first-col.single-col{
    padding: 0px !important; 
  }
  .left-content-right-tabbing.tabbing-module-main {
    padding: 0px 10px;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2{
    width: 100%; 
  }
  .left-content-right-form-main .left-content-right-form-inner {
    padding: 0;
  }
  .resp-tabs-container.hor_1{
/*     padding: 0px 20px;  */
  }
  .resp-tabs-container.hor_1 h2 {
    text-align: left;
  }
  .resp-tabs-container.hor_1 h2.resp-accordion.hor_1.resp-tab-active{
    margin: 0; 
  }
  .resp-tab-content.hor_1.resp-tab-content-active .left-content-right-video {
    padding: 0;
  }
  .features-module-new .features-rep-sec-icon img{
    max-height: 100%; 
  }
  .left-content-right-tabbing.tabbing-module-main .left-content-right-tabbing-inner .left-content-section h2 {
    text-align: left;
    font-size: 24px !important;
  }
  .right-tabbing-section ul li.resp-tab-item {
    text-align: left;
  }
  .left-content-right-tabbing-inner .right-tabbing-section ul li.resp-tab-item.ver_1.resp-tab-active{
    display: table; 
  }
  .resp-tabs-container.ver_1 .resp-tab-content.ver_1.resp-tab-content-active{
    padding: 0px;
    text-align: left;
  }
  .right-tabbing-section .resp-tabs-container.ver_1 .resp-tabs-container-btn a{
    left: 0%;
    transform: translate(0%);
  }
  .four-col-module-main .four-col-module-inner .four-col-top-section .left-content h2 {
    font-size: 24px !important;
  }
  .four-col-module-main .four-col-module-inner .four-col-repeater .single-item{
    text-align: left; 
    width: 100%; 
  }
  .four-col-repeater .single-item h4,.four-col-repeater .single-item p{
    margin: 0px 0px 60px; 
  }
  .four-col-repeater .single-item a {
    left: 5%;
    transform: translateX(0%);
  }
  .four-col-top-section .right-content p{
    text-align: left; 
  }
  .body-container-landing.section-1 ul.resp-tabs-list.hor_1 li.resp-tab-item.hor_1{
    font-size: 20px; 
  }
  .guide-to-getting .left-content-right-form-main {
    padding: 50px 10px !important;
  }
  .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2{
   font-weight: 300 !important; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner p{
   line-height: 20px; 
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::before {
    background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/Shape-1.png) !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .right-content::after {
    background-image: url(https://6674051.fs1.hubspotusercontent-na1.net/hubfs/6674051/guide-to-getting/shape-2.png) !important;
  }
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
    display: block !important;
    transform: rotate(
90deg);
    bottom: 0px;
    background-size: 50%;
    left: 25%;
    top: 50%;
    width: 180px;
  }
  .parentHorizontalTab-class ul.resp-tabs-list.hor_1 li{
   font-size: 22px; 
  }
/*   .section-4 .features-main.features-module-new, .resp-tab-content .section-4 .span12.widget-span.widget-type-cell.cell_16373276535002-padding.dnd-column .features-main.features-module-new {
    padding: 0 !important;
    padding-bottom: 0 !important;
  } */
  .section-4 .features-top-heading {
    margin: 0 !important;
  }
  .section-4 .features-top-heading h2 {
    margin: 0 !important;
  }
  .section-4 .features-top-sec {
    padding-bottom: 0 !important;
  }
  .section-4 .features-main.features-module-new .page-center {
    padding: 0px 15px;
  }
  .section-4 .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row .two-col-text-module-outer .page-center {
    padding: 0px 15px;
  }
  .section-1 .left-content-right-video-main {
    padding: 0px !important;
  }
  .section-1 .features-main.features-module-new, .section-2 .features-main.features-module-new, .section-4 .features-main.features-module-new{
    padding: 20px 0px !important;
  }
  .section-1 .highlight-3-points-main-new{
   margin-top: 0px; 
  }
  .section-1 .highlight-3-points-sec{
   padding: 0px !important; 
  }
  .section-1 .left-text-right-image-main .left-text-right-image-inner {
    padding: 20px 0px;
  }
  .section-2 .features-main.features-module-new h2 {
    margin: 0 !important;
  }
  .section-2 .features-top-sec {
    padding: 0px !important;
  }
  .section-2 .features-rep-sec {
    padding: 30px 15px;
  }
  .section-2 .two-col-module-main {
    padding: 20px 0px;
  }
  .banner-with-text-img.download-ebook-with-cta {
    margin: 0px !important;
    padding: 0px 0px !important;
  }
  .section-3 .left-content-right-video-main{
   padding: 20px 0px 0px !important; 
  }
  .section-4 .two-col-text-module-outer{
   margin: 0px !important; 
   padding: 10px 0px !important; 
  }
  .section-1 .left-content-right-video-inner .right-video {
    width: 100%;
  }
}
  @media(max-width: 410px){
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
    left: 23%;
}
}
@media(max-width: 374px){
  .section-4 .two-col-text-module-outer .two-col-text-module-inner .left-content::after {
    left: 14%;
  }
}
@media(max-width: 1247px) and (min-width: 1200px){
 .section-4 .two-col-text-module-inner h4{
   font-size: 20px;
  }
}

@media(max-width: 1348px) and (min-width: 1248px){
  .section-4 .two-col-text-module-inner h4{
   font-size: 22px;
  }
}



.guide-to-getting .row-number-3.dnd-section{
  padding:0;
}
.guide-to-getting .row-number-5.dnd-section {
    padding-top: 0;
}


/* NEW LP - MEDIA KIT */

.parentHorizontalTab-class .container-fluid.body-container.body-container-media-kit.section-tab {
  position: sticky;
  top: 120px;
  background: #fff;
  z-index: 9999;
}

.parentHorizontalTab-class .container-fluid.body-container.body-container-media-kit.section-tab .cell_16373035876932-padding {padding-top: 0 !important; padding-bottom: 0 !important;}

.lp-media-kit h2,
.lp-media-kit h3{
   line-height: 1.1;
}

.lp-media-kit h2, .lp-media-kit h1 {
  font-size: 67px;
}

.lp-media-kit .features-top-right-heading li,
.left-content-right-tabbing-inner .right-tabbing-section .resp-tabs-container.ver_1 ul li {
  font-size: 16px;font-weight: normal;
}

.lp-media-kit .features-main ul li::before {
    width: 5px;
    height: 5px;
    background-color: #000;
    left: 10px;
    top: 10px;
}

.lp-media-kit .left-content-right-tabbing.tabbing-module-main .left-content-section {
  padding-left: 20px;
}

.lp-media-kit .left-content-right-tabbing.tabbing-module-main::after {
  top: 40px;
} 

.body-container-media-kit.section-3 a {
  color: #3b51c7; 
  text-decoration: underline;
}


@media (max-width: 1350px) {
.lp-media-kit .left-content-right-tabbing.tabbing-module-main .left-content-section,
.lp-media-kit .dnd_area3-row-3-padding,
.lp-media-kit .dnd_area5-row-4-padding,
.lp-media-kit .dnd_area2-row-1-padding {padding-left: 0 !important;}
.lp-media-kit .hs_cos_wrapper_type_header {padding: 0 24px !important; display: block;}
}
  


@media (max-width: 767px) {
  
  .parentHorizontalTab-class .container-fluid.body-container.body-container-media-kit.section-tab {
    top: 100px;
  }

  .lp-media-kit .parentHorizontalTab-class .resp-tabs-container.hor_1 h2,
  .lp-media-kit .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2 { font-weight: 300 !important; margin: 0px 0px 20px !important;}
  .lp-media-kit h3 br { display: none;}
  .lp-media-kit h1, .lp-media-kit h2, 
  .lp-media-kit .features-module-new .features-outer .features-top-sec .features-top-heading .features-top-left-heading h2,
  .lp-media-kit .parentHorizontalTab-class .resp-tabs-container.hor_1 h2 {font-size: 40px !important; line-height: 1.1 !important;}
  .lp-media-kit h3 {font-size: 35px;}
  
  
  
  .lp-media-kit .dnd_area3-row-2-padding {padding-top: 50px !important;}
  
  .lp-media-kit .parentHorizontalTab-class ul li {
    font-size: 16px;
    font-weight: normal;
  }
  
  .lp-media-kit .parentHorizontalTab-class ul li:hover {display: table;}
  
  .banner-with-text-img-new .page-center {padding-right: 0;}
  
  
  .lp-media-kit .widget-type-rich_text, .lp-media-kit  .widget-type-header,
  .lp-media-kit .dnd_area5-row-3-padding,
  .lp-media-kit .dnd_area5-row-1-padding {padding: 0 24px !important;}
  
  .lp-media-kit .dnd_area3-row-0-padding .hs_cos_wrapper_type_header, 
  .lp-media-kit .hs_cos_wrapper_type_header  {padding: 0 !important;}
  
  .mobile-view {padding-top: 50px; text-align:right;}
  .mobile-view img {width: 300px;}
  
  .lp-media-kit .section-1 .left-content-right-video-inner .right-video {width: 100%;}
}


/* LP - Simple */

.header--lp-simple {padding-top: 30px;}

.header--lp-simple .hs_cos_wrapper_type_logo img {
    max-width: 100% !important;
}

.header--lp-simple a.cta_button {z-index: 1; margin-top: 15px;}
.header--lp-simple a.cta_button:before {z-index: -1;}
.header--lp-simple a.cta_button:after {z-index: -2;}

.footer-lp-simple{padding: 40px 0 20px;}
.footer-lp-simple-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-lp-simple-group{margin: 0 10px;}


.footer-simple-other-logo.hitrust-image {
    margin: 0 0 0 10px;
    width: 73px; 
}

.footer-simple-other-logo.aicpa-soc-image {
    width: 64px;
    margin: 0 10px;
}

.footer-lp-simple-social{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 76px;
  margin: 20px 0 20px;
}
.footer-lp-simple-social li {margin:0 5px;}


.footer-lp-simple .footer-lp-simple-links {
  margin: 28px 0 0 30px;
}

.footer-lp-simple .bar{display: inline-block;opacity: .5; padding: 0 10px;}

@media (max-width: 767px) {
  .header--lp-simple .header__container  {
      flex-direction: inherit;
  }
  
  .header--lp-simple .header__logo {
    max-width: 140px;
    margin: 0;
  }
  
  .header--lp-simple a.cta_button {
    margin-top: 0;
  }
  .header--lp-simple a.cta_button {padding: 12px 20px 14px;}
  .footer-lp-simple .footer-lp-simple-links {margin:0;}
}

@media (max-width: 767px) {
  .lp-simple-body-container .left-content-right-video-inner .left-content h2 {
      font-weight: 300 !important;
      font-size: 35px;
  }
  
  .lp-simple-body-container h3 {
    font-size: 25px;
  }
  
  .lp-simple-body-container .left-content-right-tabbing.tabbing-module-main .left-content-right-tabbing-inner .left-content-section h2  {
    font-size: 35px !important;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 300;
  }
}

.anchor-space-top-140 {
  scroll-margin-top: 140px;
}

/* Form on PPC LP */
body .form-inputs-simple form .hs-input {padding: 0;}

.form-inputs-simple form ::placeholder, .form-inputs-simple form select {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  font-size: 18px;
}
.form-inputs-simple label {display: none;}

.form-inputs-simple form fieldset{
  margin-bottom: 20px !important; 
}

.form-inputs-simple fieldset.form-columns-1 .hs-input {
    width: 100% !important;
    max-width: none !important;
}


@media (max-width: 479px) {
.left-content-right-tabbing.tabbing-module-main {
    padding: 0;
}
}

/* Press Kit */
@media (max-width: 640px) {
.row-fluid-wrapper.row-depth-1.row-number-20.dnd-section.dnd_area5-row-5-padding {
  padding-left: 20px;
  padding-right: 20px;
  }
}