*, *: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: 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: 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: 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%;}
.w-80{width:80%;margin:auto;}
.w-100{width:100%}
.description p{margin-bottom:0px}
.heading_sec h1{margin-bottom:15px}
.heading_sec {padding-bottom: 30px;text-align:center}
.align-item-center{align-items:center}
.justify-content-center{justify-content:center}
li.hs-form-checkbox, .hs-form-radio{display:flex !important}
.img-fluid{
    max-width: 100%;
    height: auto;
}
p{line-height:32px}
@media(max-width:767px){
  .heading .description{width:100% !important;font-size:16px !important}
}
.button-link {
    padding: 30px 0px;
}
.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;
  }
  .dnd-section {
  padding-left:10px !important;
  padding-right:10px !important;
}

}
:root {
  --primary_color:#d19c2a;
  --link_color: #d19c2a;
  --secondary_color:#756ba0; 
   
}
html {
  font-size: 17px;
}
@media(min-width:768px) and (max-width: 991px){
  h1{font-size:35px !important}
  h2{font-size:30px !important}
}
@media (max-width: 767px) {
  html {
    font-size: 17px;
  }
  h1{font-size:30px !important}
  h2{font-size:28px !important}
  h4{font-size:20px !important}
}

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

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  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 */

 
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: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 10px;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, 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;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
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: 500;
  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;
}
/* Form */

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

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

/* Labels */

form label {
  color: #33475B;
  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: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  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;
}
/* 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: 0;
  padding-left: 0;
}

/* Horizontal menu */

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

/* Vertical menu */

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

/* Flyouts */

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

.description ul{padding-left:0px;margin-bottom:0px}
.description ul li{display:block;list-style:none}
.description ul li:before{
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    width: 25px;
    font-size: 20px;
    color: #0270e0;
}
textarea {
    width: 100% !important;
}
/* Blog header */

.blog-header {
  background-color: #f3f3f2;
  text-align: center;
}

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

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

.blog-header__title h1{
	text-transform:uppercase;
	line-height: 1.125;
}

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

.blog-header__form {
  margin: 0 1rem;
}
.blog-post__body img{max-width:100%;height:auto}
@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: 0.6rem;
}

@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);
    display:flex;
  }
}

@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-border {
    border: solid 2px #ddd;
    margin: 0.0rem;
    padding: 10px;
    min-height:500px
}

.blog-index__post-content--small{padding:20px 0px}
.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;
  margin-bottom: 20px;
  text-align: center;
	width:100%;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 99px;
  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;
	display: flex;
	justify-content: center;
	align-items: center;
	height:40px;
	width:40px;
}

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

.blog-pagination__link:hover,
.blog-pagination__link:focus {
	text-decoration: none;
	background-color: #756ba0;
	color: #fff;
}

.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 #756ba0;
}

/* Blog post */

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

.blog-feature-image img{
	width:100%;
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6{}
	font-family:brandon-grotesque, sans-serif;
	font-weight:700;
	text-transform: uppercase;
}

.blog-post h1 {
  font-size: 1.6rem;
	font-family:brandon-grotesque, sans-serif;
	font-weight:700;
	text-transform: uppercase;
}

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

.body-container--blog-post .blog-header .blog-post__meta{
	display:flex;
	justify-content:center;
	align-items: center;
	gap:10px;
}
.body-container--blog-post .blog-header .blog-post__meta .blog-header__author-avatar{
	height:30px;
	width:30px;
	margin:unset;
}

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

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

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 70px 0;
}

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

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	gap:40px;
	justify-content: center;
}


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

