*, *: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 {
 
}

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

.content-wrapper {
  margin: 0 auto;
}

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

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



.dis_flx_clas,
.dis_flx_clas_mob{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.dis_flx{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.dis_col_rev{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
}

.flx_wrap{
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.just_cent{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.just_spac_btw{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.just_flx_end{
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
}

.just_flx_start{
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
}

.just_flx_even{
  -webkit-box-pack:space-evenly;
  -ms-flex-pack:space-evenly;
  justify-content:space-evenly;
}

.align_cent{
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.align_flx_start{
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}

.align_flx_end{
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
}

.flex_direction_row{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
}

.flex_direction_col{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.flex12{
  -ms-flex-preferred-size:7.3%;
  flex-basis:7.3%;
}

.flex11{
  -ms-flex-preferred-size:8.09;
  flex-basis:8.09;
}

.flex10{
  -ms-flex-preferred-size:9%;
  flex-basis:9%;
}

.flex9{
  -ms-flex-preferred-size:10.11%;
  flex-basis:10.11%;
}

.flex8{
  -ms-flex-preferred-size:11.5%;
  flex-basis:11.5%;
}

.flex7{
  -ms-flex-preferred-size:13.28%;
  flex-basis:13.28%;
}

.flex6{
  -ms-flex-preferred-size:15.67%;
  flex-basis:15.67%;
}

.flex5{
  -ms-flex-preferred-size:19%;
  flex-basis:19%;
}

.flex4{
  -ms-flex-preferred-size:49%;
  flex-basis:49%;
}

.flex3{
  -ms-flex-preferred-size:32.33%;
  flex-basis:32.33%;
}

.flex2{
  -ms-flex-preferred-size:49%;
  flex-basis:49%;
}

.flex1{
  -ms-flex-preferred-size:100%;
  flex-basis:100%;
}

.flx_wrap .flex12,.flx_wrap .flex11,.flx_wrap .flex10,
.flx_wrap .flex9,.flx_wrap .flex8,.flx_wrap .flex7,
.flx_wrap .flex6,.flx_wrap .flex5,.flx_wrap .flex4,
.flx_wrap .flex3,.flx_wrap .flex2,.flx_wrap .flex1{
  margin-top:30px;
}
.flx_wrap.rem_mgn .flex12,.flx_wrap.rem_mgn .flex11,.flx_wrap.rem_mgn .flex10,
.flx_wrap.rem_mgn .flex9,.flx_wrap.rem_mgn .flex8,.flx_wrap.rem_mgn .flex7,
.flx_wrap.rem_mgn .flex6,.flx_wrap.rem_mgn .flex5,.flx_wrap.rem_mgn .flex4,
.flx_wrap.rem_mgn .flex3,.flx_wrap.rem_mgn .flex2,.flx_wrap.rem_mgn .flex1{
  margin-top:0px;
}
margin-top: 30px;
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}
/* Clearfix */

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


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

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
}

.all-text-black,
.all-text-black h1,
.all-text-black h2,
.all-text-black h3,
.all-text-black p,
.all-text-black h4,
.all-text-black h5,
.all-text-black h6,
.all-text-black li,
.all-text-black .fa,
.all-text-black a{
  color:#000000;
}

.all-text-grey,
.all-text-grey h1,
.all-text-grey h2,
.all-text-grey h3,
.all-text-grey p,
.all-text-grey h4,
.all-text-grey h5,
.all-text-grey h6,
.all-text-grey li,
.all-text-grey .fa,
.all-text-grey a{
  color:#444f60;
}

.all-text-purple,
.all-text-purple h1,
.all-text-purple h2,
.all-text-purple h3,
.all-text-purple p,
.all-text-purple h4,
.all-text-purple h5,
.all-text-purple h6,
.all-text-purple li,
.all-text-purple .fa,
.all-text-purple a{
  color:#7f00ff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.text-align-center h1,
.text-align-center h2,
.text-align-center h3,
.text-align-center p,
.text-align-center h4,
.text-align-center h5,
.text-align-center h6,
.text-align-center li,
.text-align-center ul,
.text-align-center .fa,
.text-align-center a,
.all-text-center,
.all-text-center img{
  text-align: center;
}

/* Font-weight */

.font-weight-nine,
.font-weight-nine h1,
.font-weight-nine h2,
.font-weight-nine h3,
.font-weight-nine h4,
.font-weight-nine h5,
.font-weight-nine h6,
.font-weight-nine li,
.font-weight-nine p,
.font-weight-nine a {
  font-weight:900;
}

.font-weight-eight,
.font-weight-eight h1,
.font-weight-eight h2,
.font-weight-eight h3,
.font-weight-eight h4,
.font-weight-eight h5,
.font-weight-eight h6,
.font-weight-eight li,
.font-weight-eight p,
.font-weight-eight a {
  font-weight:800;
}

.font-weight-seven,
.font-weight-seven h1,
.font-weight-seven h2,
.font-weight-seven h3,
.font-weight-seven h4,
.font-weight-seven h5,
.font-weight-seven h6,
.font-weight-seven li,
.font-weight-seven p,
.font-weight-seven a {
  font-weight:700;
}

.font-weight-six,
.font-weight-six h1,
.font-weight-six h2,
.font-weight-six h3,
.font-weight-six h4,
.font-weight-six h5,
.font-weight-six h6,
.font-weight-six li,
.font-weight-six p,
.font-weight-six a {
  font-weight:600;
}

.font-weight-five,
.font-weight-five h1,
.font-weight-five h2,
.font-weight-five h3,
.font-weight-five h4,
.font-weight-five h5,
.font-weight-five h6,
.font-weight-five li,
.font-weight-five p,
.font-weight-five a {
  font-weight:500;
}

.font-weight-four,
.font-weight-four h1,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four li,
.font-weight-four p,
.font-weight-four a {
  font-weight:400;
}

.font-weight-three,
.font-weight-three h1,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three li,
.font-weight-three p,
.font-weight-three a {
  font-weight:300;
}


.letter-spacing-zero,
.letter-spacing-zero-h1  h1,
.letter-spacing-zero-h2  h2,
.letter-spacing-zero-h3  h3,
.letter-spacing-zero-h4  h4,
.letter-spacing-zero-h5  h5,
.letter-spacing-zero-h6  h6,
.letter-spacing-zero-p  p,
.letter-spacing-zero-a  a{
  letter-spacing:normal;
}
/*========End==================*/

.margin-zero,
.margin-zero h1,
.margin-zero h2,
.margin-zero h3,
.margin-zero h4,
.margin-zero h5,
.margin-zero h6,
.margin-zero li,
.margin-zero p,
.margin-zero a {
  margin-bottom: 0;
}

.white-bg{
  background-color: #ffffff;
}

.grey-bg{
  background-color: #F8FFEC;
}

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

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

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

.position_abs{
  position: absolute;
  z-index: -1;
}

.transition_it{
  -webkit-transition:0.3s all ease;
  -o-transition:0.3s all ease;
  transition:0.3s all ease;
}
.underline span,
.underline_h1 h1 span,
.underline_h2 h2 span,
.underline_h3 h3 span,
.underline_h4 h4 span,
.underline_h5 h5 span,
.underline_h6 h6 span{
  text-decoration: underline;
  font-weight: 700;
}

.bold_h1 h1 span,
.bold_h2 h2 span,
.bold_h3 h3 span,
.bold_h4 h4 span,
.bold_h5 h5 span,
.bold_h6 h6 span{
  font-weight: 700;
}
.overflow-hidden{
  overflow:hidden;
}
@media (max-width: 767px) {
  .mobile_center,
  .mobile_center img,
  .mobile_center h1,
  .mobile_center h2,
  .mobile_center h3,
  .mobile_center h4,
  .mobile_center h5,
  .mobile_center h6,
  .mobile_center p{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
  .visible-phone {
    display: inherit !important;
  }

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

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

  .visible-desktop {
    display: none !important;
  }
  .flx_wrap .flex12,.flx_wrap .flex11,.flx_wrap .flex10,
  .flx_wrap .flex9,.flx_wrap .flex8,.flx_wrap .flex7,
  .flx_wrap .flex6,.flx_wrap .flex5,.flx_wrap .flex4,
  .flx_wrap .flex3,.flx_wrap .flex2,.flx_wrap .flex1{
    margin-top:15px;
  }
  .dis_flx_clas{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .flex12,.flex11,.flex10,
  .flex9,.flex8,.flex7,
  .flex6,.flex5,.flex4,
  .flex3,.flex2,.flex1{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin-right:auto;
    margin-left:auto;
  }
  .mob-align-center{
    text-align:center !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;
  }
}


/* 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 ;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,.button, .cta_button,
.transparent_button .cta_button,
.white_button .cta_button{
  cursor: pointer;
  letter-spacing: normal;
  text-align: center;
  white-space: normal;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
}

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

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

/* Help text */

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 {
  display: inline-block;
  width: 100%;
  min-height:55px;
}

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;
  text-align: left;
}

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

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

/* Inputs - date picker */

.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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top:15px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-fieldtype-file input{
  position:relative;
}

body form fieldset.form-columns-2 .hs-form-field {
  width: 50% !important;
  margin-right: 0px;
  padding-right: 20px; 
}
body form fieldset.form-columns-2 .hs-form-field:nth-child(2n+2) {
  padding-right: 0px; 
}

@media (min-width: 768px){
  body form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0px;
  }
  body form fieldset.form-columns-3 .hs-form-field{
    width: 30.7% !important;
    margin-right: 20px;
  }
  body form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0px;
  }
  body form textarea{
    min-height:140px;
  }

}
@media (max-width: 768px){
  .hs-form-field {
    margin-bottom: 15px;
  }
}

@media(max-width:480px){
  body form fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
    margin-right: 0px;
    padding-right: 0px; 
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
  text-align:left;
}

/* Table header */

thead th {
  vertical-align: bottom;
}


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



.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.05rem;
  }
}



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



.header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}



.header__search {
  padding: 0 1rem;
  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 0.7rem;
}

.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: var(--white_color);
  border: 2px solid var(--accent_ter);
  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 var(--accent_ter);
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: var(--primary_color);
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

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

@media (min-width: 767px) {
  .header__search form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

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

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid var(--accent_ter);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 1.05rem;
  }
}



.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
          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%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.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 {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--tertiary_color);
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid var(--accent_ter);
    padding-left: 1.05rem;
    padding-right: 0;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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



#nav-toggle {
  display: none;
}



@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: var(--white_color);
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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


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



.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}



.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}



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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}



