@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, *: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;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* 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));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
  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;
}

@media(max-width: 1440px){
  .content-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .content-wrapper {
    padding: 0 15px;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

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

/*----- website fonts -------*/

@media(max-width: 1440px){
  h1{font-size: 66px !important;}
  h2{font-size: 56px !important;}
  h3{font-size: 36px !important;}
  h4{font-size: 28px !important;}
  h5{font-size: 20px !important;}
  h6{font-size: 18px !important;}
}
@media(max-width: 991px){
  h1{font-size: 52px !important; line-height: 1.2 !important;}
  h2{font-size: 42px !important; line-height: 1.2 !important;}
  h3{font-size: 30px !important; line-height: 1.2 !important;}
  h4{font-size: 24px !important; line-height: 1.2 !important;}
  h5{font-size: 20px !important; line-height: 1.2 !important;}
  h6{font-size: 16px !important; line-height: 1.2 !important;}
  body,p{font-size: 18px;}
}
@media(max-width: 767px){
  h1{font-size: 40px !important; line-height: 1.2 !important;}
  h2{font-size: 34px !important; line-height: 1.2 !important;}
  h3{font-size: 28px !important; line-height: 1.2 !important;}
  h4{font-size: 22px !important; line-height: 1.2 !important;}
  h5{font-size: 18px !important; line-height: 1.2 !important;}
  h6{font-size: 16px !important; line-height: 1.2 !important;}
  p{line-height: 1.2 !important;}
}
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;
}

/*------ website-buttons -----*/
a.button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
a.button:hover,
a.button:focus,
a.button:active{
  font-weight: 700;
}
a.transparent-btn{
  background-color: transparent;
}
/* .button a:hover {
color: #35a059 !important;
} */
a.yellow-btn{
  border: 1px solid #ffcf56;
  transition: all .15s linear;
}
a.yellow-btn:hover,
a.yellow-btn:focus{
  background-color: transparent;
  border: 1px solid #ffcf56;
  color: #ffcf56;
}
a.yellow-btn::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  background-color: #ffcf56;
  border-radius: 6px;
  left: -2px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
a.blue-btn {
  width: 160px;
  border-radius: 6px;
  padding: 12.42px 20px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1; 
  transition: all .15s linear;
  border: 1px solid #244289;
}
a.blue-btn::before {
  content: "";                                                  
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 6px);
  opacity: .2;
  border-radius: 6px;
  left: -1px;
  top: 0px;
  z-index: -1;
}
a.blue-btn:hover,
a.blue-btn:focus{
  background-color: transparent;
  border: 1px solid #244289;
  color: #244289;
  font-weight: 700;
}
.inner-form .actions {
  display: inline-block;
  position: relative;
}
.inner-form .actions:before {
  background-color: #35a059;
  border-radius: 6px;
  content: "";
  height: calc(100% + 8px);
  left: 0;
  opacity: .2;
  position: absolute;
  top: 0;
  width: 100%;
}
.inner-form .actions input {
  border: 2px solid #35a059!important;
}
.inner-form .actions input.hs-button:hover {
  color: #35a059 !important;
  background-color: rgba(53,160,89,0);
}

/*----focus visible ----*/
a:focus-visible, .actions input.hs-button:focus-visible {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 20px;
  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: 20px;
  padding: 0px 0px 15px;
  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: 0px;
    font-size: 16px;
}

/* 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;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  width: 240px;
  padding: 16px 24px !important;
}

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

form input {
  border-width: 0 0 1px 0 !important;
}
form textarea {
  border-width: 0 0 1px !important;
  height: 130px;
  resize: none !important;
}
form input, form textarea {
    border-color: rgba(0,0,0,.2)!important;
    outline: none;
}
.hs-message.field.hs-form-field {
    margin-bottom: 30px;
}
ul.no-list.hs-error-msgs.inputs-list li {
    margin-top: 7px;
}
form{
padding: 10px !important;
}
@media(max-width: 1320px){
  .hs-form-field {
    margin-bottom: 40px;
}
  form textarea {
    height: 100px;
}
}
@media(max-width: 1199px){
form input, form textarea {
    font-size: 16px !important;
    padding-bottom: 10px !important;
}
  input.hs-button {
    width: 180px !important;
}
}

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

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */
.header .dnd-section {padding: 0;}
/* Header container */
.header__container {display: flex; justify-content: space-between;}
.header__row-1 {padding-top: 1rem;}
.header__row-1,.header__row-2 {align-items: center;display: flex;justify-content: flex-end;width: 100%;}
@media (max-width: 1150px) and (min-width: 991px) {
  .header__column {width: 100%;}
}
@media (max-width: 991px) {
  .header__container {flex-direction: column;padding: 1rem 0 0;}
  .header__column {position: relative;}
  .header__row-1 {padding-top: 0;}
  .header__row-2 {justify-content: center;padding: 1.05rem;}
}
/* Navigation skipper */
.header__skip {height: 1px;left: -1000px;overflow: hidden;position: absolute;text-align: left;top: -1000px;width: 1px;}
.header__skip:hover,.header__skip:focus,.header__skip:active {height: auto;left: 0;overflow: visible;top: 0;width: auto;}
/* Logo */
.header__logo {align-items: center;display: flex;height: auto;margin-right: auto;max-width: 200px;overflow: hidden;}
@media (max-width: 991px) {
  .header__logo {margin: 0 auto;width: 100%;}
}
.header__logo img {max-width: 100%;}
.header__logo .logo-company-name {font-size: 1.167rem;margin-top: 0.7rem;}
.header__logo--main {padding-top: 1rem;}
/* Search bar */
.header__search {padding: 0 1rem; width: auto;}