.blog-recent-posts__post{
	padding-bottom:35px;
	-webkit-box-shadow: 0px 16px 32px rgba(77, 77, 78, 0.05), 0px 8px 16px rgba(77, 77, 78, 0.05); 
	box-shadow:0px 16px 32px rgba(77, 77, 78, 0.05), 0px 8px 16px rgba(77, 77, 78, 0.05);
	border-radius:10px;
	width: calc(33% - 30px);
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	max-width: 400px;
}
.blog-recent-posts__post .content-section {
	padding: 5px 35px;
	overflow: hidden;
}
.blog-recent-posts__post .blog-recent-posts__image{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:185px;
}
.blog-recent-posts__post .blog-recent-post_tag{
	background-color:#f3f3f2;
	padding-top:10px;
	padding-bottom:10px;
}
.blog-recent-posts__post .blog-recent-post_author{
	padding-top:35px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-recent-posts__post .blog-recent-post_author .blog-author__image img{
	border-radius:999px;
	width:30px;
	height:30px;
}

.blog-recent-posts__post .blog-recent-post_author h5{
	margin:0;
	color:#4d4d4e;
}
.blog-recent-posts__post .blog-recent-post_author a{
	color:#4d4d4e;
}
.blog-recent-posts__post .blog-recent-posts__title{
	margin:0;
	line-height:1.125;
	font-size:1.5em
}
.blog-recent-posts__post .blog-recent-posts__title a{
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	word-break: keep-all;
}
.blog-recent-posts__post .blog-recent-posts__title a:hover{
	color:#756ba0;
}
.blog-recent-posts__post .blog-recent-post_sumary{
	margin:0;
	padding-bottom:20px;
	flex-grow: 1;
}
.blog-recent-posts__post .blog-recent-post_sumary p{
	margin:0;
}
.blog-recent-post_button {
}

.blog-feature-image{
	margin-bottom:30px;
}
.blog-feature-image img {
	max-width: 100%;
	border-radius:10px;
}


	.blog-recent-posts__post-image {
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 185px;
		display: block;
		margin-bottom: 0px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

@media (max-width: 1139px) {
  .blog-recent-posts__post {
		width: calc(50% - 30px);
  }
	
}

	@media (max-width: 767px){
    .blog-recent-posts__list {
			flex-direction: column;
		}
		.blog-recent-posts__post {
			width: 100%;
			align-self: center;
		}
	}


@media screen and (min-width: 768px) {
  .k2_blog.blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
     display: flex;
		width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1000px) {
  .k2_blog.blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/2);
    display: flex;
  }
}
.k2_blog.blog-recent-posts__post{padding:1rem}
.border-shadow{
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
    padding: 15px;
}

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





/* 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 #494A52;
  color: #494A52;
}

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

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #f0f8ff;
  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%;
}

#email-prefs-form .header {
  background-color: transparent;
}
.email-prefs p{margin-bottom:5px}
.email-prefs p.header{box-shadow:0 0px 0px transparent!important;}
/* 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;
}
.no-list.hs-error-msgs{padding-left:0px}
/* 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;
}
/* Base */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 4px;
}

.icon--square.icon--medium {
  border-radius: 5px;
}

.icon--square.icon--large {
  border-radius: 6px;
}

.icon--square.icon--extra-large {
  border-radius: 10px;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 1.82rem;
  height: 1.82rem;
}

.icon--small .icon__glyph {
  width: 0.91rem;
  height: 0.91rem;
  line-height: 0.91rem;
  font-size: .91rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 2.73rem;
  height: 2.73rem;
}

.icon--medium .icon__glyph {
  width: 1.11rem;
  height: 1.11rem;
  line-height: 1.11rem;
  font-size: 1.11rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 3.64rem;
  height: 3.64rem;
}

.icon--large .icon__glyph {
  width: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  font-size: 1.82rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.18rem;
  height: 3.18rem;
  line-height: 3.18rem;
  font-size: 3.18rem;
}

/* Outline */

.icon--outline {
  border: 1px solid;
}

/* Accent */

.icon--accent {
  color: #d19c2a;
}

.icon--accent.icon--fill {
  background: #d19c2a;
  color: #ffffff;
}

.icon--accent.icon--outline {
  border-color: #d19c2a;
}

/* Dark */

.icon--dark {
  color: #4d4d4e;
}

.icon--dark.icon--fill {
  background: #4d4d4e;
  color: #ffffff;
}

.icon--dark.icon--outline {
  border-color: #4d4d4e;
}

/* Light */

.icon--light {
  color: #4d4d4e;
}

.icon--light.icon--fill {
  background: #F3F3F2;
  color: #4d4d4e;
}

.icon--light.icon--outline {
  border-color: #f3f3f2;
}

/* White */

.icon--white {
  color: #ffffff;
}

.icon--white.icon--fill {
  background: #ffffff;
  color: #4d4d4e;
}

.icon--white.icon--outline {
  border-color: #ffffff;
}

/* White with accent */

.icon--white-accent {
  color: #d19c2a;
}

.icon--white-accent.icon--fill {
  background: #ffffff;
  color: #d19c2a;
}

.icon--white-accent.icon--outline {
  border-color: #ffffff;
}

/* Ghost */

