*, *: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: 1px;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

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

.visible-tablet {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

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

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

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

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper,
	.dnd-section > .row-fluid {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.content-wrapper,
	.dnd-section > .row-fluid,{
		padding-right: 15px;
		padding-left: 15px;
	}
	.dnd-section[class*="force-full-width"]>div{
		width:100%!important;
		
	}

	@media screen and (max-width: 736px){
		.content-wrapper,
		.dnd-section > .row-fluid {
			width: 90% !important;
		}
	}
@font-face { 
	font-family: "FontAwesome"; 
	src: url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-solid-900.woff2) format("woff2"), 
		url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-solid-900.ttf) format("truetype"); 
	font-display: block;
}


@font-face {
	font-family: "FontAwesome";
	src: url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-brands-400.woff2) format("woff2"),
		url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-brands-400.ttf) format("truetype"); 
	font-display: block; 
}

@font-face {
	font-family: "Font Awesome 6 Free"; 
	src: url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-solid-900.woff2) format("woff2");
	font-style: normal;
	font-weight: 900;
	font-display: block; 
}


@font-face { 
	font-family: "FontAwesome"; 
	src: url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-v4compatibility.woff2) format("woff2"),
		url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/fa-v4compatibility.ttf) format("truetype");
	font-display: block;
	unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A; 
}


@font-face { 
	font-family: "Jost";
	src: url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/regular.woff2) format("woff2"), 
		url(https://22041406.fs1.hubspotusercontent-na1.net/hubfs/22041406/raw_assets/public/Loci_Controls_Feb2023/fonts/regular.woff) format("woff");
	font-style: normal; 
	font-weight: 400;
	font-display: swap; 
}


body {
	line-height: 1.5;
	word-break: break-word;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

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

/* Paragraphs */

p {
	margin: 0 0 1em 0;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* Headings */


h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	margin-top: 0;
	line-height:1.2;
}
/* Lists */

ul,
ol {
	margin-top: 0;
	margin-bottom: 1rem;
}

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

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	margin: 0 0 1rem;
	border-left: solid 4px rgba(144, 144, 144, 0.25);
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0.5em 2em;
}

/* Horizontal rules */

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

strong {
	color: #02354c;
}

@media screen and (max-width: 768px){
	html {
		font-size: 15px!important;

	}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */


form{
	box-shadow: 0 12px 24px rgb(3 79 115 / 33%), 0 0 1px 1px #adbdc7;
}
form{
	border-radius: 2px;
	border: 1px solid #ddd;
	padding: 30px;
	MARGIN-BOTTOM: 15PX;
}


form,
.submitted-message {
	max-width: ;
	font-family: ;
}

.hs-button,
.button--primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5rem;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
    white-space: normal;
}

.hs-button:hover,
.button--primary:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color:#fff;
}


.hs-form label {
	color: #02354c;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 1em 0;
	margin-top: 0;
	margin-bottom: 4px;
}

form .hs-error-msgs label {
	color: #af0202;
	display: block;
	margin-top: 5px;
}

.hs-input,
input#hs-pwd-widget-password {
	height: 2.75em;
	-webkit-appearance: auto;
	-ms-appearance: auto;
	appearance: auto;
	border-radius: 2px;
	background: #fafafa;
	border: none;
	border: solid 1px #aaa;
	border-radius: 2px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}


input#hs-pwd-widget-password {
	height: 45px!important;
	margin-bottom: 10px;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
	outline: 0;
}   

.hs-input[type=checkbox],
.hs-input[type=radio] {
	cursor: pointer;
	width: auto!important;
	height: auto!important;
	display:inline-block;
	padding: 0;
	margin: 3px 5px 3px 0px;
	line-height: normal;
	border: none;
	vertical-align: middle;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow-x: auto;
}
.hs-input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	box-shadow: none;
}

.hs-input:-moz-placeholder {
	color: ;
}

.hs-input::-webkit-input-placeholder {
	color: ;
}

textarea.hs-input {
	height: auto;
}

select[multiple].hs-input {
	height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
	width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
	border-color: #e49f9f;
}


.actions {
	padding: 0;
}

.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 0;
}
.inputs-list > li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}
.inputs-list label {
	display: block;
	float: none;
	width: auto!important;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}
.inputs-list:first-child {
	padding-top: 6px;
}
.inputs-list > li + li {
	padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
	vertical-align: middle;
}

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

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

.hs-field-desc {
	color: ;
	margin: 0px 0px 6px;
	font-size: 14px;
}

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

