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

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

.website-page .bottom-pane {
  padding: 70px 0px 70px 0px;
}

.website-page .bottom-pane-title h2 {
  font-size: 38px;
  line-height: 36px;
  font-weight: 700;
}
.website-page .bottom-pane .bottom-pane-content p {
  font-size: 25px;
  line-height: 1.85714285714286;
}
.website-page .bottom-pane .bottom-pane-btn {
  padding: 10px;
  margin-top: 29px;
}

.website-page .bottom-pane .bottom-pane-btn a {
  background-color: #8bc53f;
  border-color: #8bc53f;
  font-size: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.website-page .bottom-pane .bottom-pane-btn a:hover {
  background-color: #8bc53f;
  border-color: #8bc53f;
  color: #fff;

  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}

@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px)
  }

  50% {
    transform: translateY(-4px)
  }

  100% {
    transform: translateY(-8px)
  }
}

@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px)
  }
}




.case-studies-page {
  position: relative;
  padding: 70px 0;
} 
.case-studies-page .page-center {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.case-studies-page .columns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.case-studies-page .left-section {
  position: relative;
  min-height: 1px;
  width: 25%;
}
.case-studies-page .left-sec-inner {
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.case-studies-page .right-section {
  position: relative;
  min-height: 1px;
  width: 75%;
}
.case-studies-page .right-sec-inner {
  padding: 10px;
  margin: 0px 0px 0px 50px;
}
.case-studies-page .page-center .dnd-section {
  padding: 0;
}
.case-studies-page .page-center .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}
.case-studies-page .page-center .dnd-section .dnd-column {
  padding: 0;
}


.case-studies-page .widget-type-rich_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.case-studies-page .widget-type-rich_text p {
  margin: 0 0 20px;
}

.case-studies-page h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  color: #2C2B2C;
}
.case-studies-page h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2c2b2c;
  font-size: 18px;
  line-height: 24px;
} 
.case-studies-page .widget-type-rich_text a:not(:hover) {
  text-decoration: underline;
  color: #31c6d3;
}

.case-studies-page .widget-type-rich_text ul, 
.case-studies-page .widget-type-rich_text ol {
  margin: 0 0 20px;
  line-height: 1.85714285714286;
}
.case-studies-page .widget-type-rich_text li:not(:first-child) {
  margin-top: calc(5px/2);
}

.case-studies-page .widget-type-rich_text li:not(:last-child) {
  padding-bottom: calc(5px/2);
}

.case-studies-page .widget-type-rich_text ul {
  list-style-type: none;
  padding: 0;
}
.case-studies-page .widget-type-rich_text li {
    padding-left: 21px;
    position: relative;
}
.case-studies-page .widget-type-rich_text ul li:before {
  content: "\f111";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 1.25em;
  font-size: 9px;
  color: inherit;
  margin-right: 10px;
  position: absolute;
  top: 9px;
  left: 0;
}



.privacy-wrapper {
  position: relative;
  padding: 90px 0;
}

.privacy-wrapper > .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-wrap: wrap;

}

.privacy-wrapper .dnd-section .dnd-column {
  padding: 0;
}

.privacy-page-top-sec {
    width: 100%;
}

.privacy-page-left-sec {
  position: relative;
  min-height: 1px;
  width: 25%;
  padding: 10px;
}
.privacy-page-left-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.privacy-page-left-inner > div {
  padding: 10px;
}
 

.privacy-page-right-sec {
  position: relative;
  min-height: 1px;
  width: 75%;
  padding: 10px;
}
.privacy-page-right-inner {
  padding-left: 24px;
  padding-right: 40px;
}
.privacy-page-top-inner {
    padding: 0 10px;
}

 

.privacy-page {
  font-size: 16px;
}

.privacy-wrapper {
  font-family: Roboto,"Helvetica Neue Light","Lucida Grande","Calibri","Arial",sans-serif;
  color: #747474;
  font-size: .9em;
  line-height: normal;
}



.privacy-wrapper h1,
.privacy-wrapper h2,
.privacy-wrapper h3,
.privacy-wrapper h4,
.privacy-wrapper h5,
.privacy-wrapper h6 {
  color: #747474;
  line-height: normal;
  font-family: Roboto,"Helvetica Neue Light","Lucida Grande","Calibri","Arial",sans-serif;
  -webkit-font-smoothing: auto;
}

.privacy-wrapper h1 {
  font-size: 2em;
  margin: 1em 0;
}

.privacy-wrapper h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

.privacy-wrapper h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.privacy-wrapper h4 {
    font-size: 14.4px;
    margin: 1.33em 0;
}

.privacy-wrapper h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

.privacy-wrapper h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

.privacy-wrapper p {
  margin: 1em 0;
}

.privacy-wrapper .widget-type-rich_text  {
  -webkit-font-smoothing: auto;

}