.icon--ghost {
  color: #ffffff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}
/* Base */

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

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #4d4d4e;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: none;
  width: 220px;
  padding: .46rem 0;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 32px 64px rgba(77, 77, 78, 0.05), 0px 16px 32px rgba(77, 77, 78, 0.05);
  border-radius: 8px;
}

.hs-menu-wrapper.flyouts li:hover > .hs-menu-children-wrapper {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  padding: .46rem .91rem;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top: 1px solid #f3f3f2;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:hover > a {
  background-color: #F3F3F2;
}

/* Top level */

.hs-menu-flow-horizontal > ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.hs-menu-flow-horizontal.flyouts > ul {
  align-items: center;
}

.hs-menu-flow-horizontal.flyouts > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a {
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #d19c2a;
  opacity: 0;
  transform: scale(.2,1) translateY(2px);
  transition: .3s ease-out;
}

.hs-menu-flow-horizontal.flyouts > ul > li:hover > a::before,
.hs-menu-flow-horizontal.flyouts > ul > li > a[aria-expanded="true"]::before {
  transform: none;
  opacity: 1;
}

/* All sub-levels */

.hs-menu-wrapper ul ul a {
  font-size: .9rem;
}

/* 2nd level */

.hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
}

/* 3rd level */

.hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
}
/* Animation */
  
@keyframes btn_ripple {
  0% {
    opacity: .3;
  }
  30% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    transform: scale(4, 4);
  }
}

/* Base */

.btn {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: none;
  border: none; /* for <button> */
  font-family: ;
  font-weight: ;
  font-style: ;
  line-height: 1.14;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* using our own styling */
	text-transform: uppercase;
	
}

.btn.btn--full {
  display: block;
}

.btn:hover {
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.btn:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.btn::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}

/* Outline */

.btn--outline {
  border: 2px solid;
}

.btn--outline:hover {
  border: 0;
}

/* Extra Small */

.btn--xsmall {
  padding: 0.35rem 0.5rem;
  font-size: .7rem;
}

.btn--xsmall.btn--outline:not(:hover) {
  padding: calc(0.35rem - 2px) calc(0.5rem - 2px);
}

/* Small */

.btn--small {
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  font-size: .83rem;
}

.btn--small.btn--outline:not(:hover) {
  padding: calc(0.45rem - 2px) calc(0.68rem - 2px);
}

/* Medium */

.btn--medium {
  padding: 0.64rem 0.91rem;
  border-radius: 999px;
  font-size: .89rem;
}

.btn--medium.btn--outline:not(:hover) {
  padding: calc(0.64rem - 2px) calc(0.91rem - 2px);
}

/* Large */

.btn--large {
  padding: 0.91rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
}

.btn--large.btn--outline:not(:hover) {
  padding: calc(0.91rem - 2px) calc(1.36rem - 2px);
}

/* Accent */

.btn--accent.btn--outline {
  border-color: #d19c2a;
  color: #d19c2a;
}

.btn--accent.btn--fill,
.btn--accent.btn--outline:hover {
  background: #d19c2a;
  color: #ffffff;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(209, 156, 42, .15);
}


/* Secondary */

.btn--secondary.btn--outline {
  border-color: #756ba0;
  color: #756ba0;
}

.btn--secondary.btn--fill,
.btn--secondary.btn--outline:hover {
  background: #756ba0;
  color: #ffffff;
}

.btn--secondary:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(117, 107, 160, .15);
}

/* Secondary with White*/

.btn--secondary-white.btn--outline {
  border-color: #756ba0;
  color: #756ba0;
	background: #ffffff;
}

.btn--secondary-white.btn--fill,
.btn--secondary-white.btn--outline:hover {
  background: #756ba0;
  color: #ffffff;
}

.btn--secondary:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(117, 107, 160, .15);
}

/* Dark */

.btn--dark.btn--outline {
  border-color: #4d4d4e;
  color: #4d4d4e;
}

.btn--dark.btn--fill,
.btn--dark.btn--outline:hover {
  background: #4d4d4e;
  color: #ffffff;
}

.btn--dark:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(77, 77, 78, .15);
}

/* Light */

.btn--light.btn--outline {
  border-color: #f3f3f2;
  color: #4d4d4e;
}

.btn--light.btn--fill,
.btn--light.btn--outline:hover {
  background: #F3F3F2;
  color: #4d4d4e;
}

.btn--light:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(243, 243, 242, .15);
}

/* Light darker */

.btn--light-darker.btn--outline {
  border-color: #f3f3f2;
  color: #4d4d4e;
}