.hs-richtext {
	margin-bottom: 3px;
	line-height: 1.2;
	font-size: ;
	color: ;
}
.hs-richtext hr {
	text-align: left;
	margin-left: 0;
	width: 91%;
}

.grecaptcha-badge {
	margin: 0;
}

.email-correction, .email-validation {
	padding-top: 3px;
	font-size: 12px;
}
.email-correction a,
.email-validation a {
	cursor: pointer;
}

#hs-search-module form input {
	margin-bottom: 20px;
}


@media (max-width: 400px),
	(min-device-width: 320px) and (max-device-width: 480px) {
		.email-correction form .form-columns-2 .hs-form-field,
		.email-correction form .form-columns-3 .hs-form-field,
		.email-validation form .form-columns-2 .hs-form-field,
		.email-validation form .form-columns-3 .hs-form-field {
			float: none;
			width: 100%;
		}
		.email-correction form .form-columns-2 .hs-form-field .hs-input,
		.email-correction form .form-columns-3 .hs-form-field .hs-input,
		.email-validation form .form-columns-2 .hs-form-field .hs-input,
		.email-validation form .form-columns-3 .hs-form-field .hs-input {
			width: 90%;
		}
		.email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-2 .hs-form-field input[type=radio],
		.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-3 .hs-form-field input[type=radio],
		.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-2 .hs-form-field input[type=radio],
		.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
			width: 24px;
		}
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: ;
}

@media(max-width:767px){
	form {
		margin-bottom: 30px;
	}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
	padding: 0.5rem 0;
	backdrop-filter: blur(22px);
	top: 0;
	z-index: 9;
	background: rgba(255, 255, 255, 0.9);
	position: sticky;
}

.header .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.header .col-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px!important;
	padding-left: 15px!important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}   



.header .row > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header .header_logo img{
	image-rendering: -webkit-optimize-contrast;
	vertical-align: middle;
	border-style: none;
	width: 100%!important;
}

.header .header_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.header .col-lg-12, .header .col-sm-6{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px!important;
	padding-left: 15px!important;
}


.header .button_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}



.header .navigation .hs-menu-wrapper > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-column-gap: 1.813rem;
	column-gap: 1.813rem;
	padding: 0;
	margin: 0;
}

.header .navigation .hs-menu-wrapper > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	padding-left: 0.5em;
}


.header .navigation .hs-menu-wrapper > ul >li >a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d1d1d;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}

.header .navigation .hs-menu-wrapper >ul >li >ul {
	list-style: none;
	-webkit-column-gap: 1.813rem;
	column-gap: 1.813rem;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	border-radius: 0.6rem;
	z-index: 9;
	-webkit-transform: translateY(0rem);
	transform: translateY(0rem);
	-webkit-transition: 0.6s;
	transition: 0.6s;
	opacity: 0;
	visibility: hidden;
	padding: 0.5rem;
}


.header .navigation .hs-menu-wrapper >ul >li ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	padding-left: 0.5em;
}

.header .navigation .hs-menu-wrapper > ul >li ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d1d1d;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #eaf2f8;
}

.header .button-links-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.header .get_proposal a{
	isplay: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #064668;
	background: transparent;
	padding: 0.75rem 1.563rem;
	border-radius: 5rem;
	border: 1px solid #064668;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.header .get_proposal a:hover {
	color: #fff;
	background: #064668;
}
.header .login_button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #39ae2a;
	padding: 0.75rem 1.563rem;
	border-radius: 5rem;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Jost', sans-serif;
}

.header .login_button a:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff;
}

