*, *: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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.page-center{
  margin: 0 auto;
  padding: 0 15px;
  float:none;
  width:100%;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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


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

@media (max-width: 1210px){
  .dnd-section > .row-fluid,
  .content-wrapper {
    margin: 0 auto;
    padding: 0 5%;
  }
  .dnd-section,
  .content-wrapper--vertical-spacing{
    padding-top: 120px!important;
    padding-bottom: 120px!important;
  }
}

@media (max-width: 1050px){
  .dnd-section,
  .content-wrapper--vertical-spacing{
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  background: #fafafc;
  line-height: 1.5;
  overflow-y: scroll;
  position: relative;
}

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

/* Images */
img{
  max-width: 100%;
  height: auto;
}

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}

h1{
  line-height: 1.12;
}
h2{
  line-height: 1.55;
}
h3,h4{
  line-height: 1.2;
}
h5{
  line-height: 1.35;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 20px;
}

.body-container-wrapper ul {
  list-style: none;
  padding-left: 18px;
}

.body-container-wrapper ul>li {
  position: relative;
}

.body-container-wrapper ul>li:before {
  background: #718096;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  align-items: center;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  justify-content: center;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  white-space: normal;
  text-decoration:none!important;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none!important;
}

button:active,
.button:active {
  text-decoration: none!important;
}


.button.button--secondary {
    clip-path: none;
}
button, .button {
    min-width: 180px;
    text-align: center;
}

.CybotCookiebotDialogBodyButton{
  -webkit-clip-path: none;
  clip-path: none;
}
.custom_error_message form, 
.widget-type-form, 
.widget-type-blog_subscribe,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form, 
.hs_cos_wrapper_type_password_reset_request form, 
.hs_cos_wrapper_type_password_reset form, 
.widget-type-password_prompt form, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
#comment-form,
.hs-search-field__bar form, 
.cm-comment-form, 
.dnd_area_subscription-row-0-background-color, 
.blog-comments{
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.15);
  padding: 35px;
  color: #FFFFFF;
}