.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.global_header_bg_content.fixed header.header {
  position: fixed;
  top: 0;
}
.header .desktop-none{
  display:none !important;
}
header .scroll-logo.header {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
header .scroll-logo.header.fixed_header {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  position: relative;
  background: transparent;
}

header.header.fixed_header .white-image {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
}

.header-main__logo .black_image {
  display: none;
}
header.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms; 
}
header.header .content-wrapper {
  padding: 0 20px; 
}
header .header-main__container {
  position: relative;
  padding: 25px 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header .header-main__container * {
  z-index: 2;
}
svg.svg-icon.search-icon.Searchicon {
  width: 20px;
  height: 20px;
}
svg.svg-icon.search-icon.Searchicon g.search-path{
  stroke: #000;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header.header.fixed_header svg.svg-icon.search-icon.Searchicon g.search-path{
  stroke:#fff;
}
header .header-main__logo {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-main__logo img {
  max-width: 200px;
  -webkit-transition: all 123.4ms linear;
  -o-transition: all 123.4ms linear;
  transition: all 123.4ms linear;
  height: auto;
  vertical-align: middle;
}
header .header-main__menu-nav-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .hs-menu-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
header .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  line-height: 1.4;
}
header .hs-menu-wrapper .hs-item-has-children {
  position: relative;
}
header .header-main__menu-nav-wrapper .hs-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header li.hs-menu-item.active-branch > a  {
  background-color: #efefef;
}
header li.hs-menu-item.active-branch > a:hover  {
  background-color: #efefef;
}
header.fixed_header li.hs-menu-item.active-branch > a  {
  color: #000 !important;
}
header.fixed_header li.hs-menu-item.active-branch > a:hover  {
  background-color: #efefef !important;
}
header.header .header-main__menu-nav-wrapper .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover {
  background-color: #efefef ;
}
header .header-main__menu-nav-wrapper img {
  display: -webkit-inline-box;
  max-width: 14px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
header .header-main__cta a.cta_button {
  padding: 12px 21px;
  word-break: normal;
}
header .header-main__cta {
  display: inline-block;
}

header.header-main--fixed .header-main__container {
  padding: 5px 0 7px;
  -webkit-transition: all 210ms linear;
  -o-transition: all 210ms linear;
  transition: all 210ms linear;
}
header.header-main--fixed .header-main__logo img {
  max-width: 150px;
}
header.header-main--fixed .header-main__cta a.cta_button {
  padding-bottom: 5px;
  padding-top: 5px;
}
header.header-main--fixed .hs-menu-wrapper > ul > li > a:not(.header-main__cta):hover {
  opacity: .7;
}
body header .header-main__menu-nav-wrapper .hs-menu-children-wrapper a:hover {
  padding-left: 16px;
  border-radius: 6px;
}
.header-main__menu-nav-wrapper #hs_menu_wrapper_module_16358564176852_ {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.search-open #hs_menu_wrapper_module_16358564176852_ {
  -webkit-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  transform: translateX(-160px);
  opacity: 0;
}
body .header .header-main__menu-nav-container form input[type=text] {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
body header.header.fixed_header .header-main__menu-nav-container form input[type=text]{
  color:#fff;
}
/* Search CSS */
.tab_list.active_sc {
  pointer-events: none;
  cursor: unset;
}
.hs-search-field__empty-message p span.value_input {

  text-transform: uppercase;
}
li.result-item.hide-element .result__description.result__endpoints_description {
  opacity: 0;
}
body.opacity.overflow_hide .hs-search-field__panel__wrapper__overflow {
  opacity: 0;
}
.loader {
  display:none;
  position:fixed;
  z-index:5;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: unset;
  cursor: auto;
}
.header .search-bar-function .loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.loader::before {
  content:'';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: .8;
  z-index: -1;
}

ul.hs-search-field-suggestions.hs-search-field__endpoints-suggestions{
  padding:0;
}
body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: transparent;
  color: #fff;


}

@media(max-width:1199px){
  body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input {

    opacity:0;
    visibility:hidden;
    z-index:-1;
  }
}

body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input::-webkit-input-placeholder {
  color:#ffffff;
}

body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input::-moz-placeholder {
  color:#ffffff;
}

body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input:-ms-input-placeholder {
  color:#ffffff;
}

body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input::-ms-input-placeholder {
  color:#ffffff;
}

body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form input.hs-search-field__input::placeholder {
  color:#ffffff;
}
body.overflow_hide .hs-search-field .hs-search-field__bar {
  position: absolute;
  left: 0;
  background: transparent;
  width: 100%;
  max-width: 760px;
  top: 7px;
  padding:0px;
}
body.overflow_hide .main_header .hs-search-field {
  left: 0;
  right: 0;
  max-width: 1092px;
  margin: 0 auto;
}
body.overflow_hide .hs-search-field .hs-search-field__bar form#search-form {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.overflow_hide .hs-search-field .hs-search-field__bar .btn_cta {
  display: none;
}

.header .search-bar-function {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height:0;
  vertical-align: middle;
}
.header .search-bar-function img {
  width: 15px;
  height: 15px;
}
header .header-main__menu-nav-wrapper .loader img {
  max-width: 50px;
}
.header .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .search-bar-function {
  display: none;
}
.header form.custom-search:after {
  background-image: url(https://f.hubspotusercontent30.net/hubfs/20293139/benevity_main_assets_2021/global_assets/arrow.png);
  content: '';
  width: 25px;
  height: 25px;
  top: 12px;
  padding: 12px 19px;
  position: absolute;
  background-size: contain;
  z-index: 111;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  right: 10px;
}
.header form.custom-search input {
  padding-right: 43px;
}
.header .hs-search-field ul.hs-search-field__articles-suggestions li,
.header .hs-search-field ul.hs-search-field__endpoints-suggestions li {
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 24px;
  padding: 24px 32px;
  line-height: 2;
}
.header .hs-search-field ul.hs-search-field__articles-suggestions li a,
.header .hs-search-field ul.hs-search-field__endpoints-suggestions li a{
  text-decoration:none !important;
}
.header .hs-search-field__panel {
  text-align: left;
  background-color: rgb(0 0 0 / 95%);
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  -webkit-box-shadow: rgb(0 0 0 / 50%) 0 0 15px;
  box-shadow: rgb(0 0 0 / 50%) 0 0 15px;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top:0;
}
.header .hs-search-field__panel .hs-search-field__panel__wrapper__overflow{
  height:calc(100vh - 130px);
  overflow: auto;
  padding-bottom:50px;
}

.header .hs-search-field ul.hs-search-field-suggestions li .result__endpoints_key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position:relative;
}
.header .hs-search-field .hs-search-field__panel .hs_search_header_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.header .hs-search-field  .hs-search-field__panel__header {
  padding: 30px 0;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  margin-bottom:30px;
}
.header .hs-search-field  .hs_search_header_tabs .tab_list span{
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .hs-search-field  .hs_search_header_tabs .tab_list.list-sc-1{
  margin-bottom:15px;
}
.header .hs-search-field  .hs_search_header_tabs .tab_list.active_sc span{
  background: #FFFFFF;
}
.header .hs-search-field .hs-search-field__panel__header img.sc-header-close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  z-index:2;
}
.header .hs-search-field ul.hs-search-field-suggestions li .result__endpoints_key .result_title {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-right: 25px;
}
.header .hs-search-field ul.hs-search-field-suggestions li .result__endpoints_key .result__description {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-left: 25px;
  margin: 15px 0;
  border-left:1px solid #cbd6e2;
}
.hs-search-field__panel.open_result{
  display:block;
}
ul.hs-search-field-suggestions a.load-more_blog_t,
ul.hs-search-field-suggestions a.load-more {
  display:block;
  line-height:1;
  max-width:130px;
  margin-left:auto;
  margin-right:auto;
}

.header .hs-search-field__panel__wrapper .hs-field-sugg-wrapper{
  display:none;
}
.header .hs-search-field__panel__wrapper .hs-field-sugg-wrapper.active_tab_content{
  display:block;
}
.header .hs-search-field {
  display: none;
}
@media(min-width:1199px){
  .header .hs-search-field {
    position: absolute;
    left: 0;
    right: 0;
    top:-3px;
    background-color: transparent;
    padding: 0;
    margin: 0 0 auto auto;
    margin-right: 24px;
  }
  body.search-open .content-wrapper,body.search-open .header-main__menu-nav-container {
    position: relative;
  }
  body.search-open .search-bar-function.mobile-none {
    position: absolute;
    width: 100%;
    right: 0;
    width: 100%;
  }
  body.search-open svg.svg-icon.search-icon.Searchicon {
    position: absolute;
    top: -50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.header .hs-search-field form input[type=text]:focus{
  outline: none;
}
.header .hs-search-field input[type=text] {
  width: 100%;
  padding: 5px;

  min-height:40px;
}
.header .search-bar-function .btn_cta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-22%);
  -ms-transform: translateY(-22%);
  transform: translateY(-22%);
  right: 10px;
}

header.header a.close_cta svg {
  fill: #000;
  width: 15px;
  height: 15px;
}
header.header.fixed_header a.close_cta svg {
  fill: #fff;
}

.header .search-bar-function .btn_cta a:hover {
  opacity: 1;
}
.header .search-bar-function .result__articles-title,
.header .search-bar-function .result__endpoints-title {
  font-weight: 700;
  font-style: italic;
}
.header .search-bar-function  .result__description {
  font-weight: 400;
}
.header .hs-search-field .hs-search-field__bar{
  z-index: 5;
}
.header .hs-search-field .hs-search-field__suggestions-title {
  opacity: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #ccc;
  padding: 0px 5px;
  margin: 0;
  display: block;
}
.header .search-bar-function .btn_cta .cta_button{
  background-color:#007DB3;
}
.header .search-bar-function .btn_cta .cta_button{
  padding: 12px 24px;
}
.header .hs-search-field span.hs-search-highlight.hs-highlight-html {
  font-weight: 700;
  border-bottom: 1px dotted;
}
.header .hs-search-field .hs-search-field__empty-message{
  display:block;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  padding:25px 0px 20px;
}
.header .hs-search-field__panel__wrapper {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
.header .hs-search-field .hs-search-field__empty-message.hs-search-field--has-results{
  display:none;
}
.header .hs-search-field  .hs-search-field__empty-message.open_search.hs-search-field--has-results{
  padding-bottom: 5px;
  border-top: 3px solid #bfbfbf;
}
.header .hs-search-field__empty-message{
  display:block;
}
.header .hs-search-field .hs-search-field__empty-message{
  color:#FFF;
}
body.overflow_hide{
  overflow:hidden;
}

.hs-search-field__panel .hs-search-field__panel__header .blog_result_type{
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  padding: 40px 15px 0;
  margin:0 auto;
}
.hs-search-field__panel .hs-search-field__panel__header .blog_result_type.blog-search.active_tab_content {
  display: block;
}
.hs-search-field__panel .hs-search-field__panel__header .blog_result_type .tab_blog_post{
  margin-bottom:10px;
}
.hs-search-field__panel .hs-search-field__panel__header .blog_result_type .blog_result_type_fix {
  max-width: 230px;
  margin-right: 0px;
  margin-left: auto;
}
.hs-search-field__panel .hs-search-field__panel__header .blog_result_type .tab_blog_post span{
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.hs-search-field__panel .hs-search-field__panel__header .blog_result_type .tab_blog_post.active_blog_type span{
  background: #df165c;
}
.hs-search-field__articles-suggestions.show_blog_type .result-item{
  display:none;
}
.hs-search-field__articles-suggestions.show_blog_type .result-item.show_result{
  display:block;
}


@media(min-width: 1201px) {
  .global_header_bg_content.fixed.top-margin-removed {
    margin-top: 0;
  }
  header.header.fixed_header .header-main__container {
    padding: 15px 0;
  }
  .global_header_bg_content.fixed {
    margin-top: 102px;
  }
  header .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a {
    padding: 12px 12px;
  }
  header li.hs-menu-item.hs-menu-depth-1:not(:last-child) {
    margin-right: 13px;
  }
  header .header-main__cta a.cta_button {
    margin-left: 12px;
  }
  header .hs_cos_wrapper_type_menu{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  body.search-open .hs_cos_wrapper_type_menu,body.search-open header .header-main__menu-nav-container li.hs-menu-item.language_switcher.mobile-none,
  body.search-open header .header-main__menu-nav-container .header-main__cta{
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
    opacity: 0;
    visibility: hidden;
  }
  header .hs-menu-depth-1 ul .hs-item-has-children > a:after, 
  header .hs-menu-depth-1.hs-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    content: "";
  }
  header .hs-menu-depth-1.hs-item-has-children > a:after {
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  header .hs-menu-wrapper .hs-menu-children-wrapper {
    padding: 10px 12px;
    border-radius: 6px;
  }
  header .hs-menu-wrapper .hs-menu-children-wrapper {
    -webkit-box-shadow: 0 12px 34px rgb(0 0 0 / 12%);
    box-shadow: 0 12px 34px rgb(0 0 0 / 12%);
  }


  header .hs-menu-wrapper .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
    min-width: 230px;
    max-width: 230px;
  }
  header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    display: block;
    top:40px;

  }

  header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: -15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 25px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;

  }
  header .hs-menu-wrapper .hs-menu-children-wrapper a {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    text-transform: none;
    letter-spacing: 0px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 230px;
    overflow: hidden;
    white-space:nowrap;
  }
  header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper {
    right: -230px;
    top: -10px;
    max-width: 230px;
    left: unset;
    -webkit-box-shadow: rgb(13 21 43 / 20%) 0 0 25px;
    box-shadow: rgb(13 21 43 / 20%) 0 0 25px;
  }
  header .hide-on-desktop {
    display: none;
  }
}