.header .mobile_trigger button {
	border: none;
	height: 1.8rem;
	width: 3rem;
	background: none;
	position: relative;
	overflow: hidden;
	outline: none ;
	padding: 1px 6px;
	border-radius: 0;
}
.header .mobile_trigger button span {
	position: absolute;
	height: 2px;
	background: #1d1d1d ;
	width: 80%;
	left: 0;
	top: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.header .mobile_trigger button span:first-child {
	-webkit-transform: translateY(calc(-1rem + 4px));
	transform: translateY(calc(-1rem + 4px));
}

.header .mobile_trigger button span:nth-child(2) {
	-webkit-transform: translateY(calc(-50% + 1px));
	transform: translateY(calc(-50% + 1px));
}

.header .mobile_trigger button span:last-child {
	-webkit-transform: translateY(calc(1rem - 4px));
	transform: translateY(calc(1rem - 4px));
}

.header .mobile_trigger button:hover,
.header .mobile_trigger button:focus{
	background: none;
}

.header .navigation ul li >ul>li:last-child a {
	border-bottom: 0;
}


.header .navigation .hs-menu-wrapper {
	height: 100%;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-section .dnd-section > .row-fluid {
	padding: 0;
}


.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
@media (min-width: 576px){
	.header .col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.header .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}
@media (min-width: 768px){
	.header .col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.header .mobile_trigger {
		display: none;
	}
	.header .navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.header .navigation .hs-menu-wrapper > ul >li.hs-item-has-children:hover > ul{
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem);
		opacity: 1;
		visibility: visible;
	}

	.header .navigation .hs-menu-wrapper > ul >li.hs-item-has-children >a:after {
		content: "\f107";
		font-family: fontawesome;
		margin-left: 0.3rem;
		font-size: 0.9rem;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}
	.header .navigation .hs-menu-wrapper > ul >li.hs-item-has-children:hover a:after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	header.header {
		position: fixed;
		width: 100%;
	}

}

@media (min-width: 992px){
	.header .col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header .col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.header .col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 1200px){
	.header .col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.header .col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.header .col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.header .col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.header .col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
}

@media screen and (max-width: 2200px){
	.header .row > * {
		padding: 0 0 0 2em;
	}
}



@media screen and (max-width: 1199px){   
	.header .row > div:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding: 1rem;
		-webkit-box-pack: end ;
		-ms-flex-pack: end ;
		justify-content: flex-end ;
	}
	.header .row >  div:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

}


@media screen and (max-width: 769px){
	.header .row>div:nth-child(2) {
		padding: 0;
	}

	.header .row>div:nth-child(3) {
		display: none ;
	}
	.header .mobile_trigger {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 9999;
		display: -webkit-box ;
		display: -ms-flexbox ;
		display: flex ;
		margin:0;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.header .navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		background: #fff;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: 0.5s;
		transition: 0.5s;
		height: 100vh;
		-webkit-box-align: start ;
		-ms-flex-align: start ;
		align-items: start ;
		-webkit-box-pack: start ;
		-ms-flex-pack: start ;
		justify-content: start ;
		padding: 2.5rem;
	}   

	.header .navigation .hs-menu-wrapper > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin-top: 5rem;
	}

	.header .navigation .hs-menu-wrapper > ul > li {
		margin-bottom: 1rem;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .navigation .hs-menu-wrapper > ul >li.hs-item-has-children{
		position: relative;
	}

	.header .navigation .hs-menu-wrapper > ul >li a {
		font-size: 1.5rem;
		width: 100%;
	}

	.header .navigation .hs-menu-wrapper > ul >li ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin-top: 5rem;
		visibility: visible;
		position: unset;
		left: 0;
		top: 0;   
		opacity: 1;
		-webkit-transform: unset;
		transform: unset;
		margin-top: 0rem;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		overflow: hidden;
		margin-top: 15px;
		display:none;
		max-height: 0;

	}  
	.header .navigation .hs-menu-wrapper > ul li ul  li {
		margin-bottom: 1rem;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}   
	.header .navigation .hs-menu-wrapper > ul li ul  li a {
		font-size: 1.5rem;
		width: 100%;
	}

	.mobile_open .header .navigation {
		-webkit-transform: translateX(0) ;
		transform: translateX(0) ;
	}

	.mobile_open .header .mobile_trigger button span:first-child {  
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
		opacity: 1;
	}
	.mobile_open .header .mobile_trigger button span {
		opacity: 0;
	}
	.mobile_open .header .mobile_trigger button span:last-child {
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		opacity: 1;
	}


	.child_open .header .navigation .hs-menu-wrapper > ul >li ul {
		max-height: 50rem;
		margin-top: 1.5rem;
	}  

}

@media screen and (max-width: 768px){   
	.header .header_logo img {
		max-width: 6.5rem;
	}


	/* ===== Mobile Child Toggle Buttons ===== */

	.child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important; /* Button width */
		min-width: 55px !important;
		height: 45px !important; /* Button height */  
		padding: 0 !important;

	}
	.child-trigger:hover{
		text-decoration: none;
	}

	.child-trigger:after{
		content: "\f067";
		position: absolute;
		right: 0;
		top: 0;
		font-family: fontawesome;
		font-size: 1.3rem;
	}

	.child-trigger.child-open:after {
		content: "\f068";
	}

	.child_open .header .navigation .hs-menu-wrapper > ul >li.hs-item-has-children >a {
		color: green;
		color: #39ae2a;
	}

	.child-trigger.child-open {
		color: #39ae2a;
	}

}