.privacy-wrapper .widget-type-rich_text ul {
  margin: 1em 0;
  padding: 0;
  padding-left: 40px;
}
.privacy-wrapper .widget-type-rich_text ul ul {
  margin: 0;
}
.privacy-wrapper .widget-type-rich_text ol {
  margin: 1em 0;
  padding: 0;
  padding-left: 40px;
}

.privacy-wrapper .widget-type-rich_text a {
    color: #31c6d3;
    text-decoration: none;
}

.privacy-wrapper .widget-type-rich_text a:hover {
    text-decoration: underline;
}

.privacy-wrapper nav.navigation-primary {
  background-color: #2C2B2C85;
  padding: 15px;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  line-height: 1.85714285714286;
}

.privacy-wrapper nav.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy-wrapper nav.navigation-primary ul li {
  position: relative;
  display: block;
}

.privacy-wrapper nav.navigation-primary ul li:not(:last-child):after {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  content: "";
  border-color: #ddd;
  border-top-style: solid;
  border-top-width: 1px;
}

.privacy-wrapper nav.navigation-primary ul li:not(:last-child) {
  padding-bottom: calc(15px/2);
}

.privacy-wrapper nav.navigation-primary ul li:not(:first-child) {
  margin-top: calc(15px/2);
}

.privacy-wrapper nav.navigation-primary ul li a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;

}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
  .case-studies-page .left-section {
    width: 100%;
  }
  .case-studies-page .left-sec-inner {
    padding: 15px;
  }
  .case-studies-page .right-section {
    width: 100%;
  }
  .case-studies-page .right-sec-inner {
    margin: 0px;
    padding: 15px;
  }

  .privacy-page .banner .banner-inner h2 {
    line-height: 36px;
  }

  .privacy-wrapper > .page-center {
    display: block;
  }
  .privacy-page-left-sec {
    width: 100%;
  }
  .privacy-page-right-sec {
    width: 100%;
  }
  .privacy-page-right-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/*! 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;
}
/* 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 ;
    }
}
.banner-section .dnd-section, 
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left:10px;
  padding-right:10px;
}

.page-center {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
.Banner-row-0-force-full-width-section > .row-fluid,
.banner-section-row-0-force-full-width-section > .row-fluid,
.DND_banner-row-0-force-full-width-section > .row-fluid{
  padding: 0 !important;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Brands-Regular.woff) format("woff"), 
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Regular.eot) format("embedded-opentype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Regular.woff) format("woff"), 
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Regular.ttf) format("truetype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Regular.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/42Chat_February2022/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal; 
  font-weight: 900; 
}

@font-face {
  font-family: Muli;
  src: local("Muli Regular"),
    local("Muli-Regular"), 
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/7Auwp_0qiz-afTLGLQ.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { 
  font-family: eicons;
  src: url("https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/42Chat_February2022/fonts/eicons.eot") format("embedded-opentype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/eicons.woff2) format("woff2"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/eicons.woff) format("woff"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/eicons.ttf) format("truetype"),
    url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/fonts/eicons.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
}

body {
  line-height: 1.85714285714286;
  word-break: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.75em;
}

/* Anchors */

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

}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
img {
  vertical-align: middle;
  height: auto;
  max-width: 100%
}
h1{
  line-height: 1.2;
}
h2{
  line-height: 36px; 
}
h3{
  line-height: 30px;  
}
h4{
  line-height: 24px;
}
h5{
  line-height: 1.6;
}
h6 {
  line-height: 1.7;
}
/* Lists */

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 3em;
}

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

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

/* Code blocks */

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;
}
button,
.button {
  cursor: pointer;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
}

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: 18px;
}

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-size: 13px;
}

