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







/* 1a. Containers */




/* 1b. Colors */










/* 1c. Typography */



























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */





















:root {
  --primary-color: #006fb9;
  --secondary-color: #000000;
  --body-content: #000;
  --primary-green-new: #91CB6A;
  --section-heading: #000;
  --sub-heading: #000;
  --white: #ffffff;
  --light-gray: #F9FAFB;
  --primary-font: Montserrat;
  --secondary-font: Montserrat;
  --large-font: Montserrat;
}

.content-wrapper {
  max-width: 1920px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 0px;
}

/* .dnd-section > .row-fluid {
  max-width: 1920px;
} */





html {
  font-size: 16px;
}

body {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #1B74BB;
}
a, button, input[type="submit"] {
  transition: all 0.3s;
}
a:focus-visible {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
/* Headings */

h1,.h1 {
  font-weight: 400; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000;
  font-size: 50px;
  text-transform: none;
  line-height: 1;
}

h2,.h2 {
  font-weight: 400; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000;
  font-size: 45px;
  text-transform: none;
  line-height: 1;
}

h3,.h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000;
  font-size: 36px;
  text-transform: none;
  line-height: 38px;
}

h4,.h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000;
  font-size: 30px;
  text-transform: none;
}

h5,.h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000;
  font-size: 24px;
  text-transform: none;
}

h6,.h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */
blockquote {
  border-left-color: #000000;
}





button,.button,.hs-button,.hs-blog-post-listing__post-button {
  border: 1px solid #006fb9;

  padding-top: 14px;
padding-right: 23px;
padding-bottom: 14px;
padding-left: 23px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #006fb9;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

button:hover,button:focus,.button:hover,.button:focus,.hs-button:hover,.hs-button:focus,.hs-blog-post-listing__post-button:hover,.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1B74BB;
;
  color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  background-color: #008eec;
  border-radius: 0px;
}

button:active,.button:active,.hs-button:active,.hs-blog-post-listing__post-button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 151, 225, 1.0);
  border-color: #2897e1;
}







form,.submitted-message {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
  border: 0px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ffffff;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 0px none #FFFFFF;
;
  padding: 0px;
;
  font-family: Montserrat; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 36px;
  color: #000000;  
}


/* Labels */

form label {
  color: #000;
}

/* Help text */
form legend {
  color: #000;
}

/* Inputs */

form input[type=text],form input[type=search],
form input[type=email],form input[type=password],
form input[type=tel],form input[type=number],
form select,form textarea {
  border: 1px solid #DCE4E8;

  background-color: #FFFFFF;
  color: #000;
  /*border-radius: 15px;*/
}

form input[type=checkbox] {margin-right:5px;}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::placeholder {
  color: #000;
}
/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000;
}
.fn-date-picker td.is-selected .pika-button {
  background: #006fb9;
}
.fn-date-picker td .pika-button:hover {
  background-color: #006fb9 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #006fb9;
}

/* Submit button */

form input[type=submit],form .hs-button {
  border: 1px none #006fb9;
;
  padding-top: 14px;
padding-right: 23px;
padding-bottom: 14px;
padding-left: 23px;
;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #006fb9;
  border-radius: 0px;
  text-transform: none;
  width: 100%;
  font-weight: 600;
  line-height: 125%;
  border-style: solid;

}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,form .hs-button:focus {
  background-color: #1B74BB;
  color: #ffffff;
  border: 1px solid #1B74BB;
;
  border-style: solid;

}

form input[type=submit]:active,form .hs-button:active {
  background-color: rgba(40, 151, 225, 1.0);
  border-color: #2897e1;
}





/* Table */

table {
  border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 1px solid #000000;
border-left: 0px solid #000000;

  background-color: #FFFFFF;
}

/* Table cells */

td,th {
  border-top: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 1px solid #000000;
border-left: 0px solid #000000;

  padding-top: 16px;
padding-right: 16px;
padding-bottom: 16px;
padding-left: 18px;

  color: #000;
}

/* Table header */

thead th {
  background-color: #006fb9;
  color: #24272C;
}

/* Table footer */

tfoot td {
  background-color: #FFFFFF;
  color: #000;
}











.content-wrapper, .container { margin: 0 auto; padding: 0 1rem; max-width: 1400px; }
@media screen and (min-width: 1380px) {
  .content-wrapper, .container { padding: 0; }
}
.dnd-section > .row-fluid { margin: 0 auto;}
.dnd-section .dnd-column { padding: 0 1rem; }
@media (max-width: 767px) {
  .dnd-section .dnd-column { padding: 0; }
}


/* CSS variables */

:root { --column-gap: 2.13%; --column-width-multiplier: 8.333; }

/* Mobile layout */
.row-fluid { display: flex; flex-wrap: wrap; width: 100%; }

  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{ min-height: 1px; width: 100%; }

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid { flex-wrap: nowrap; justify-content: space-between; }
  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

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

