*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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: 0px;/* 28px*/
    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: 0px;/*28px*/
        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: 0px;/*28px*/
        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 ;
    }
}



/* bootstrap css */


.container {
	width: 100% !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1260px) {
	.container {
		max-width: 1200px !important;
	}
}

@media (min-width: 1360px) {
	.container-nav {
		max-width: 1300px !important;
	}
}

.container-fluid {
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.button-cta{padding-top:40px}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75% max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
.heading .description{width:75%;margin:auto;}
.heading {padding-bottom: 30px;text-align:center}
li.hs-form-checkbox, .hs-form-radio{display:flex !important}
@media(max-width:767px){
  .heading .description{width:100% !important;font-size:16px !important}
}
@media(max-width:767px){
  h1{font-size:35px !important}
  h2{font-size:25px !important} 
  h3{font-size:22px !important} 
}

@media(min-width:768px) and (max-width:991px){
h1{font-size:40px !important}
  h2{font-size:30px !important} 
}
@media(max-width:767px){
  .heading .description{width:100% !important;font-size:16px !important}
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
html {
  font-size: 24px;
 
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
   font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  word-break: break-word;
}
body p{ line-height:1.6;}

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;
  line-height:28px
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
   font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
@media(max-width:767px){
  h2{font-size:25px !important}
}
@media(min-width:767px) and (max-width:991px){
  h2{font-size:35px !important}
}
/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.separator {
    width: 150px;
    height: 5px;
    display: inline-block;
    margin: auto;
    transition: .3s;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
}
.heading:hover .separator {
    width: 200px;
    height: 5px;
   
}
.heading .description {
    
    padding-bottom: 40px;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}


.row-fluid .btn a { font-size: 12px; color: #fff; background: #272848; border-radius: 90px; padding: 11.5px 45px 11.5px 15px; display: inline-block; line-height: normal; text-align: left;  border: 1px solid #272848;  position: relative;  box-sizing: border-box !important;  font-weight: 500; text-decoration: none; }
.row-fluid .btn a:after { width: 30px; height: 30px; background: #fff; border-radius: 100%; position: absolute; right: 5px; top: 0; bottom: 0; margin: auto; content: "\f061"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: flex; align-items: center; justify-content: center; color: #000; font-size: 14px; line-height: 24px; transition: all 0.5s; }
.row-fluid .btn2 a { background: #eeecf9; color: #272848; border-color: #eeecf9; }
.row-fluid .btn2 a:after { background: #dbd9e8; }
.row-fluid .btn a:hover:after { text-indent: 4px; }

.row-fluid .btn3 a { background: #7f4cd8; border-color: #7f4cd8; }
.row-fluid .btn3 a:after { background: #5d40a2;  color: #fff; }

.row-fluid .btn4 a { border-color: #ddd; background: transparent; }
.row-fluid .btn4 a:after { background: #ddd; }
.row-fluid .btn4 a:hover { background: #ddd; color: #272848; }

.row-fluid .btn5 a { border-color: #fff; color: #fff; background: transparent; }
.row-fluid .btn5 a:after { background-color: #acbcce;  color: #fff; }
.row-fluid .btn5 a:hover { background: #fff; border-color: #fff; color: #272848; }

.row-fluid .blog-slide a  { font-size: 12px; color: #fff; background: transparent; border-radius: 90px; padding: 11.5px 45px 11.5px 15px; display: inline-block; line-height: normal; text-align: left;  border: 1px solid #fff;  position: relative;  box-sizing: border-box !important;  font-weight: 500; text-decoration: none; }
.row-fluid .blog-slide a:after { width: 30px; height: 30px; background: #acbcce; border-radius: 100%; position: absolute; right: 5px; top: 0; bottom: 0; margin: auto; content: "\f061"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; line-height: 24px; transition: all 0.5s; border-color: #fff; }
.row-fluid .blog-slide a:hover:after { text-indent: 4px; }
.row-fluid .blog-slide a:hover { background: #fff; border-color: #fff; color: #272848 !important; }
.row-fluid .blog-slide a .fa-chevron-right { display: none; }

.body-wrapper .cta-button a.button { font-size: 12px; color: #fff; background: #6B30D2 ; border-radius: 90px; padding: 11.5px 45px 11.5px 15px; display: inline-block; line-height: normal; text-align: left; border: 1px solid #6B30D2; position: relative;  box-sizing: border-box !important;  font-weight: 500; text-decoration: none; }
.body-wrapper .cta-button a.button:after {width: 30px;height: 30px;background: rgba(255, 255, 255, 0.3);border-radius: 100%;position: absolute;right: 5px;top: 0;bottom: 0;margin: auto;content: "\f061";font-family: "Font Awesome 5 Free";font-weight: 900;display: flex;align-items: center;justify-content: center;color: #fff; font-size: 14px; line-height: 24px; transition: all .5s; }

a.hs-button { font-size: 12px; color: #fff; background: #6B30D2 !important; border-radius: 90px; padding: 11.5px 45px 11.5px 15px; display: inline-block; line-height: normal; text-align: left; border: 1px solid #6B30D2; position: relative;  box-sizing: border-box !important; font-weight: 500;  text-decoration: none; }
a.hs-button:after {width: 30px;height: 30px;background: rgba(255, 255, 255, 0.3); border-radius: 100%;position: absolute;right: 5px;top: 0;bottom: 0;margin: auto;content: "\f061";font-family: "Font Awesome 5 Free";font-weight: 900;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 14px;line-height: 24px; transition: all .5s; border-color: #fff; }

.body-wrapper .cta-button a.button:hover {background: rgb(107 48 210 / 90%) !important;border-color: rgb(107 48 210 / 90%) !important ;}
a.hs-button:hover { background: rgb(107 48 210 / 90%) !important;border-color: rgb(107 48 210 / 90%) !important; }

.body-wrapper .buy-button .hs-button { padding: 11.5px 45px 11.5px 15px !important; }
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color:#1d2f4654 ;
  border: 2px solid  #f1f1f1;
  border-radius: 5px;
  color:  #949494 !important;
  display: inline-block;
  font-size: 0.875rem;
  padding: 1rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

.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 {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.blog-comments .post-footer input[type=text],.blog-comments .post-footer input[type=email], .blog-comments .post-footer input[type=password], .blog-comments .post-footer input[type=tel], .blog-comments .post-footer input[type=number], .blog-comments .post-footer input[type=file], .blog-comments .post-footer select, .blog-comments .post-footer textarea {background-color:#fff;}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* Header container */
.header{padding:15px 0}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:0 20px !important;
}
.header__navigation{display:contents;}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header form button {
    position: absolute;
    right: -7px;
    top: 25px;
}
.header__row-1 {
  padding-top: 0px;
}
.header__search{display:block}
.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.header__column {
  display: flex;
  flex-direction: row-reverse;
}
.flex-direction-row{
  display:flex;
  flex-direction: row !important;
}
.header__search--toggle:before {
  content: '\f002';
  font-family: 'FontAwesome';
  width: 33px;
  cursor: pointer;
  font-size: 30px;
  background-size: 100% 100%;
  margin: 0px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
}
.header__row-2{padding-right:0px}
.header__search{
  display:none
}
.header__search.open{
  display:block
}

.header__search.open{
  display: block;
  height:200px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index:9999;
  padding-top:70px;
}
.header__close--toggle.show:before{
  display:block;
  z-index:9999;
}
 
.header form {
  max-width: 700px;
  margin: auto;
  position:relative;
}
.header__close--toggle {
  cursor: pointer;
  margin: 0 5vw;
  position: relative;
}
.header__language-switcher .lang_list_class li{
  font-size:13px !important
}
.buy-button .hs-button{
  padding:12px 25px !important;
  color:#ffffff
}

.buy-button .hs-button a:hover{text-decoration:none}
.header__row-1{
  flex-direction: initial;
}
/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;

}
@media (max-width:991px) {
  .header--toggle.header__navigation--toggle.hide.open{display:none}
  .header__container {
    flex-direction: column;
    padding: 0 !important;
  }
 
  .header__column {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

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

  .header__row-2 {
    justify-content: center;
    padding:0px 20px;
    flex-direction: row-reverse;
    margin-top:-65px;
  }
  .header--toggle.header__search--toggle{
      padding: 0 7px !important;
  }
  .header__logo {
    margin: 0 5vw;
    width: 100%;
    max-width:150px;
  }
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}
 

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

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

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

/* Search bar */

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

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

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

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

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

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

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

 
.header__close--toggle:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 35px;
  background-size: 100% 100%;
  margin: 0px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: none;
}
.header__close--toggle.show{
  display: block;
  z-index: 9999;
  position: fixed;
}

/* Language switcher */

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

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

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

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

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

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

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

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

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

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

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-left: 10px;
}
.header--toggle.header__search--toggle {
  padding: 0 15px;
}
.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

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

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

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .header__logo--main{
padding:5px 0;
}
  .header__close--toggle.show{
position:relative;
}
}
 
/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

  .header__navigation.open,
  .header__language-switcher.open {
    background-color: #121217;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top:12px;
    z-index: 9999;
  }
  .flex-direction-row {
    display:block;
    flex-direction: row !important;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0px 8px;
    position: relative;
  }

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

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

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

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

  .header__navigation--toggle:before {
    display: block;
    content: '\f0c9';
    font-family: 'FontAwesome';
    width: 30px;
    height: 25px;
    cursor: pointer;
    font-size: 35px;
    background-size: 100% 100%;
    margin: 0px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .header__close--toggle:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 35px;
    background-size: 100% 100%;
    margin: 0px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    display:none;
  }

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

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


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

  .header__close--toggle.show:before {
    display: block;
    position: relative;
    z-index: 3;
    right: 15px;
    top: 0px;
    margin:-6px 0 0 6vw;
  }
  .buy-button{
    position: absolute;
    top: -45px;
  }
}

@media(max-width:575px){
  .buy-button{display:none}
}
.footer {
  text-align: left;
  padding:50px 0px 20px;
    background-color:#880996 !important;
}

.footer__copyright{text-align:center;font-size:16px;}
.logo-content p{padding-top:20px}
.footer__container.content-wrapper {
  padding: 1rem 0;
}
.footer .hs-menu-wrapper ul{display:inline-block !important}
.footer .hs-menu-item a{padding:.5rem 0rem}
.footer .row{margin:0px !important}
.footer__copyright {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.footer li.hs-menu-item {
    display: inline-block;
   margin:3px 8px;
}
.footer li.hs-menu-item:nth-child(1){margin-left:0px}
.footer .hs-menu-item:hover a, .footer .hs-menu-item:focus a { color:#c6c6c6;}
.footer #hs_cos_wrapper_footer_menu-heading1, .footer #hs_cos_wrapper_footer_menu-heading2{color:#fff;font-size:16px;font-weight:bold;padding-bottom:10px}
/* Blog header */
.body-container--blog-index, .body-container--blog-post{background:#12121d}
.blog-header {
  background-color: #17171d;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
  margin-bottom:30px;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #ffffff;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
  fill:#20b446;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #09090e;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */
.bg-color{background-color:#17171d;}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  z-index:1;
}
.systems-page ul.no-list{padding-left:0px}
.error-page:before {
  color: #1d2a38;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}
.systems-page form .hs-button{margin:10px 0px}
#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.dnd_areahome-row-0-force-full-width-section .dnd-column { padding: 0; }
.body-wrapper .buy-button .hs-button { min-width: 130px; }  
.social-links__icon { background: transparent !important; border: none; box-shadow: none !important; }
.service-icons i { line-height: 0; }
.social-links__icon:hover svg { fill:#c6c6c6 !important ; }
.logo-content a:hover { color: #d7d7d7; text-decoration: none; }

ul.submenu.level-2 li.has-submenu ul.submenu.level-3 { left: -95%; border-top: 5px solid #fff; border-radius: 6px; -webkit-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%); box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);  font-weight: 500;  position: absolute;  text-transform: none;   min-width: 229px;    text-align: left;   background: rgba(60,16,83,1.0);  top: -5px; }
.submenu.level-3 .menu-item:last-of-type .menu-link { padding-left: 40px; width: 100%; }

.blogTopPost-section { padding: 70px 0; }
.blogTopPost-first { width: 40%; }
.blogPost-right { width: 60%; padding-left: 50px; }
.blogTopPost-wrap { display: flex; }
.blogTopPost-wrap h2 { font-size: 24px; line-height: normal;}
.blogTopPost-img { height: 280px; border-radius: 20px; margin-bottom: 20px; }
.blogPost-right ul li { display: flex; padding-bottom: 30px; }
.blogPost-content { width: 60%; padding-right: 30px; }
.blogPost-img { width: 40%; }
.blogPost-img img { width: 100%; border-radius: 15px; }
.blogPost-right ul { padding: 0; }

.latest-video-box { width: 33.333%; display: inline-block; margin: 0 -2px; vertical-align: top; padding: 0 15px 40px; text-align: left; }
.latest-video-code { margin-bottom: 30px; }
.latest-video-code video { width: 100%; height: auto; }
.latest-video-box h3 { font-size: 16px; font-weight: 700; }
.latest-video-row { margin: 0 -15px; }
.latest-video-section h2 { margin-bottom: 40px; }
.latest-video-box a { text-decoration: none; }
h3.tag-title { margin-bottom: 50px; }

.blog-recent-tag-row a { width: 50%; padding: 0 15px; display: inline-block; margin: 15px -2px;  border-radius: 20px; overflow: hidden; vertical-align: top; }
.blog-recent-tag-box { min-height: 300px; display: flex; align-items: flex-end;  padding: 100px 35px 30px; position: relative; z-index: 1; width: 100%;  border-radius: 20px; overflow: hidden; }
.blog-recent-tag-box:after { content: "";  position: absolute;  top: 0; bottom: 0; left: 0; right: 0; background: #3c1053;  opacity: 0.5; z-index: -1; }
.blog-recent-tag-row { margin: 0 -15px; }
.blog-recent-content .post-title { font-size: 24px; font-weight: 700; line-height: normal; margin-bottom: 12px; }

.blog-recent-title-wrap { display: flex; align-items: center; margin-bottom: 30px; }
.blog-recent-title-wrap h2 { margin-bottom: 0; width: calc(100% - 150px); text-transform: capitalize; }
.tag-link { width: 150px; text-align: right; }

.blog-body-container-wrapper .blog-header, .blog-body-container-wrapper .body-container--blog-post { background: #3c1053; }
.blog-body-container-wrapper .blog-post__meta a { color: #fff; }
.blog-body-container-wrapper .blog-recent-posts { background: #3c1053; color: #fff; }  
.blog-body-container-wrapper .blog-recent-posts a { color: #fff; }  

body .hs-submit .actions .hs-button {
    background-color: rgba(154, 0, 255,1.0) !important;
    color: #FFF !important;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border: none !important;
    border-radius: 90px;
    padding: 11.5px 45px 11.5px 15px !important;
    height: auto;
    font-size: 14px;
    min-width: 140px;
    text-align: left;
}

body .hs-submit .actions {
    display: inline-block;
    position: relative;
}

body .hs-submit .actions:after {
    content: "";
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.3);
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    transition: all .5s;
    border-color: #fff;
}

body #hs_cos_wrapper_widget_1636567136308 .hs-submit .actions .hs-button {     border-color: rgba(154,0,255,1.0) !important;
    color: #fff !important; background-color: rgba(154,0,255,1.0) !important; }

/* .blogPost-content a:hover { text-decoration: none; } */
.blogTopPost-content a , .blogPost-content a , .blog-recent-tag-row a { text-decoration: none; }
.blogPost-img img { height: 150px; object-fit: cover; }
.datetime span.time { margin-left: 12px; display: inline-block; color: #d7d7d7; opacity: 0.7; }
.services_box:hover .service-icons { box-shadow: none !important; }

.blog-slide .blog_Box { background: #fff !important; border: none; }
.blog-slide { background: #fff !important; border-radius: 14px;  overflow: hidden; }
.blog-slide .content { color: #3c1053; }
.blog-slide .content h5 { color: #3c1053; }

.row-fluid .blog-slide a { background: #6b30d2 !important; color: #fff; }
.row-fluid .blog-slide a:after { background: rgba(255,255,255,0.3); }
.row-fluid .blog-slide a:hover { color: #fff !IMPORTANT; }

body #hs_cos_wrapper_widget_1638310692223 input[type="submit"] { padding-left: 15px !important;  padding-right: 14px !important; }
.hs-blog-listing .banner-Bg .container { max-width: 920px !important; }

.recent-tag { position: absolute; top: 22px; background: #fff;  color: #6b30d2; padding: 5px 25px;  border-radius: 90px; font-size: 14px; left: 20px; }

.latest-video-img {padding-top: 60%;position: relative;border-radius: 10px;margin-bottom: 24px;}
.latest-video-img .play { position: absolute; width: 76px; height: 84px; top: 0; margin: auto; right: 0; left: 0; bottom: 0; }
.latest-video-time { border-top: 1px solid #fff;  padding-top: 15px; }

.fancybox-display { width: 100%; max-width: 800px !important; }  
.fancybox-display .latest-video-code { margin-bottom: 0; }

.vidyard-player-container { border-radius: 20px; }

.footermenu .hs-menu-wrapper > ul > li { width: 13%; vertical-align: top; }
.footermenu .hs-menu-wrapper > ul > li li { margin: 0; font-size: 16px; line-height: 28px; }
.footermenu .hs-menu-wrapper > ul > li li a { line-height: 28px; padding: 0 0 10px; }

.footer .hs-menu-item:hover a, .footer .hs-menu-item:focus a { color:#fff; }
.footer .hs-menu-item a:hover , .footer .hs-menu-item a:focus { color: #d7d7d7; }

#hs-button_module_16383274696046 { color: #fff !important; }

.cell_1645488095786-padding select { color: #fff !important; }
.cell_1645488095786-padding select > * { background: #000; }
.clients-image img { padding: 20px; }
.footermenu .hs-menu-wrapper > ul > li li { width: 100%; }

.header__column { width: calc(100% - 150px); }
.header__logo--main { width: 124px; margin-top: -11px; }

.footermenu { font-weight: 400; }
.footer__copyright { font-weight: 400; }
.footermenu .hs-menu-wrapper>ul>li li a {  color: #fff; }
.footermenu .hs-menu-wrapper>ul>li li a:hover { color: #d7d7d7; }

.logo-content p { padding-top: 0; }
.logo-content #hs_cos_wrapper_site_logo { margin-bottom: 40px; }
.footermenu .hs-menu-wrapper>ul>li:nth-child(5) { width: 10%; }
.footermenu .hs-menu-wrapper>ul>li:nth-child(6) { width: 9%; }
.footermenu .hs-menu-wrapper>ul>li:nth-child(7) { width: 13%; }  

.header__logo--main { position: relative; } 
.footermenu .hs-menu-wrapper > ul > li li ul.hs-menu-children-wrapper { padding-left: 12px; }

.body-container--blog-post .content-wrapper .blog-post { width: 100%; max-width: 600px; }
.blog-post h1 {
    font-size: 30px;
}
.blog-post__body h2 span {
    font-size: 18px !important;
    font-weight: 700;
}
.blog-post__body h3 span {
    font-size: 18px !important;
    font-weight: 700;
     color:#fff !important;
}

.blog-body-container-wrapper .body-container--blog-post.body-container--blog-postv2 { background: #fff; color: #3c1053; } 
.body-container--blog-postv2 .blog-post h1 {  color: #3c1053; }  
.body-container--blog-postv2 .blog-post__body h2 { color: #3c1053; }
.body-container--blog-postv2 .blog-post__body h3 , .body-container--blog-postv2 .blog-post__body h4, .body-container--blog-postv2 .blog-post__body h5 , .body-container--blog-postv2 .blog-post__body h5 { color: #3c1053; }
.body-container--blog-postv2 .blog-post__body h3 span { color: #3c1053 !important; } 
.body-container--blog-postv2 a.blog-post__tag-link { color: #3c1053; } 
.body-container--blog-postv2 form label { color: #3c1053 !important; }
.body-container--blog-postv2 .blog-header { background: #fff; }
.footermenu .hs-menu-wrapper>ul>li li ul.hs-menu-children-wrapper {padding-left: 0;}

.partners_title_sec { text-align: center; width: 100%; padding: 60px 0; max-width: 760px; margin: auto; }
.partners_title_text p, .partners_title_text { font-weight: 500; font-size: 30px; color: #CECECE; }
.partners_title_sec h2 { font-size: 40px; line-height: normal; font-weight: 600; margin-bottom: 10px; }

.partners_box { width: calc(100% / 3 - 90px);  background: linear-gradient(124.37deg, #80128D -13.23%, rgba(128, 18, 141, 0) 104.31%); margin: 0 45px; padding: 0 35px 35px; margin-bottom: 90px;  box-shadow: 0px 4px 40px rgb(0 0 0 / 05%); }
.partners_row { display: flex;  flex-wrap: wrap; margin: 0 -45px; padding-top: 70px; justify-content: center; }
.container_1400 { max-width: 1400px !important; }
.partners_content p:last-child { margin-bottom: 0; }
.partners_content p , .partners_content { font-weight: 500; }
.partners_logo { text-align: center; line-height: 0; transform: translateY(-52%); margin-bottom: -5px; }
/* .partners_logo img { width: 100%; max-width: 140px; height: auto; } */
.partners_box:nth-child(1) , .partners_box:nth-child(2) { width: calc(100% / 2 - 90px);  max-width: 500px; }

.become_partner_wrap { background: #fff; color: #000;  text-align: center; padding: 50px 35px; }
.become_partner_wrap h2 {  font-weight: 600;  font-size: 40px; letter-spacing: -0.02em; color: #6C2FD2; margin-bottom: 50px; }
.become_partner_row { text-align: left; display: flex; margin: 0 -25px; }
.become_partner_row h3 {  font-weight: 600; font-size: 18px; color: #000; }
.become_partner_box { width: calc(100% / 3 - 90px);  margin: 0 45px; }
.become_partner_logo { margin-bottom: 25px; }

.form_section { padding: 40px 0 80px; }
.form_section .container { max-width: 600px !important; }
.form_section .hs-form-field .hs-input {  background: #fff; border: none; border-radius: 0; }
body .form_section .hs-submit .actions input.hs-button {  background: #6C2FD2; font-weight: 600; padding-top: 12px !important; padding-bottom: 11px !important; padding-left: 20px !important; }

.partners_section { position: relative; z-index: 1; overflow: hidden; }
.partners_section:after ,.partners_section:before { content: ""; position: absolute;  left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background-image: linear-gradient(to bottom, rgba(61, 16, 83, 1), rgba(128, 18, 141, 1)); height: 40%; }
.partners_section:after { top: auto; background-image: linear-gradient(to top, rgba(61, 16, 83, 1), rgba(128, 18, 141, 1)); height: 60%; }

.header .content-wrapper { max-width: 1400px; }

.hs_cos_wrapper_type_rich_text ul li { padding-bottom: 20px; }

.footerv2 .footermenu { padding-left: 70px; }
.footerv2 .footermenu .hs-menu-wrapper > ul > li.hs-menu-item {  width: 25%; margin: 0 -2px; }
.footerv2 .footermenu .hs-menu-wrapper > ul > li.hs-menu-item > a { font-weight: 600; font-size: 16px; }
.footerv2 .footermenu .hs-menu-wrapper > ul > li li a { padding-bottom: 0; }

.social_list { text-align: center; margin: 40px 0 20px; }
.social_list ul { list-style: none; padding: 0; margin: 0; }
.social_list ul li { display: inline-block; line-height: 0; margin: 0 5px; }
.footerv2 .footer__copyright {  margin-top: 0; border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 25px; font-weight: 400; font-size: 14px; }
.footerv2 .footer__container.content-wrapper { padding-bottom: 0; }
.social_list ul li a:hover { opacity: 0.8; }

.hs-search-results__title { font-family: Poppins,sans-serif; color: #fff; font-weight: 800; text-decoration: none; font-size: 24px;  margin-bottom: 15px;    display: block; }
.systems-page h1 { margin-bottom: 50px; }
ul.hs-search-results__listing li {  margin-bottom: 40px; }

.let_s_talk_main .let_s_talk_btn a:hover { background: transparent; color: #fff; }
.let_s_talk_main .let_s_talk_btn a:after { display: none; }
.let_s_talk_main .let_s_talk_btn a { padding-right: 15px; }

@media(min-width:1360px){
    .header_v2 .header__navigation .navigation-primary > ul.submenu.level-1 {width: 980px;text-align: center;}
}

@media(max-width:1260px){
    
    .blogTopPost-wrap .blogPost-right h2 { font-size: 18px; margin-bottom: 15px; }
    .datetime { font-size: 14px; }
    .blogTopPost-wrap h2 { font-size: 20px !important; }
    
    

}

@media(max-width:1199px){
    .container_1400 { max-width: 962px !important; }
    .partners_box { width: calc(100% / 3 - 30px); margin: 0 15px 80px; padding: 20px; }
    .partners_row { margin: 0 -15px; }
    .partners_box:nth-child(1), .partners_box:nth-child(2) { width: calc(100% / 2 - 30px); }
    
    .become_partner_box { width: calc(100% / 3 - 30px); margin: 0 15px; }
    .become_partner_row { margin: 0 -15px; }
    
    .partners_logo { transform: translateY(0%);  margin-bottom: 20px; }
}

@media (max-width:991px){
    .footermenu .hs-menu-wrapper > ul > li { width: 28%; }
    
    .container_1400 { max-width: 750px !important; }
    .partners_title_text br { display: none; }  

    .header_v2 { position: relative; }
    .header_v2 .header__logo--main {  margin-top: 0; }
    .header_v2 .header__container.content-wrapper { display: flex; }
    .header_v2 .header__column { align-items: center; width: calc(100% - 124px); position: static; }
    .header_v2 .buy-button { top: 0; position: relative; }
    .header_v2 .header__row-2 { margin-top: 0; }
    .header_v2 .header__navigation.open, .header__language-switcher.open {top: 100%;}
    
    .footerv2 .footermenu .hs-menu-wrapper>ul>li.hs-menu-item {width: 50%; margin-bottom: 30px; }
    .footerv2 .logo-content img { width: 100% !important; }
    .footerv2 .footermenu .hs-menu-wrapper > ul > li.hs-menu-item > a { padding-top: 0; }

}

@media (max-width:767px){
    .testimonial-slider button.slick-prev { left: 8px; }
    .testimonial-slider button.slick-next { right: 8px; }
    
    .blogTopPost-first { width: 100%; padding-bottom: 40px; }
    .blogTopPost-wrap { display: block; }
    .blogTopPost-img { height: auto; padding-top: 60%; }
    .blogPost-right { padding: 0; width: 100%; }
    .blogPost-right ul li { flex-direction: column-reverse; }
    .blogPost-content { width: 100%; }
    .blogPost-img { width: 100%; margin-bottom: 20px; }
    .blogPost-right ul li:last-child { margin-bottom: 0; }
    .blogTopPost-section { padding-bottom: 10px; }
    .latest-video-box { width: 100%; margin-bottom: 30px; }
    .latest-video-box:last-child { margin-bottom: 0; }
    .blog-recent-title-wrap { display: block; }
    .tag-link { text-align: left; }
    .blog-recent-title-wrap h2 { width: 100%; margin-bottom: 20px; }
    .blog-recent-tag-row a { width: 100%; }
    .blog-recent-tag-box {  padding: 100px 20px 30px; }
    
    .blogPost-img img { height: auto; object-fit: cover; }
    
    .footermenu .hs-menu-wrapper > ul > li { width: 100%; margin: 0; }
    .footermenu .hs-menu-wrapper > ul > li li { width: 100%; padding: 0; margin: 0; }
    .footermenu .hs-menu-wrapper > ul > li { margin-bottom: 10px; }
    .footermenu .hs-menu-wrapper > ul > li:last-child { margin-bottom: 0; }
    
    h3.tag-title { margin-bottom: 30px; }
    
    .header__logo--main {margin-top: 0;}

    .header__column { width: 100%; padding: 12px 0 0; }
    .footermenu .hs-menu-wrapper>ul>li:nth-child(5) { width: 100%; }
    .footermenu .hs-menu-wrapper>ul>li:nth-child(6) { width: 100%; }
    .footermenu .hs-menu-wrapper>ul>li:nth-child(7) { width: 100%; }
    
    body .sec_video .banner-Bg.video-option { height: auto !important; padding: 60px 0; }  
    
    
    .partners_box { width: calc(100% / 1 - 30px) !important; max-width: 450px !important; }  
    .partners_title_text p, .partners_title_text { font-size: 18px; }
    .partners_title_sec { padding: 40px 0; }
    .become_partner_box { width: calc(100% / 1 - 30px); margin-bottom: 30px; }
    .become_partner_row { flex-wrap: wrap; }
    .form_section { padding-bottom: 60px; }
    .become_partner_box:last-child { margin-bottom: 0; }
    .become_partner_wrap {
    padding: 40px 15px;
}
    
    .footerv2 .footermenu { padding-left: 0; }
    .footerv2 .logo-content img { max-width: 190px !important; margin: auto;  display: table; }
    .social_list { margin-top: 0; }
    
    /* */
    .proof_person_text, .proof_person_text p { font-size: 16px !important; }
    .proof_person_name { font-size: 20px !important; margin-bottom: 10px !important; }
    .proof_person_description { font-size: 16px !important; line-height: normal !important; }
    body .navigation-primary .has-submenu a { font-size: 16px !important; }
    .let_s_talk_main .let_s_talk_btn a { font-size: 15px !important; }  
    .footerv2 .footer__copyright { font-size: 16px; } 
    
    a.hs-button { font-size: 16px; }
    .datetime { font-size: 16px; }
    
    .sitemap-box ul li a { font-size: 16px !important; }
    
    .table_content, .table_content p { font-size: 16px !important; }
    .row-fluid .btn a { font-size: 16px; }
    
    .proof_salesforce_caption h2:after { width: 100% !important; }

    .blog-post__body img { width: 100%; height: auto; }  


    
}