.btn--light-darker.btn--fill,
.btn--light-darker.btn--outline:hover {
  background: #f3f3f2;
  color: #4d4d4e;
}

.btn--light-darker:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(243, 243, 242, .15);
}

/* White */

.btn--white.btn--outline {
  border-color: #ffffff;
  color: #ffffff;
}

.btn--white.btn--fill,
.btn--white.btn--outline:hover {
  background: #ffffff;
  color: #4d4d4e;
}

.btn--white:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with accent */

.btn--white-accent.btn--outline {
  border-color: #ffffff;
  color: #d19c2a;
}

.btn--white-accent.btn--fill,
.btn--white-accent.btn--outline:hover {
  background: #ffffff;
  color: #d19c2a;
}

.btn--white-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with hover accent */

.btn--white-hover-accent.btn--outline {
  border-color: #ffffff;
  color: #ffffff;
}

.btn--white-hover-accent.btn--fill {
  background: #ffffff;
  color: #4d4d4e;
}

.btn--white-hover-accent.btn--fill:hover,
.btn--white-hover-accent.btn--outline:hover {
  background: #ffffff;
  color: #d19c2a;
}

.btn--white-hover-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.btn--ghost.btn--outline {
  border-color: rgba(255, 255, 255, .2);
  color: #ffffff;
}

.btn--ghost.btn--fill {
  background: rgba(255, 255, 255, .2);
  color: #ffffff;
}

.btn--ghost.btn--outline:hover,
.btn--ghost.btn--fill:hover {
  background: #ffffff;
  color: #4d4d4e;
}

.btn--ghost:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Pill */

.btn--pill {
  border-radius: 999px;
}

/* Icon */

.btn__icon {
  color: inherit;
  line-height: 0;
}

.btn__icon--right {
  order: 1;
  margin-left: .4em;
}

.btn__icon--left {
  margin-right: .4rem;
}

.btn__icon svg {
  fill: currentColor;
}
/* ==========================================================================
   Base
   ========================================================================== */

/* Reset input list */

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

/* Make spacing consistent */

.field > .input {
  margin-top: .28rem;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form .input {
  margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
  margin: 0 -12.5px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field {
  padding: 0 12.5px;
  float: left;
}

.form-columns-3 > .hs-form-field {
  width: 33.3333% !important;
}

@media (max-width: 667px) {
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

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

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
  margin-bottom: 25px;
}

.legal-consent-container .hs-form-field {
  margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
}

/* Hide empty form title */

.form-title:empty,
.hs-form h3:empty {
  display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::-webkit-input-placeholder,
#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #4d4d4e;
  opacity: 1;
}

.hs-input::-moz-placeholder,
#hs-pwd-widget-password::-moz-placeholder {
  color: #4d4d4e;
  opacity: 1;
}

.hs-input:-ms-input-placeholder,
#hs-pwd-widget-password:-ms-input-placeholder {
  color: #4d4d4e;
  opacity: 1;
}

.hs-input:-moz-placeholder,
#hs-pwd-widget-password:-moz-placeholder {
  color: #4d4d4e;
  opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
  padding: 0.91rem .91rem !important;
  font-size: 1rem !important;
}

#email-prefs-form h3 {
  font-weight:  !important;
}

#email-prefs-form h3 + div {
  padding-bottom: 25px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 25px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
  margin-top: .28rem;
}

.hs-form .multi-container li + li {
  margin-top: .11rem;
}

.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
  font-family: ;
  font-weight: ;
  font-style: ;
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
  display: inline;
  float: none;
  margin-left: 0 !important;
  vertical-align: middle;
}

/* Labels & text */

.hs-form legend {
  color: inherit;
}

.hs-form-field > label {
  color: #4d4d4e;
}

.txt--dark .hs-form-field > label {
  color: #ffffff;
}

/* ==========================================================================
   Inputs
   ========================================================================== */

/* Default state
   ========================================================================== */

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  padding: 0.91rem .91rem;
  background-color: #ffffff;
  border: 1px solid #f3f3f2;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(77, 77, 78, 0.05), 0px 4px 8px rgba(77, 77, 78, 0.05);
  color: #4d4d4e;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: inherit;
  line-height: 1.14;
}

textarea.hs-input {
  height: 130px;
  border-radius: 8px;
}

select.hs-input {
  padding-inline-end: 38px;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%234d4d4e\" d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>");
  background-size: 7.5px 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}