/*! 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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

*, *:before, *:after {
  box-sizing: border-box;
}


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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}


button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

/* Fields */

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }



/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}


/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}




/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/***** Default css here *******/

body{ /*font: 12.8px / 1.5 Montserrat,Verdana,Arial,sans-serif;*/ }
@media (min-width: 1215px) {
  body{ /*font: 16px / 1.5 Montserrat,Verdana,Arial,sans-serif; font-weight: normal; font-size: 16px;*/ line-height: 1.5; }
}

h1, h2, h3, h4, h5, h6{ text-transform:uppercase; font-weight:bold; line-height: normal; }
h1, h2, h3, h4, h5, h6, p, li, ul{ margin:0 0 20px 0px; }

/*h1{  }
h2{ font-size:45px; }
h3{ font-size:36px; }
h4{ font-size:30px; } 
h5{ font-size:24px; }
h6{ font-size:20px; }
p{ font: 16px; }*/

.content a, .content a strong { text-decoration: none;  color:var( --primary-color); }
.content a:hover, .content a strong:hover { color: var(--secondary-color); }

a{ text-decoration:none; }

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

.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-capitalize{text-transform: capitalize;}

form .hs-button, 
form input[type="submit"]{ /*border-radius: 0px; color:white; border: none; padding:10px 15px; font-size:18px;*/ background-color:var( --primary-color);cursor:pointer; }