.hs-search-field__form {position: relative;}
.header__search .hs-search-field__label {flex-basis: auto;}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}


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

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

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

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

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

@media (min-width: 991px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 991px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

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

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

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

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

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

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

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
  .header__language-switcher .hs-language-switcher__menu {
    display: block;
    box-shadow:none!important;
    background: transparent;
  }
  .header__language-switcher .hs-language-switcher__menu a {
    font-size: 20px!important;
  }
  .header__language-switcher .hs-language-switcher__button {
    display: none;
  }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

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

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

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/*------ website-header -------*/

.header-top .span12 > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(1) {
  max-width: 70%;
  flex: 0 0 100%;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(2) {
  max-width: 30%;
  flex: 0 0 100%;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(1) .row-fluid * {
  width: auto;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(1) .row-fluid {
  justify-content: flex-start;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(1) img {
/*   max-width: 178px !important; */
  width: 100% !important;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(1) .row-fluid > .span6:nth-child(1) {
  padding-right: 38px;
  position: relative;
  max-width: 350px;
  width: 100%;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child .row-fluid * {
  width: 100%;
}
.header-top .span12 > .row-fluid-wrapper > .row-fluid > .span6:nth-child(1) .row-fluid > .span6:nth-child(1)::before {
      background-color: hsla(0, 0%, 100%, .55);
    content: "";
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid > .span6:nth-child(2) {
  width: auto;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid > .span6:nth-child(2) * {
  width: auto;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid > .span6:nth-child(2) .row-fluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid > .span6:nth-child(2) .row-fluid > .span6:nth-child(2) {
  margin-left: 28px;
}
header .header__row-2 {
  padding-left: 36px;
}
header .header__row-2 .menu--desktop > ul {
  display: inline-flex;
  align-items: center;
}
header .header__row-2 .menu--desktop > ul > li {
  margin-right: 50px;
  padding: 33.33px 0;
  line-height: 1;
}
header .header__row-2 .menu--desktop > ul > li:last-child {
  margin-right: 0;
}
header .header__row-2 .menu--desktop > ul > li a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
header .header__row-2 .menu--desktop>ul>li a::after {
  display: none;
}
header .header__row-2 .menu--desktop>ul>li a::after {
  display: none;
}
header .header__row-2 .menu--desktop>ul>li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  left: 0;
  bottom: -3px;
}
.header-top {
  height: 100px;
  display: flex;
  align-items: center;
}

.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid > .span6:nth-child(1) a {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid > .span6:nth-child(1) a img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
}
header .header__row-2 .menu--desktop>ul ul.menu__submenu--level-2 {
  padding: 20px;
  left: 0;
  transform: translateX(0);
  width: 300px !important;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}
header .header__row-2 .menu--desktop>ul ul.menu__submenu--level-2 > li::before {
  display: none;
}
header .header__row-2 .menu--desktop>ul ul.menu__submenu--level-2 > li {
  border-bottom: 0;
}
header .header__row-2 .menu--desktop>ul ul.menu__submenu--level-2 > li a::before {
  display: none;
}
header .header__row-2 .menu--desktop>ul ul.menu__submenu--level-2 > li a {
  padding: 0;
  font-size: 16px;
}
header .header__row-2 .menu--desktop>ul>li.menu__item--has-submenu .menu__child-toggle {
  display: none;
}

.header-bottom {
  /*   padding: 20px 0; */
  /*   background-color: #35a059; */
}
.header-bottom ul > li > a {
  font-size: 17px;
  font-weight: 700;
}
.header-bottom .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
}
.header-bottom .hs-menu-wrapper > ul>li {
  line-height: 22px;
  position: relative;
  padding: 13.38px 0;
}

.header-bottom .hs-menu-wrapper > ul>li::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: rgba(255,255,255,0.149);
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
}
.header-bottom .hs-menu-wrapper > ul>li:last-child {
  padding-right: 0;
}
.header-bottom .hs-menu-wrapper > ul>li:nth-child(1) {
  padding-left: 0;
}
.header-bottom .hs-menu-wrapper ul>li:last-child::before {
  display: none;
}
.header-bottom .hs-menu-wrapper ul>li.hs-item-has-children > a {
  position: relative;
}
.header-bottom .hs-menu-wrapper ul>li.hs-item-has-children > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  right: -15px;
  top: 42%;
  transform: translateY(-50%) rotate(45deg);
  border-color: transparent #fff #fff transparent;
}
.header-bottom ul>li.hs-item-has-children > ul.hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  background-color: #051742;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index:9;
  width: 260px;
}
.header-bottom ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
/* .header-bottom .hs-menu-wrapper>ul > * {
max-width: calc(100% / 5);
flex: 0 0 100%;
} */
.header-bottom .hs-menu-wrapper > ul>li>a {
  text-transform: uppercase;
}
.header-bottom ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li {
  margin-bottom: 10px;
}
.header-bottom ul>li.hs-item-has-children:hover>ul.hs-menu-children-wrapper li:last-child {
  margin-bottom: 0;
}
.header-bottom ul>li.hs-item-has-children>ul.hs-menu-children-wrapper li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  white-space: normal;
}
.header-bottom .hs-menu-wrapper>ul>li.hs-item-has-children {
  padding-right: 18px;
}

.header-top .container-fluid {
  background: #051742;
  position: relative;
}

.header-top .container-fluid:before {
  background: #051742;
  clip-path: polygon(0 0,100% 204%,100% 0);
  content: "";
  height: 100px;
  left: -159px;
  position: absolute;
  width: 160px;
}

.header-top .container-fluid:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #051742;
  top: 0;
  z-index: -1;
  margin-right: calc(-50vw + 50%);
}

.header-bottom .container-fluid {
  position: relative;
}

.header-bottom .container-fluid:before {
  clip-path: polygon(49% 0,125% 322%,100% 0);
  content: "";
  height: 100%;
  left: -159px;
  position: absolute;
  width: 160px;
}
.header-bottom .container-fluid:after {
  content: "";
  height: 100%;
  margin-right: calc(-50vw + 50%);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
header.header {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow-x: clip;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child a {
  display: inline-flex;
  align-items: center;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid > .span6:nth-child(1) .row-fluid span {
  display: inline-flex;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid > .span6:nth-child(1) .row-fluid .widget-type-logo {
  display: inline-flex;
}
.header-bottom > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > *:nth-child(2) {
  display: none;
}
header.header a.button {
  min-width: 151px;
  padding: 9.1px 24px;
}
/*------- responsive -------*/

@media(max-width: 1600px){
  .header-bottom ul>li.hs-item-has-children:last-of-type>ul.hs-menu-children-wrapper {
    left: unset !important;
    right: -20px;
  }
}

@media(max-width: 1440px){
  .header-bottom ul>li>a {
    font-size: 16px;
  }
  header .header__row-2 .menu--desktop>ul>li a {
    font-size: 16px;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:first-child a {
    font-size: 18px;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:first-child a img {
    width: 18px;
    height: 18px;
  }
  header .header__row-2 .menu--desktop>ul>li {
    margin-right: 40px;
  }
}

@media(max-width: 1360px){
  .header-bottom .hs-menu-wrapper>ul>li:before {
    right: -25px;
  }
  .header-bottom ul>li>a {
    font-size: 14px;
  }
}
@media(max-width: 1280px){
  .header-bottom .hs-menu-wrapper>ul>li:before {
    right: -18px;
  }
}
@media(max-width: 1239px){
  .header-bottom .hs-menu-wrapper>ul>li:before {
    right: -12px;
  }
}

@media(max-width: 1199px){
  header .header__row-2 .menu--desktop>ul>li {
    margin-right: 20px;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child {
    max-width: 62%;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) {
    max-width: 35%;
  }

  .header-bottom .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding-right: 5px;
  }
  .header-bottom .hs-menu-wrapper ul>li.hs-item-has-children>a:before {
    right: -14px;
  }
  /*   .header-bottom .hs-menu-wrapper>ul>li:before{
  display: none;
} */
  .header-bottom ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    width: 250px;
  }
  .header-bottom ul>li.hs-item-has-children>ul.hs-menu-children-wrapper li a {
    white-space: normal;
    font-size: 15px;
  }
  .header-bottom ul>li.hs-item-has-children>ul.hs-menu-children-wrapper li {
    margin-bottom: 10px;
  }
  .header-bottom ul>li.hs-item-has-children>ul.hs-menu-children-wrapper li:last-child {
    margin-bottom: 0;
  }
  .header-bottom .hs-menu-wrapper>ul>li:before {
    right: -24px;
  }
}

@media(max-width: 1080px){
  .header-bottom .hs-menu-wrapper>ul>li:before {
    right: -17px;
  }
}

@media(max-width: 1020px){
  .header-bottom .hs-menu-wrapper>ul>li:before {
    display: none;
  }
}

/* @media(max-width: 991px){
.header-top {
height: 84px;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child .row-fluid * {
width: 100px !important;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child {
padding-right: 20px;
}
header .header__row-2 {
padding-left: 20px;
}
.header-bottom ul>li>a, header .header__row-2 .menu--desktop>ul>li a {
font-size: 14px;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:first-child a {
font-size: 15px;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child {
max-width: 150px;
width: 100% !important;
}
.header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:nth-child(2) {
margin-left: 10px;
}
header .header__row-2 .menu--desktop>ul>li {
margin-right: 12px;
}
header .header__row-2 .menu--desktop>ul>li {
padding: 25px 0;
}
.header-top .button-wrapper a.button {
font-size: 14px;
padding: 8px 10px;
}
} */

@media(max-width: 991px){
  .header-bottom > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > *:nth-child(2) {
    display: block;
  }
  .header-bottom .header__row-2 {
    padding: 0;
    justify-content: flex-end;
  }
  .header-bottom .header__row-2 .menu--mobile {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #35a059;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header-bottom .header__row-2 .menu--mobile.show-bottom_menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .header-bottom .header__navigation--toggle {
    margin: 0;
    background-image: url(https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/Home%20Page/hamburger.png);
    width: 30px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
  }
  .header-bottom .header__navigation--toggle span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
  }
  .header-bottom > .content-wrapper > .row-fluid-wrapper > .row-fluid > .span12 > *:nth-child(1) {
    display: none;
  }
  .header-bottom {
    position: relative;
  }
  .header-bottom > .content-wrapper {
    padding: 20px 15px;
  }

  .header-bottom .menu--mobile ul > li {
    border-top: 1px solid #fff;
    padding: 10px 15px;
    position: relative;
  }
  .header-bottom .menu--mobile ul > li > a {
    padding: 0;
    display: inline-block;
    width: 92%;
    font-weight: 600;
    font-size: 16px;
  }
  .header-bottom .menu--mobile ul > li .menu__child-toggle {
    padding: 0;
    width: 15px;
    height: 15px;
    top: 24px;
    right: 20px;
    transform: translateY(-50%);
  }
  .header-bottom .menu--mobile ul > li .menu__child-toggle span {
    font-size: 0;
    background-image: none;
    margin: 0;
    border: 2px solid #fff;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-color: transparent #fff #fff transparent;
  }
  .header-bottom .menu--mobile ul>li ul.menu__submenu--level-2 li {
    background-color: transparent;
    padding: 0 0 0 10px;
    margin-bottom: 6px;
    border: 0;
  }
  .header-bottom .menu--mobile ul>li ul.menu__submenu--level-2 li a {
    background-color: transparent;
    width: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
  }
  .header-bottom .menu--mobile ul>li ul.menu__submenu--level-2 li:last-child {
    margin-bottom: 0;
  }
  .header-bottom .header__navigation--toggle.bottom_menu--toggle span:nth-child(2) {
    display: none;
  }
  .header-bottom .header__navigation--toggle.bottom_menu--toggle span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 14% 10%;
  }
  .header-bottom .header__navigation--toggle.bottom_menu--toggle span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 4% 11%;
  }
  .header-bottom .container-fluid:before {
    display: none;
  }

  /*---- -top header -----*/
  .header-top {
    position: relative;
    height: auto;
  }
  .header-top .header__row-2 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    right: 15px;
  }
  .header-top .header__row-2 .header__navigation--toggle {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    height: 20px;
    justify-content: space-between;
    margin: 0;
    width: 30px !important;
  }
  .header-top .header__row-2 .header__navigation--toggle span {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 30px !important;
  }
  .header-top .header__row-2 .menu--mobile {
    background-color: #35a059;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100% !important;
    z-index: 9;
  }
  .header-top .header__row-2 .menu--mobile.show-bottom_menu {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .header-top>.content-wrapper {
    padding: 20px 15px;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid {
    justify-content: space-between;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) {
    display: none !important;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child {
    max-width: 100%;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid {
    justify-content: space-between;
    align-items: center;
  }
  .header-top .header__row-2 .header__navigation--toggle.hide span:first-child {
    transform: rotate(45deg);
    transform-origin: 14% 10%;
  }
  .header-top .header__row-2 .header__navigation--toggle.hide span:nth-child(2) {
    display: none;
  }
  .header-top .header__row-2 .header__navigation--toggle.hide span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 4% 11%;
  }
  .header-top .header__navigation--toggle.hide ~ .menu--mobile {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .header-top .header__row-2 .menu--mobile > ul {
    display: flex;
    flex-direction: column;
  }
  .header-top .header__row-2 .menu--mobile > ul > li {
    padding: 10px 20px;
    border-top: 1px solid #fff;
  }
  .header-top .header__row-2 .menu--mobile > ul > li a {
    padding: 0;
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 600;
  }
  .header-top .menu--mobile ul>li .menu__child-toggle {
    height: 15px;
    padding: 0;
    right: 20px;
    top: 24px;
    transform: translateY(-50%);
    width: 15px;
  }
  .header-top .menu--mobile ul>li .menu__child-toggle span {
    background-image: none;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    font-size: 0;
    height: 10px;
    margin: 0;
    transform: rotate(45deg);
    width: 10px !important;
  }
  .header-top .menu--mobile ul>li ul.menu__submenu--level-2 li {
    background-color: transparent;
    border: 0;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
  }
  .header-top .menu--mobile ul>li ul.menu__submenu--level-2 li:last-child {
    margin-bottom: 0;
  }
  .header-top .menu--mobile ul>li ul.menu__submenu--level-2 li a {
    background-color: transparent;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    width: auto;
  }
  header.header .menu--mobile ul>li ul.menu__submenu--level-2 {
    background-color: transparent;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) {
    display: block !important;
    position: absolute;
    max-width: 100%;
    z-index: 9;
    right: 65px;
  }
  .header .menu--mobile .menu__child-toggle {
    transition: 0.3s all;
  }
  .header .menu--mobile .menu__child-toggle.menu__child-toggle--open {
    transform: rotate(180deg);
  }
  header.header a.button {
    min-width: unset;
  }
  .header .header__row-2 .menu--mobile>ul>li a:hover, 
  .header .header__row-2 .menu--mobile>ul>li a:focus {
    color: #fff;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child{max-width: 245px;}
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child:before{background-color: hsla(0, 0%, 100%, .3); content: ""; display: block; height: 23px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; }
  
}

@media(max-width: 600px){
  .header-top a.button {
    display: none;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:nth-child(2) {
    display: none;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child {
    padding-right: 20px;
    max-width: 190px;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:first-child a {
    font-size: 14px;
    font-weight: 400;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) .row-fluid>.span6:first-child a img {
    height: 14px;
    width: 14px;
  }
}
@media(max-width: 479px){
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:first-child .row-fluid>.span6:first-child {
    max-width: 170px;
  }  
}
/* 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%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

* {
  box-sizing: border-box;
}
.body-wrapper {
  overflow: hidden;
}
input[type="submit"] {
  position: relative;
}
.hs_error_rollup {
  display: none;
}
.row-fluid .span12, .row-fluid .span10, .row-fluid .span11, .row-fluid .span9, .row-fluid .span8, .row-fluid .span7, .row-fluid .span6, .row-fluid .span5, .row-fluid .span4, .row-fluid .span3, .row-fluid .span2, .row-fluid .span1 {
  min-height: 0;
}
.inner-mini-title > p {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px !important;
  color: #222;
  position: relative;
  font-size: 22px;
  line-height: 1 !important;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.inner-mini-title > p::before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
}

/*-------- website-footer -----------*/
.footer {
  /*   border-top: 4px solid #35a059; */
  padding: 100px 0 0;
  position: relative;
  background: url('https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/Footer-bg.png')no-repeat;
  background-size: cover;
  background-position: center;
}
.footer li.hs-menu-item a {
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s all;
}
.footer .footer-top ul li.hs-menu-item {
  margin-bottom: 18px;
}
.footer .footer-top ul li.hs-menu-item:last-child, .footer .footer-top .footer-row-0-vertical-alignment > .row-fluid >*:nth-child(1) ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-row-0-vertical-alignment>.row-fluid>.widget-span:last-child ul li.hs-menu-item:first-child a {
  pointer-events: none;
}
.footer .footer-top .footer-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
}
.footer .footer-top .footer-row-0-vertical-alignment > .row-fluid >*:nth-child(1) ul li a, .footer .footer-top ul li.hs-menu-item:first-child a {
  font-weight: 700;
}
.footer .footer-top ul li.hs-menu-item:first-child {
  margin-bottom: 20px;
}
.footer .footer-top .button-wrapper {
  margin: 40px 0 60px;
}
.footer .footer-top .footer-row-0-vertical-alignment > .row-fluid >*:nth-child(1) ul li {
  margin-bottom: 30px;
}
.footer .footer-bottom p,
.footer .footer-bottom .row-fluid .widget-span li a{
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.102);
  padding: 26px 0;
}
.footer .footer-bottom .row-fluid .widget-span {
  width: auto;
}

.footer .footer-bottom .row-fluid {
  gap: 20px;
  justify-content: center;
}

.footer .footer-bottom .row-fluid .widget-span li a {
  border-left: 2px solid #fff;
  padding-inline: 10px;
  line-height: 17px;
}

/* footer.footer:before {
content: '';
position: absolute;
width: 156px;
height: 79px;
background: #fff;
z-index: 2;
right: 0;
top: -5px;
clip-path: polygon(0 0, 100% 0, 100% 100%);
} */

/* footer.footer:after {
content: '';
position: absolute;
width: 196px;
height: 101px;
background: #35a059;
z-index: 0;
right: 0;
top: -2px;
clip-path: polygon(0 0, 100% 0, 100% 100%);
} */
.footer li.hs-menu-item a:hover {
  color: #35a059;
}
.footer span.ftr_divider {
  margin-inline: 5px;
}
.footer .footer-top .footer-row-0-vertical-alignment>.row-fluid > .widget-span:first-child {
  margin-right: 80px;
}

/*---- blog-detail -----*/
.blog-post-body {
  padding: 100px 0;
}
.blog-post-body .content-wrapper {
  display: flex;
  gap: 50px;
}
.blog-body-left {
  max-width: calc(100% - 350px - 50px);
  flex: 0 0 100%;
}
.blog-body-right {
  max-width: 350px;
}
.blog-body-left .blog-post {
  max-width: 100%;
}
.blog-post__body > span > p:nth-child(1) {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.blog-post__body > span > p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.blog-post__body>span> ul {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-post__body>span> ul li {
  list-style: none;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 28px;
}
.blog-post__body>span> ul li:last-child {
  margin-bottom: 0;
}
.blog-post__body>span> ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background-image: url(https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/About/right-arrow-green.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 1px;
  top: 6px;
}
.blog-right-subscribe-title {
  padding: 38px 28px 70px 28px;
  background-color: #051742;
  position: relative;
}
.blog-right-subscribe-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 81px;
  background-image: url('https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/Blog/sidebar-bottom-green.png');
  background-size: cover;
  bottom: 0;
  left: 0;
}
.blog-right-subscribe-title h3 {
  font-size: 25px !important;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.blog-right-subscribe-title p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.blog-right-subscribe-title > *:last-child {
  margin-bottom: 0;
}
.blog-download {
  padding: 38px 30px 70px 30px;
  background-color: #35a059;
  margin-top: 20px;
  position: relative;
}
.blog-download::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 81px;
  background-image: url('https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/Blog/sidebar-bottom-blue.png');
  background-size: cover;
  bottom: 0;
  left: 0;
}
.blog-download-title h4 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}
.blog-download-title p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
}
.blog-download-title p:last-child {
  margin-bottom: 0;
}
.blog-download-button a.blue-btn {
  width: 100%;
  text-transform: none;
  font-size: 20px;
}
.blog-download-inner {
  position: relative;
  z-index: 9;
}
.blog-download-image {margin: 0 -30px;}
.blog-categories {
  margin-top: 20px;
  padding: 38px 28px;
  background-color: #f4f5f7;
  border-top: 10px solid #35a059;
}
.blog-categories h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #122758;
}
.blog-categories ul li {
  list-style: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-categories ul {
  padding: 0;
  margin: 0;
}
.blog-categories ul li:last-child {
  margin: 0;
}
.blog-categories ul li a {
  font-size: 18px;
  display: inline-block;
  color: #122758;
  line-height: 1;
  text-transform: capitalize;
}
.blog-categories ul li a:hover {
  color: #3a9154;
  border-bottom: 1px solid;
}
.blog__related__posts .inner-mini-title , 
.blog__related__posts .inner-main-heading {
  text-align: center;
}
.services-main .inner-main-heading h4{ text-align: center;}

.hs-blog-post-listing-outer .hs-blog-post-listing__post-author {
  margin-bottom: 0.5rem !important;
}
.hs-blog-post-listing-outer .hs-blog-post-listing__post-author-image-wrapper img {
  border-radius: 50%;
  vertical-align: bottom;
}
/*---- blog form ----*/
.blog-right-subscribe-form .form-title {
  display: none;
}
.blog-right-subscribe-form form {
  background-color: transparent;
  padding: 0 !important;
}
.blog-right-subscribe-form form .hs-form-field {
  margin-bottom: 8px;
}
.blog-right-subscribe-form form .hs-form-field > label {
  display: none;
}
.blog-right-subscribe-form form .hs-form-field .input input {
  padding: 18.15px !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  height: auto;
  border-radius: 8px;
  background-color: #122758;
  border: 1px solid #233d79 !important;
  outline: none;
  color: #fff;
}
.blog-right-subscribe-form form .hs-form-field .input input::placeholder{
  color: #425fa2;
  font-weight: 400;
}
.blog-right-subscribe-form form .hs-submit input.hs-button {
  width: 100% !important;
  border: 2px solid #35a059 !important;
  text-transform: none !important;
}
.blog-right-subscribe-form form .hs-submit .actions {
  display: inline-block;
  position: relative;
  width: 100%;
}
.blog-right-subscribe-form form .hs-submit .actions::before {
  background-color: #35a059;
  border-radius: 6px;
  content: "";
  height: calc(100% + 6px);
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-right-subscribe-form form .hs-submit input.hs-button:hover {
  background-color: rgba(53, 160, 89, 0);
  color: #35a059 !important;
}
.blog-right-subscribe-form form .hs-error-msgs li {
  margin: 0;
}
.blog-right-subscribe-form form .hs-error-msgs li label {
  font-size: 14px;
}
.blog-right-subscribe-form .submitted-message {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}
/*------ responsive -------*/

@media(max-width:1199px){
  /*   .footer {
  background-color: #03133b;
} */
  .footer {
    padding: 80px 0 0;
  }
  .footer li.hs-menu-item a {
    font-size: 18px;
  }
  .footer .footer-top ul li.hs-menu-item {
    margin-bottom: 10px;
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid>:first-child ul li {
    margin-bottom: 18px;
  }
  a.button {
    font-size: 16px;
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid > .widget-span:first-child {
    margin-right: 40px;
  }
  .footer .footer-top ul li.hs-menu-item:first-child {
    margin-bottom: 16px;
  }

  /*----- blog detail ----*/
  .blog-post-body {
    padding: 80px 0;
  }
}
@media(max-width:991px){
  .header-top .header--toggle.header__navigation--toggle {
    display: none;
  }
  .header-top .span12>.row-fluid-wrapper>.row-fluid>.span6:nth-child(2) {
    right: 15px;
  }
  div div.inner-mini-title > p {
    line-height: 1.2 !important;
    font-size: 20px !important;
  }

  .footer li.hs-menu-item a {
    font-size: 16px;
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid > .widget-span {
    width: calc(100% / 3 - 20px);
  }
  .footer .footer-bottom .row-fluid {
    gap: 18px;
    flex-wrap: wrap;
    text-align: center;
  }

  /*---- blog-detail ----*/
  /*---- blog detail ----*/
  .blog-post-body .content-wrapper {
    gap: 40px;
  }
  .blog-body-left {
    max-width: calc(60% - 40px);
  }
  .blog-body-right {
    max-width: 40%;
  }
  .blog-right-subscribe-title:before {
    height: 80px;
    background-position: right;
  }
  .blog-download:before {
    height: 80px;
    background-position: right;
  }
  .blog-download,
  .blog-right-subscribe-title{padding: 20px 20px 70px;}
  .blog-categories{
    padding: 30px 20px;
  }
  .blog-categories h3, .blog-download-title h4, .blog-right-subscribe-title h3 {
    font-size: 24px !important;
  }
}
@media(max-width:767px){
  div div.inner-mini-title > p {
    line-height: 1.2 !important;
    font-size: 18px !important;
  }

  .footer .footer-bottom {
    padding: 17px 0px;
  }
  .footer {
    padding: 50px 0 0;
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid > .widget-span {
    width: calc(100% / 2);
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid > .widget-span:first-child {
    margin-right: 0;
  }

  .footer .footer-top .button-wrapper {
    margin: 25px 0 40px;
  }
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid>:first-child ul li {
    margin-bottom: 12px;
  }
  .footer .footer-bottom .row-fluid .widget-span {
    width: 100%;
  }
  .footer .footer-bottom .row-fluid .widget-span ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .footer .footer-bottom .row-fluid {
    gap: 10px;
  }
  .footer .footer-bottom .row-fluid .widget-span li a, .footer .footer-bottom p {
    font-size: 14px;
  }
  .footer .footer-bottom .row-fluid .widget-span li a {
    line-height: 14px;
    border-width: 1px;
    padding-inline: 12px;
  }

  /*---- blog-detail ----*/
  .blog-post-body {
    padding: 40px 0;
  }
  .blog-post-body .content-wrapper {
    gap: 30px;
    flex-wrap: wrap;
  }
  .blog-body-left {
    max-width: 100%;
  }
  .blog-post__body>span>ul {
    margin-top: 20px;
  }
  .blog-body-right {
    max-width: 350px;
  }
  .blog-post__body>span>p:first-child {
    font-size: 18px;
  }
  .blog-post__body>span>p {
    font-size: 16px;
    line-height: 1.4 !important;
  }
  .blog-post__body>span>ul li {
    font-size: 16px;
  }
  .blog-post__body>span> ul li::before{
    top:3px;
  }
}
@media(max-width:600px){
  .footer .footer-top .footer-row-0-vertical-alignment>.row-fluid > .widget-span {
    width: 100%;
  }
}

/*---- blog related-post-blog-detail page -----*/
.blog__related__posts{
  padding: 100px 0px 165px;
  background-size: cover;
  background-image: url(https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/Blog/related-blog-posts-bg.png);
  margin-bottom: -65px;
}
.blog-feed-main .post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-feed-main .slick-track {
  display: flex;
}
.blog-feed-main .post-date_title-wrap {
  padding: 35px 34px 44px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-btn {margin-top: auto;}
.blog-feed-main .post-featured-image {
  min-height: 300px;
  height: 300px;
}
.blog-feed-main .single-post-wrap.slick-slide {
  box-shadow: 10px 17.321px 20px rgba(0,0,1,0.1);
  height: inherit;
  margin: 0px 15px;
  display: flex;
    flex-direction: column;
}
.blog-feed-main .post-published-date {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-feed-main .post-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin: 8px 0px 15px;
}
.blog-feed-main button.slick-arrow {
  background-repeat: no-repeat;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  font-size: 0;
  background-position: center 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 9;
  top:50%;
  background-color: #45af69;
  box-shadow: 10px 10px 25px rgba(126,124,153,0.2);
  border: 1px solid rgb(93 102 106 / 0%);
}
.blog-feed-main button.slick-arrow.slick-disabled {
  background-color: rgba(255,255,255,0);
  border: 1px solid rgb(93 102 106 / 30%);
  box-shadow: none;
  pointer-events: none;
}
.blog-feed-main button.slick-arrow.slick-next {
  right: -60px;
  transform:translateY(-50%);
  background-image: url(https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/About/updated-arrows/White-right.png);
  background-size: 26px;
}
.blog-feed-main button.slick-arrow.slick-prev {
  background-image: url(https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/About/updated-arrows/White-left.png);
  left: -60px;
  background-size: 26px;
}
.blog-feed-main button.slick-next.slick-arrow.slick-disabled {
  background-image: url('https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/About/updated-arrows/Grey-right.png');
  background-size: 26px;
}
.blog-feed-main button.slick-prev.slick-arrow.slick-disabled {
  background-image: url('https://44950663.fs1.hubspotusercontent-na1.net/hubfs/44950663/KanbanLogistics-2024/About/updated-arrows/Grey-left.png');
  background-size: 26px;
}  
.blog-feed-main button.slick-arrow:hover {
  background-color: #35a059;
  box-shadow: 10px 10px 25px rgba(126,124,153,0.2);
}
.blog-feed-main .slick-list.draggable {
  overflow: unset;
  margin: 0px -15px;
}

/*---- responsive -----*/

@media(min-width: 1921px){
  .blog__related__posts {
    padding-bottom: 210px;
    margin-bottom: -110px;
  }
}
@media(max-width: 1600px){
  .blog-feed-main button.slick-prev.slick-arrow {
    left: 0;
  }
  .blog-feed-main button.slick-next.slick-arrow {
    right: 0;
  }
}
@media(max-width: 1199px){
  .blog-feed-main button.slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    background-size: 20px;
  }
  /*---- blog related ----*/
  .blog__related__posts {
    padding: 80px 0 140px;
  }
}
@media(max-width: 991px){
  .blog__related__posts{
    margin-bottom: 0px;
  }
  .blog-feed-main {
    padding: 70px 0px 80px;
  }
  .blog-feed-main button.slick-arrow {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-size: 20px !important;
  }
  .blog-feed-main .post-date_title-wrap {
    padding: 20px;
  }
  .blog-feed-main .post-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .blog-feed-main .post-featured-image {
    min-height: 200px;
    height: 200px;
  }
}
@media(max-width: 767px){
  .blog-feed-main {
    padding: 50px 0px 60px !important;
  }
  .blog-feed-main .single-post-wrap.slick-slide {
    margin: 0px 20px;
  }
  .blog-feed-main .blog-post-wrap {
    padding: 0 0 70px;
  }
  .blog-feed-main button.slick-arrow, 
  .blog-feed-main button.slick-arrow.slick-prev {
    transform: translateX(calc(-50% - 30px));
    top: auto;
    bottom: 0px;
    left: 50%;
  }
  .blog-feed-main button.slick-arrow.slick-next {
    right: auto;
    transform: translateX(calc(-50% + 30px));
  }
}