.form-title {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

form .inputs-list>li:before {
  display:  none;
}
/* Form fields */

.hs-form-field,  
.hs-search-module .hs-input {
  margin-bottom: 1rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #ffffff;
  border: 0px solid;
  border-radius: 0;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: 0;
}
form textarea{
  height: 100%;
  padding: 8px 16px!important; 
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus{
  border-width: 0 0 3px;
  box-shadow: unset;
}

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

.form-columns-2 > .hs-form-field {
width: 47.6%!important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.825rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > input {
  margin-top: 6px;
  color: #ffffff !important;
}

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg, 
.hs_error_rollup label {
  background-color: #e74c3c;
  color: #ffffff !important;
  padding: 5px;
  margin-top: 0.35rem;
  max-width: fit-content;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  align-items: center;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  justify-content: center;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid transparent;
  font-size: 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
body.menu-open {
    overflow: hidden;
}

header.header {
    transition: all .2s ease;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 1rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.no-banner .header_wrapper {
    min-height: 62px;
}
header.header .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
header.header .header_logo {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.header_logo img {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 100%!important;
    max-width: 170px !important;
}
header.header .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1);
    clip-path: none;
}
header.header .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
    background-image: url('https://emteria.com/hubfs/2022/images/toggle_icon2.svg');
}
.navigation_wrapper {
    justify-content: center;
    text-align: center;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.custom-menu-primary {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.widget_wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto!important;
}

.custom-menu-primary>div,
.custom-menu-primary>div>.navigation-primary {
    width: 100%;
    height: 100%;
}
.custom-menu-primary .navigation-primary>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.custom-menu-primary .navigation-primary>ul>li {
    position: relative;
}
.custom-menu-primary .navigation-primary>ul>li>a,
.widget_wrapper .link_wrapper a{
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.custom-menu-primary .navigation-primary>ul>li>ul {
    position: static;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    background-color: rgba(0,0,0,.1);
    -webkit-clip-path: polygon(0 0,100% 0,100% 84%,78% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 84%,78% 100%,0 100%);
    min-width: 14rem;
    padding: 0.8rem;
}
.custom-menu-primary .navigation-primary>ul>li>ul:after {
    background: #fff;
    bottom: 1px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 84%,78% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 84%,78% 100%,0 100%);
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: -1;
}
.custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.widget_wrapper .button_wrapper .cta_button {
    background-color: #1698ff;
    border-color: #1698ff;
    color: #fff;
    line-height: 20px;
    align-self: center;
    border-radius: 0;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 10%);
    -webkit-clip-path: polygon(0 0,100% 0,100% 68%,85% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 68%,85% 100%,0 100%);
    margin-left: 10px;
    padding: 0.5rem 1.7rem;
    transition: none;
    white-space: nowrap;
    display: block;
}
.widget_wrapper .link_wrapper a {
    margin-right: 1rem;
}
.button_wrapper>div, 
.button_wrapper>div>* {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.custom-menu-primary .navigation-primary>ul>li>ul>li>a {
    display: block;
    padding: 0.5rem 1rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: transparent;
    border-color: hsla(0,0%,100%,.1);
}
header.header .navbar-toggler:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.navigation_wrapper .button_wrapper > span{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
button.btn.btn-primary-style.contact-sales-button.button.button--secondary {
    padding: 6px;
    max-width: none;
    min-width: auto;
    width: max-content;
}
.widget_wrapper .button_wrapper .cta_button {
    padding: .5rem 0.7rem;
}
.button_wrapper .button {
    padding: 8px 18px;
    min-width: auto;
}
.button_wrapper .button+.button {
    margin-left: .5rem;
}

.custom-menu-primary ul.submenu.level-1>li>a{
    transition: all .2s ease;
}
.headerUpdate .button_wrapper {
    display: flex;
    flex-wrap:wrap;
    gap: 15px;
}
 span#hs_cos_wrapper_my_raw_html_update {
        display: none;
    }

    .headerUpdate span#hs_cos_wrapper_my_raw_html_update {
        display: block;
    }

@media (min-width: 576px) {
    header.header .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    header.header .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    header.header {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    header.header .container {
        max-width: 960px;
    }
    header.header .container {
        flex-wrap: nowrap;
    }
    header.header .navbar-toggler {
        display: none;
    }
    header.header .navigation_wrapper {
        display: flex;
        flex-basis: auto;
    }
    .custom-menu-primary {
        flex-direction: row;
        justify-content: space-evenly;
        width: 60%;
    }
    .widget_wrapper {
        flex-direction: row;
    }
    .custom-menu-primary .navigation-primary>ul>li>ul {
        position: absolute;
    }
    .custom-menu-primary .navigation-primary>ul>li>a,
    .widget_wrapper .link_wrapper a,
    .custom-menu-primary .navigation-primary>ul>li>ul>li>a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .custom-menu-primary .navigation-primary>ul>li:hover ul {
        display: block;
    }
    .custom-menu-primary .navigation-primary>ul>li.show:hover>a {
        color: #fff!important;
        font-weight: 600;
    }
    header.headerUpdate .container {
        max-width: 1120px;
    }

    .headerUpdate .custom-menu-primary {
        width: 50%;
    }

   
}
@media (min-width: 1200px) {
    header.header .container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1400px) {
    header.header .container {
        max-width: 1200px;
    }
}

@media (max-width: 991.98px){
    header.header .container{
        padding-right: 0;
        padding-left: 0;
    }
    header.header .navigation_wrapper {
        display: none;
    }
    .custom-menu-primary .navigation-primary>ul {
        flex-direction: column;
        display: flex;
    }
    .button_wrapper>div, 
    .button_wrapper>div>* {
        justify-content: center;
    }
    .custom-menu-primary .navigation-primary>ul>li>ul {
        margin: auto auto 1rem;
        text-align: center;
        width: 10rem;
        float: none;
        display: none;
    }
    .custom-menu-primary .navigation-primary>ul>li.open_child ul {
        display: block;
    }
    .custom-menu-primary .navigation-primary>ul>li.open_child >a {
        color: #fff!important;
    }
    .navigation_wrapper .button_wrapper {
        flex-direction: column;
        padding-bottom: 15px;
    }
    button.navbar-toggler {
        min-width: auto;
    }
    .navigation_wrapper .button_wrapper > button {
        margin-bottom: 15px;
    }
    .headerUpdate .navigation_wrapper .button_wrapper { flex-direction: row; }

}


/* ================================= Header Style =========================== */
@media(max-width:991px){
    .header-section .header .navbar-toggler{
        border: 0;
        padding: 0;
        outline: none !important;
        margin-right: 15px;
        margin-top: 5px;
    }
    .header-section .custom-menu-primary .navigation-primary>ul>li .header-mega-menu{
        position:static;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        display: none;
        min-width:auto;
        border-radius:0;
    }
    .mega-menu-inner>ul {
        flex-direction: column;
        border-top: 1px solid #718096;
        margin:0 !important;
    }
    .mega-menu-inner>ul>li {
        width: 100% !important;
        padding:0 !important;
    }
    body .mega-menu-inner>ul>li:after {
        display: none;
    }
    .header-section .header{
        padding:0;
    }
    .no-banner .header_wrapper{
        min-height: 46px;
    }
    .header-section header.header .container {
        max-width: 100%;
    }

    .header-section header.header .navigation_wrapper {
        background-color: #fff;
        padding: 20px;
        height: calc(100vh - 46px);
        overflow-y: auto;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    body.menu-open .header-section header.header .navigation_wrapper{
        display:flex;
    }
    .header-section header.header .header_logo {
        margin-left: 15px;
    }
    .header-section .custom-menu-primary ul.submenu.level-1>li>a{
        color:#212529 !important;
        text-align: left;
        padding: 1em 0px;
        font-weight:700;
        font-size: 1.1rem;
    }
    .header-section .custom-menu-primary ul.submenu.level-1>li:hover>a{
        color:#212529 !important;
    }
    .header-section .widget_wrapper .link_wrapper a{
        color:rgba(22,152,255,1.0);
        border:1px solid rgba(22,152,255,1.0);
        display: inline-block;
        margin-right: 0;
    }
    .mega-menu-inner>ul>li>ul>li>a{
        display: block;
        padding: 0.75rem 0rem;
        white-space: nowrap;
        font-size: 16px;
    }
    .mega-menu-inner>ul>li>span {
        padding: 0.5em 0em;
        margin-bottom: 0 !important;
    }
    .header-section .custom-menu-primary, .header-section .widget_wrapper {
        max-width: 60%;
        margin: 0 auto;
        text-align: left;
    }
    .header-section .widget_wrapper {
        flex-direction: revert;
    }
    .header-section .widget_wrapper >div {
        padding-bottom: 0;
    }

    .header-section .widget_wrapper >div+div {
        padding-left: 15px;
    }
    .header-section .button_wrapper .button {
        padding: 0.5em 1em;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .header-section .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after{
        display:none;
    }
    .header-section span.submenu-child {
        position: absolute;
        width: 100%;
        height: 61px;
        display: inline-block;
        top:0;
        right: 0;
        background-image: url('https://emteria.com/hubfs/2022/images/down-arrow.png');
        background-size: 12.5px;
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
        z-index: 2;
    }
    .custom-menu-primary .navigation-primary>ul>li+li {
        border-top: 1px solid #27313a;
    }
    .header-section .widget_wrapper {
        margin-top: 30px;
    }
    .mega-menu-inner>ul>li>ul>li+li{
        padding-top:0 !important;
    }
    .header-section .custom-menu-primary, .header-section .widget_wrapper{
        max-width:100% !important;
        width:100% !important;
    }
    .header-section .widget_wrapper{
        justify-content: flex-end;
        margin-top: 5rem;
    }
}

@media(max-width:415px){
.headerUpdate .link_wrapper { width: 100%; }
.headerUpdate .button_wrapper { width: 100%; }
.header-section .headerUpdate .widget_wrapper {flex-wrap: wrap;} 
.header-section .headerUpdate .widget_wrapper>div+div { padding-left: 0; padding-top: 20px; }
}
footer.footer {
  border-top: 8px solid #0275d8;
  flex: none;
  padding: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
footer.footer .container {
  justify-content: center;
  padding-top: 4em;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer.footer .contact_info {
  width: 20%;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_menu {
  width: 80%;
  display: flex;
}
.footer_menu .navigation-primary>ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
footer.footer .contact_info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact_info h2, 
.footer_menu .navigation-primary>ul>li>a,
footer.footer .left_column h2,
.footer_form h2{
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: Segoe UI,sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  cursor: initial;
}
.footer_menu>div, .footer_menu .navigation-primary {
  max-width: 100%;
  width: 100%;
}
.footer_menu .navigation-primary>ul>li {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_menu .navigation-primary>ul>li>ul {
  padding: 0;
  list-style: none;
  white-space: nowrap!important;
  margin-bottom: 1rem;
}
.footer_menu .navigation-primary>ul>li>ul>li>a,
footer.footer .contact_info ul>li>span,
footer.footer .contact_info ul>li>a{
  font-size: 90%;
}
footer.footer .left_column,
footer.footer .right_column {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.left_column ul {
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
.left_column ul>li {
  margin-top: 0.25rem;
}
.left_column ul>li>div>a {
  margin-right: 20px;
  margin-right: 16px;
  font-size: 90%;
}
.left_column ul>li>div>a>i {
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
  text-align: center;
  width: 1.25em;
  font-size: 2em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-github:before {
  content: "\f09b";
}
.footer_form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Segoe UI,sans-serif;
}
footer.footer .left_column .hs_cos_wrapper_type_module {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer_form .widget-type-form {
  background: transparent;
  padding: 0;
  margin: 0;
}
/*.footer_form form {
  display: flex;
}*/
.footer_form .hs_email {
  width: 100%;
  margin-bottom: 0;
}
.footer_form .hs_email input{
  border: 0;
  box-shadow: 0 0 34px rgb(167 180 190 / 25%);
  padding: 0 30px;
  width: 100%;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  min-height: 46px;
}
::-webkit-input-placeholder {
  color: rgb(117, 117, 117)!important;
}
/*.footer_form form label {
  display: none;
}*/
.footer_form form .hs-error-msg{
  display: block;
}
.footer_form .hs-button {
  color: #fff;
  margin-top: 0;
  text-align: center;
  align-items: center;
  border-radius: 0;
  -webkit-clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  justify-content: center;
  min-width: 180px;
  padding: 12px;
  background-color: #1698ff;
  border-color: #1698ff;
  color: #fff;
  line-height: 20px;
  border-radius: 0;
}
footer.footer .copyright p {
  font-size: 14px;
  padding-bottom: 2em;
  padding-top: 2em;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  position: relative;
  font-weight: 400;
}
footer.footer .copyright i {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-copyright:before {
  content: "\f1f9";
}
footer.footer.footer_lp .copyright p {
  margin-top: 0;
}

footer.footer.footer_lp .container {
  padding-top: 0;
}

footer.footer-v2 .widget-type-form, footer.footer-v2 .footer_form .hs_email input{
  box-shadow:none;
}


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

@media (min-width: 768px){
  footer.footer .container{
    max-width: 720px;
  }  
  footer.footer .right_column{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  footer.footer .left_column{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px){
  footer.footer .container{
    max-width: 960px;
  }   
  footer.footer .left_column,
  footer.footer .right_column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px){
  footer.footer .container {
    max-width: 1140px;
  }  
}
@media only screen and (min-width: 1400px){
  footer.footer .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px){
  .footer_menu {
    width: 74.33%;
  }
}
@media (max-width: 767px){
  .footer_menu{
    width: 100%;
  }
  footer.footer .left_column {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  footer.footer .right_column {
    margin-top: 3em;
  }
  .footer_menu .navigation-primary>ul>li>ul>li>a, footer.footer .contact_info ul>li>a{
    padding: 15px 0px;
    display: inline-block;
    line-height: 1.25;
    min-width: 48px;
  }
  footer.footer .container{
    padding-top:2em;
  }
  .left_column ul>li>div>a{
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
  }
}
@media (max-width: 524px){
  .footer_menu .navigation-primary>ul{
    flex-wrap: wrap;
  }
  footer.footer .left_column ul {
    margin-bottom: 0;
  }
}
@media (max-width: 523px){
  footer.footer .contact_info ul>li {
    white-space: nowrap;
  }
  footer.footer .left_column {
    margin-top: 0;
  }
  footer.footer .contact_info {
    width: 100%;
  }
  .left_column ul>li>div>a {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 500px){
  .footer_form p {
    line-height: 155%;
  }
}
@media only screen and (max-width: 402px){
  footer.footer .left_column {
    margin-top: 0;
  }

  footer.footer .left_column .hs_cos_wrapper_type_module {
    flex-wrap: wrap;
  }

  footer.footer .contact_info {
    width: 100%;
  }


}

@media (max-width: 421px){
  .footer_form .hs-button{
    min-width: 135px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}
.home-banner-section {
  padding: 100px 0 50px;
}
.home-banner-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home-banner-content-block {
  width: 60%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.home-banner-content-block h1, .home-banner-content-block p {
  color: #fff;
}
.home-banner-image-block {
  width: 40%;
  padding: 0 15px;
}
.home-banner-image-block img {
  width: 100%;
  display: block;
  height: auto;
}
.body-container--home .row-fluid {
  padding: 0;
}


.image-chevron-block img {
  height: 200px !important;
  width: 200px;
  object-fit: contain;
  }
.product-positive-block h3 {
  color: #1698ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.product-positive-block p {
  color: #f2f2f5;
}
.home-banner-product-three-column-item {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 25px;
}
.home-banner-product-three-column-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.home-banner-product-three-column-section {
  padding: 0px 0 80px;
}



.logo-item img{
  max-height: 100px;
  max-width: 200px;
  width:100%;
  object-fit: scale-down;
  margin: 0 auto;
  display: block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  cursor: pointer;
}
.grayscale_logo .logo-item img{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  cursor: pointer;
}

.grayscale_logo  .logo-item img:hover{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
section.logo-section{
  padding:30px 0;
}
section.logo-section .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.slick-track *{outline:none;}

.logo-section .slick-prev:before {
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	background: url(https://emteria.com/hubfs/2022/images/feather-arrow-left-circle.svg) no-repeat center center / cover;
}
.logo-section .slick-next:before{
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	background: url(https://emteria.com/hubfs/2022/images/feather-arrow-right-circle.svg) no-repeat center center / cover;
}
.logo-section .slick-list.draggable {
  margin: 0 30px;
}
.logo-section .slick-next{
  right: 0 !important;
}
.logo-section .slick-prev{
  left: 0 !important;
}
.logo-section .slick-prev, .logo-section .slick-next{
  z-index:5;
}
.logo-heading {
  text-align: center;
  margin-bottom: 30px;
}
.logo_divider_line .logo-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 50%;
  right: 10px;
  background: #1698ff;
  transform: translate(0px, -50%);
  opacity: 0.5;
}
.logo-item {
  position: relative;
  padding: 0 20px;
}

.three-column-card-icon-text-section {
  padding: 30px 0;
  overflow: hidden;
}
.three-column-card-icon-text-item {
  width: 33.33%;
  padding: 0 15px;
}
.three-column-card-icon-text-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.three-column-card-icon-block svg {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}
.three-column-card-icon-block {
  margin-bottom: 20px;
}
.three-column-card-title-block h5 {
  margin: 0;
}
.three-column-card-title-block {
  margin-bottom: 16px;
}
.three-column-card-cta-block{
  padding-top:20px;
}

.three-column-card-icon-text-item-inner {
  padding: 22px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgb(40 41 61 / 4%), 0 8px 16px rgb(96 97 112 / 16%);
}
.three-column-card-title-block p:last-child {
  margin-bottom: 0;
}
.three-column-card-icon-text-heading {
  text-align: left;
  margin-bottom: 50px;
}
.testimonial-slider-section .three-column-card-text-block p {
  font-style: italic;
  margin: 0;
}
.feedback-block {
  margin-top: 40px;
}
.feedback-block span.customer-name {
  color: #2a303c;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 10px;
  font-weight: 600;
}
.feedback-block span{
  color: #888;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  max-width: 84%;
  display:block;
}
.logo-section .slick-next, .logo-section .slick-prev {
  z-index: 5;
  width: auto !important;
  min-width: auto !important;
	height: 32px;
}
.logo-block .slick-track {
  display: flex;
  align-items: center;
}
.three-column-card-icon-block img {
  height: 60px;
  object-fit: contain;
  max-width: 135px;
}
.three-column-card-icon-block svg path {
  fill: #042c4c;
}


.testimonial-slider .three-column-card-icon-text-item {
  width: 100%;
}

.slick-prev, .slick-next {
  min-width: auto;
}
ul.slick-dots {
  margin: 0!important;
  bottom: -30px!important;
  left: 0!important;
}
.slick-dots li.slick-active button {
  opacity: 1 !important;
  background: #1698ff !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li button {
  background: transparent;
  border-radius: 100px!important;
  width: 15px!important;
  height: 15px!important;
  border: 1px solid #1698ff !important;
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
  min-width:auto !important;
}
.slick-dots li +li {
  margin-left: 4px !important;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before{
  display: none !important;
}
.slick-dots li::before{
  display:none !important;
}
.slick-dots li {
  margin: 0 !important;
}


.blog-post-card-slider-section {
  padding: 80px 0;
}
.blog-post-card-slider-item {
  padding: 0 15px;
}
.blog-post-card-slider-item-inner {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(40 41 61 / 4%), 0 8px 16px rgb(96 97 112 / 16%);
  margin-bottom:20px;
  overflow: hidden;
}
.blog-post-card-slider-image a {
  display: block;
}
.blog-post-card-slider-image img {
  display: block;
}
.blog-post-card-slider-section-v2 .blog-post-card-slider-image a {
  display: block;
  height:194px;
}
.blog-post-card-slider-section-v2 .blog-post-card-slider-image img {
  display: block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.blog-post-card-slider-content {
  padding: 25px;
}
.card-title h3 a {
  color: #212529;
  font-size: 20px;
  color: #212529;
}
.card-text p {
  margin: 0;
}
.card-text + a.button {
  margin-top: 25px;
}
.home-banner-content-block .button + .button {
  margin-left: 12px;
}



@media(max-width:991px){
  .home-banner-section {
    padding: 80px 0 30px;
  }
  .image-chevron-block img {
    width: 100px;
    height: 100px !important;
  }
  .home-banner-product-three-column-item {
    padding: 0 15px;
  }
  .home-banner-product-three-column-row {
    margin: 0 -15px;
  }
  .three-column-card-icon-text-item {
    width: 50%;
    padding: 0 15px;
  }

}


@media(max-width:767px){
  .home-banner-section {
    padding: 40px 0 30px;
  }
  .home-banner-row {
    flex-direction: column;
    margin: 0;
  }
  .home-banner-content-block {
    width: 100%;
    padding: 0;
  }
  .home-banner-image-block {
    width: 100%;
    padding: 0;
  }
  .home-banner-image-block img {
    max-width: 400px !important;
    margin: 0 auto;
  }
  .home-banner-product-three-column-item {
    width: 100%;
    padding: 0;
  }
  .home-banner-product-three-column-row {
    margin: 0;
  }
  .home-banner-product-three-column-row {
    max-width: 500px;
    margin: 0 auto;
  }
  .home-banner-product-three-column-section {
    padding: 0px 0 40px;
  }
  .three-column-card-icon-text-item {
    width: 100%;
    padding: 0 15px;
  }
  .three-column-card-icon-text-heading {
    margin-bottom: 40px;
  }
  .three-column-card-icon-text-row {
    max-width: 500px;
    margin: 0 auto;
  }
  .testimonial-slider .three-column-card-icon-text-item {
    padding: 20px 15px;
    width: 100%;
  }
  .three-column-card-icon-text-item-inner {
    margin-bottom: 25px;
  }
  .three-column-card-icon-text-item:last-child .three-column-card-icon-text-item-inner {
    margin-bottom: 0px;
  }
  .three-column-card-icon-text-section {
    padding: 50px 0;
  }
  .three-column-card-icon-text-heading {
    margin-bottom: 25px;
  }
  .slick-dots li, .slick-dots li button {
    width: 10px!important;
    height: 10px!important;
  }
  .blog-post-card-slider-row {
    max-width: 500px;
    margin: 0 auto;
  }
}


@media(max-width:480px){
  .logo_divider_line .logo-item:after{
    display:none;
  }
  .home-banner-content-block .button {
    display: block;
    max-width: 200px;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}