/* 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 {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
  min-height: 27px;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  outline: none;
}

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;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
ul.no-list.hs-error-msgs li label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 14px;
}

ul.no-list.hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
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;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
  margin:15px 0;
}

/* 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;
}
header.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header {
    position: relative;
    z-index: 99;
}
.header__container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding:0;
}


.header .header-logo {
  position: relative;
  display: flex;
  padding: 10px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header .header-logo  a {
  display: inline-block;
}

.header .header-logo a img {
  vertical-align: middle;
  display: inline-block;
  width: 120px !important;
  height: auto;
  max-width: 100%;
}
.header .custom-menu-primary {
  padding: 10px;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-basis: auto;
  align-items: center;
  flex-grow: 1;
  padding-right: 14px;
}
.header .custom-menu-primary .navigation-primary>ul {
  padding: 0.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
.header  .custom-menu-primary .navigation-primary>ul>li {
  position: relative;
  display: block;
}
.header  .custom-menu-primary .navigation-primary>ul>li>a {
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid transparent;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  transition: all 0.2s linear;
}


.header .custom-menu-primary .navigation-primary>ul>li>ul {
  padding: 15px 15px 15px 15px;
  position: absolute;
  top: 200%;
  transition: .3s;
  left: -150px;
  width: 100%;
  font-size: 1rem;
  min-width: 37rem;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 1px 5px rgb(70 70 70 / 20%);
  visibility: hidden;
  opacity:0;
}
.header .custom-menu-primary .navigation-primary>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 115%;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>ul{
  display: flex;
  flex-wrap: wrap;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>ul>li {
  width: 50%;
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  padding-top: 9px;
}
.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li:not(:last-child) {
  padding-bottom: calc(10px/2);
}
.header .custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:not(:last-child) {
  padding-bottom: calc(10px/2);
}
.header .custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul {
  left: -224px;
  padding: 25px;
  padding-top: 24px;
}
.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li {
  display: flex;
  align-items: center;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>ul>li:first-child>a {
  padding-left: 2px;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>ul>li:last-child>a {
  padding-left: 1px;
}
.header .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a {
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s linear;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>ul>li:last-child>ul>li>a,
.header .custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li>a{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.85714285714286;
}
.header .custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul>li:last-child {
  padding-top: 1px;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>ul>li>ul>li:first-child>a {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.85714285714286;
}
.header .custom-menu-primary .navigation-primary>ul>li>ul:before {
  content: "";
  width: 100%;
  height: 14px;
  top: -14px;
  left: 0;
  position: absolute;
}
.header  .button-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 7px;
  padding-top: 8px;
}
.header  .button-wrapper  a {
  font-family: "Montserrat",Sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #8bc53f;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 18px;
  padding: 10px 28px 10px 29px;
  border-color: #8bc53f;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all .3s;
  color: #fff;
}
.header span.submenu-indicator {
  background-image: url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/images/symbols.svg);
  background-position: 0px -687px;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  top: 50%;
  right: 2px;
  margin-top: -4px;
  display: inline-block;
  position: absolute;
}
@media (min-width: 576px){

  .header .header-logo {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }  
}
@media (min-width: 768px){
  .header .header-logo {
    width: 33.333%;
  }
  .header .custom-menu-primary {
    width: 50.348%;
  }
  .header .custom-menu-primary .navigation-primary > ul {
    justify-content: space-between;
    flex-direction: row;
  }
  .header  .button-wrapper {
    width: 15.957%;
  }
  button.navbar-toggler {
    display: none;
  }
  .mobile-wrapper{
    display: none;  
  }
}
@media (max-width: 1070px) and (min-width:768px){
  .header .button-wrapper a {
    font-size: 15px;
    padding: 10px 12px 10px 12px;
  }
  .header .header-logo {
    width: 24%;
  }
  .header .custom-menu-mobile{
    display: none;
  }
}
@media (max-width: 1070px) and (min-width:871px){
  .header .button-wrapper a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
  }
  .header .header-logo {
    width: 24%;
  }
}
@media (max-width: 767px){
  .mobile-wrapper.lp {
    padding-bottom: 52px;
  }
  .header .button-wrapper {
    display: none;
  }
  .header .custom-menu-primary{
    display: none;
  }
  button.navbar-toggler {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: auto;
    position: relative;
    top: -8px;
    left: -2px;
  }
  .jltma-burger {
    position: relative;
    cursor: pointer;
    padding: 8px 8px 8px 8px;
    width: 45px;
    border-radius: 10px;
    background-color: #FFFFFF;
  }

  .jltma-burger:before {
    border-top: solid;
    border-bottom: none;
    border-color: #222;
    transform-origin: 0 0%;
    border-width: 2px;
    width: 100%;
    content: "";
    display: block;
    transition: all 300ms;
  }

  .jltma-burger:after {
    transform-origin: 0 100%;
    border-top: solid;
    border-bottom: none;
    border-color: #222;
    border-width: 2px;
    width: 100%;
    content: "";
    display: block;
    transition: all 300ms;
  }

  span.mid-line {
    margin: 7px 0;
    width: 100%;
    display: block;
    border-bottom: solid;
    box-sizing: border-box;
    border-color: #222;
    border-width: 2px;
    transition: all 300ms;
  }
  .header__container {
    padding: 0.5rem 1rem;
  }
  header.header {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .header-logo {
    padding-left: 4px;
  }
  .header .header-logo a img {
    max-height: 50px;
  }
  .jltma-burger:hover:before {
    transform: translateY(-4px);
  }

  .jltma-burger:hover:after {
    transform: translateY(4px);
  }
  header.header {
    display: none !important;
  }
  .mobile-wrapper .header-logo a img {
    vertical-align: middle;
    display: inline-block;
    width: 120px !important;
    height: auto;
    max-width: 100%;
    max-height: 50px;
  }
  .mobile-wrapper  .header-logo {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }
  .mobile-wrapper {
    padding: 57px 29px;
    padding-bottom: 37px;
  }
  .mobile-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mobile-menu {
    display: none;
  }
  body.open-menu .jltma-burger:before {
    transform: rotate(45deg);
    width: 26.284px;
  }

  body.open-menu .jltma-burger:after {
    transform: rotate(-45deg);
    width: 26.284px;
  }

  body.open-menu span.mid-line {
    width: 0 !important;
  }
  .mobile-menu .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu .hs-menu-wrapper>ul {
    margin-bottom: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .hs-menu-wrapper>ul>li {
    margin: 10px 15px 10px 10px;
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px 15px 10px 15px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid transparent;
    display: inline-block;
    width: 100%;
    transition: all 0.2s linear;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2),
  .mobile-menu .hs-menu-wrapper>ul>li:last-child{
    margin-top: 9px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(3) {
    margin-top: 11px;
  }


  .mobile-menu .hs-menu-wrapper>ul>li>ul>.mobie-menu-innner>li>a {
    font-family: "Montserrat", Sans-serif;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.85714285714286;
    color: #201B3D;
    font-weight: 500;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>.mobie-menu-innner>li:not(:last-child){
    padding-bottom: calc(5px/2);
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>.mobie-menu-innner>li:not(:first-child){
    margin-top: calc(5px/2);
  }

  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>.mobie-menu-innner>li:first-child>a,
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>.mobie-menu-innner>li:nth-child(7)>a,
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>.mobie-menu-innner>li:nth-child(8)>a,
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>.mobie-menu-innner>li:nth-child(9)>a{
    font-family: "Montserrat", Sans-serif;
    width: 100%;
    display: inline-block;
    color: #8bc53f;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.85714285714286;
  }
  .mobie-menu-innner {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 25px;
    padding-top: 22px;
  }
  .mobile-menu .hs-menu-wrapper>ul ul{
    display:none;
  }
  .child-trigger {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
  }
  .child-trigger:after {
    background-image: url(https://2836455.fs1.hubspotusercontent-na1.net/hubfs/2836455/raw_assets/public/42Chat_February2022/images/symbols.svg);
    background-repeat: no-repeat;
    background-position: 0px -687px;
    left: initial;
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 22px;
    right: -9px;
    width: 10px;
    height: 12px;
    content:'';
  }
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>.mobie-menu-innner>li:nth-child(2) {
    padding-bottom: 2px;
    padding-top: 1px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.mobie-menu-innner>li>a {
    font-family: "Montserrat", Sans-serif;
    width: 100%;
    display: inline-block;
    color: #8bc53f;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.85714285714286;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:hover>a {
    color: #707070;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.mobie-menu-innner>li:nth-child(2) {
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.mobie-menu-innner>li:nth-child(3) {
    padding-top: 0px;
    padding-bottom: 3px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>.mobie-menu-innner>li:nth-child(6)>a {
    padding-bottom: 15px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.mobie-menu-innner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 575px){
  .mobile-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  button.navbar-toggler {
    top: -8px;
    left: 5px;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
  }
  .mobile-wrapper .header-logo {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.footer {
  background-color: #2C2B2C;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.footer .footer-middle .column-right ul.no-list.hs-error-msgs li label {
  margin-top: 10px;
  text-align: left;
  max-width: 490px;
  margin-left: auto;
}
.footer .hs_email input:focus {
  color: #111111;
}
.footer-inner {
  width: 100%;
}
.footer__container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
}
.footer .hs_email input::placeholder {
  color: #75797d;
  font-family: 'Montserrat';
}
.footer  .footer-top {
  display: flex;
  flex-wrap: wrap;
}
.footer .hs_email input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.footer .footer-col {
  padding: 10px;
}
.footer .footer-middle .column-right {
  padding: 10px;
  margin: 0px 0px 0px 0px;
}
.footer .footer-col h4 {
  margin: 0;
  margin-bottom: 13px;
  padding-bottom: 12px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #FFF;
}
.footer  .hs-related-blog-item,
.footer  .hs-rss-item {
  margin: 0;
}

.footer  .hs-rss-item-text a span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  line-height: 23px;
}
.footer  .hs-rss-description p {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0 8px;
}
.footer .footer-top .col-left h4 {
  margin-bottom: 17px;
}
.footer  .hs-related-blog-byline,
.footer  .hs-rss-byline {
  opacity: initial;
  font-size: inherit;
}
.footer  .hs-rss-byline {
  display: inline-block;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.85714285714286;
}
.footer span.hs-rss-date {
  color: #fff;
  font-family: "Montserrat",Sans-serif;
  text-transform: inherit;
  font-size: inherit;
}
.footer .hs-rss-item-text {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  padding: 10px 0px;
}
.footer .col-right .hs-menu-wrapper>ul>li {
  padding: 10px 0px 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF29;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  font-size: 14px;
  line-height: 30px; 
}
.footer .col-right ul.hs-menu-children-wrapper li a {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85714285714286;
  display: block;
}
.footer .col-right .hs-menu-wrapper>ul>li>a {
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .col-right .hs-menu-wrapper>ul>li:nth-child(4) {
  line-height: 20px;
}
.footer .footer-middle {
  margin-top: 50px;
}
.footer  .divider {
  padding: 10px;
}
.footer .footer-top .col-right {
  padding-bottom: 12px;
}
.footer  .elementor-divider {
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #fff;
}
.footer  .footer-middle-inner {
  display: flex;
  flex-wrap: wrap;
}
.footer   .footer-column {
  width: 50%;
}
.footer .column-left {
  margin: 5px 0px 0px 0px;
  padding: 10px;
}
.footer .column-left h2 {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  line-height: 32px;
}
.footer .column-left p {
  color: #F5F7FD80;
  margin: 0;
}
.footer  .hs_email {
  text-align: right;
}
.footer   .hs-form-field {
  margin-bottom: 0;
}
.footer  .hs_email input {
  width: 490px;
  border-radius: 5px 0 0 5px !important;
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea !important;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  border: 1px solid #ccc;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.footer .grecaptcha-badge {
  margin-left: 50px;
}
.footer  input.hs-button.primary.large {
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  border-color: #8bc53f;
  background-color: #8bc53f;
  border-radius: 10px;
  padding-top: 14px;
  padding-right: 29px;
  padding-bottom: 14px;
  padding-left: 29px;
  line-height: 1;
  font-family: Montserrat;
  font-size: 1rem;
  display: inline-block;
  margin: 0;
}

.footer  .actions {
  text-align: right;
}
.footer  .divider-bottom {
  padding: 10px;
  margin-top: 30px;
}
.footer  .footer-top {
  padding: 10px;
  padding-bottom: 0;
}
.footer  .footer-middle {
  padding: 10px;
  padding-top: 0;
}
.footer   .footer-bottom {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 18px 0px 50px 0px;
}
.footer  .elementor-divider-bottom {
  border-top: 1px solid #F5F7FD1A;
  padding-top: 2px;
  padding-bottom: 2px;
}
.footer .Footer-form {
  margin-top: 26px;
}
.footer .footer-bottom  ..footer-col{
  padding: 10px;
}
.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-bottom  .footer-column {
  padding: 10px;
  display: flex;
  margin:0;
}
.elementor-social-icons-wrapper.elementor-grid a.elementor-icon:hover {
  opacity: 0.9;
}
.footer .footer-bottom .col-left .hs-menu-wrapper>ul {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.footer .footer-bottom .col-left .hs-menu-wrapper>ul>li {
  margin-right: 8px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.footer .footer-bottom .col-left .hs-menu-wrapper>ul>li>a {
  font-size: 1rem;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}
.footer .footer-bottom  .col-middle p {
  margin: 0;
  color: #FFFFFF80;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.footer .footer-bottom  .column-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;                         
}
.footer .footer-bottom .col-middle {
  padding-left: 14px;
  padding-top: 11px;
}
.footer .footer-middle .column-right {
  padding-bottom: 2px;
}
.footer .footer-middle-inner .column-left {
  padding: 10px;
  padding-top: 13px;
  margin: 0;
}
.footer   form .inputs-list>li {
  display: block;
  margin: 0;
}
.footer  .hs-error-msg,
.footer  label.hs-main-font-element{
  color: #7a7a7a !important;
  margin: 0;
  line-height: inherit;
  font-size: inherit !important;
  font-family: Montserrat, sans-serif !important;
}
.footer ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 1.5em 3em;
  position: relative;
  left: -45px;
}
.footer label.hs-main-font-element {
  text-align: right;
}
footer.footer.lp .footer-bottom .column-left {
  width: 80%;
}
footer.footer.lp .footer-bottom .col-middle {
  width: 50%;
}
@media (min-width: 768px){
  .footer  .footer-col {
    width: 50%;
  }

  .footer .footer-bottom  .column-left {
    width: 80%;
  }

  .footer .footer-bottom  .column-right {
    width: 20%;
  }

  .footer .footer-bottom  .col-left {
    width: 55%;
  }

  .footer .footer-bottom  .col-right {
    width: 44.873%;
  }
  .footer .footer-bottom  .column-right {
    width: 20%;
  }
}
@media (max-width: 1147px){
  .footer .footer-bottom .col-left .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }

}
@media (max-width: 1023px){
  .footer .footer-middle-inner .footer-column {
    width: 100%;
  }
  .footer .hs_email input {
    width: 100%;
  }
  .footer .grecaptcha-badge {
    margin-left: 0;
  }
  .footer .Footer-form {
    margin-top: 27px;
  }
  .footer .footer-bottom .col-middle {
    padding-left: 31px;
    display: flex;
    align-items: center;
    padding-bottom: 11px;
  }
  .footer .footer-bottom {
    padding: 18px 0px 49px 0px;
  }
  .footer input.hs-button.primary.large {
    padding-top: 14px;
    padding-right: 29px;
    padding-bottom: 14px;
    padding-left: 29px;
  }
  .footer .footer-middle .column-right ul.no-list.hs-error-msgs li label {
    max-width: 100%;
  }
}

@media (max-width: 768px){
  .footer .footer-middle .column-right ul.no-list.hs-error-msgs li label {
    text-align: left;
  }
}




@media (max-width: 767px){
  footer.footer.lp .footer-bottom .column-left {
    width: 100%;
  }
  .footer .footer-bottom {
    flex-direction: column;
  }
  footer.footer.lp .footer-bottom .col-middle {
    width: 100%;
  }
  .footer .footer-bottom .footer-column {
    width: 100%;
    display: block;
  }
  .footer .footer-bottom .col-middle {
    padding-left: 10px;
    padding-top: 4px;
  }
  .elementor-social-icons-wrapper.elementor-grid {
    justify-content: center;
  }
  .footer .footer-bottom .column-right {
    justify-content: center;
    padding-top: 4px;
  }
  .footer input.hs-button.primary.large {
    padding-top: 13px;
    padding-right: 27px;
    padding-bottom: 13px;
    padding-left: 27px;
  }
  .footer .Footer-form {
    margin-top: 25px;
  }
}

.healthshield-wrapper .dnd-section>.row-fluid {
  padding: 0;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.healthshield-section-five .left-mid-wrapper h3 {
  padding: 30px 0px 30px 0px;
  margin: 0;
}
.healthshield-section-five .left-mid-wrapper h3 span.first-heading {
  font-family: "Montserrat", Sans-serif;
  font-size: 38px;
  font-weight: 600;
  font-style: italic;
  line-height: 50px;
  padding: 0;
  color: #8bc53f;
}
.healthshield-section-five span.ma-el-words-wrapper {
  display: none !important;
}
.healthshield-inner-wrapper .dnd-section>.row-fluid {
  padding: 0;
}
.healthshield-inner-section-one .left-mid-wrapper h3 {
  margin: 0;
}
.healthshield-inner-section-one span.ma-el-words-wrapper {
  display: none !important;
}
.healthshield-inner-section-one .left-mid-wrapper h3 span.first-heading {
  padding: 0;
}
.healthshield-inner-section-one .left-mid-wrapper h3 span.first-heading {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.healthshield-inner-section-two blockquote {
  background-color: #2c2b2c;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 20px 40px 20px 40px;
  border-radius: 20px 20px 20px 20px;
  max-width: 940px;
  margin: 10px auto 0px;
  border: 0 !important;
}
.healthshield-inner-section-two blockquote h2 {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
.careers-wrapper .dnd-section>.row-fluid {
  padding: 0;
}
.careers-section-two p {
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #2c2b2c;
  margin-bottom: 20px;
}
.careers-section-two h3 {
  font-size: 24px;
  line-height: 30px;
  color: #2c2b2c;
  font-weight: 600;
}
.careers-section-two ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.careers-section-two ul li {
  padding-bottom: calc(3px/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
}
.careers-section-two ul li:not(:first-child) {
  margin-top: calc(3px/2);
}
.careers-section-two ul li span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careers-section-three .bottom-pane {
  padding: 70px 0;
}
.careers-section-two ul li span:first-child i.fas.fa-circle {
  color: #2c2b2c;
  width: 1.25em;
  font-size: 10px;
}
.careers-section-two h5 {
  margin: 0;
}
.careers-section-three .bottom-pane-btn {
  margin-top: 30px;
  padding: 10px;
}
.careers-section-three .bottom-pane-btn a {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  background-color: #8BC53F;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #8BC53F;
  border-radius: 4px 4px 4px 4px;
  padding: 13px 32px 13px 32px;
}
.careers-section-three .bottom-pane-btn a:hover {
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}
.careers-section-three .bottom-pane-content p {
  font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.85714285714286;
}
.careers-section-three .bottom-pane-title h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 38px;
  font-weight: 700;
}
.careers-section-two ul li span:first-child i.fas.fa-circle:before {
  content: "\f111";
}
.careers-section-two ul li span+span {
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-left: 10px;
  color: #2c2b2c;
}
.careers-section-two h3 {
  font-size: 24px;
  line-height: 30px;
  color: #2c2b2c;
  font-weight: 600;
  margin-bottom: 20px;
}
.associationbot-section-two .counter-wrapper .content-wrapper {
  padding: 10px;
}
.associationbot-section-six .bottom-pane {
  padding: 50px 0 60px;
}
.associationbot-section-four .chatbots-wrapper .content-wrapper {
  padding: 10px 10px 0;
  padding-top: 0;
}
.associationbot-section-four .chatbots-bottom-content .chatbots-bottom-content-inner .chatbots-item .chatbots-element p:not(:last-child) {
  margin-bottom: 20px;
}
.chatbots-bottom-content .chatbots-bottom-content-inner .chatbots-item .chatbots-element ul {
  padding: 0;
  text-align: center;
  margin: 0;
}
.chatbots-section-two .counter-wrapper .content-wrapper {
  padding: 10px 10px;
}
.about-section-two .dnd-section>.row-fluid {
  padding: 10px;
}
.about-section-two .span4 {
  margin: 0 !important;
  width: 33.333%;
}
.about-section-two .span4 blockquote{
  background-color: #2c2b2c;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 0;
  text-align: center;
}
.about-section-two h2 {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
.chatbots-bottom-content .chatbots-bottom-content-inner .chatbots-item .chatbots-element ul li span {
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.chatbots-bottom-content .chatbots-bottom-content-inner .chatbots-item .chatbots-element ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.associationbot-section-five .meets-you-member-content-wrapper {
  display: block !important;
}


@keyframes elementor-animation-bob{
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
.privacy-page .dnd-section>.row-fluid {
  padding: 0;
}
.about-section-four .dnd-section>.row-fluid {
  padding: 0;
}
.about-section-four .span6 {
  width: 50%;
  margin: 0 !important;
}
.about-section-four .span6:first-child>div {
  margin: 0px 20px 0px 0px;
}
.about-section-four .span6 h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #2c2b2c;
  margin-bottom: 20px;
}
.about-section-four .span6 p:not(:last-child) {
  margin-bottom: 20px;
}
.about-section-four p:last-child {
  margin: 0;
}
.about-section-four p {
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-section-seven .bottom-pane {
  padding: 70px 0px 70px 0px;
}
.about-section-seven .bottom-pane h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 38px;
  font-weight: 700;
}
.features-padding .features-inner .features-icon-box-content p .green {
  color: #8bc53f;
  font-weight: bold;
}
.fa-users:before {
  content: "\f0c0";
}
.features-flex-wrapper {
  flex-wrap: wrap;
}
.fa-comments:before {
  content: "\f086";
}
.home-section-three .counter-wrapper .content-wrapper {
  padding-bottom: 10px;
}
.feature-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 0;
}
.feature-btn a {
  font-family: "Montserrat", Sans-serif;
  font-size: 26px;
  font-weight: 500;
  background-color: #8bc53f;
  border-radius: 20px 20px 20px 20px;
  padding: 25px 50px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.home-section-four .dnd-section>.row-fluid {
  padding: 10px;
}
.home-section-four .span6>div * {
  display: block !important;
}
.home-section-four .span6 h2 {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 20px;
}
.home-section-four .span6 p {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.home-section-four .span6 p:not(:last-child) {
  margin-bottom: 20px;
}
.home-section-four .span6 {
  margin: 0 !important;
  width: 50%;
}
.home-section-four .span6 img {
  border-radius: 10px 10px 10px 10px;
  vertical-align: middle;
  display: inline-block;
}
.home-section-four .span6>div {
  padding: 10px;
}
.left-mid-content p {
  margin: -15px 0px 0px 0px;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.left-mid-content {
  margin-bottom: 20px;
}
.home-section-one .left-mid-wrapper h3 span.ma-el-words-wrapper b.second-heading {
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  line-height: 50px;
}
.home-section-one .left-mid-wrapper h3 span.first-heading {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}
.about-section-seven .bottom-pane p {
  font-family: "Montserrat", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 46.4286px;
}
.about-section-seven .bottom-pane .content-wrapper .row .bottom-pane-inner .bottom-pane-btn {
  margin-top: 30px;
  padding: 10px;
}
.about-section-seven .bottom-pane-btn a {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  background-color: #8bc53f;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #8bc53f;
  border-radius: 4px 4px 4px 4px;
  padding: 13px 32px 13px 32px;
}
.contact-section-one p {
  text-align: center;
  margin-bottom: 20px;
}
.contact-section-one .dnd-section>.row-fluid {
  padding: 10px;
}
.contact-section-one p img {
  width: 150px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.post-image img {
  width: 600px;
}
.contact-section-one p:last-child {
  padding: 10px;
  text-align: center;
  color: #808192;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contact-section-one .hbspt-form {
  max-width: 720px;
  margin: 8px auto 0;
  padding: 10px;
}
.contact-section-one h3.form-title {
  margin-bottom: 50.8px;
  text-align: center;
  color: #808192;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
article.blog-post h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.post-image {
  padding: 10px 10px 0;
}
.blog-post__body p {
  margin-bottom: 20px;
}
.contact-section-one form .hs-form-field>label {
  color: #33475b;
  font-family: Montserrat;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
}
.contact-section-one form .hs_product_interests ul {
  padding: 5px;
}
.multiple-industries .left-padding-wrapper .left-btn-wrapper .multiple-btn-wrapper:first-child a {
  word-break: keep-all;
}
.contact-section-one form .grecaptcha-badge {
  margin-left: 0;
  margin: 8px;
}
.contact-section-one .hs_cos_wrapper_type_form {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 10px;
}
.contact-section-one h2 {
  color: #2c2b2c;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.about-section-seven .bottom-pane p{
  color: #2c2b2c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-section-one .left-mid-wrapper h3 span.ma-el-words-wrapper b.second-heading{
    display: none !important;
  }
  .left-mid-wrapper h3 span.ma-el-words-wrapper b.is-visible.second-heading{
    display: block !important;
  }
  .counter-wrapper .counter-item .counter-widget-container {
    min-height: 153px !important;
  }
}
.careers-section-three .bottom-pane-btn a:hover {
  border-color: #8bc53f;
  background-color: #8bc53f;
}
.cta_button {
  text-transform: capitalize;
}
.bottom-pane .cta_button {
  text-transform: inherit;
}
.chatbots-section-two {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #fff;
}
.multiple-industries .left-padding-wrapper .left-btn-wrapper .multiple-btn-wrapper:first-child a {
  text-transform: inherit;
}
.home-section-two .feature-btn a:hover {
  color: #fff;
}
.home-section-one .left-mid-wrapper h3 span.first-heading {
  word-break: keep-all;
}
.website-page h3 {
  color: #8bc53f;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}
.website-page .hs-rss-module {
  margin-left: 45px;
}
.about-section-seven .bottom-pane-btn a:hover {
  border-color: #8bc53f;
  background-color: #8bc53f;
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}
.website-page .hs-rss-module a.hs-rss-title {
  text-transform: none;
  color: #222222;
}
.website-page .span6 .hs-rss-item-text {
  position: relative;
}
.website-page .span6 .hs-rss-item-text:before {
  content: ".";
  font-size: 43px;
  line-height: 0;
  color: #000;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.website-page .hs-rss-module .hs-rss-item {
  margin: 0;
}
.website-page .hs-rss-module a.hs-rss-title {
  text-transform: capitalize;
  color: #222222;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
}
.website-page .hs-rss-module {
  padding-left: 26px;
  padding-top: 13px;
  margin: 0;
}

@media not all, not all, (-webkit-min-device-pixel-ratio: 1.5), not all, (min-resolution: 1.5dppx){
  .home-section-one .advance-banner .right-wrapper img {
    height: 700px !important;
    object-fit: cover !important;
  }
}
@media not all, not all, (-webkit-min-device-pixel-ratio: 2), not all, (min-resolution: 192dpi){
  .home-section-one .advance-banner .right-wrapper img {
    height: 700px !important;
    object-fit: cover !important;
  }
}

.about-section-two h2 {
  word-break: keep-all;
}
.associationbot-section-six .meets-you-member-wrapper .meets-you-member-title h2 {
  color: #2c2b2c;
}
.case-studies-page .widget-type-rich_text a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.custom-case-studies .item-inner{
  height: 100%;
}


@media(max-width: 950px) and (min-width: 768px){
  .counter-wrapper .counter-item .counter-icon-box-content h3 {
    font-size: 18px !important;
  }
  .counter-wrapper .counter-item .counter-icon-box-icon {
    margin-right: 0 !important;
  }
  .about-section-two h2 {
    word-break: keep-all;
    font-size: 27px;
  }
}

@media(max-width: 854px) and (min-width: 768px){
  .home-section-four .dnd-section>.row-fluid {
    display: block !important;
  }
}

@media(max-width: 767px){
  .healthshield-inner-section-one .left-mid-wrapper h3 span.first-heading{
    text-align: center;
  }
  .about-section-two .span4:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .about-section-two .span4 {
    margin: 0 !important;
    width: 100%;
  }
  .about-section-four .span6 {
    width: 100%;
    margin: 0 !important;
  }
  .home-section-four .span6 {
    margin: 0 !important;
    width: 100%;
  }
  .case-studies-page .left-section {
    display: none;
  }
  .chatbots-section-two {
    position: relative;
  }
  .home-section-one .left-mid-wrapper h3 span.first-heading {
    font-size: 40px;
  }
  .home-section-one .left-mid-wrapper h3 span.ma-el-words-wrapper b.second-heading {
    font-size: 40px;
  }
  .left-mid-content p {
    text-align: center;
  }
}

@media(max-width: 450px){
  .privacy-section-one .banner .banner-inner h2 {
    line-height: 1;
  }
  .healthshield-section-one .left-mid-wrapper h3 span.first-heading {
    word-break: keep-all;
  }
}

@media(max-width: 350px){
  .about-section-two h2 {
    font-size: 30px;
  }
}