.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  margin: 0;
  margin-inline-end: .56rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #dfdfde;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: normal;
}

.hs-input[type='checkbox'] {
  background-size: 12px 12px;
}

.hs-input[type='radio'] {
  background-size: 10px 10px;
  border-radius: 100%;
}

/* Hover state
   ========================================================================== */

.hs-input:hover,
#hs-pwd-widget-password:hover {
  box-shadow: 0 0 0 8px rgba(243, 243, 242, .4);
}

.hs-input[type='checkbox']:hover,
.hs-input[type='radio']:hover {
  box-shadow: 0 0 0 8px rgba(243, 243, 242, .4);
}

/* Focus state
   ========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
  border-color: #d19c2a;
  box-shadow: 0 0 0 4px rgba(209, 156, 42, .15), 0 0 0 1px #d19c2a inset;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus {
  border-color: #d19c2a;
  box-shadow: 0 0 0 4px rgba(209, 156, 42, .2);
}

/* Error state
   ========================================================================== */

.hs-input.error {
  border-color: #ce5039;
  box-shadow: 0 0 0 4px rgba(206, 80, 57, .2), 0 0 0 1px #ce5039 inset;
}

/* Checked state
   ========================================================================== */

.hs-input[type='checkbox']:checked,
.hs-input[type='radio']:checked {
  background-color: #d19c2a;
  border-color: transparent;
}

.hs-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23ffffff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}

.hs-input[type='radio']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23ffffff\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>");
}

/* ==========================================================================
   Date fields
   ========================================================================== */

/* Inputs
   ========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input {
  padding-inline-start: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%234d4d4e\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
  background-position: 1.11rem center;
  background-repeat: no-repeat;
  background-size: .78rem .89rem;
}



/* Date-picker widget
   ========================================================================== */

body .fn-date-picker.pika-single {
  color: inherit;
  font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
  background: #ffffff;
  border: 1px solid #f3f3f2;
  border-radius: 5px;
  box-shadow: 0px 16px 32px rgba(77, 77, 78, 0.05), 0px 8px 16px rgba(77, 77, 78, 0.05);
}

body .fn-date-picker .pika-label {
  background-color: inherit;
  font: inherit;
}

body .fn-date-picker .pika-button {
  background: #F3F3F2;
  color: #4d4d4e;
  font-family: inherit;
  box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
  color: #d19c2a;
  font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
  background: #d19c2a !important;
  color: #ffffff;
  font-weight: inherit;
}

body .fn-date-picker .pika-table th {
  color: #4d4d4e;
  font-weight: inherit;
  font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
  background: none !important;
  color: inherit !important;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
}

body .fn-date-picker .pika-prev:before {
  content: "‹";
  font-size: 14px;
}

body .fn-date-picker .pika-next:before {
  content: "›";
  font-size: 14px;
}



/* ==========================================================================
   File fields
   ========================================================================== */

/* File input
   ========================================================================== */

.hs-input[type='file'] {
  padding-inline-end: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%234d4d4e\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
  background-position: center right 1.11rem;
  background-repeat: no-repeat;
  background-size: .89rem .89rem;
  cursor: pointer;
}



/* File button
   ========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 1.67rem;
  background: #F3F3F2;
  border: 1px solid #f3f3f2;
  border-radius: 4px;
  color: #4d4d4e;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 0.89rem;
  cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}

/* ==========================================================================
   Errors
   ========================================================================== */

.hs-error-msg {
  display: inline-block;
  padding: .23rem .46rem;
  margin-top: -.23rem;
  margin-left: .56rem;
  margin-right: .56rem;;
  vertical-align: top;
  background: #ce5039;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.89rem;
  line-height: 1.1;
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hs_error_rollup {
  color: #4d4d4e;
  font-family: ;
  font-weight: ;
  font-style: ;
  line-height: 1.14;
  margin-bottom: 25px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.hs-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  font-family: ;
  font-weight: ;
  font-style: ;
  line-height: 1.14;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* we have our own styling */
  background: #4d4d4e;
  color: #ffffff;
  padding: 0.91rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
	text-transform:uppercase;
}

form .hs-button {
  background: #d19c2a;
}

.hs-button:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.hs-button:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(209, 156, 42, .15);
}

.hs-button::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.hs-button:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}
a{
	color:#d19c2a;
}

.col_rad_sm{border-radius:10px;}
.col_rad_md{border-radius:25px;}
.col_rad_lg{border-radius:50px;}

/* Important text */