@media(max-width: 1200px) {

  .lang_list_class:after, .lang_list_class:before{
    content:none !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children >.hs-menu-children-wrapper{
    top: 0;
    left: 0;
    opacity: 1;
  }
  .global_header_bg_content.fixed {
    padding-bottom: 61px;
  }
  .header li.hs-menu-item.hs-item-has-children >a {
    pointer-events: none;
  }
  body.search-open .content-wrapper {
    position: relative;
  }
  header.header.fixed_header a.close_cta svg{
    fill:#000;
  }
  .body-wrapper--mobile-menu{
    overflow:hidden;
  }
  body.search-open svg.svg-icon.search-icon.Searchicon {
    width: 0;
    height: 0;
  }
  body.search-open  .header .search-bar-function.desktop-none {
    width: 97%;
    top: 0;
    right: 0;
    z-index: 5;

  }

  .header .desktop-none{
    display:block !important;
  }
  .header .mobile-none{
    display:none !important;
  }
  .search-bar-function.desktop-none, li.hs-menu-item.language_switcher.desktop-none {
    position: absolute;
  }
  li.hs-menu-item.language_switcher.desktop-none {
    right: 115px;
    top: 17px;
  }
  body header.header .globe_class:hover .lang_list_class{
    top: 44px;
    left: -65px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: 0.3s all ease;-o-transition: 0.3s all ease;transition: 0.3s all ease;
  }
  .search-bar-function.desktop-none {
    right: 70px;
    top: 20px;
  }
  header .header-main__menu-nav-container {
    display: none;
    background: #fff;
    position: fixed;
    width: 80vw;
    left: 100%;
    top: 0;
    z-index: 1234;
    opacity: 1;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 100vh;
    overflow-y: scroll;
  } 
  .header .search-bar-function{
    width: 20px;
  }
  body .header .header-main__menu-nav-container form input[type=text]{
    border-bottom: 1px solid #000;
  }
  .search.align-right {
    text-align: left;
  }
  header.header a.close_cta svg{
    position: relative;
  }
  header .header-main__mobile-menu-btn {
    background: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position: relative;
  }
  header .header-main__mobile-menu-btn span {
    position: absolute;
    height: 2px;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  header .header-main__mobile-menu-btn span:first-of-type {
    width: 32px;
    top: 14px;
    left: 14px;
  }
  header .header-main__mobile-menu-btn span:nth-of-type(2) {
    width: 32px; 
    top: 25px;
    left: 14px;
  }
  header .header-main__mobile-menu-btn span:nth-of-type(3) {
    width: 32px;
    top: 36px;
    left: 14px;
  }
  header .header-main__mobile-menu-btn--close span:first-of-type {
    width: 40px;
    top: 26px;
    left: 10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  header .header-main__mobile-menu-btn--close span:nth-of-type(2) {
    width: 0;
    left: 33px;
  }
  header .header-main__mobile-menu-btn--close span:nth-of-type(3) {
    width: 40px;
    top: 26px;
    left: 10px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  .body-wrapper--mobile-menu header .header-main__menu-nav-container {
    display: block;
    opacity: 1;
    overflow-x: hidden;
  }
  .body-wrapper--mobile-menu header .header-main__menu-nav-container:before {
    content: attr(data-error);
    display: block;
    padding: 21px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .2;
    color:#fff;
  }
  header .header-main__menu-nav-wrapper .hs-menu-wrapper>ul>li>a:not(.header-main__cta), 
  header .header-main__menu-nav-wrapper .hs-menu-item {
    display: block;
    width: 100%;
  }
  header .header-main__menu-nav-wrapper .hs-menu-wrapper>ul>li>a:not(.header-main__cta) {
    border-bottom: 1px solid rgba(68,68,68,0.21);
  }
  header .submenu-plus {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    padding: 0;
    border-left: 1px dotted rgba(68,68,68,0.21);
    height: 50px;
  }
  header .header-main__menu-nav-wrapper .hs-item-has-children a {
    position: relative;
  }
  header .header-main__menu-nav-wrapper .hs-menu-item a {
    height: 50px;
    line-height: 50px;
  }
  .body-wrapper--mobile-menu {
    -webkit-transform: translate(-80vw);
    -ms-transform: translate(-80vw);
    transform: translate(-80vw);
  }
  .body-wrapper--mobile-menu .body-container-wrapper {
    height: 100vh;
    overflow-y: hidden;
  }
  .body-wrapper--mobile-menu:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.12);
    position: absolute;
    z-index: 3;
  }
  header .header-main__container {
    position: relative;
    padding: 5px 0;
  }
  header .header-main__menu-nav-wrapper .hs-menu-wrapper {
    display: block;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  header .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a {
    padding: 0 12px;
  }
  header .header-main__cta {
    display: block;
    max-width: 210px;
    margin: 34px auto;
    text-align: center;
  }
  header .submenu-plus {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    padding: 0;
    height: 50px;
  }
  header .submenu-plus i, header .submenu-plus i:after {
    width: 10px;
    height: 1px;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  header .submenu-plus i:after {
    -webkit-transform: rotate(-90deg) translate(0,-5px);
    -ms-transform: rotate(-90deg) translate(0,-5px);
    transform: rotate(-90deg) translate(0,-5px);
    content: "";
  }
  header span.submenu-plus.submenu-plus--active i:after { 
    content: none; 
  }
  header .hs-menu-wrapper .hs-menu-children-wrapper {
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    position: relative;
    display: none;
  }
  .header .hs-menu-wrapper .hs-menu-children-wrapper {
    position: relative;
  }
  .header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover>.hs-menu-children-wrapper {
    top: 0;
  }
  header .hs-menu-wrapper .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap;
    padding: 0 12px;
    font-size: 15px;
    color: #444444;
    border-bottom: 1px solid rgba(68,68,68,0.21);
    text-indent: 12px;
  }
  body header.header .hs-menu-wrapper .hs-menu-children-wrapper a:hover {
    color: #1d5be6;
    background: #efefef;
    padding-left: 16px;
    border-radius: 6px;
  }

  body header.header li.hs-menu-item.language_switcher{
    padding-left: 15px;
    padding-right: 15px;

  }

  body header.header .globe_class>div {
    padding-top: 2px;
    padding-left: 10px;
  }
  body header.header .globe_class {
    padding-bottom: 35px;
    background: none !important;
  }
  body header.header .globe_class:hover .lang_list_class {
    display: block;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 43px 70px rgb(0 0 0 / 7%);
    box-shadow: 0 43px 70px rgb(0 0 0 / 7%);
    padding: 0px 0 0;
    top: 29px;
  }
  body header.header .lang_list_class li{
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #bbb;
  }
  body header.header .globe_class ul.lang_list_class li a.lang_switcher_link {
    font-size: 16px;
    line-height: 0px;
    height: 0px;
    text-align: left;
  }
  body header.header .lang_list_class li{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
  }
  body header.header .lang_list_class li:first-child {
    padding-top: 10px;
    border-top: 1px solid #bbb;
  }
}
body header.header li.hs-menu-item.language_switcher{
  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 9px;
}
body header.header .lang_list_class li{
  width: 165px;
}
body header.header .globe_class:before {
  content: "\f0ac";
  font-size: 19px;
  font-family: "Font Awesome 5 Pro" !important;
}
@media(min-width: 1201px){
  body header.header .globe_class {
    width: 20px;
    background-image: none;

  }
  body header.header .globe_class .lang_list_class{
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition:0.3s all ease;
    -o-transition:0.3s all ease;
    transition:0.3s all ease;
  }
  body header.header .globe_class:hover .lang_list_class {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 30px;
  }
  header.header.fixed_header .globe_class {
    color:#fff;
  }
  body header.header .lang_list_class li {
    width: 165px;
    border-color: #bbb;
    border-bottom: 1px solid #bbb;
    padding: 8px 15px 10px;
  }
}
@media(max-width:410px){
  header .header-main__logo img{
    width: 100% !important;
    max-width: 134px;
  }
  body header.header li.hs-menu-item.language_switcher{
    padding-right: 0;
  }
}
footer .section-padding{
  padding-bottom: 30px;
}

footer .footer-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-top .footer-logo{
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
footer .footer-top .footer-logo img{
  width: 80% !important;
}
footer .footer-top .footer-rich-text{
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  padding-right: 30px;
}
footer .footer-top .footer-rich-text p{
  margin-bottom: 0;
}
footer .footer-top .menu{
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
footer .footer-top .menu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-top .menu ul li{
  margin-right: 10px;
  margin-bottom: 20px;
}
footer .footer-bottom{
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-bottom .copy-right-text{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
footer .footer-bottom .social-media-icons{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: end;
}
footer .footer-bottom .copy-right-text p{
  margin: 0;
}
footer .social-media-icons svg{
  width:15px;
  height:15px;
}
footer .footer-bottom .social-media-icons a{
  margin-right: 10px;
}


@media(max-width: 768px){
  footer .footer-top .footer-logo{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  footer .footer-top .footer-rich-text{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 0px;
  }
  footer .footer-top .menu{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left;
  }
  footer .footer-top .menu ul{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-top .menu ul li{
    margin-right: 0;
  }
  footer .footer-top .menu ul li:last-child{
    margin-bottom: 0;
  }
  footer .footer-bottom{
    padding: 10px 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .footer-bottom .copy-right-text{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .footer-bottom .social-media-icons{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}


@media(max-width: 480px){
  footer .footer-top .footer-logo{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  footer .footer-top .footer-rich-text{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }

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

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

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

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

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

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

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

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots li,.slick-dots ul,ul.slick-dots{
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
.body-container-wrapper .slick-dots ul, .body-container-wrapper .slick-dots li{
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
  margin:0 auto;
  min-width:auto;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\00B7';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ad5cff;
  opacity: .75;
}
button.slick-arrow {
  background: none;
  border: none;
  font-size: 0;
  min-width: 0;
  position: relative;
  padding: 0px;
  margin: 0;
}

button.slick-arrow:before {
  content: "\f178";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 47px;
  font-weight: 200;
  color:inherit;
  cursor:pointer;
}
/*==================================================
Slick Button and Arrow CSS
==================================================*/

.slick-dots li button:before,
.slick-dots li.slick-active button:before,
.slick-dots li button:before{
  content: none; 
}
.slick-dots li button {
  display: none;
}
.slick-dots li {
  display: inline-flex;
  width: 12px;
  margin: 4px;
  height: 12px;
  border-radius: 12px;
  transition: all 210ms ease;
  opacity: .7;
  cursor: pointer;
}
.body-container-wrapper .slick-dots ul, .body-container-wrapper .slick-dots li{
  margin: 4px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  width: 21px;
  border-radius: 7px;
  opacity: 1;
}

button.slick-arrow{
  position: absolute;
  border: 0;
  background: 0;
  padding: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
button.slick-arrow:before{
  content: "";
  display: block;
  transition: all 210ms linear;
}
button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before{
  border-top:2px solid rgba(67, 83, 255, 0.5);
  border-right:2px solid rgba(67, 83, 255, 0.5);
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
button.slick-next.slick-arrow{
  right: 47px;
}
button.slick-prev.slick-arrow{
  left: 21px;  
}
button.slick-next.slick-arrow:before{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body button.slick-arrow:hover,
body button.slick-arrow:focus{
  background: none;
  border-color: none;
  color: none;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* <--------------------------Blog Listing Starts---------------------> */

.business-blog-listing .wrapper{
  max-width: 1200px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.business-blog-listing .blog-tags{
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-listing .blog-tags .all-class, 
.business-blog-listing .blog-tags .tag-btn {
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid var(--accent_ter);
  color: var(--secondary_color);
}
.business-blog-listing .blog-tags .all-class:hover, 
.business-blog-listing .blog-tags .tag-btn:hover {
  color: var(--white_color);
  border: 1px solid var(--secondary_color);
}
.business-blog-listing .blog-tags .all-class.active ,
.business-blog-listing .blog-tags .tag-btn.active {
  color: var(--white_color);
  border: 1px solid var(--secondary_color);
}
.business-blog-listing .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-listing .d-flex .col-7{
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  margin-right: 5%;
}
.business-blog-listing .d-flex .col-3{
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.business-blog-listing .d-flex .col-7 .col-5{
  -ms-flex-preferred-size: 48%%;
  flex-basis: 48%;
  margin-right: 4%;
  margin-bottom:30px;
  border-radius:5px;
}
.business-blog-listing .d-flex .col-7 .col-5:nth-child(2n+2){
  margin-right: 0%;
}
.business-blog-listing .d-flex .col-5 .image-bg{
  min-height: 250px;
  position: relative;
  border-radius: 4px 4px 0px 0px;
}
.business-blog-listing .d-flex .col-5 .image-bg a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-blog-listing .d-flex .col-5 .content-block{
  background: var(--white_color);
  border-top: 0px;
  border-radius: 4px;
  padding: 30px 20px 20px;
}
.business-blog-listing .d-flex .col-5 .content-block .d-flex.padding{
  padding: 20px 0px;
}
.business-blog-listing .d-flex .col-5 .content-block h4{
  margin-bottom: 0px;
}
.business-blog-listing .d-flex .col-5 .content-block h4 a{
  font-weight: 500;
  color: inherit;
}
.business-blog-listing .d-flex .col-5 .content-block .dates{
  font-size: 14px;
  letter-spacing: 2px;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-right: 3%;
  text-transform: uppercase;
  font-weight: 300;
}
.business-blog-listing .d-flex .col-5 .content-block .min-read{
  font-size: 14px;
  letter-spacing: 2px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
.business-blog-listing .d-flex .col-5 .content-block .min-read:after{
  content: "-";
  position: absolute;
  top: -6px;
  left: -10px;
  font-size: 20px;
}
.business-blog-listing .d-flex .col-5 .content-block p{
  line-height: 26px;
  font-size: 16px;
}
.business-blog-listing .d-flex .col-5 .content-block .cta_button i{ 
  margin-left: 10px;
  font-weight: 100;
}
.business-blog-listing .d-flex .col-3 .margin-bottom{
  margin-bottom: 50px;
}
.business-blog-listing .d-flex .col-3 .category-block .blog-post-category-title{
  /*   font-size: 25px; */
  margin-bottom: 30px;
}
.business-blog-listing .d-flex .col-3 .category-block .blog-category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-listing .d-flex .col-3 .category-block .blog-category ul{
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-listing .d-flex .col-3 .blog-category ul li{
  margin-bottom: 12px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-listing .d-flex .col-3 .blog-category ul li a{
  padding: 5px 15px;
  border: 1px solid var(--accent_ter);
  border-radius: 5px;
  color:var(--secondary_color);
}
.business-blog-listing .d-flex .col-3 .bg-color{
  padding: 20px;
}
.business-blog-listing .d-flex .col-3 .bg-color a,.business-blog-post .d-flex .col-3 .bg-color a{
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.business-blog-listing .d-flex .col-3 .bg-color a:hover,
.business-blog-post .d-flex .col-3 .bg-color a:hover{
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.business-blog-listing .d-flex .col-3 .contactus{
  padding: 40px 20px;
}
.business-blog-listing .d-flex .col-3 .contactus .d-flex.little{
  margin-bottom: 10px;
}
.business-blog-listing .d-flex .col-3 .contactus i{
  margin-right: 10px;
}
.business-blog-listing .d-flex .col-3 .contactus a{
  color: var(--secondary_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-blog-listing .d-flex .col-3 .insta-plugin{
  margin-bottom: 30px;
}

@media(max-width: 991px){
  .business-blog-listing .d-flex .col-7 .col-5{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

@media(max-width: 767px){
  .business-blog-listing .d-flex .col-7 .col-5{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
  }
  .business-blog-listing .d-flex .col-7{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
  }
  .business-blog-listing .d-flex .col-3{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .business-blog-listing .d-flex .col-5{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

}

/* <--------------------------Blog Listing Ends---------------------> */

/* <--------------------------pagination start---------------------> */

.business-blog-listing .blog-paginations{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0px;
} 
.business-blog-listing .blog-paginations nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin: 0;
}
li.stopped-nav {
  pointer-events: none;
}
.business-blog-listing .blog-paginations nav ul li{
  list-style: none;
  background-color: var(--white_color);
  width: 50px;
  height: 50px;
  border-radius: 0%;
  border: 1px solid var(--accent_ter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 3px;
  cursor: pointer;
}
.business-blog-listing .blog-paginations li{
  margin-right: 10px;
}
.business-blog-listing .blog-paginations li.prev-btn{
  margin-right: 30px;
}
.business-blog-listing .blog-paginations li.nxt-btn{
  margin-left: 30px;
}
.business-blog-listing .blog-paginations nav a{
 color: var(--secondary_color);
  font-size: 15px;
  padding:12px 20px;
}
.business-blog-listing .blog-paginations nav ul span.page-numbers{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-listing .blog-paginations nav ul li:hover{
  border: 1px solid var(--secondary_color);
}
.business-blog-listing .blog-paginations nav ul li:hover a{
  color: var(--secondary_color);
}
.business-blog-listing .blog-paginations nav ul span.page-numbers li.current a{ 
  color: var(--white_color);
}
.business-blog-listing .blog-paginations nav ul li .prev-btn.stopped-nav{
  pointer-events: none;
}
.business-blog-listing .blog-paginations nav ul li .nxt-btn.stopped-nav{
  pointer-events: none;
}

/* <--------------------------pagination ends---------------------> */

/* <--------------------------Blog post Starts---------------------> */

.business-blog-post .wrapper{
  max-width: 1200px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.business-blog-post .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-post .d-flex .col-7{
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  margin-right: 5%;
}
.business-blog-post .d-flex .col-7 .margin-bottom{
  margin-bottom: 80px;
}
.business-blog-post .d-flex .col-7 .body h5{
  color: var(--primary_color);
}
.business-blog-post .d-flex .col-7 .post-pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  border: 1px solid var(--accent_ter);
}
.business-blog-post .d-flex .col-7 .post-pagination .prev-post{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.business-blog-post .d-flex .col-7 .post-pagination .prev-post .nav-text a{
  color: var(--primary_color);
}
.business-blog-post .d-flex .col-7 .post-pagination .prev-post .nav-text i{
  margin-right: 10px;
  color: var(--secondary_color);
}
.business-blog-post .d-flex .col-7 .post-pagination .prev-post .nav-text h5,
.business-blog-post .d-flex .col-7 .post-pagination .next-post .nav-text h5
{
  margin-bottom: 0px;
  margin-top: 10px;
}
.business-blog-post .d-flex .col-7 .post-pagination .next-post{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.business-blog-post .d-flex .col-7 .post-pagination .next-post .nav-text{
  text-align: right;
}
.business-blog-post .d-flex .col-7 .post-pagination .next-post .nav-text a{
  color: var(--primary_color);
}
.business-blog-post .d-flex .col-7 .post-pagination .next-post .nav-text i{
  margin-left: 10px;
  color: var(--secondary_color);
}
.business-blog-post .d-flex .col-7 .tags-fields{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.business-blog-post .d-flex .col-7 .tags-fields a{
  padding: 5px 15px;
  border: 1px solid var(--accent_ter);
  border-radius: 5px;
  color:var(--primary_color);
}
.business-blog-post .d-flex .col-7 .share-fields{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
}
.business-blog-post .d-flex .col-7 .share-fields a{
  margin-right: 10px;
}
.business-blog-post .d-flex .col-7 .author-details{
  position: relative;
}
.business-blog-post .d-flex .col-7 .author-details:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
  height: 2px;
  background-color: var(--tertiary_color);
}
.business-blog-post .d-flex .col-7 .author-details:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
  height: 2px;
  background-color: var(--tertiary_color);
}
.business-blog-post .d-flex .col-7 .author-details .title-text{
  margin-bottom: 50px;
}
.title-text #hs_cos_wrapper_content_author-deta h2{
  margin:0;
}
.business-blog-post .d-flex .col-7 .author-details p{
  margin-bottom: 10px;
}
.business-blog-post .d-flex .col-7 .author-details .author-img{
  display: inline-block;
  width: 130px;
  min-height: 130px;
  margin-bottom: 20px;
}
.business-blog-post .d-flex .col-7 .author-details .author-img img{
  width: 130px;
  border-radius: 50%;
  min-height: 130px;
}
.business-blog-post .d-flex .col-7 .author-details .author-bio{
  position: relative;
}
.business-blog-post .d-flex .col-7 .author-details .author-bio i.fas.fa-quote-left{
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 25px;
  color: var(--secondary_color);
}
.business-blog-post .d-flex .col-7 .author-details .author-bio i.fas.fa-quote-right{
  position: absolute;
  bottom: -10px;
  right: 0;
  font-size: 25px;
  color: var(--secondary_color);
}
.business-blog-post .d-flex .col-7 .author-details a{
  margin-right: 10px;

}
.business-blog-post .d-flex .col-3{
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.business-blog-post .d-flex .col-3 .margin-bottom{
  margin-bottom: 50px;
}
.business-blog-post .d-flex .col-3 .category-block .blog-post-category-title{
  font-size: 25px;
  margin-bottom: 30px;
}
.business-blog-post .d-flex .col-3 .category-block .blog-category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-post .d-flex .col-3 .blog-category .blog-post-category-link{
  margin-bottom: 12px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-blog-post .d-flex .col-3 .blog-category .blog-post-category-link a{
  padding: 5px 15px;
  border: 1px solid var(--accent_ter);
  border-radius: 5px;
  color:var(--primary_color);
}
.business-blog-post .d-flex .col-3 .bg-color{
  padding: 20px;
}
.business-blog-post .d-flex .col-3 .bg-color a{
  margin-right: 10px;
}
.business-blog-post .d-flex .col-3 .contactus{
  padding: 40px 20px;
}
.business-blog-post .d-flex .col-3 .contactus .d-flex.little{
  margin-bottom: 10px;
}
.business-blog-post .d-flex .col-3 .contactus i{
  margin-right: 10px;
}
.business-blog-post .d-flex .col-3 .contactus a{
  color: var(--primary_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-blog-post .d-flex .col-3 .insta-plugin{
  margin-bottom: 30px;
}
.business-blog-post .sec-padding{
  padding-top: 80px;
}
.business-blog-post .center-align.title{
  margin-bottom: 50px;
}
.business-blog-post .center-align.title h3{
  margin-bottom: 10px;
}


@media(max-width:767px){
  .business-blog-post .d-flex .col-7{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
  }
  .business-blog-post .d-flex .col-3{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* <--------------------------Blog post Ends---------------------> */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

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

/* <--------------------------Blog Listing Starts---------------------> */

.business-blog-listing-2 .wrapper{
  max-width: 1200px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.business-blog-listing-2 .blog-tags{
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-blog-listing-2 .blog-tags .all-class, 
.business-blog-listing-2 .blog-tags .tag-btn {
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid var(--accent_ter);
  color: var(--secondary_color);
  margin-bottom: 20px;
}
.business-blog-listing-2 .blog-tags .all-class:hover, 
.business-blog-listing-2 .blog-tags .tag-btn:hover {
  color: var(--white_color);
  border: 1px solid var(--secondary_color);
  background-color: var(--secondary_color); 
}
.business-blog-listing-2 .blog-tags .all-class.active,
.business-blog-listing-2 .blog-tags .tag-btn.active {
  color: var(--white_color);
  border: 1px solid var(--secondary_color);
  background-color: var(--secondary_color);
}
.business-blog-listing-2 .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-blog-listing-2 .d-flex .col-3{
  -ms-flex-preferred-size: 31.333%%;
      flex-basis: 31.333%;
  margin-right: 3%;
  margin-bottom:30px;
  border-radius:5px;
}
.business-blog-listing-2 .d-flex .col-3:nth-child(3n+3){
   margin-right: 0%;
}
.business-blog-listing-2 .d-flex .col-3 .image-bg{
  min-height: 250px;
  position: relative;
  border-radius: 4px 4px 0px 0px;
}
.business-blog-listing-2 .d-flex .col-3 .image-bg a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-blog-listing-2 .d-flex .col-3 .content-block{
  background: var(--white_color);
  border-top: 0px;
  border-radius: 4px;
  padding: 30px 20px 20px;
}
.business-blog-listing-2 .d-flex .col-3 .content-block .d-flex.padding{
  padding: 20px 0px;
}
.business-blog-listing-2 .d-flex .col-3 .content-block h5{
  margin-bottom: 0px;
}
.business-blog-listing-2 .d-flex .col-3 .content-block h5 a{
  color: var(--primary_color);
  font-weight: 700;
}
.business-blog-listing-2 .d-flex .col-3 .content-block .dates{
  font-size: 14px;
  letter-spacing: 2px;
    -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  margin-right: 3%;
    text-transform: uppercase;
  font-weight: 300;
}
.business-blog-listing-2 .d-flex .col-3 .content-block .min-read{
    font-size: 14px;
  letter-spacing: 2px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
.business-blog-listing-2 .d-flex .col-3 .content-block .min-read:after{
  content: "-";
  position: absolute;
  top: -6px;
  left: -10px;
  font-size: 20px;
}
.business-blog-listing-2 .d-flex .col-3 .content-block p{
  line-height: 26px;
  font-size: 16px;
}


@media(max-width: 767px){
  .business-blog-listing-2 .d-flex .col-3{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}


/* <--------------------------Blog Listing Ends---------------------> */

/* <--------------------------pagination start---------------------> */

.business-blog-listing-2 .blog-paginations{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0px;
} 
.business-blog-listing-2 .blog-paginations nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin: 0;
}
li.stopped-nav {
    pointer-events: none;
}
.business-blog-listing-2 .blog-paginations nav ul li{
  list-style: none;
  background-color: var(--white_color);
  width: 50px;
  height: 50px;
  border-radius: 0%;
  border: 1px solid var(--accent_ter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  border-radius: 3px;
  cursor: pointer;
}
.business-blog-listing-2 .blog-paginations li{
 margin-right: 10px;
}
.business-blog-listing-2 .blog-paginations li.prev-btn{
  margin-right: 30px;
}
.business-blog-listing-2 .blog-paginations li.nxt-btn{
  margin-left: 30px;
}
.business-blog-listing-2 .blog-paginations nav a{
  color: var(--secondary_color);
  font-size: 15px;
  padding:12px 20px;
}
.business-blog-listing-2 .blog-paginations nav ul span.page-numbers{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.business-blog-listing-2 .blog-paginations nav ul span.page-numbers li.current a{ 
  color: var(--white_color);
}
.business-blog-listing-2 .blog-paginations nav ul li .prev-btn.stopped-nav{
  pointer-events: none;
}
.business-blog-listing-2 .blog-paginations nav ul li .nxt-btn.stopped-nav{
    pointer-events: none;
}

/* <--------------------------pagination ends---------------------> */

/* <--------------------------Blog post Starts---------------------> */

.business-blog-post-2 .wrapper{
  max-width: 1200px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.business-blog-post-2 .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-blog-post-2 .d-flex .col-2{
 -ms-flex-preferred-size: 20%;
     flex-basis: 20%;
}
.business-blog-post-2 .d-flex .col-2 .share-fields{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  width: 30%;
  margin: auto;
  padding: 20px 0px;
  border: 1px solid var(--accent_ter);
  margin-left:0;
  margin-bottom:45px;
}
.business-blog-post-2 .d-flex .col-2 .share-fields .social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-blog-post-2 .d-flex .col-2 .share-fields a{
  margin-bottom: 15px;
}
.business-blog-post-2 .d-flex .col-2 .share-fields a:last-child{
  margin-bottom: 0px;
}
.business-blog-post-2 .d-flex .col-8{
 -ms-flex-preferred-size: 80%;
     flex-basis: 80%;
}
.business-blog-post-2 .d-flex .col-8 .body h5{
  color: #233D63;
}
.business-blog-post-2 .margin-bottom{
  margin-bottom: 80px;
}
.business-blog-post-2 .post-pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  border: 1px solid var(--accent_ter);
}
.business-blog-post-2 .post-pagination .prev-post{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.business-blog-post-2 .post-pagination .prev-post .nav-text a{
  color: var(--tertiary_color);
}
.business-blog-post-2 .post-pagination .prev-post .nav-text i{
  margin-right: 10px;
  color: var(--secondary_color);
}
.business-blog-post-2 .post-pagination .prev-post .nav-text h5,
.business-blog-post-2 .post-pagination .next-post .nav-text h5
{
  margin-bottom: 0px;
  margin-top: 10px;
}
.business-blog-post-2 .post-pagination .next-post{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.business-blog-post-2 .post-pagination .next-post .nav-text{
  text-align: right;
}
.business-blog-post-2 .post-pagination .next-post .nav-text a{
  color: var(--tertiary_color);
}
.business-blog-post-2 .post-pagination .next-post .nav-text i{
   margin-left: 10px;
  color: var(--secondary_color);
}
.business-blog-post-2 .tags-fields{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.business-blog-post-2 .tags-fields a{
  padding: 5px 15px;
  border: 1px solid var(--accent_ter);
  border-radius: 5px;
  color:var(--primary_color);
}
.business-blog-post-2 .author-details{
  position: relative;
}
.business-blog-post-2 .author-details:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  height: 2px;
  background-color: var(--tertiary_color);
}
.business-blog-post-2 .author-details:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  height: 2px;
  background-color: var(--tertiary_color);
}
.business-blog-post-2 .author-details .title-text{
  margin-bottom: 50px;
}
.business-blog-post-2 .author-details p{
 margin-bottom: 10px;
}
.business-blog-post-2 .author-details .author-img{
  display: inline-block;
  width: 130px;
  min-height: 130px;
  margin-bottom: 20px;
}
.business-blog-post-2 .author-details .author-img img{
  width: 130px;
  border-radius: 50%;
  min-height: 130px;
}
.business-blog-post-2 .author-details .author-bio{
  position: relative;
}
.business-blog-post-2 .author-details a{
  margin-right: 10px;
  color: var(--secondary_color);
}

@media(max-width: 991px){
  .business-blog-post-2 .d-flex .col-2 .share-fields{
     width: 40%;
  }
}
@media(min-width:768px){
.business-blog-post-2 .d-flex .col-2 .share-fields{
  position: sticky;
    top: 95px;
  }
}
@media(max-width:767px){
  .business-blog-post-2 .d-flex .col-8{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0%;
  }
  .business-blog-post-2 .d-flex .col-2{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
    .business-blog-post-2 .d-flex .col-2 .share-fields{
       width: 100%;
    }
  .business-blog-post-2 .d-flex .col-2 .share-fields .social{
   display: block;
  }
  .business-blog-post-2 .d-flex .col-2 .share-fields a{
        margin-bottom: 0px;
    margin-right: 20px;
  }
}

/* <--------------------------Blog post Ends---------------------> */

.filler-image img{
  position:absolute;
  z-index:-1;
}




.cards.cards-hovers{
  -webkit-transition:0.3s all ease;
  -o-transition:0.3s all ease;
  transition:0.3s all ease;
}
.cards.cards-hovers:hover{
  -webkit-box-shadow: 0px 4px 32px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 32px rgb(0 0 0 / 25%)
}
.cards_direction_parent .image-top,
.cards_direction_parent .text-div-direction {
  display: inline-block;
  vertical-align: text-top;
}
.cards.linke_desg_chnge .text-div {
  position: relative;
}
.cards.linke_desg_chnge .text-div:before{
  content:'';
  position:absolute;
  width:11px;
  height:20px;
  background-size:contain;
  background-repeat:no-repeat;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition:0.2s all ease;
  -o-transition:0.2s all ease;
  transition:0.2s all ease;
}
.cards.linke_desg_chnge .text-div:hover:before {
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}



.main-cta .cta-div,
.main-cta .cta-2-div{
  display: inline-block;
}
.main-cta .cta-2-div{
  margin-left:25px;
}
.main-cta .cta-div.cta-full-width,
.main-cta .cta-2-div.cta-full-width{
  display:block;
}
.main-cta .cta-2-div.cta-full-width{
  margin-left:0px;
  margin-top:25px;
}
@media(max-width:1023px){
  .main-cta .cta-div,
  .main-cta .cta-2-div{
    display:block;
  }
  .main-cta .cta-2-div{
    margin-left:0px;
    margin-top:25px;
  }
}




.pricing-list-text ul,
.pricing-list-text li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-list-text li {
  margin-bottom: 8px;
}
.pricing-module sub{
  font-size: 45%;
}
.pricing-top-text{
  padding-bottom:22px;
}
.pricing-list-text {
  padding-top: 34px;
  padding-bottom: 40px;
}
.cta-text {
  padding-bottom: 30px;
}
.pricing-bottom-text p{
  line-height:1.2;
}





.business-counter{
  position:relative;
  z-index:1;
}
.business-counter .market-price {
  padding: 36px 20px;
}
.business-counter .market-price:nth-child(4n+4){
  margin-right: 0%;
}
.business-counter .side-image{
  position:absolute;
  z-index:-1;
  width:8.3%;
  height:95%;
  top:0;
  right:0
}






.business-logos{
  position:relative;
  z-index:1
}
.business-logos .logo_img_box img{
  max-width: 120px;
  width: 100%;
  height: 65px;
  margin: 0px auto;
  object-fit: contain;
}

.business-logos .logo-flex .logos{
  line-height:0;
  border-radius: 5px;
}
.business-logos .logos a{
  display:block;
  line-height: 0;
}
.business-logos .logo_fix{
  padding: 30px 15px;
  outline: none;
}





.business-chart{
  position:relative;
  z-index:1;
}





.email .form-title{
  display: none;
}
.email form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.email form label{
  margin: 0;
  display: block;
}
.email form .hs_email{
  margin-bottom: 0;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.email form .hs_error_rollup{ 
  display: none;
}
.email .submitted-message{
  text-align: center;
}
.email form .hs_submit{
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.email form .hs-input{
  padding: 18px 20px;
  outline: none;
}
.email.email-button-inside form .hs-input{
  padding: 18px 240px 18px 20px;
}
.email form .hs-button{
  outline: none;
  padding: 17px 12px;
  width: 95%;
  margin-left: 5%;
  margin-top:0;
}
.email.email-button-inside form .hs_error_rollup{
  display:block;
}
.email.email-button-radius form input[type=email],.email.email-button-radius form .hs-button{
  border-radius:50px;
}





.Business-Blog .margin-bottom{
  margin-bottom: 50px;
}
.Business-Blog .dis-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Business-Blog .col-3{
  -ms-flex-preferred-size: 31.33%;
  flex-basis: 31.33%;
  margin-right: 3%;
  margin-bottom:30px;
  border-radius:5px;
}
.Business-Blog .col-3:nth-child(3n+3){
  margin-right: 0%;
}
.Business-Blog .col-3 .image-bg{
  min-height: 250px;
  position: relative;
}
.Business-Blog .col-3 .image-bg a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Business-Blog .col-3 .content-block{
  background: var(--white_color);
  border-top: 0px;
  border-radius: 4px;
  padding: 30px 20px 20px;
}
.Business-Blog .col-3 .content-block .dis-flex.padding{
  padding: 20px 0px;
}

.Business-Blog .col-3 .content-block .dates{
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  padding-right: 25px;
  position: relative;
}
.Business-Blog .col-3 .content-block .min-read{
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}
.Business-Blog .col-3 .content-block .dates:after{
  content: "-";
  position: absolute;
  top: -6px;
  right: 7px;
  font-size: 20px;
}
.Business-Blog .col-3 .content-block p{
  line-height: 26px;
  font-size: 16px;
}
.Business-Blog .btn-class{
  text-align:center;
  width: 100%;
  padding-top:35px;
}
.Business-Blog .btn-class.d-none{
  display: none;
}

.Business-Blog .see-more a.cta_button{
  padding: 15px 50px;
} 








@media(min-width:768px){

  
  .email.email-button-inside form {
    display: block;
    position: relative;
  }
  .email.email-button-inside form .hs-button {
    margin-left: 0;
    width: 100%;
    max-width: 210px;
    padding: 18px 12px;
    margin-top:15px;
  }
  .email.email-button-inside form .hs_submit {
    position: absolute;
    min-width: 210px;
    max-width:210px;
    top: -3px;
    right: 10px;
  }
  .email.email-button-inside form .hs-input {
    min-height: 80px;
  }
  

  

  .business-logos .content-heading{
    margin-bottom:60px;
  }
  .business-logos .logo-flex .logos{
    margin-right: 2.4%;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 17.6%;
    flex-basis: 17.6%;
  }
  .business-logos .logo-flex .logos:nth-child(5n+5) {
    margin-right: 0;
  }

  

}
@media(min-width:768px) and (max-width:1024px){
  .business-logos .logo-flex .logos,
  .business-logos .logo-flex .logos:nth-child(5n+5){
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    margin: 0 15px 20px;
  }
  .business-logos .logo-flex .logos:nth-child(3n+3) {
    margin-right: 0;
  }
  .business-counter .market-price{
    -ms-flex-preferred-size:48.3%;
    flex-basis:48.3%;
    margin-bottom:15px;
  }
  .business-counter .market-price:nth-child(2n+2){
    margin-right: 1.25%;
  }

}


@media(min-width:1200px){
  .cards_direction_parent .image-top {
    max-width: 80px;
  }
  .cards_direction_parent .text-div-direction {
    max-width: 251px;
    margin-left: 20px;
  } 
}

@media(max-width:1199px){
  .cards_direction_parent .text-div-direction {
    margin-top: 20px;
    margin-bottom:10px;
  }
}


@media(max-width: 991px){

  

  .email form .hs_email{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .email form .hs_submit{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .email form .hs-button{
    display: block;
    margin: auto;
    width: 100%;
  }
  .email form{
    display:block;
  }

  

}

@media(max-width:767px){

  

  .Business-Blog .col-3{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .Business-Blog .margin-bottom{
    margin-bottom: 30px;

  }
  .Business-Blog h2{
    font-size: 26px;
  }

   

   

  .business-logos .logo-flex .logos{
    margin:0 8px 0px;
  }
  .business-logos .content-heading{
    margin-bottom:30px;
  }
  .business-logos .logo-flex {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .business-logos .logo-flex .slick-prev.slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10%;
    font-size: 30px;
  }
  .business-logos .logo-flex .slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10%;
    font-size: 30px;
  }

   

   
  .business-counter .market-price{
    margin:0 0 15px;
  }
  

  
  .pricing-module{
    margin-bottom:30px;
  }
  

   #}  Business Card #}
  .cards.linke_desg_chnge .text-div:before{
    right: -19px;
  }

  

   
  .filler-image.remove-mobile{
    display:none;
  }
   
}

.business-testimonials .profile-block{
  text-align: center;
  position: relative;
}
.business-testimonials .profile-block:after{
  position: absolute;
  content:"";
  top: -10%;
  left: 5%;
  width: 120px;
  height: 135px;
  -webkit-clip-path: polygon(0% 60%, 40% 0%, 100% 40%, 60% 100%);
  clip-path: polygon(0% 60%, 40% 0%, 100% 40%, 60% 100%);
}
.business-testimonials .profile-block:before{
  position: absolute;
  content:"";
  top: -10%;
  right: 5%;
  width: 120px;
  height: 135px;
  -webkit-clip-path: polygon(0% 35%, 60% 0%, 100% 65%, 40% 100%);
  clip-path: polygon(0% 35%, 60% 0%, 100% 65%, 40% 100%);
}
.business-testimonials .profile-block .message-block{
  position: relative;
  padding: 0px 20px;
}
.business-testimonials .message-block:after{
  content: "";
  position: absolute;
  bottom: 10%;
  left: 6%;
  width: 80px;
  height: 80px;
}
.business-testimonials .message-block:before{
  content: "";
  position: absolute;
  bottom: 10%;
  right: 6%;
  width: 80px;
  height: 80px;
}
.business-testimonials .profile-block img{
  margin-bottom: 50px;
  width: 100px;
  height: 100px;
}
.business-testimonials .profile-block .slick-slide {
  outline: none;
}
.business-testimonials .profile-block .dis_flx_clas{
  margin-top: 50px;
}
.business-testimonials .profile-block .dis_flx_clas img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 0px;
}
.business-testimonials .profile-block .profile-name{
  text-align: left;
}
.business-testimonials .profile-block .profile-name h6{
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.business-testimonials .profile-block .profile-name p{
  margin: 0;
  font-size: 16px;
}





.Business-clients{
  position:relative;
  z-index:1;
}

.Business-clients .Text-col {
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.Business-clients .Text-col h4{
  margin-bottom:0;
}

.Business-clients .slider-item img{
  border: 1px solid var(--accent_ter);
  border-radius: 4px;
  height: 100px;
  max-width: 140px;
  width: 100%;
  padding: 12px 24px;
  margin: 0px auto;
}

.Business-clients .Business-clients-wrapper{
  border-top:1px solid var(--tertiary_color);
  border-bottom:1px solid var(--tertiary_color);
  padding:24px 0;
}

.Business-clients .slider-item.slick-active{
  outline: none;
}
.Business-clients .slider-item{
  outline: none;
}






.business-slider{
  position: relative;
  z-index: 1;
}
.business-slider .heading-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 48px;
}
.business-slider .quote-text{
  max-width: 560px;
}

.business-slider .slider-col{
  padding: 20px;
  margin:0 15px;
  margin-bottom:15px;
}
.star-rating li{
  display: inline-block;
  margin-bottom:0;
}

.business-slider .client-profile img{
  max-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  margin-right: 12px;
}
.business-slider .client-profile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.business-slider .client-profile h5,
.business-slider .client-profile p{
  margin: 0px;
}
.business-slider .star-rating svg{
  width:15px;
  height:15px;
  fill: var(--tertiary_color);
}

.business-slider  ul.slick-dots {
  text-align: left;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-left: 10px;
  margin-top: 24px;
}

.business-slider .left-bottom-img{
  position: absolute;
  z-index: -1;
  width: 5%;
  height: 42%;
  bottom: 5%;
}


.business-slider .custom-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-slider .previous-icon,
.business-slider .next-icon {
  min-height: 40px;
  width: 40px;
  border:1px solid var(--accent_ter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;

}

.business-slider .previous-icon:hover svg,
.business-slider .next-icon:hover svg {
  fill: var(--white_color);
}
.business-slider .previous-icon svg,
.business-slider .next-icon svg{
  width: 20px;
  height: 20px;
  -webkit-transition:0.3s all ease;
  -o-transition:0.3s all ease;
  transition:0.3s all ease;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.business-slider .next-icon svg{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.business-slider  button.slick-prev.slick-arrow:before,
.business-slider  button.slick-next.slick-arrow:before {
  border-top: none;
  border-right: none;
}


.business-slider button.slick-prev,.business-slider button.slick-next{
  display:none !important;
}





.Business-expert h2{
  margin-bottom: 80px;
}
.Business-expert .col-2{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 0%;
  margin-bottom: 50px;
}
.Business-expert .col-2:nth-child(3){
  margin-bottom: 0px;
}
.Business-expert .col-2:nth-child(4){
  margin-bottom: 0px;
}
.Business-expert .col-2 .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:15px;
}
.Business-expert .col-2 .image-box{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-right: 5%;
  position: relative;
}
.Business-expert .col-2 .image-box .before-class{
  width: 180px;
  height: 180px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
}
.Business-expert .col-2.no-pseudo-class .image-box .before-class{
  display: none;
}
.Business-expert .col-2 .expert-name{
  background: var(--white_color);
  border-radius: 4px;
  padding: 25px 30px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  position: relative;
}
.Business-expert .col-2 .expert-name .after-class{
  width: 250px;
  height: 250px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
}
.Business-expert .col-2.no-pseudo-class .expert-name .after-class{
  display: none;
}
.Business-expert .col-2.no-pseudo-class .d-flex.row-rev .expert-name .another-class{
  display: none;
}
.Business-expert .col-2 .expert-name .another-class{
  display: none;
}
.Business-expert .col-2 .expert-name h4{
  margin-bottom: 0px;
}
.Business-expert .col-2 .expert-name p{
  margin-bottom: 0px;
}
.Business-expert .col-2 .expert-name .social{
  margin-top: 20px;
}
.Business-expert .col-2 .expert-name .social a{
  margin: 5px;
  color: var(--secondary_color);
}
.Business-expert .col-2 .d-flex.row-rev{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.Business-expert .col-2 .d-flex.row-rev .image-box{
  margin-right: 0%;
  margin-left: 5%;
}
.Business-expert .col-2 .d-flex.row-rev .image-box .before-class{
  left: 20px;
}
.Business-expert .col-2 .d-flex.row-rev .expert-name .after-class{
  display: none;
}
.Business-expert .col-2 .d-flex.row-rev .expert-name .another-class{
  width: 250px;
  height: 250px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
}
.Business-expert .social svg{
    width:15px;
  height:15px;
}




.Business-expert .dis_flx.flx_wrap.column{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Business-expert .dis_flx.flx_wrap.column .col-2{
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  margin-right: 2%;
  margin-bottom: 0px;
}
.Business-expert .dis_flx.flx_wrap.column .col-2:last-child{
  margin-right: 0%;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .d-flex{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .d-flex.row-rev .image-box{
  margin-left: 0px;
  margin-bottom: 20px;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .image-box{
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .image-box .before-class{
  display: none;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .expert-name{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .expert-name .after-class{
  display: none;
}
.Business-expert .dis_flx.flx_wrap.column .col-2 .d-flex.row-rev .expert-name .another-class{
  display: none;
}






.popup-video{
  position:relative;
  z-index:1;
}

.popup-video .video-images{
  position:relative;
  z-index:1;
  min-height: 550px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
.popup-video .video-banner .video-images .video-text h2{
  margin-top: 50px;
  color: var(--white_color);
}
.popup-video .video-banner{
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.popup-video .overlay{
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top : 0;
  bottom : 0;
  left : 0;
  right : 0;
  z-index: -1;
}
.popup-video .description-text{
  padding-top: 50px;
}
.popup-video .description-text p{
  margin-bottom: 0px;
}
.popup-video .desc-cta{
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-video .desc-cta a.cta_button{
  padding: 12px 50px;
  display: inline-block;
}
.popup-video .play-button .theme-bg{
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-video .play-button .theme-bg img{
  width:100%;
}

.popup-video .video-container .show{
  display: none;
}

.popup-video .video-container .video-sec.youtube .link{
  display: block;
}

.popup-video .video-container .video-sec.wistia .wistia{
  display:block;
}

.popup-video .video-container .video-sec.vidyard .vidyard{
  display: block;
}

.video-container{
  position:relative;
  z-index: 2;
}



.popup-video .links-flex{
  border: 1px solid var(--accent_ter);
  padding:18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.popup-video .links-flex .priv-text svg{
  width:10px;
  min-height:10px;
  margin-right:10px;
}
.popup-video .links-flex .text{
  margin-top:10px;
}
.popup-video .links-flex .text h6{
  margin-bottom:0;
  letter-spacing: 0;
}
.popup-video .links-flex a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.popup-video .links-box{
  padding:30px 0px 0px;
}
.popup-video .links-flex .next-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.popup-video .links-flex .next-text svg{
  margin-left:10px;
  width:10px;
}
@media(max-width:767px){
  .popup-video .video-images{
    min-height:350px;
  }
}




.business-aboutus-banner .header-block{
  padding: 130px 0px;
}
.business-aboutus-banner{
  position: relative;
}
.business-aboutus-banner .image-background{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.business-aboutus-banner .after-class{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 150px;
  background-size: contain;
}
.business-aboutus-banner .before-class{
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 80px;
  height: 200px;
  background-size: contain;
  background-position: left;
}
.business-aboutus-banner .header-block .simple-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-aboutus-banner .header-block .simple-menu ul{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-aboutus-banner .header-block .simple-menu.d-none{
  display: none;
}
.business-aboutus-banner .header-block .desc.d-none{
  display: none;
}
.business-aboutus-banner .header-block .d-flex.d-none{
  display: none;
}
.business-aboutus-banner .header-block .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-aboutus-banner .header-block .d-flex .dates{
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  margin-right: 2%;
}
.business-aboutus-banner .header-block .d-flex .min-read{
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
.business-aboutus-banner .header-block .d-flex .min-read:after{
  content: "-";
  position: absolute;
  top: -6px;
  left: -15px;
  font-size: 20px;
}
.business-aboutus-banner .header-block .simple-menu li{
  margin: 0;
  padding-right: 30px;
  position: relative;
}
.business-aboutus-banner .header-block .simple-menu li:after{
  position: absolute;
  content: ">";
  top: 0;
  left: -19px;
  display: block;
}
.business-aboutus-banner .header-block .simple-menu li:first-child:after{
  display: none;
}
.business-aboutus-banner .header-block .simple-menu li:not(:last-child) a {
  color: inherit;
}

@media(max-width: 767px){
  .business-aboutus-banner .after-class{
    display: none;
  }
  .business-aboutus-banner .before-class{
    display: none;
  }
}









@media(max-width: 991px){
  .Business-expert.section-padding{
    padding: 50px 0px;
  }
  .Business-expert .col-2 .image-box{
    width: 140px;
    height: 140px;
  }
  .Business-expert .col-2 .image-box .before-class{
    width: 120px;
    height: 120px;
  }
  .Business-expert .col-2 .d-flex.row-rev .image-box .before-class{
    width: 120px;
    height: 120px;
  }
  .Business-expert .col-2 .expert-name{
    padding: 15px 15px;
  }
  .Business-expert .col-2 .expert-name h4{
    font-size: 18px;
  }
  .Business-expert .col-2 .expert-name p{
    font-size: 16px;
  }
  .Business-expert .col-2 .expert-name .social{
    margin-top: 10px;
  }
  .Business-expert .col-2 .expert-name .after-class{
    width: 180px;
    height: 180px;
    top: -20px;
    left: -20px;
  }
  .Business-expert .col-2 .d-flex.row-rev .expert-name .another-class{
    width: 180px;
    height: 180px;
    top: -20px;
    right: -20px;
  } 
  .Business-expert h2{
    font-size: 26px;
    margin-bottom: 50px;
  }
}

@media(max-width: 767px){

  .Business-expert .dis_flx.flx_wrap.column .col-2{
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-right: 4%;
  }
  .Business-expert .dis_flx.flx_wrap.column .col-2:nth-child(2n+2){
    margin-right: 0%;
  }

  .Business-expert .col-2 .image-box{
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 120px;
    height: 120px;
    margin: 0px auto 30px;
  }
  .Business-expert .col-2 .d-flex.row-rev .image-box{
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 120px;
    height: 120px;
    margin: 0px auto 30px;
  }
  .Business-expert .col-2 .expert-name{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .Business-expert .col-2{
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
    margin-right: 5%;
    margin-bottom: 80px;
  }
  .Business-expert .col-2:nth-child(2n+2){
    margin-right: 0%;
  }
}


@media(max-width: 480px){
  .Business-expert .col-2{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
    margin-bottom: 70px;
  }
  .Business-expert .col-2:nth-child(3){
    margin-bottom: 0px;
  }
  .Business-expert .col-2 .d-flex.row-rev .image-box{
    margin: 0px auto 10px;
  }
  .Business-expert .col-2:nth-child(3){
    margin-bottom: 70px;
  }
}



@media(max-width: 991px){


  .Business-clients.Business-clients-flex {
    display: table;
    clear: both;
  }

  .main-testimonials-class.d-none .arrow-after-class{
    top: -15%;
    left: 0px;
    width: 170px;
    height: 50%;
  }
  .main-testimonials-class.d-none .arrow-before-class{
    bottom: -10%;
    right: 0px;
    width: 170px;
    height: 50%;
  }
}


@media(max-width:767px){
  .Business-clients .Business-clients-flex{
    display:block;
    clear:both;
  }

  .Business-clients .slick-slider{
    margin-top:20px;
  }
}


@media(max-width: 768px){
  .main-testimonials-class .after-class{
    position: absolute;
    top: -40px;
    left: 0px;
    width: 80px;
    height: 120px;
  }
  .main-testimonials-class .before-class{
    position: absolute;
    bottom: -50px;
    right: -10px;
    width: 80px;
    height: 120px;
  }
  .business-testimonials .profile-block .dis_flx_clas{
    margin-top: 30px;
  }
  .business-testimonials .profile-block img{
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
  }
  .business-testimonials .profile-block:before,
  .business-testimonials .profile-block:after
  {
    width: 80px;
    height: 90px;
    top: -10%;
  }
  .business-testimonials .message-block:before{
    width: 50px;
    height: 50px;
  }
  .business-testimonials .message-block:after{
    width: 60px;
    height: 60px;
  }
  .business-testimonials .profile-block h4{
    font-size: 16px;
  }
  .main-testimonials-class.d-none .arrow-after-class{
    width: 150px;
  }
  .main-testimonials-class.d-none .arrow-before-class{
    width: 150px;
  }  
  .business-testimonials .dis_flx_clas.align_cent{
    display: inline-block;
    margin-top: 0;
  }
  .business-testimonials .dis_flx_clas.align_cent img{
    margin: 0px auto 10px; 
  }
  .business-testimonials .dis_flx_clas.align_cent .profile-name{
    text-align: center;
  }
}


@media(max-width: 480px){

  .Business-expert .dis_flx.flx_wrap.column .col-2{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .business-testimonials .profile-block img{
    width: 60px;
    height: 60px;
  }
  .business-testimonials .profile-block:before,
  .business-testimonials .profile-block:after
  {
    width: 60px;
    height: 68px;
  }
}


.Business-form-map{
  position:relative;
  z-index:1;
}

.Business-form-map 
.Business-form-wrapper p{
  font-size:32px;
  text-align:center;
  line-height:1.5;
}

.Business-form-map .Form-heading p{
  font-size:16px;
  line-height:1.9;
  text-align:left;
}

.Business-form-map .Form-map-flex{
  margin-top:100px;
}

.Business-form-map .Form-section{
  margin-right:2%
}

.Business-form-map .Map-section{
  margin-left:5%;
  -ms-flex-preferred-size:44%;
      flex-basis:44%;
}

.Business-form-map .Form-section form {
  margin-top:50px;
}

.Business-form-map .Form-section form input[type=text],
.Business-form-map .Form-section form input[type=email],
.Business-form-map .Form-section form textarea{
  border:0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid var(--accent_ter);
  border-radius:0;
  outline: none;
  padding: 15px 15px 15px 0;
  width:100%
}

.Business-form-map .Form-section form input{
  margin-bottom:20px;
}

.Business-form-map .Form-section form textarea{
  margin-bottom:20px;
}

.Business-form-map .Form-section form textarea{
  min-height:105px;
  width:100%;
}

.Business-form-map .Form-section form label{
  display:none;
}

.Business-form-map .Form-section form select{
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid var(--accent_ter) !important;
  outline: none;
  padding: 15px 15px 15px 0;
  border:0;
  border-radius:0;
}

.Business-form-map .Form-section form  fieldset.form-columns-1 .hs-input{
  width:100%;
}

.Business-form-map .Form-section form input[type=text]::-webkit-input-placeholder, .Business-form-map .Form-section form input[type=email]::-webkit-input-placeholder, .Business-form-map .Form-section form textarea::-webkit-input-placeholder{

  text-align:left;
}

.Business-form-map .Form-section form input[type=text]::-moz-placeholder, .Business-form-map .Form-section form input[type=email]::-moz-placeholder, .Business-form-map .Form-section form textarea::-moz-placeholder{

  text-align:left;
}

.Business-form-map .Form-section form input[type=text]:-ms-input-placeholder, .Business-form-map .Form-section form input[type=email]:-ms-input-placeholder, .Business-form-map .Form-section form textarea:-ms-input-placeholder{

  text-align:left;
}

.Business-form-map .Form-section form input[type=text]::-ms-input-placeholder, .Business-form-map .Form-section form input[type=email]::-ms-input-placeholder, .Business-form-map .Form-section form textarea::-ms-input-placeholder{

  text-align:left;
}

.Business-form-map .Form-section form input[type=text]::placeholder,
.Business-form-map .Form-section form input[type=email]::placeholder,
.Business-form-map .Form-section form textarea::placeholder{
  color: var( --tertiary_color);
  text-align:left;
}


.Business-form-map .Form-section form .actions{
  text-align:right;
}

.Business-form-map .Form-section form input[type=submit]{
  margin-top:20px;
  margin-bottom:0;
  outline:none;
}

.Business-form-map .Map-section iframe{
  max-width:450px;
  min-height:711px;
}





.frequent-question .d-flex .col-5 .text-block{
  position: relative;
  padding-bottom: 50px;
}
.frequent-question .d-flex .col-5 .text-block:after{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: -30px;
  border-radius: 50%;
}
.frequent-question .d-flex .col-5 .text-block:before{
  position: absolute;
  content: "";
  top: 30px;
  left: -23px;
  width: 1px;
  height: 70%;
  background-color: var(--primary_color);
}




.business-logo-slider .business-logo{
  padding: 8px;
}
.business-logo-slider .split-logos {
  outline: none;
  min-height: 50px;
  padding: 20px;
  margin:0px 30px;
}
.business-logo-slider .split-logos .image-box{
  width: 110px;
  max-width: 110px;
  min-height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
  background-size: contain;
}


.business-test-cases .d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.business-test-cases .d-flex-fix{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.business-test-cases .d-flex .col-30{
  width:100%;
  max-width: 30%;
  padding-bottom:30px;
}
.business-test-cases .d-flex .col-30 span{
  font-weight: 900;
}
.business-test-cases .d-flex .col-70{
  width: 100%;
  max-width:70%;
}
.business-test-cases .d-flex .col-70 .content-block{ 
  margin-right: 20px;
  outline: none;
  width: 360px;
}
.business-test-cases .d-flex .col-70 .image-box{
  min-height: 250px;
}
.business-test-cases .d-flex .col-70 .d-flex.bg-color{
  padding: 15px;
}
.business-test-cases .d-flex .col-70 .text_class_fix{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.business-test-cases .d-flex .col-70 .learn-more{
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  text-align: right;
}

.business-test-cases .d-flex .col-70 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left:0;
}
.test-slider.slick-initialized {
  position: unset;
}


.business-tabber .underline_h2.center-align{
  padding-bottom: 50px;
}
.business-tabber .main-group-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-tabber .group-1{
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  cursor: pointer;
  position: relative;
}
.business-tabber .group-1:after{
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 2px;
  display: none;
}
.business-tabber .group-1.active:after{
   display: block;
}
.business-tabber .group-1 h4{
  margin-bottom: 0px;
}
.business-tabber .col-2 img{
  margin-right: 5px;
  width: 100%;
  max-width: 15px;
}
.business-tabber .group-2{
  margin-top: 60px;
  display: none;
 }
.business-tabber .group-2.active_tab{
  display: block;
  -webkit-animation: .5s linear;
          animation: .5s linear; 
}
.business-tabber .group-2 .col-2{
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-right: 5%;
}
.business-tabber .group-2 .col-2:last-child{
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-right: 0%;
  margin-left: 0%;
}
.business-tabber .group-2 .col-2 .image-box{ 
  min-height: 350px;
  background-size: contain;
}
.business-tabber .group-2 .col-2 h3{
  width: 70%;
}
.business-tabber .group-2 .col-2 .border-bottom{
  padding-bottom: 30px;
  border-bottom: 1px solid;
}
.business-tabber .group-2 .col-2 .border-bottom .dis_flx.flx_wrap{
  padding-bottom: 20px;
}
.business-tabber .group-2 .col-2 p{
 margin: 30px 0px 0px;
}


.business-share.content-wrapper{
 padding-left: 0px;
 padding-right: 0px;
}
.business-share .d-flx svg{
  max-width: 20px;
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
}
.business-share .inline_class > div,.business-share .link_div_class{
display:inline-block;
}
.business-share .d-flx a:not(:last-child),
.business-share .d-flx > div {
    padding-right: 22px;
}

.faqs_cover{
  border-radius:5px;
}
.faqs_description > div{
  padding-bottom:30px;
  margin-top: 15px;
}
.faqs_title{
  cursor:pointer;
}
.faqs_title:before,.faqs_title.active_icon:before{
  content:'';
  position:absolute;
  background-size: contain;
  right: -34px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.faqs_title:before{
  width: 13.28px;           
  height: 8.14px;             
}
.faqs_title.active_icon:before{
  width:26px;
  height:26px;
}
.faqs_business{
  margin-bottom:30px;
}
.faqs_description {
  display:none;
  position:relative;
}
.faqs_title.active+.faqs_description{
  display:block;
}


.email-form h4{
 margin: 0px;
}
.email-form{
   padding-top: 20px;
}
.email-form .form-title{
  display: none;
}
.email-form form{
  position: relative;
}
.email-form form input[type=email]{
 border: 1px solid var(--accent_ter);
  padding: 20px 60px 20px 30px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
.email-form form .hs-submit{
  position: absolute;
  top: 0px;
  right: 0;
}
.email-form form input[type=email]::placeholder{
 color: var(--tertiary_color);
}
.email-form form .hs_submit .action{
  position: relative;
}
.email-form form .hs_submit .actions:after{
  content:"\f105";   
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position:absolute;
  top: 50%;
  right: 20px;
  top:11px;
  font-size: 25px;
  z-index: 1;
  color: var(--white_color);
}
.email-form form input[type=submit]{
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 28px 28px;
  top: 0px;
  right: 0px;
  border: 0;
  outline: none;
  font-size: 0;
  z-index: 1;
  margin:0;
}


@media(max-width:767px){
  .faqs_title:before, .faqs_title.active_icon:before{
    right: -10px;
  }
}


@media(max-width: 991px){
  .business-tabber .group-2 .col-2 h3{
     width: 100%;
  }
}


@media(max-width: 767px){
  .business-tabber p{
    margin-bottom: 30px;
  }
  .business-tabber .group-2 .col-2{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0%;
  }
  .business-tabber .group-2 .col-2:last-child{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }
  .business-tabber .group-2 .col-2 h3{
    width: 100%;
  }
  .business-tabber .group-1{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
  .business-tabber .group-2{
    margin-top: 30px;
  }
  .business-tabber .group-1:after{
     width: 30%;
  }
  .business-tabber .group-2 .col-2 .border-bottom{
      padding-bottom: 10px;
  }  
  .business-tabber .group-2 .col-2 p{
      margin: 10px 0px 0px;
  }
}


@media(max-width: 480px){
  .business-tabber .group-2 .col-2:last-child{
    margin-top: 0px;
}

}


@media(max-width: 767px){
  .business-test-cases .d-flex .col-30{
    max-width: 100%;
    text-align: center;
  }
  .business-test-cases .d-flex .col-70{
    max-width: 100%;
  }
  .business-test-cases .d-flex .col-70 ul {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


.business-seo-testimonial{
  position:relative;
  z-index:1;
}
.business-seo-testimonial .details{
  margin-left:20px;
}
.business-seo-testimonial .details h5{
  margin-bottom:5px
}
.business-seo-testimonial .slick-dots{
  text-align:left;
  margin-top:15px;
}



@media(max-width:767px){
  .business-logo-slider .split-logos {
    margin:0px 15px;
  }
}




@media(min-width:768px) and (max-width:1024px){
  .Business-form-map .content-wrapper{
    padding:0 20px;
  }
}

@media(max-width:767px){
  .Business-form-map .content-wrapper{
    padding:0 15px;
  }
  
  .Business-form-map .Business-form-wrapper p{
    font-size:24px;
  }
  
  .Business-form-map .Form-map-flex{
    margin-top:50px;
  }
  
  .Business-form-map .Form-section{
    margin:0;
  }
  
  .Business-form-map .Form-section form .actions{
    text-align:center;
    margin-bottom:25px;
  }
  
  .Business-form-map .Map-section{
    margin:0;
  }
  
  .Business-form-map .Map-section iframe.hs-responsive-embed-iframe {
    min-height: auto;
    max-height: 450px;
}
}