@media screen and (max-width: 480px){  
	header.header .content-wrapper {
		width: 90%;
	}
}
footer.footer {
	background: #1d1d1d;
	display: block;
	position: relative;
	z-index: 1;
}

.footer .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding: 6rem 0;
	border-bottom: solid 1px transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: -15px;
	margin-left: -15px;
	border-bottom:0;
}

.footer .footer-widget {
	width: calc(100%/5);
	color: #fff;
	list-style: none;
	padding: 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .mb-4 {
	margin-bottom: 1.5rem;
}

.footer .footer-logo img{
	width: 100%!important;
	vertical-align: middle;
}

.footer .login_button a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white);
	background: #39ae2a;
	padding: 0.75rem 1.563rem;
	border-radius: 5rem;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin:0;
	font-family: 'Jost', sans-serif;
}
.footer .login_button a:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff;
}
.footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding: 1rem 0;
}

.footer .col-lg-12{
	color: #fff!important;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	width:100%;
}

.footer .copyright p {
	margin: 0;
	color: #fff;
}
.footer .copyright .row{
	padding:0;
	margin: 0;
}

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

.footer .footer_menu .hs-menu-wrapper>ul >li>a {
	font-size: 1.25rem;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
	display:inline-block;
	line-height: 1.2;
}


.footer .footer_menu .hs-menu-wrapper>ul >li>ul>li{
	padding-left: 0.5em;
	margin-bottom: 0.5rem;
}

.footer .footer_menu .hs-menu-wrapper>ul >li>ul>li>a{
	color: #fff;
}

.footer .footer-widget .sub h3 {
	font-size: 1.25rem;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
}

.footer .footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-widget .hs_cos_wrapper_type_rich_text ul li {
	margin-bottom: 0.5rem;
	padding-left: 0.5em;
}

.footer .footer-widget .hs-menu-wrapper >ul> li a {  
	color: #fff;
}

.footer .footer-widget .hs_cos_wrapper_type_rich_text ul li a {
	color: #fff;
}
.footer .footer_menu .hs-menu-wrapper>ul>li>a {
	cursor: auto;
}
@media screen and (max-width: 768px){
	.footer .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 3rem 0;
	}
	.footer .footer-widget-container > div:first-child {
		width: 100%;
	}
	.footer .footer-widget-container > div {
		width: calc(100% / 2);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		margin-bottom: 2rem;
	}
	.footer .footer-widget-container > div:first-child > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.footer .copyright .content-wrapper {
		padding: 0;
	}

	.footer .footer-logo img{
		max-width: 8rem;
	}
	.footer .footer-logo.mb-4 {
		width: 50%;
	}
	.footer .login_button {
		margin-left: 1rem;
	}
}


