*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "IBM Plex Sans"; src: url("https://fonts.gstatic.com/s/ibmplexsans/v9/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdA.woff2") format("woff2"); font-style: normal; font-weight: 200; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "IBM Plex Sans"; src: url("https://fonts.gstatic.com/s/ibmplexsans/v9/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdA.woff2") format("woff2"); font-style: normal; font-weight: 500; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "IBM Plex Sans"; src: url("https://fonts.gstatic.com/s/ibmplexsans/v9/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdA.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "IBM Plex Sans"; src: url("https://fonts.gstatic.com/s/ibmplexsans/v9/zYXgKVElMYYaJe8bpLHnCwDKhdHeFQ.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }


@font-face { font-family: "FontAwesome"; 
  src: url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-solid-900.woff) format("woff"), 
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-solid-900.ttf) format("truetype"); 
  font-style: normal; font-weight: 900; 
  font-display: block;
}

@font-face { font-family: "FontAwesomeRegular"; 
  src: url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-regular-400.woff) format("woff"),
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal; font-weight: 400; font-display: block; 
}

@font-face { font-family: "FontAwesomeBrands"; 
  src: url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-brands-400.ttf) format("truetype"); 
  font-style: normal; font-weight: normal; 
  font-display: block; 
}


@font-face { font-family: "FontAwesomeLight"; 
  src: url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-light-300.woff2) format("woff2"), 
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-light-300.woff) format("woff"), 
    url(https://25121038.fs1.hubspotusercontent-eu1.net/hubfs/25121038/raw_assets/public/WebProfit_December2021/fonts/fa-light-300.ttf) format("truetype"); 
  font-style: normal; font-weight: 300; 
  font-display: block; 
}

html {
  font-size: 18px;
}

@media (min-width: 480px) {
  html {
    font-size:18px;
  }
}

@media (min-width: 767px) {
  html {
    font-size:18px;
  }
}