.important-text {
  color: #4d4d4e;
}

/* Text size */

.small-text,
.small-text li{
  font-size: 0.89rem;
}

.large-text {
  font-size: 1.22rem;
}

.xlarge-text {
  font-size: 1.830rem;
}

@media (max-width: 1139px) {
  .xlarge-text {
    font-size: 1.586000000000000054178883601707639172673225402832031250rem;
  }
}

@media (max-width: 767px) {
  .xlarge-text {
    font-size: 1.34200000000000010835776720341527834534645080566406250rem;
  }
}

header .col,
footer .col{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-shrink: 0;
	padding: 0 12.5px;
	flex-basis: unset;
	flex-grow: unset;
}

header .items-end,
footer .items-end{
	align-items: flex-end;
}


@media (max-width: 767px) {
	header .col,
	footer .col{
		flex-basis: 0;
		flex-grow: 1;
	}
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100.000000000000000%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

@media (max-width: 1139px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100.000000000000000%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
header .col { 
		width: 100%;
			flex-basis: 0;
		flex-grow: 1;
	}

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100.000000000000000%;
    }
  
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1139px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}


/* Hidden */

@media (min-width: 1140px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}


/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

@media (max-width: 1139px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}

/* Dnd */

.row-fluid,
.row-fluid > * {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 768px) {
  .row-fluid {
    flex-direction: row;
  }

  .row-fluid > * + * {
    margin-inline-start: 25px;
  }

  
    .span1 {
      width: calc(0.08333333333333333 * (100% + 25px) - 25px);
    }
  
    .span2 {
      width: calc(0.16666666666666666 * (100% + 25px) - 25px);
    }
  
    .span3 {
      width: calc(0.25 * (100% + 25px) - 25px);
    }
  
    .span4 {
      width: calc(0.3333333333333333 * (100% + 25px) - 25px);
    }
  
    .span5 {
      width: calc(0.4166666666666667 * (100% + 25px) - 25px);
    }
  
    .span6 {
      width: calc(0.5 * (100% + 25px) - 25px);
    }
  
    .span7 {
      width: calc(0.5833333333333334 * (100% + 25px) - 25px);
    }
  
    .span8 {
      width: calc(0.6666666666666666 * (100% + 25px) - 25px);
    }
  
    .span9 {
      width: calc(0.75 * (100% + 25px) - 25px);
    }
  
    .span10 {
      width: calc(0.8333333333333334 * (100% + 25px) - 25px);
    }
  
    .span11 {
      width: calc(0.9166666666666666 * (100% + 25px) - 25px);
    }
  
    .span12 {
      width: calc(1.0 * (100% + 25px) - 25px);
    }
  
}

.dnd-section {
  position: relative;
  padding: 60px 25px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.dnd-module > * {
  width: 100%;
}

.hs_cos_wrapper {
  display: block;
}

/* Non-dnd */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 1250px;
  max-width: 100%;
  padding: 0 25px;
}

.container.full {
  width: 100%;
}

.container.half {
  width: 625.0px;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  padding: 0 12.5px;
}

.row.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.even .col {
  flex: 1 1 0px;
}

.box {
  width: 100%;
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100.000000000000000%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

@media (max-width: 1139px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100.000000000000000%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
  .col { width: 100% }

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100.000000000000000%;
    }
  

  .sm-eq5 { width: 20% }
  .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-grow-eq{
	flex: 1 1 0
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1139px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* Module */

.module {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1139px) {
  .module--md-block-left   { align-items: flex-start }
  .module--md-block-center { align-items: center }
  .module--md-block-right  { align-items: flex-end }

  .module--md-text-left   { text-align: left }
  .module--md-text-center { text-align: center }
  .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
  .module--sm-block-left   { align-items: flex-start }
  .module--sm-block-center { align-items: center }
  .module--sm-block-right  { align-items: flex-end }

  .module--sm-text-left   { text-align: left }
  .module--sm-text-center { text-align: center }
  .module--sm-text-right  { text-align: right }
}

.module__inner {
  width: 100%;
  max-width: 100%;
}

/* Hidden */

@media (min-width: 1140px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Min height */

.minh-full {
  min-height: 100vh;
}

.minh-half {
  min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
  width: 100%;
}

/* Preset width */

.content-width {
  max-width: 1200px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.half-content-width {
  max-width: calc(600.0px - 12.5px);
}

/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

@media (max-width: 1139px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}



header img,
footer img{
	max-width: 100%;
}