img{ max-width:100%; height:auto; }
.primary-button a{ display: inline-block; border: none; padding: 0 15px; cursor: pointer; white-space: nowrap; position: relative; -webkit-border-radius: 0; border-radius: 0 ; line-height: 42.5px; min-height: 42.5px; font-size: 12.8px; text-decoration: none; font-family: inherit; font-size: 16px; color: var(--white); background-color: var( --primary-color); margin-bottom: 15px; }
.primary-button a:hover{ background-color: #008eec; }

/* Slider */
.slick-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;            user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list{ position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{ outline: none; }
.slick-list.dragging{ cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track{ position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after{ display: table; content: '';}
.slick-track:after{ clear: both; }
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{ float: right; }
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none; }


.product-list-module .product-list-row, 
.product-list-module .contact-block-row .contact-list-row{ display: flex; justify-content:center; }
.product-list-module .product-list-row .product-block{ width:31%; }
.product-list-module .contact-block-row .contact-list-row .contact-block{ width: 32%; }




.partners-module .section-inner-wrapper, .partners-module .section-partners-row{ display: flex; }
.partners-module .section-inner-wrapper .section-left-column{ width: 25%; padding-top:135px; margin-right:50px; }
.partners-module .section-inner-wrapper .section-right-column{ width: 70%; }
.partners-module .section-inner-wrapper .section-right-column .section-header{ padding-bottom:20px; }
.partners-module .section-inner-wrapper .section-right-column .section-header h5{ margin-bottom:5px; }

.partners-module .section-inner-wrapper .section-right-column .section-partners-row{ padding-top:20px; }
.partners-module .section-partners-row .partner-column{ width:100%; text-align:center; }
.partners-module .section-partners-row .partner-column .partner-logo img{ max-height:120px; width:auto; }


/*** Header css ****/
.website-header-section{ position:absolute; top:0; left:0px; width:100%; z-index:100; }
.website-header-section .container{ max-width:100%; padding: 0; }
.website-header-section .section-left-column{ /*transition: all .25s; background-color: var(--white); position: absolute; top: 0; width: 360px; height: 70px;*/ }
.website-header-section .header-inner-wrapper{ display:flex; justify-content: space-between; border-top:8px solid var( --primary-color); }
.website-header-section .header-inner-wrapper .section-left-column{ width:20%; position:relative; background:white; box-shadow:-7px 0 10px rgba(0,0,0,0.1); top:-8px; z-index:1; }
.website-header-section .header-inner-wrapper .section-left-column:after{ position:absolute; right:-50px; top:0; width:100%; height:100%; content:''; transform: skewx(-45deg); background:white; z-index: -1; }

.website-header-section .header-inner-wrapper .section-left-column .site-logo{ padding:15px 20px;  text-align:center; }
.website-header-section .header-inner-wrapper .section-mid-column{ width:60%; text-align:center; }
.website-header-section .header-inner-wrapper .section-right-column{ width:20%; padding:15px 20px; background:white; display:flex; align-items:center; position:relative; box-shadow:7px 0 10px rgba(0,0,0,0.1); top:-8px; z-index:1; }
.website-header-section .header-inner-wrapper .section-right-column:after{ position:absolute; left:-50px; top:0; width:100%; height:100%; content:''; transform: skewx(45deg); background:white; z-index: -1; }

.website-header-section .header-inner-wrapper .section-right-column .search-icon{ margin-right:20px; }
.website-header-section .header-inner-wrapper .section-right-column .search-icon a{ display:flex; }

.website-header-section .header-inner-wrapper .section-right-column #google_translate_element .goog-te-gadget .goog-te-gadget-simple{ border: 2px solid #e8e8e8;
  padding: 5px; }

.hs-search-field form .hs-search-field__input{ background: none; border-bottom: 2px solid #ccc; border-left: 0; border-right: 0; border-top: 0; box-sizing: border-box; color: inherit; font-size: inherit; height: 2em; line-height: 2em; }
.hs-search-field form .hs-search-field__button{ background: none; border: 0; box-sizing: border-box; color: inherit; font-size: inherit; height: 2em; outline: 0; text-align: center; width: 2em; }
.hs-search-field form .hs-search-field__button svg{ height:30px; }
.hs-search-field form .hs-search-field__button svg path{ fill: var( --primary-color); } 


.website-header-section .search-bar{ display:none; }
.website-header-section .search-bar.show-search-bar{ display:block; -webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
  box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1); left: 50%; margin-left: -384px; position: absolute; text-align: left; top: 0; width: 768px;
  z-index: 1000001; }
.website-header-section .search-bar.show-search-bar .hs-search-field.hs-search-field--initialized{ background: var(--white); box-sizing: border-box; color: var( --primary-color);  font-size: 24px; padding: 30px; }


.website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul{ gap:20px; justify-content:center; }
.website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li{ margin:0px; }
.website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li a{ font-size: 14px; line-height: 70px; -moz-transition: all .25s;
    -webkit-transition: all .25s; transition: all .25s; color: #878787; text-decoration: none; text-transform: uppercase; padding:0 5px; }
.website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li a:hover{ color:var(--secondary-color); }
.website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li li a{ line-height:normal; }
.website-header-section .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{ background: white; padding: 20px; text-align:left; box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.inner-page .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li a{ color:var(--secondary-color); }



.banner-slider-module .banner-slider{ position:relative; }
.banner-slider-module .banner-slider .slick-arrow{ position:absolute; top:50%; z-index: 10; width:20px; height:57px; cursor:pointer; font-size:0px; border:0px; }
.banner-slider-module .banner-slider .slick-arrow.slick-prev{ left:20px; background:url('https://45937999.fs1.hubspotusercontent-na1.net/hubfs/45937999/QT-Theme/images/prev.svg') center no-repeat; }
.banner-slider-module .banner-slider .slick-arrow.slick-next{ right:20px; background:url('https://45937999.fs1.hubspotusercontent-na1.net/hubfs/45937999/QT-Theme/images/next.svg') center no-repeat; }


.banner-slider-module .banner-slider .slick-dots{ position:absolute; bottom:10px; left:0; right:0; margin:0 auto; padding:0px; display:flex; justify-content:center; list-style:none; }
.banner-slider-module .banner-slider .slick-dots li{ padding:0 4px; }
.banner-slider-module .banner-slider .slick-dots li button{ font-size:0px; width:120px; height:3px; background:white; border:0px; padding:0px; cursor:pointer; }
.banner-slider-module .banner-slider .slick-dots li.slick-active button{ background: var( --primary-color); }

.banner-slider-module .banner-slider .banner-slide-item{ background-size:cover; }
.banner-slider-module .banner-slider .section-inner-wrapper{ display:flex; height:750px; justify-content:space-between; gap:40px; align-items:center; } 
.banner-slider-module .banner-slider .section-inner-wrapper .section-content-column{ text-align:center; width:60%; }
.banner-slider-module .banner-slider .section-inner-wrapper .section-image-column{ text-align:center; width:40%; }

/*** Footer css here ****/
.website-footer-section{ padding: 60px 0 30px 0; background-size:cover; }
.website-footer-section a { color: #b1bac3; text-decoration: none; }
.website-footer-section a:hover{ color:var(--white); }
.website-footer-section .section-top-row{ padding-bottom:100px; }
.website-footer-section .section-top-row .hs-menu-wrapper ul{ flex-wrap: initial; }
.website-footer-section .section-top-row .hs-menu-wrapper ul li{ width:100%; margin:0 0 7px; }
.website-footer-section .section-top-row .hs-menu-wrapper ul li a{ display:block; padding:2px 0px; }
.website-footer-section .section-top-row .hs-menu-wrapper ul li.hs-menu-depth-1 > a{ display: block; font-weight: normal; font-size: 19.2px; color: var(--white); text-transform: uppercase; margin-bottom: 30px; }

.website-footer-section .section-bottom-row .footer-logos-row{ border-bottom:1px solid var(--white); padding:10px 0px; display:flex; justify-content:space-between; align-items: center; gap:30px; }
.website-footer-section .section-bottom-row .footer-logos-row .site-logo{  }
.website-footer-section .section-bottom-row .footer-logos-row .footer-social-logos{  }
.website-footer-section .section-bottom-row .footer-logos-row .footer-social-logos a{ margin:0 8px; display:inline-block; vertical-align:middle; }
.website-footer-section .section-bottom-row .footer-logos-row .verder-scientific{  }

.website-footer-section .section-bottom-row .copyright-text-row{ text-align:right; padding-top:15px; }
.website-footer-section .section-bottom-row .copyright-text-row p{ margin-bottom:7px; color:white; color: #b1bac3; }
.website-footer-section .section-bottom-row .copyright-text-row p a{ padding:0 4px 0 6px; border-left:1px solid #b1bac3; }
.website-footer-section .section-bottom-row .copyright-text-row p a:first-child{ border-left:0px; }

.back-to-top{ -webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1); -moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1); box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
  -moz-transition: opacity .25s; -webkit-transition: opacity .25s; transition: opacity .25s; -moz-transition: opacity 0.5s; -webkit-transition: opacity 0.5s;
  background-color: var( --primary-color); bottom: 15px; cursor: pointer; height: 40px; opacity:1; position: fixed; right: 15px; width: 40px; z-index: 590; }
.back-to-top a{ display:block; }
.back-to-top a svg { fill: white; }

/***** product-list-module *******/
.product-list-module .product-list-row{ display:flex; flex-wrap:wrap; gap:30px; margin-bottom:60px; }
.product-list-module .product-list-row .product-block{ background:white; padding:20px 20px 35px; text-align:center; }
.product-list-module .product-list-row .product-block .product-image{ padding-bottom:20px; }
.product-list-module .product-list-row .product-block a{ color:var(--secondary-color); }
.product-list-module .product-list-row .product-block a svg{ vertical-align:middle; } 
.product-list-module .product-list-row .product-block a:hover{ color: #787878; }
.product-list-module .contact-block-row .section-head h2{ font-size:25px; }
.product-list-module .contact-block-row .contact-list-row{ display:flex; flex-wrap:wrap; gap:20px; margin-bottom:30px; }
.product-list-module .contact-block-row .contact-list-row .contact-block{ background:white; padding:15px 15px 25px; text-align:center; }
.product-list-module .contact-block-row .contact-list-row .contact-block .contact-image{ margin-bottom:10px; padding:15px; }
.product-list-module .contact-block-row .contact-list-row .contact-block .contact-image a{ display:block; }
.product-list-module .contact-block-row .contact-list-row .contact-block .contact-image a img{ display:block; width:100%; }
.product-list-module .contact-block-row .contact-list-row .contact-block a{ color:var(--secondary-color); }
.product-list-module .contact-block-row .contact-list-row .contact-block a svg{ vertical-align:middle; } 
.product-list-module .contact-block-row .contact-list-row .contact-block a:hover{ color: #787878; }



.news-post-module .section-header{ padding-bottom:30px; }
.news-post-module .section-header h2{ font-size:25px; }
.news-post-module .news-repaeter-items{ display:flex; gap:25px; }
.news-post-module .news-repaeter-items .news-post-item{ flex:100%; background:white; }
.news-post-module .news-repaeter-items .news-post-item a{ display:block; position:relative; }
.news-post-module .news-repaeter-items .news-post-item .post-image img{ object-fit:cover; width:100%; height:290px !important; display:block; }
.news-post-module .news-repaeter-items .news-post-item .post-title{ background:white; padding:15px; position:absolute; left:0; top:0; width:100%; }
.news-post-module .news-repaeter-items .news-post-item .post-title p{ margin:0px; color:var(--secondary-color); }

.news-post-module .section-link{ text-align:right; margin-top:30px; }
.news-post-module .section-link a{  color:var( --primary-color); }
.news-post-module .section-link a svg{ vertical-align:middle; fill:var( --primary-color); }
.news-post-module .section-link a:hover{ color:var(--secondary-color); }
.news-post-module .section-link a:hover svg{ fill:var(--secondary-color); }

/**** active-branch *****/
.breadcrumb-menu .active-branch{ display:block; }
.breadcrumb-menu .active-branch li{ font-size: 10.6666666667px; display:inline-block; vertical-align:middle; }
.breadcrumb-menu .active-branch li a{ text-decoration: none; text-transform: uppercase; color: #878787; }
.breadcrumb-menu .active-branch li a::before{ content: "\0000a0\0000a0>\0000a0\0000a0"; }
.breadcrumb-menu .active-branch li:first-child a::before{ display:none; }
.breadcrumb-menu .active-branch li a:hover,
.breadcrumb-menu .active-branch li.active a{ color: var( --primary-color); }

.simple-banner-module{ position:relative; background-repeat:no-repeat; }
.simple-banner-module .overlay{ position:absolute; left:0; top:0; width:100%; height:100%; }
.simple-banner-module .container{ position:relative; z-index:2px; }
.simple-banner-module .section-header h1{ font-weight:bold; }
.simple-banner-module .section-header .sub-heading{ font-size: 20.96px !important; font-weight: 400 !important; text-transform: none !important; }

.fw-form-module .form-block-wrapper{ padding:50px; border:2px solid var( --primary-color); }
.fw-form-module .form-block-wrapper form fieldset.form-columns-1 .hs-input{ width: 100%; }
.fw-form-module .form-block-wrapper .form-title{ margin-bottom:15px; } 

.twoC-content-media-module .section-inner-wrapper{ display:flex; gap:30px; }
.twoC-content-media-module .section-inner-wrapper .section-media{ min-width:40%; text-align:center; }

.application-module .section-inner-wrapper .application-block-row{ display:flex; gap:25px; padding:15px 0px; margin-top: 50px; margin-bottom:30px; }
.application-module .section-inner-wrapper .application-block-row .application-col{ width:100%; text-align:center; }
.application-module .section-inner-wrapper .application-block-row .application-col .col-img a{ display:block; }
.application-module .section-inner-wrapper .application-block-row .application-col .col-img a img{ width:100%; }
.application-module .section-inner-wrapper .application-block-row .application-col .col-title{ text-align:center; }

.product-series-module .section-inner-wrapper .product-series-list-wrap{ display:flex; flex-wrap:wrap; gap:20px; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column{ background:white; padding:20px; width:48%; position:relative; overflow: hidden; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .head{ font-weight:bold; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .head a{ color: #1d1d1b; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .sub-head{ margin:0px; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .sub-head a{ color: #1d1d1b; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-header{ padding-bottom:15px; padding-top:25px; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-content{ padding-bottom:15px; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-button{ padding-top:15px; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-inner-wrap{ display:flex; gap:20px; align-items: center; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-inner-wrap .left-col{ width:50%; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-inner-wrap .right-col{ width:50%; padding:15px 5px; }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .tag-label{ padding-right: 15px; background:#808080; position:absolute; right: -37.5px; top:0; color:white; transform: skew(60deg); }
.product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .tag-label span{ color: var(--white); display: block; padding: 7.5px 37.5px 7.5px 30px; transform: skew(-60deg); }  

.product-series-module .section-inner-wrapper .bottom-content{ padding:40px 0px; }

.product-series-module .section-inner-wrapper .product-series-column .col-inner-wrap .col-content ul{ list-style:none; padding:0px; }
.product-series-module .section-inner-wrapper .product-series-column .col-inner-wrap .col-content ul li{ margin:0px; padding-left: 15px; }
.product-series-module .section-inner-wrapper .product-series-column .col-inner-wrap .col-content ul li:before { margin-top:4px; background-color:var( --primary-color); content: "\00a0"; display: block; float: left; line-height: 1; margin-left: -15px;  overflow: hidden; width: 1px; }

.section-content ul{ list-style: none; padding-left: 0; }
.section-content ul li{ padding-left: 15px; margin-bottom:7px; }
.section-content ul li:before { margin-top:4px; background-color: var( --primary-color); content: "\00a0"; display: block; float: left; line-height: 1; margin-left: -15px;  overflow: hidden; width: 1px; }
.section-content a{ color: var( --primary-color); } 

.video-column{ position:relative; }
.video-column a.popup-youtube{ display:block; position:relative; }
.video-column a.popup-youtube svg{ position:absolute; left:0; right:0; top:35%; margin: 0 auto; height:80px; width:80px; fill:white; }

.faq-module .section-inner-wrapper .accordion .accordion_header{ padding-bottom:10px; font-weight:bold; cursor:pointer; }


.banner-popup-slider-module{ background-color: #f4f5f7; background-image: radial-gradient(circle, #f4f5f7 40%, #969fa7 100%); }
.banner-popup-slider-module .section-inner-wrapper{ display:flex; gap: 50px; align-items: end; }
.banner-popup-slider-module .section-left-column{ width:60%; text-align:center; padding-left: 20px; padding-right: 20px; }
.banner-popup-slider-module .section-left-column .section-header{ text-align:center; padding-bottom:50px; }
.banner-popup-slider-module .section-left-column .section-header h1{ font-weight:normal; font-size:50px; }
.banner-popup-slider-module .section-left-column .section-banner-slider{ position:relative; margin-bottom:50px; }
.banner-popup-slider-module .section-left-column .section-banner-slider .slick-arrow{ position:absolute; top:0%; border:0px; font-size:0px; width: 10px; height:100%; }
.banner-popup-slider-module .section-left-column .section-banner-slider .slick-arrow.slick-prev{ background:url('https://45937999.fs1.hubspotusercontent-na1.net/hubfs/45937999/QT-Theme/images/prev-1.svg') center no-repeat; background-size: 10px 24px; left:-20px; }
.banner-popup-slider-module .section-left-column .section-banner-slider .slick-arrow.slick-next{ background:url('https://45937999.fs1.hubspotusercontent-na1.net/hubfs/45937999/QT-Theme/images/next-1.svg') center no-repeat; background-size: 10px 24px; right:-20px; }
.section-left-column .section-banner-slider .slider-item .carousel-link{ display:block; position:relative; margin:0 5px; background:black; }
.section-left-column .section-banner-slider .slider-item .carousel-link img.carousel-image{ height:108px; max-height: 108px; object-fit:cover; width:100%; opacity:0.7; }
.section-left-column .section-banner-slider .slider-item .carousel-link svg{ position:absolute; left:0; right:0; top:13%; margin:0 auto; width:85px; height: 85px; fill:white; }
.banner-popup-slider-module .section-right-column{ width:40%; }


.product-category-menus-module{ border-bottom: 1px solid #ccc; }
.product-category-menus-module .product-category-menu{  text-transform: uppercase; }
.product-category-menus-module .product-category-menu ul{ justify-content: right; }
.product-category-menus-module .product-category-menu ul li{ font-size: 14px; margin:0px; }
.product-category-menus-module .product-category-menu ul li a{ line-height:40px; display: block; color: #333; border-bottom: 1px solid var(--white); margin:0px; padding: 0 15px; }
.product-category-menus-module .product-category-menu ul li.active a { border-bottom-color: var( --primary-color); }
.product-category-menus-module .product-category-menu ul li:last-child a{ background:var( --primary-color); color: var(--white); border-bottom-color:var( --primary-color); }


.list-buttons-module .section-inner-wrapper{}
.list-buttons-module .section-inner-wrapper .buttons-list-row{ max-width:700px; display:flex; flex-wrap:wrap; gap:20px; }
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col{ margin:0 0px; width:44%; }
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col a{ background-color: var( --primary-color); color: var(--white); font-size: 16px; min-height: 42.5px; display:flex; border: none; padding: 0 15px 0 0px; cursor: pointer; border-radius: 0; white-space: nowrap; text-decoration: none; width:100%; }
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col .hs_cos_wrapper_type_icon{ height:100%; padding:15px 0; border-right:2px solid white; display:flex; justify-content:center; align-items:center; margin-right:15px; width:55px; }
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col .hs_cos_wrapper_type_icon svg{ fill:white; height:17px; width:17px; }
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col span:last-child{ align-self:center; }
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col button.download{ background-color:var( --primary-color); color: var(--white); font-size: 16px; min-height: 42.5px; display:flex; border: none; padding: 0 15px 0 0px; cursor: pointer; border-radius: 0; white-space: nowrap; text-decoration: none; width:100%; } 

.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col a:hover,
.list-buttons-module .section-inner-wrapper .buttons-list-row .button-col button.download:hover{ background: #008eec; }

.data-table-module .table-data-row{ max-width:900px; margin:0 auto; }
.data-table-module .table-data-row table { border-collapse: separate; border-spacing: 15px 0; }
.data-table-module .table-data-row table td{ background-color:var(--white); padding: 7.5px; border-bottom: 1px solid #ccc; } 
.data-table-module .table-data-row table td strong{ font-weight:bold; }
.data-table-module .table-data-row table thead tr th:first-child, 
.data-table-module .table-data-row table thead tr td:first-child, 
.data-table-module .table-data-row table tbody tr th:first-child, 
.data-table-module .table-data-row table tbody tr td:first-child { font-weight: bold; width: 40%; }  
.data-table-module .table-data-row table thead tr:last-child td, 
.data-table-module .table-data-row table tbody tr:last-child td { border-bottom-color: var( --primary-color); }
.data-table-module .table-data-row table thead tr:first-child td, 
.data-table-module .table-data-row table tbody tr:first-child td { border-top: 1px solid var( --primary-color); }
.data-table-module .bottom-content{ text-align:center; padding-top:20px; } 

.product-filter-module .section-inner-wrapper{ gap:20px; }
.product-filter-module .section-inner-wrapper .section-left-column form.controls{ display:flex; flex-wrap:wrap; }
.product-filter{ margin-top:30px; }
.product-filter .mix{ margin-bottom:25px; width: 100%; }
.product-filter .mix .left-col{ min-width:200px; padding-right: 15px; display: table-cell; vertical-align: top; }
.product-filter .mix .left-col img{ box-shadow: 0 0 3px #bfbfbf; }

.product-filter .mix .right-col{ display: table-cell; vertical-align: top; width: 100%; }  
.product-filter .mix .right-col .col-title h5{ margin-bottom:0; font-size: 18px; }
.product-filter .mix .right-col .col-docType span{ display:inline-block; background-color: #bbb; color:var(--white); font-size: 10px; padding: 0 8px; margin: 0;   margin-top: 0px;  line-height: normal; margin-top: 3px; border-radius: 3px; clear: both;} 
.product-filter .mix .right-col .col-button ul{ margin:0px; padding:0px; list-style:none; max-width: 200px; min-width: 250px; }
.product-filter .mix .right-col .col-button ul.dropdown-toggleList li{ margin-bottom:0px; position:relative; }
.product-filter .mix .right-col .col-button ul.dropdown-toggleList li a{ padding: 0 7.5px; border: 1px solid #ccc; background-color: var(--white); text-decoration: none; color: var( --primary-color); line-height: 32px; display:block; }
.product-filter .mix .right-col .col-button ul.dropdown-toggleList li a:hover { background-color: #e6e5e5; }
.product-filter .mix .right-col .col-button ul.dropdown-toggleList li ul{ border: 1px solid #ccc; position:absolute; top:100%; left:0; width:100%; background:white; }
.product-filter .mix .right-col .col-button ul.dropdown-toggleList li ul li a{ border: 0px; }

.product-filter .mix .right-col .col-summary{ padding-top:10px; padding-bottom:10px; }
.product-filter .mix .right-col .col-summary p:last-child{ margin-bottom:0px; }

.product-filter-module .section-left-column form.controls fieldset.filter-group{ flex: 1 0 33%; background-color:#eee; padding: 20px; box-sizing: border-box; border: 4px solid var(--white); min-width: 20%; width: auto; }
form.controls fieldset.filter-group{ display:flex; flex-wrap:wrap; gap:10px; line-height: normal; }
form.controls fieldset.filter-group h4{ font-size: 14px; width: 100%; text-transform: none; margin-bottom: 4px; }
form.controls fieldset.filter-group .checkbox{ display:flex; align-items:center; line-height: normal; } 
form.controls fieldset.filter-group .checkbox label{ margin:0px; }
form.controls button#Reset{ margin-top:15px;  border:0px; background:none; padding:0px; text-decoration: none; color:var( --primary-color); }

.list-repeater-module .list-repeater-block ul{ list-style:none; padding:0px; }
.list-repeater-module .list-repeater-block ul li{ margin:0 0 2px; padding-left: 15px; }
.list-repeater-module .list-repeater-block ul li a{ color:var( --primary-color); }
.list-repeater-module .list-repeater-block ul li a:hover{ color:var(--secondary-color); }
.list-repeater-module .list-repeater-block ul li:before { margin-top:4px; background-color: var( --primary-color); content: "\00a0"; display: block; float: left; line-height: 1; margin-left: -15px;  overflow: hidden; width: 1px; }


/***** Mobile responsive css here ********/

@media (min-width: 768px) {

}

@media (max-width: 1280px) {
  .website-header-section .header-inner-wrapper .section-left-column::after{ transform: skewx(-25deg); right: -21px; }
  .website-header-section .header-inner-wrapper .section-right-column::after{ left: -21px; transform: skewx(25deg); }
  
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul{ gap: 10px; }
  
}

@media (max-width:1170px) {
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul{ gap: 0px; }
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li a{ font-size: 12px; line-height:55px; padding: 4px 5px; } 
  .website-header-section .search-bar.show-search-bar{ width: 568px; margin-left: -284px; }

}

@media (max-width: 991px) {
  .partners-module .section-partners-row .partner-column .partner-logo img{ max-height: 65px; }
  .product-list-module .product-list-row .product-block { width: 30%; }
  .product-list-module .contact-block-row .contact-list-row .contact-block { width: 31%; }
  
  .website-header-section .header-inner-wrapper .section-mid-column{ display: flex; justify-content: right; align-items: center; padding-right:20px; }
  .website-header-section .header-inner-wrapper .section-mid-column .header-menu .hs-menu-wrapper{ display:none; position: absolute; width: 100%; top: 100%;    width: 100%; left: 0; background: white; }
  .website-header-section .header-inner-wrapper{ background:white; }
  .website-header-section .header-inner-wrapper .section-right-column{ display:none; }
  .website-header-section .header-inner-wrapper .section-mid-column .header-menu .mobile-trigger{ cursor:pointer; width:35px; }
  .website-header-section .header-inner-wrapper .section-mid-column .header-menu .mobile-trigger span{ display:block; height:2px; background:var( --primary-color); margin:8px 0px; }
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li{ text-align:left; width:100%; border-bottom:1px solid #999; }
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li:last-child{ border-bottom:0px; }
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul li a{ font-size:16px; font-weight:bold; line-height: normal; display: block; padding: 10px 15px; }
  .website-header-section .header-inner-wrapper .section-mid-column .hs-menu-wrapper ul{ display: block !important; position: static; opacity: 1; visibility: visible; padding: 0; border-top: 1px solid #999; }
  
  .banner-slider-module .banner-slider .slick-dots li button{ width: 40px; } 
  
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-inner-wrap{ display: block; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-inner-wrap .left-col { width: auto; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-inner-wrap .right-col { padding:5px; width: auto; text-align: center; }
  
  .banner-popup-slider-module .section-inner-wrapper{ flex-wrap: wrap; }
  .banner-popup-slider-module .section-left-column{ width: 100%; }
  .banner-popup-slider-module .section-right-column{ width: 100%; }
}

@media (max-width: 767px) {
  
  .banner-slider-module .banner-slider .section-inner-wrapper{ display:block; text-align:center; padding-top: 150px; }
  .banner-slider-module .banner-slider .section-inner-wrapper .section-content-column{ width: auto; padding-bottom:30px; }
  .banner-slider-module .banner-slider .section-inner-wrapper .section-image-column{ width: auto; }
  .banner-slider-module .banner-slider .section-inner-wrapper .section-image-column img{ margin:0 auto; }
  .website-header-section .header-inner-wrapper .section-left-column{ width: 200px; }
  .product-list-module .product-list-row .product-block { width: 100%; }
  .product-list-module .contact-block-row .contact-list-row .contact-block { width: 100%; }
  .product-list-module .contact-block-row .section-head{ text-align:center; }
  .news-post-module .news-repaeter-items{ flex-wrap:wrap; }
  .news-post-module .news-repaeter-items .news-post-item .post-title{ position: static; }
  
  .partners-module .section-inner-wrapper, .partners-module .section-partners-row{ flex-wrap: wrap;}
  .partners-module .section-inner-wrapper .section-left-column{ width: 100%; padding:0 0 50px; margin-right:0px; text-align: center; }
  .partners-module .section-inner-wrapper .section-right-column { width: auto; text-align: center; }
  .partners-module .section-partners-row .partner-column{ width: 50%; margin-bottom:30px; }
  .partners-module .section-partners-row .partner-column .partner-logo img { max-height: 105px; }
  .partners-module .section-inner-wrapper .section-right-column .section-content p,
  .partners-module .section-inner-wrapper .section-right-column .section-content{ text-align:center; }
  
  .website-footer-section .section-top-row .hs-menu-wrapper ul{ flex-wrap: wrap; flex-direction: initial; }
  .website-footer-section .section-top-row .hs-menu-wrapper ul li.hs-menu-depth-1{ width:50%; }
  .website-footer-section .section-top-row { padding-bottom: 50px; }
  .website-footer-section .section-bottom-row .copyright-text-row p a{ display: block; border: 0; }
  .website-footer-section .section-bottom-row .footer-logos-row{ flex-wrap: wrap; }
  .website-footer-section .section-bottom-row .footer-logos-row .footer-social-logos a img{ height:20px; width:auto; max-width: 110px; }
  
  .fw-form-module .form-block-wrapper{ padding: 30px; }
  .fw-form-module .form-block-wrapper form .form-columns-2 .hs-form-field .hs-input{ width:100% !important; }
  
  .twoC-content-media-module .section-inner-wrapper{ display: block; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-content{ font-size:16px; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-button { padding-top: 0px; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-header{ padding-bottom: 0px; padding-top: 35px; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column .col-content { padding-bottom: 5px; }
  
  .section-content ul li,
  .faq-module .section-inner-wrapper .accordion .accordion_header{ font-size:16px; }
  
  .application-module .section-inner-wrapper .application-block-row{ flex-wrap:wrap; gap: 15px; }
  .product-series-module .section-inner-wrapper .product-series-list-wrap .product-series-column{ width: 100%; }
  .application-module .section-inner-wrapper .application-block-row .application-col{ text-align: center; }
  .application-module .section-inner-wrapper .application-block-row .application-col .col-img a img{ width:100%; }
  
  .section-left-column .section-banner-slider .slider-item .carousel-link img.carousel-image{ min-height: 108px; }
  .section-left-column .section-banner-slider .slider-item .carousel-link svg{ top: 35%; height: 35px; width: 35px; }
  .banner-popup-slider-module .section-left-column .section-banner-slider{ margin-bottom:0px; }
  .banner-popup-slider-module .section-left-column .section-header{ padding:20px 0px; }
  .banner-popup-slider-module .section-left-column .section-header h1{ font-size: 36px; }
  .list-buttons-module .section-inner-wrapper .buttons-list-row .button-col{ width: 100%; }  
  .product-filter .mix .left-col{ display: block; padding-bottom: 15px; padding-right:0px; } 
  
  .breadcrumb-module .breadcrumb-menu ul{ flex-direction: inherit; }
  
}

@media (max-width: 480px) {
  .product-filter-module .section-left-column form.controls fieldset.filter-group{ flex: 1 0 100%; }
}