@media (min-width: 979px) {
  html {
    font-size:18px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size:20px;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 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;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

@media(max-width:1299px){
  h1,
  h2{
    font-size:42.66px !important;
  }
}

@media(max-width:978px){
  h1,
  h2{
    font-size:37.92px !important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f5f8fa;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size:16px;
  line-height: 22px;
  padding:0 15px;
  width: 100%;
  outline:none;
  color: #33475b;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.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-msgs label,
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
    line-height: 12px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
      font-family: arial, helvetica, sans-serif;
   margin-bottom: 14px;
}

button, .button{
font-family: arial, helvetica, sans-serif;
}

/* Captcha */

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

}
.header-wrap>.header-wrap-container .search>form.has_input_value .x-search-btn.x-search-btn-clear {
  visibility: visible;
  pointer-events: auto;
}
.header-wrap {
  height: auto;
  border: 0;
  font-size: 14px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  min-width: 1px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.header-wrap > .header-wrap-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 90%;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
  max-width: 1370px;
  margin:auto;
}

header .header-wrap .logo {
	z-index: 1000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.header-wrap > .header-wrap-container .search >form {
  display: flex;
  align-items: center;
}

.header-wrap > .header-wrap-container .search >form .x-search-btn-submit {
  order: 1;
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.9em;
  border: 0;
  font-size: 1em;
  color: rgba(0,0,0,1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
}
.x-search-btn-clear {
  order: 3;
  visibility: hidden;
  pointer-events: none;
}
.header-wrap > .header-wrap-container .search >form .x-search-btn {
  order: 3;
  width: 2em;
  height: 2em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  border: 0;
  color: rgba(255,255,255,1);
  font-size: 0.9em;
  background-color: transparent;
  visibility: visible;
  pointer-events: all;
  display: block;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.header-wrap > .header-wrap-container .search >form .x-search-btn-submit{
  order: 1;
  width: 1em;
  height: 1em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.9em;
  border: 0;
  font-size: 1em;
  color: rgba(0,0,0,1);
}

.header-wrap > .header-wrap-container .search >form .x-search-btn-submit >svg{
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}
.x-search-btn-clear {
  visibility: hidden;
  pointer-events: none;
}

.header-no .header-contact-wrapper {
  opacity: 0;
  visibility: hidden;
}
.header-no .header-right-icons {
  opacity: 0;
  visibility: hidden;
}

.header-wrap > .header-wrap-container .search >form  input{
  order: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  border: none!important;
  border-radius: 0;
  font-size: 1rem;
  padding: 9px 13px;
  display: inline-block;
  flex-grow: 1;
  width: 100%;
  min-width: 1px;
  height: auto !important;
  background-color: transparent !important;
  font-family: "IBM Plex Sans",sans-serif;
  outline:none;
}

.header-wrap > .header-wrap-container .search >form  input::placeholder{
  color: rgba(0,0,0,0.5);
}

.header-wrap > .header-wrap-container .search >form {
  width: 100%;
  max-width: none;
  height: auto;
  border: 0;
  font-size: 1em;
  background-color: rgb(231,231,231);
}

.header-contact-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
  align-self: stretch;
  flex-direction: row;
  align-items: stretch;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
}

.header-contact-wrapper>ul>li>a{
  border: 0;
  font-size: 20px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  padding: 10.5px;
  font-size:20px;
  font-family: "IBM Plex Sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.header-contact-wrapper>ul>li>a>span {
  margin: 5px;
}


.header-contact-wrapper {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  border: 0;
  font-size: 1em;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 1rem;
  margin-right: 0rem;
  margin-left: 0rem;
  margin-bottom: 2rem;
  column-gap: 20px;
}

.logo-img a {
  display: block;
  font-size: 1em;
  width: 100%;
  max-width: 40vw;
  border: 0;
  background-color: transparent;
  z-index:9999;
}

.logo-img a>img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  z-index:9999;
}


/*  navigation*/
.navigation-menu .navigation-menu-wrapper ul{ 
  margin:0;
  padding:0;
  list-style:none;
}
.navigation-menu .navigation-menu-wrapper .navigation-primary>ul{
  justify-content: flex-end;
  align-self: flex-end;
  flex-direction: row;
  align-items: stretch;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
}

.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>ul {
  width: 14em;
  font-size: 16px;
  border: 0;
  box-shadow: 0 0.15em 2em 0 rgb(0 0 0 / 15%);
  transition-duration: 500ms,500ms,0s;
  transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
  position: absolute;
  transform: translate3d(0, 5%, 0);
  transition-property: opacity,transform,visibility;
  z-index: 99;
  visibility: hidden;
  opacity:0;
}

.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>ul>li>a>span{
  display:block;
  line-height:1;
  margin:5px;
  margin-right: 0;
}
.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li{
  position:relative;
}

.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li:hover >ul{
  visibility: visible;
  opacity:1;
  transform: translate3d(0, 0%, 0);

}


.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>ul>li>a{
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  align-items: center;
  font-family: "IBM Plex Sans",sans-serif;
}

.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>a{
  border: 0;
  font-size: 22.2px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  padding:10.5px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  font-family: "IBM Plex Sans",sans-serif;
  font-weight: 500;
}

.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>a>span {
  margin: 7px;
  text-transform: capitalize;
}

.navigation-menu {
  width: calc(100% - (0px * 2));
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  z-index: 200;
  bottom: -27.5px;
  right: 0;
  height: auto;
  border: 0;
  font-size: 14px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.navigation-menu-wrapper {
  justify-content: flex-end;
  align-items: baseline;
  flex-basis: 100%;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
  max-width: 1370px;
}


.navigation-menu::before{
  flex-basis: 2em;
  width: 2em!important;
  height: 2em;
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}

.navigation-menu::after{
  flex-basis: 2em;
  width: 2em!important;
  height: 2em;
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}

.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>.has-submenu >a .drop-arrow>i {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 14px;
  font-family: "FontAwesome" !important;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  color: rgba(255,255,255,0.9);
}
.navigation-menu .navigation-menu-wrapper .navigation-primary > ul > li.has-submenu:hover > a .drop-arrow>i{
  color: rgba(0,0,0,0.5);
}
.navigation-menu .navigation-menu-wrapper .navigation-primary>ul>.has-submenu >a .drop-arrow>i::before{
  content: attr(data-x-icon-s);
  line-height: 1;
  position: relative;
  top: -1px;
}

.visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}
.header-wrap>.header-wrap-container .search>form input{
  color:#000;
}
.header-wrap>.header-wrap-container .search>form .x-search-btn.x-search-btn-clear {
  background-color: rgba(0,0,0,0.25);
  visibility: hidden;
  pointer-events: none;
  border-radius: 0px;
}

.header-wrap>.header-wrap-container .search>form .x-search-btn.x-search-btn-clear svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}

@media(max-width:1199px){
  .header-contact-wrapper>ul>li>a{
    font-size:18px;
  }
  .header-contact-wrapper{
    column-gap: 18px;
  }
  .header-wrapper>  .header-wrap>.header-wrap-container .search>form input{
    padding:8.1px 11.7px;
    font-size:18px;
  }

  .navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>a{
    font-size:19.98px;
  }
  .header-contact-wrapper{
    margin:18px 0 37px;
  }

  header .header-wrap .logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navigation-menu .navigation-menu-wrapper .navigation-primary>ul>.has-submenu>a .drop-arrow>i::before{
    top:0;
  }



}

@media(max-width:978px){
  .header-contact-wrapper>ul>li>a{
    font-size:16px;
  }

  .header-wrapper>  .header-wrap>.header-wrap-container .search>form input{
    padding:7.2px 10.4px;
    font-size:16px;
  }

  .navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>a {
    font-size: 17.76px;
  }
  .header-contact-wrapper {
    margin: 16px 0 32px;
  }

  header .header-wrap .logo {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .navigation-menu::before{
    flex-basis: 1em;
  }
}

@media(max-width:1050px){

}

@media(min-width:767px){
  .mobile-navigation{
    display:none;
  } 

  .header-right-icons {
    display: none;
  }
  header.header-wrapper.header-no .logo.no-navigation-logo {
    padding-top: 2px;
    padding-bottom: 1px;
  }
}
::placeholder {
  color: rgba(0,0,0,0.4)!important;
}
@media(max-width:800px) and (min-width:767px){
  .navigation-menu .navigation-menu-wrapper .navigation-primary>ul>li>a>span {
    margin: 4px;
  }
}
@media(max-width:766.98px){
  .navigation-menu{
    display:none;
  }

  .header-right-icons a>i:hover{
    color:#ff6500;
  }
  .header-right-icons .hemburger-icon>.hemburger-icon-wrapper i:hover{
    color:rgb(0 0 0 / 50%);
  }
  .header-contact {
    display: none;
  }

  .header-right-icons a>i{
    font-size: 1.25em;
    width: 1em;
    border: 0;
    height: 1em;
    line-height: 1em;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    font-weight: 900;
    font-style:normal;
    color: #555759;
    display: block;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }

  .header-right-icons .mail-icon a>i:before {
    content: attr(data-x-icon-s);
  }

  .header-right-icons .call-icon a>i:before {
    content: attr(data-x-icon-s);
  }
  .header-right-icons .hemburger-icon>.hemburger-icon-wrapper i{
    font-size: 1.25em;
    width: 1em;
    border: 0;
    height: 1em;
    line-height: 1em;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    font-weight: 900;
    font-style:normal;
    color: #FF6500;
    display: block;
    position: relative;
    left: 1px;
  }
  .header-right-icons .hemburger-icon>.hemburger-icon-wrapper i:before {
    content: attr(data-x-icon-s);
  }


  .header-right-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    border: 0;
    font-size: 1em;
    z-index: 1;
  }

  .header-right-icons > .mail-icon ,.header-right-icons .call-icon,.header-right-icons .hemburger-icon{
    width: 2.75em;
    height: 2.75em;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    align-items: center;
  }

  .header-right-icons .hemburger-icon{
    width:42px;
    height:42px;
  }

  .header-wrap::before {
    flex-basis: 38px;
    width: 2rem!important;
    height: 2rem;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }

  .header-wrap::after {
    flex-basis: 38px;
    width: 2rem!important;
    height: 2rem;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }


  /*   mobile navigation */
  .mobile-navigation{
    max-width: 384px;
    padding:32px;
    border: 0;
    background-color: #ffffff;

    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
    transition-property: transform;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    right:0;
    transform: translate3d(100%, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mobile-navigation.menu-open{
    transform: translate3d(0%, 0, 0);
    box-shadow: 0em 0em 2em 0em rgb(0 0 0 / 25%);
  }

  .mobile-navigation  ul{
    margin:0;
    padding:0;
    list-style:none;
  }

  .mobile-navigation  .navigation-primary>ul>li>a{
    overflow: hidden;
    display: flex;
    font-size:16px;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    flex-direction: row;
    align-items: center;
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    font-family: "IBM Plex Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    justify-content: center;
    color: rgba(0,0,0,1);
  }

  .mobile-navigation  .navigation-primary>ul>li>a>span{
    margin: 5px auto 5px 5px
  }
  .mobile-navigation  .navigation-primary>ul>li>ul{
    display:none;
    background-color:#fff;
  }
  .mobile-navigation .navigation-primary>ul>li>ul>li>a {
    color: rgba(0,0,0,1);
  }
  .mobile-navigation  .navigation-primary>ul>.has-submenu>a .drop-arrow>i{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 16px;
    font-family: "FontAwesome" !important;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    color:#000;
  }

  .mobile-navigation .navigation-primary>ul>li>ul>li>a:hover{
    color:rgba(0,0,0,0.5);
  }

  .mobile-navigation  .navigation-primary>ul>.has-submenu>a:hover, 
  .mobile-navigation  .navigation-primary>ul>li>a:hover,
  .mobile-navigation  .navigation-primary>ul>.has-submenu>a:focus,
  .mobile-navigation  .navigation-primary>ul>li>a:focus
  {
    color:#ff6500;
  } 

  .mobile-navigation .navigation-primary>ul>.has-submenu>a .drop-arrow>i:hover ,
  .mobile-navigation .navigation-primary>ul>.has-submenu>a .drop-arrow>i:focus {
    color: rgba(0,0,0,0.5);
  }

  .mobile-navigation .navigation-primary>ul>.has-submenu>a .drop-arrow>i::before {
    content: attr(data-x-icon-s);
    line-height: 1;
  }


  button.x-off-canvas-close {
    width: calc(1em * 2);
    height: calc(1em * 2);
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    transition-duration: 0.3s,500ms,500ms;
    transition-timing-function: ease-in-out,cubic-bezier(0.400,0.000,0.200,1.000),cubic-bezier(0.400,0.000,0.200,1.000);
    opacity: 1;
    transform: scale(1);
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    z-index: 3;
    right: 0;
  }
  button.x-off-canvas-close:hover,button.x-off-canvas-close:focus{
    background-color: transparent;
    color: rgba(0,0,0,0.5);
  }
  .mobile-navigation .navigation-primary>ul>.has-submenu.open>a .drop-arrow>i {
    color: rgba(0,0,0,0.5);
  }
  button.x-off-canvas-close svg{
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    font-size: 1em;
    fill: currentColor;
  }
  
  .overlay{
    background-color: rgba(0,0,0,0.75);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transform: translate3d(100%, 0, 0);
    transition-property: opacity;

  }

  .overlay.overlay-open{
    opacity:1;
    transform: translate3d(0%, 0, 0);
  }

  .mobile-navigation  .navigation-primary>ul>li>ul>li>a{
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    font-family: "IBM Plex Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size:16px;
    display: block;
  }
  .mobile-navigation  .navigation-primary>ul>li>ul>li>a>span{
    margin: 5px 5px 5px 5px;
    display:block;
  }
}


@media(max-width:765px){
  .header-wrap::after {
    flex-basis: 32px;
  }

  .header-wrap::before {
    flex-basis: 32px;
  }
}

@media(max-width:376px){
  .header-right-icons a>i{
    font-size:19px;
  }

  .header-right-icons .hemburger-icon>.hemburger-icon-wrapper i{
    font-size:19px;
  }
  .header-right-icons>.mail-icon, .header-right-icons .call-icon, .header-right-icons .hemburger-icon {
    width: 41.25px;
    height: 41.25px;
  }
  .header-right-icons .hemburger-icon {
    width: 45px;
    height: 45px;
  }
}

@media(max-width:320px){

}
/* header */
/* footer top */

.footer-top {
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
  height: auto;
  border: 0;
  font-size: 1rem;
  z-index: 7000;
}




.footer-top  .footer-top-wrapper {
  flex-direction: row;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 90%;
  height: auto;
  max-width: 1370px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  width:90%;
  column-gap: 30px;
}
footer .footer-top  #hs_cos_wrapper_Social_Title_{
  font-size: 1em;
}
footer .footer-top  .footer-social-heading #hs_cos_wrapper_Social_Title_ > span{
  font-size: 2em;
}
footer .footer-top  .footer-social-heading #hs_cos_wrapper_Social_Title_ > span  {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  font-family:"IBM Plex Sans",sans-serif;
}
footer .footer-top  .footer-social-heading #hs_cos_wrapper_Social_Title_ > span > strong{
  font-weight:bold;
}