@media screen and (max-width: 480px){
	footer.footer .content-wrapper {
		width: 90%;
	}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* @import url('http://example.com/example_style.css'); */

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

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

i {
	font-style: italic;
	font-family: 'Jost', sans-serif;
}

blockquote b, blockquote strong {
	font-weight: bolder;
	color: #02354c;
}

blockquote p {
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 12px;
	color: #000;
}

.about_page p strong {  
	color: #02354c;
}
.about_page .row_2 .dnd-section>.row-fluid {
	padding: 0px;
}


.contact_page P strong::before {
	color: #45b25a;
	padding-right: 8px;
	content: "\f041";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.customers_banner .banner .col-xl-6,
.system_banner .banner .col-xl-6{
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}   


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

.customers_page .row_2 .dnd-section>.row-fluid {
	padding: 0;   
}

.customers_page .row_1 iframe{
	width: 650px!important;
	height: 365px!important;
	margin: 0 auto 80px;
	box-shadow: 0 12px 24px rgb(3 79 115 / 33%), 0 0 1px 1px #adbdc7;
}

.customers_page .row_1 .iframe_wrapper {
	height: 0;
	padding-bottom: 29.25%;
	padding-top: 25px;
	position: relative;
}

.patents_page iframe{
	position: relative;
	box-shadow: 0 12px 24px rgb(3 79 115 / 33%), 0 0 1px 1px #adbdc7;
}

.patents_page  .dnd-section>.row-fluid {
	padding: 0;
}




.system_page .hs_cos_wrapper_type_rich_text h2 {
	color: #064668;
	margin-bottom: 1rem;
}

.system_page .hs_cos_wrapper_type_rich_text  ul {
	margin-left: 1rem!important;
	padding-left: 1em;
}

.system_page .hs_cos_wrapper_type_rich_text ul li {
	padding-left: 0.5em;
}

.system_page .row_6 .dnd-section > .row-fluid {
	padding: 0;
}

table {
	text-align: left;
	margin-top: 1.25em;
	border-collapse: collapse;
	margin: 0 0 2em 0;
	width: 100%;
	margin-top: 1.25em;
	margin-bottom: 0;
	border-spacing: 0;
	border: none;
}

thead {
	border-bottom: 0;
}

table th {
	border: none;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
	color: #02354c;
	border-left: 1px solid #a8d4e8;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
	font-size: 1.25em;
}

table td:first-child, 
table th:first-child {
	border-left: 0;
	padding-left: 1rem;
}


table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}
table tbody tr {
	border: solid 1px rgba(144, 144, 144, 0.25);
	border-left: 0;
	border-right: 0;
}
table tbody td:first-child {
	font-weight: bold;
}
table tbody tr {
	border: 0;
}
tbody td {
	border: none;
}

table td,
table th {
	border-left: 1px solid #a8d4e8;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
	word-break: initial;
	vertical-align: baseline;
}

.patents_page table i {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #45b25a;
	top: 1px;
	font-size: 1.6em;
	position: relative;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.patents_page table i:before {
	content: "\f00c";
}

table td a{
	vertical-align: baseline;
}

.resources_page .row_4 .dnd-section > .row-fluid {
	PADDING: 0;
}


.success_banner .banner {
	background: none;
}

.success_banner .banner .texture {
	opacity: 100%;
}


.success_banner  .banner .bg-img, 
.success_banner  .banner .texture {
	mix-blend-mode: overlay;
	opacity: 100%;

}

.success_banner .banner .col-xl-6 {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.success_banner .banner .col-lg-4 {
	display: none;
}

.success_banner .banner .heading-container h1 {
	font-size: 2.6667em;
	font-weight: 600;
	text-align: center;
}

.success-stories-page .row_1 .dnd-section > .row-fluid{
	padding:0;
}


.success_banner .banner {
	margin: 0;
	padding: 9em 0 7em 0;
	background-size: cover;
	background-position: center -100px;
	padding-top: 50px;
}

.success_banner .banner h1 {
	margin-top: 1.1em;
	text-transform: inherit!important;
}

.success-stories-page .row_2 .content_with_two_column .heading h2 {
	color: #1d1d1d;
}

.success-stories-page .row_2 .content_with_two_column .case-study-content h3 {
	color: #1d1d1d;
}

.success-stories-page .row_2 .content_with_two_column .case-study-content h2 {
	color: #1d1d1d;
	margin-top: -0.1em;
}
.success-stories-page .row_2 .dnd-section > .row-fluid {
	PADDING: 0;
}

.success-stories-page .row_2 .content_with_two_column .case-study-content{
	width: 33.3333333333%;
}

.success-stories-page .row_2 .content_with_two_column .right_section {
	width: 50%;
}
.success-stories-page .row_2 .content_with_two_column {

	padding-bottom: 0.25rem;
	padding-TOP: 0.25rem;
	MARGIN: 0;
	MARGIN-BOTTOM:16PX!important;
}
.success-stories-page .row_3 .dnd-section > .row-fluid {
	PADDING: 0;
}    
.home_page_main .row_3 .dnd-section > .row-fluid {
	padding: 0;
}
.home_page_main .row_5 .dnd-section > .row-fluid {
	padding: 0;
}

section.cta-with-footer .cta-card h2 {
	font-size: 2.5rem;
	line-height: 3.2rem;
	font-weight: 600;
	text-transform: capitalize!important;
}
table td a:hover {
	text-decoration: none;
	color: unset;
}
.success-stories-page .row_2 .content_with_two_column {
	margin-top: 0!important;
}
.contact_page form .hs_site_type .input {
	position: relative;
}
.contact_page form .hs_site_type .input:before{
	content: '\f078';
	color: #379dcc;
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.customers_page ul {
	margin-left: 1rem!important;
	padding-left: 1rem!important;
}

.customers_page ul li {
	padding-left: 0.5em;
}

.customers_page ul ul {
	margin-left: 0!important;
}

@media screen and (max-width: 2200px){
	.success_banner .banner{
		height: 865px;
		background-position: center -100px;
	}
}

@media screen and (max-width: 980px){             
	.success_banner .banner {
		height: 330px!important;
	}

	.success_banner .banner .heading-container h1 {       
		font-size: 30px !important;
	}
	.success-stories-page .row_2 .content_with_two_column .right_section {
		padding-right: 15px;
	}

}   
@media screen and (max-width: 767px){  
	.patents_page .row_1 .dnd-section>.row-fluid {
		overflow-x: scroll;
	}
}