/* footer  middle*/

.footer-middle-Contact, .footer-middle-menu-content, .footer-middle-wrapper, .footer-middle-anchor-content{
  padding-top: 1rem;
  padding-right: 0rem;
  padding-bottom: 20px;
  padding-left: 0rem;
  z-index: 1;
  border: 0;
  font-size: 1em;
  flex-grow: 1;
  display: block;
  position: relative;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  flex-shrink: 1;
  margin: 0;
}

.footer-middle-Contact{
  flex-basis: calc(25% - 0px);
}

.footer-middle-menu-content{
  flex-basis: calc(25.22% - 0px);
}

.footer-middle-wrapper{
  flex-basis: calc(24.78% - 0px);
}

.footer-middle-anchor-content{
  flex-basis: calc(25% - 0px);
}


footer .footer-middle-menu-contact-content p{
  margin:0;
  font-family:"IBM Plex Sans",sans-serif;
}
footer .footer-middle-menu-contact-content p>span{
  font-size:20px;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  font-family:"IBM Plex Sans",sans-serif;
}

.footer-social-items>a{
  background-color:#fff;
}

footer .footer-middle-menu-contact-content p>span>a{

  font-size:20px;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  font-family:"IBM Plex Sans",sans-serif;
}

footer .footer-middle {
  height: auto;
  border: 0;
  font-size: 1rem;
  position: relative;
  z-index: 7000;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

footer .footer-middle >.footer-middle-wrapper {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 90%;
  height: auto;
  max-width: 1370px;
  margin: 0 auto;
  justify-content: space-between;
}


.footer-middle-wrapper  span>strong {
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: 0em;
  display:block;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  font-family:"IBM Plex Sans",sans-serif;
  font-weight:700;
}


footer .footer-middle-wrapper ul {
  display: block;
}

footer .footer-middle-wrapper ul>li>a{
  font-weight: 200;
  font-size: 20px;
  font-family: "IBM Plex Sans",sans-serif;
  line-height: normal;
  display: block;

}


.footer-middle-anchor-content-wrapper a {
  border-top-left-radius: 1.2em;
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
  display: block;
  border: 0;
  font-size: 1em;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
}


.footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text {
  padding-top: 2rem;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text .footer-middle-anchor-content-text-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}


.footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text> .footer-middle-anchor-content-text-wrapper p{
  font-size: 1.32em;
  font-weight: 500;
  text-align: center;
  color: #FF6500;
  position: relative;
  display: block;
  z-index: 3;
  font-family: "IBM Plex Sans",sans-serif;
  font-style: normal;
  line-height: 1;
  margin: 0;
}

.footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text> .footer-middle-anchor-content-text-wrapper span{
  margin-top: 0.35em;
  font-family: inherit;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  display:block;
  font-family: "IBM Plex Sans",sans-serif;
}

.footer-middle-anchor-image {
  font-size: 1em;
  max-width: 120px;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 0;
}

.footer-middle-anchor-image img{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  opacity: 1;
  transition: opacity 300ms;
  transition-delay: 0ms;
}
/* footer  middle*/

footer .footer-bottom {
  height: auto;
  border: 0;
  font-size: 1rem;
  z-index: 7000;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: row;
}

footer .footer-bottom .footer-bottom-wrapper {
  justify-content: space-between;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 90%;
  height: auto;
  max-width: 1370px;
  margin: auto;
  padding: 20px 0 40px;
}



.footer-bottom-content .hs_cos_wrapper_type_rich_text {
  font-size: 1em;
}

.footer-bottom-wrapper .footer-bottom-content .hs_cos_wrapper_type_rich_text > span{
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  font-size:2em;
  display:block;
  font-family: "IBM Plex Sans",sans-serif;
}

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

.footer-bottom-menu .footer-bottom-menu-wrapper .hs-menu-wrapper>ul{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-shrink: 0;
  justify-content: space-around;
  align-self: stretch;
  flex-grow: 0;
  flex-basis: auto;
}

.footer-bottom-menu .footer-bottom-menu-wrapper ul>li>a{
  font-size:15.8px;
  font-weight: 200;
  font-family: "IBM Plex Sans",sans-serif;
  padding:10px 15px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin-right: 5px;
  display: block;
}

.footer-bottom-menu .footer-bottom-menu-wrapper ul>li:nth-of-type(3)>a{
  position: relative;
}


.footer-bottom-menu {
  flex-direction: row;
  align-items: stretch;
  flex-shrink: 0;
  font-size: 1em;
  justify-content: space-around;
  flex-grow: 0;
  flex-basis: auto;
}

.footer-middle-anchor-content {
}

.footer-middle-anchor-content .hs-rss-item {
  margin: 0;
  padding-top: 2rem;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background: #fff;
  border-top-left-radius: 1.2em;
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
  border: 0;
  font-size: 1em;
}

.footer-middle-anchor-content .hs-rss-item a span {
  font-size: 1.32em;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #FF6500;
  font-family: "IBM Plex Sans",sans-serif;
  transition: color cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.footer-middle-anchor-content .hs-rss-item:hover a span {
  color: rgba(0,0,0,0.5);
}
.footer-middle-anchor-content .hs-rss-description p {
  color: transparent !important;
  margin: 0;
  margin-top: 0.35em;
  font-family: inherit;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}

.footer-middle-anchor-content .hs-rss-description p a {
  color: rgba(0,0,0,1);
}
.footer-middle-anchor-content .hs-rss-item:hover .hs-rss-description p a{
  color: rgba(0,0,0,0.5);
}

.footer-middle-anchor-content h3 {
  margin: 0;
}

.footer-middle-anchor-content .hs-rss-item .hs-rss-item-text {
  margin: 5px;
}


@media(max-width:1199px){


  .footer-bottom-menu .footer-bottom-menu-wrapper ul>li>a{
    font-size:14.22px;
  }

  footer .footer-bottom .footer-bottom-wrapper{
    padding: 1rem 0 2rem;
  }
  .footer-bottom-menu .footer-bottom-menu-wrapper ul>li>a{
    padding: 9px 12px;
    font-size: 0.79em;
  }

  .footer-middle-Contact{
    flex-basis: calc(50% - 0px);
  }

  .footer-middle-menu-content{
    flex-basis: calc(50% - 0px);
  }

  .footer-middle-wrapper{
    flex-basis: calc(50% - 0px);
  }
  .footer-middle-anchor-content{
    flex-basis: calc(50% - 0px);
  }

  footer .footer-middle-wrapper ul>li>a{
    font-size:1em;
  }

  .footer-middle-wrapper span>strong{
    font-size:1em;
  }

  .footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text {
    padding-top: 2rem;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }
  .footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text>.footer-middle-anchor-content-text-wrapper p{
    font-size:1.32em;
  }

  .footer .footer-middle .footer-middle-wrapper{
    padding-bottom:1rem ;
  }


  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;

  }

  .footer-top::before {
    flex-basis: 2rem;
    width: 2rem!important;
    height: 2rem;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }

  .footer-top::after {
    flex-basis: 2rem;
    width: 2rem!important;
    height: 2rem;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }


  footer .footer-middle::after {
    flex-basis: 2rem;
    width: 2rem!important;
    height: 2rem;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
  footer .footer-middle::before {
    flex-basis: 2rem;
    width: 2rem!important;
    height: 2rem;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
}


@media(max-width:767px){
  .footer-bottom-wrapper{
    flex-wrap:wrap;
    flex-direction: column !important;
  }

  .footer-bottom-content{
    width:100%;
  }



  .footer-bottom-wrapper .footer-bottom-content span{
    display:block;
    text-align:center;
  }



  .footer-bottom-menu .footer-bottom-menu-wrapper ul>li>a{
    font-size: 0.79em;
    padding:8px 12px;
  }

  .footer-bottom-menu .footer-bottom-menu-wrapper .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text>.footer-middle-anchor-content-text-wrapper p {
    font-size: 21.12px;
  }
  .footer-top {
    padding: 16px 0 24px 0;
  }
  .footer-top .footer-top-wrapper{
    margin-top:16px;
  }

  .footer-top .footer-top-wrapper{
    flex-direction:column;
  }

  footer .footer-top .footer-social-heading span, 
  footer .footer-top .footer-social-heading span>strong{
    font-size:32px;
  }

  .footer-social .footer-social-wrapper .footer-social-icon .footer-social-icon-instagram{
    font-size: 22px;
  }

  .footer-social .footer-social-items {
    margin: 8px;
    margin-right: 2px;
    margin-top: 6px;
  }

  .footer-social  .footer-social-items>a{
    width: 44px;
    height: 44px;
    margin-right: 6px;
  }
  .footer-social .footer-social-wrapper .footer-social-icon .footer-social-icon-call, .footer-social .footer-social-wrapper .footer-social-icon .footer-social-icon-envelope{
    font-size:20px;
  }
  .footer-social .footer-social-wrapper .footer-social-icon .footer-social-icon-instagram{
    font-size:22px !important;
  }

  .footer-social .footer-social-wrapper .footer-social-icon>i {
    font-size: 20px !important;
  }

  .footer-middle-wrapper span>strong {
    font-size: 16px;
  }

  footer .footer-middle-wrapper ul>li>a {
    font-size: 16px;
    line-height:1.3;
  }

  footer .footer-middle-menu-contact-content p{
    font-size: 16px;
  }

  .footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text>.footer-middle-anchor-content-text-wrapper span{
    font-size:12px;
  }

  .footer-middle-Contact, .footer-middle-menu-content, .footer-middle-wrapper, .footer-middle-anchor-content{
    padding-top: 16px;
    padding-right: 0rem;
    padding-bottom: 16px;
  }

  .footer-middle-anchor-content-wrapper a .footer-middle-anchor-content-text {
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    border-radius: 75px !important;
  }
  .footer-middle-anchor-content-wrapper a{
    border-radius: 20px;
  }

  .footer-social .footer-social-items>a:nth-of-type(1), 
  .footer-social .footer-social-items>a:nth-of-type(2),  
  .footer-social .footer-social-items>a:nth-of-type(3){
    margin-right: 6.5px;

  }
  footer .footer-bottom .footer-bottom-wrapper {
    flex-direction: column!important;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer-bottom-menu .footer-bottom-menu-wrapper .hs-menu-wrapper>ul {
    flex-direction: column!important;
  }

  .footer-bottom-content {
    width: 100%;
    text-align: center;
  }

}

footer.footer {
  overflow-x: hidden;
}

@media(max-width:766px){
  footer .footer-middle-wrapper{
    flex-basis: calc(100% - 0px) !important;
  }

  .footer-middle-Contact{
    flex-basis: calc(100% - 0px) !important;
  }

  .footer-middle-menu-content{
    flex-basis: calc(100% - 0px) !important;
  }
}
@media(max-width:480px){
  .footer-bottom-content {
    width: 90%;
  }
  .footer-bottom-menu .footer-bottom-menu-wrapper ul>li>a {
    padding-left: 0;
  }
  .footer-bottom-wrapper .footer-bottom-content span {
    text-align: left;
  }
}

@media(max-width:343px){


  footer .footer-middle::after{
    flex-basis:32px;
  }

  footer .footer-middle::before{
    flex-basis:32px;
  }
}
/* 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;
  }
}