/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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

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

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

@font-face { 
  font-family: "Mukta"; 
  src: url(https://24879413.fs1.hubspotusercontent-eu1.net/hubfs/24879413/raw_assets/public/HelpStudioTheme/fonts/bfc4fd6939bd45cb21c9a4976f0c4b0e.woff2) format("woff2"); font-style: normal; font-weight: 400; font-display: swap; 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: "myriadpro-regular"; 
  src: url() format("woff2"),
    url(https://24879413.fs1.hubspotusercontent-eu1.net/hubfs/24879413/raw_assets/public/HelpStudioTheme/fonts/1645MyriadPro-regular.woff) format("woff"); 
  font-display: auto; 
}


body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1b2642;
  font-family: 'myriadpro-regular';
}

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

/* Paragraphs */

p {
  color: #1b2642;
}

/* 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 {
  color:#587593;
}


h1{
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1.26;
}


h2 {
  font-weight: 300;
  font-size: 2.625em;
  line-height: 1.143;
  margin-top: 20px;
}

h3 {
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1.25;
  margin-top: 15px;
}

h4 {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 10px;
}

h5 {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.55;
  margin-top: 10px;
}

h6 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 5px;
}







/* 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;
}
button,
.button,
form input[type=submit], form .hs-button {
  cursor: pointer;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin-top: 20px;
  display: inline-block;
}

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: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    display: inline-block;
    max-width: 500px;
    min-height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    outline: none;
}
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-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit], form .hs-button {
      display: inline-block;
    cursor: pointer;
    background: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
  margin-top: 20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form label {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #33475b;
    font-weight: 500;
    line-height: 20px;
}
/* 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;
}

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

.hdr-wrpper .hdr-wrp {
  background-color: rgb(27, 38, 66);
}

.hdr-wrpper .hdr-wrp .btm-wrp {
  animation-duration: 0.5s;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-image: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  transition-duration: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1b2642;
}

.hdr-wrpper  .hdr-wrp .tp-hdr-pd {
  background-image: none;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right:24px;
}

.hdr-wrpper .hdr-wrp .hdr-flx {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hdr-wrpper .hdr-wrp .inner-flx {
  flex: 1 1 0;
  -ms-flex: 1 1 0%;
  max-width: 100%;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  -webkit-transition-property: background, padding, margin, border, opacity, color, fill, font, border-radius, max-height, max-width, -webkit-transform, -webkit-box-shadow, -webkit-filter;
  transition-property: background, padding, margin, border, opacity, color, fill, font, border-radius, max-height, max-width, -webkit-transform, -webkit-box-shadow, -webkit-filter;
  transition-property: background, padding, margin, border, transform, box-shadow, opacity, color, fill, font, border-radius, max-height, max-width, filter;
  transition-property: background, padding, margin, border, transform, box-shadow, opacity, color, fill, font, border-radius, max-height, max-width, filter, -webkit-transform, -webkit-box-shadow, -webkit-filter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  min-height: 30px;
}

.hdr-wrpper .hdr-wrp .hdr-social-share {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp .main-wrpper {
  width: 100%;
}

.hdr-wrpper .hdr-wrp ul.social-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  line-height: initial;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.hdr-wrpper .hdr-wrp ul.social-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.hdr-wrpper .hdr-wrp ul.social-list li a {
  display: block;
  max-width: 100%;
}


.hdr-wrpper .hdr-wrp .main-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.hdr-wrpper .hdr-wrp .social-icon {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp .inner-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp span.h-svg-icon {
  fill: rgb(152, 167, 201);
  padding-left: 20px;
  border-top-width: 2px;
  border-top-color: rgb(27, 38, 66);
  border-top-style: none;
  border-right-width: 2px;
  border-right-color: rgb(27, 38, 66);
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: rgb(27, 38, 66);
  border-bottom-style: none;
  border-left-width: 2px;
  border-left-color: rgb(27, 38, 66);
  border-left-style: none;
}
.hdr-wrpper .hdr-wrp  svg {
  max-height: 100%;
}
.hdr-wrpper .hdr-wrp span.h-svg-icon svg {
  max-height: 100%;
  width: 27px;
  height: 27px;
}

.hdr-wrpper .hdr-wrp span.list-text {
  margin-left: 10px;
  color: rgb(152, 167, 201);
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: left;
  overflow: hidden;
}


.hdr-wrpper .hdr-wrp .list-container-divider {
  width: 1px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp .list-container-divider {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.hdr-wrpper .hdr-wrp .list-divider {
  color: rgb(152, 167, 201);
  width: 100%;
  height: 100%;
  border-top-width: 0px;
  border-top-style: solid;
  border-right-width: 0px;
  border-right-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: rgb(152, 167, 201);
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(152, 167, 201);
  border-left-style: solid;
  margin-left: 0px;
}

.hdr-wrpper .hdr-wrp ul.social-list li:last-child .list-container-divider {
  display: none;
}

.hdr-wrpper .hdr-wrp .hdr-btm-flx {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}


.hdr-wrpper .hdr-wrp .logo-wrp {
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  flex: 1 1 0;
  -ms-flex: 1 1 0%;
  max-width: 100%;
}

.hdr-wrpper .hdr-wrp .cm-logo img {
  max-height: 106px;
  margin-bottom: 2px;
}

.hdr-wrpper .hdr-wrp span.logo-text {
  color: #FFFFFF;
  margin-bottom: -1px;
  margin-left: 0px;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
}

.hdr-wrpper .hdr-wrp .cm-logo {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp .cm-logo a {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.hdr-wrpper .hdr-wrp .search {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp .inner-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp .align-wrp {
  text-align: center;
  height: auto;
  min-height: unset;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  align-items: center;
}

.hdr-wrpper .hdr-wrp .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdr-wrpper .hdr-wrp input.colibri_search_input.search-field {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: auto;
  height: 40px;
  min-width: 100px;
  border-top-width: 2px;
  border-top-color: rgb(139, 184, 232);
  border-top-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-right-color: rgb(139, 184, 232);
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(139, 184, 232);
  border-bottom-style: solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-left-width: 2px;
  border-left-color: rgb(139, 184, 232);
  border-left-style: solid;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-style: italic;
  font-size: 16px;
  color: rgb(153, 153, 153);
  outline:none;
  transition-duration: 0.5s;
}

.hdr-wrpper .hdr-wrp .colibri_search_input::placeholder {
  font-size: inherit;
  text-transform: inherit;
  font-family: Arial;
  text-decoration: none;
  letter-spacing: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.hdr-wrpper .hdr-wrp button.colibri_search_button.search-submit {
  transition-duration: 0.5s;
  min-height: 40px;
  border: none;
  float: right;
  cursor: pointer;
  width: 50px;
  color: #ffffff;
  background-color: rgb(139, 184, 232);
  background-image: none;
  border-top-width: 2px;
  border-top-color: rgb(139, 184, 232);
  border-top-style: solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-right-width: 2px;
  border-right-color: rgb(139, 184, 232);
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(139, 184, 232);
  border-bottom-style: solid;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  border-left-color: rgb(139, 184, 232);
  border-left-style: solid;
}

.hdr-wrpper .hdr-wrp button.colibri_search_button.search-submit svg {
  width: 16px;
  fill: rgb(27, 38, 66);
}

.hdr-wrpper .hdr-wrp button.colibri_search_button.search-submit:hover {
  background-color: rgb(124, 135, 142);
  border-top-color: rgb(124, 135, 142);
  border-right-color: rgb(124, 135, 142);
  border-bottom-color: rgb(124, 135, 142);
  border-left-color: rgb(124, 135, 142);
}


.hdr-wrpper .hdr-wrp input.colibri_search_input.search-field:focus {
  border-top-color: rgb(124, 135, 142);
  border-right-color: rgb(124, 135, 142);
  border-bottom-color: rgb(124, 135, 142);
  border-left-color: rgb(124, 135, 142);
  color: rgb(124, 135, 142);
}

.hdr-wrpper .hdr-wrp .list-text:hover {
  color: rgb(120, 190, 32);
  text-decoration: underline;
}

.hdr-wrpper .hdr-wrp span.h-svg-icon:hover {
  fill: rgb(120, 190, 32);
  background-color: rgba(3, 169, 244, 0);
  background-image: none;
}

.hdr-wrpper .mobile-trigger a {
  display: inline-block;
  transition-duration: 0.5s;
  font-weight: 400;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(124, 135, 142);
}

.hdr-wrpper .mobile-trigger a .h-hamburger-icon {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  border-top-width: 2px;
  border-top-color: rgb(120, 190, 32);
  border-top-style: solid;
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
  border-right-width: 2px;
  border-right-color: rgb(120, 190, 32);
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(120, 190, 32);
  border-bottom-style: solid;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  border-left-width: 2px;
  border-left-color: rgb(120, 190, 32);
  border-left-style: solid;
  fill: rgb(124, 135, 142);
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 25px;
  height: 25px;
}

.hdr-wrpper .navigation-wrp {
  text-align: right;
  height: auto;
  min-height: unset;
  transition-duration: 0.5s;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  -ms-flex: 1 1 0%;
  max-width: 100%;
}

.hdr-wrpper .nav-flx {
  display: none;
}


.hdr-wrpper .nav-flx .hs-menu-wrapper > ul{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  text-align: left;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper > ul > li {
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 0px;
  margin-left: 1px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: rgb(32, 45, 76);
  background-image: none;
  position: relative;
  display: block;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper > ul > li> a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: rgb(139, 184, 232);
  font-family: 'myriadpro-regular' !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: rgb(139, 184, 232);
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul {
  background-color: #ffffff;
  background-image: none;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-top-width: 0px;
  border-top-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left-width: 0px;
  border-left-style: none;
  margin-top: 0px;
  left: 0;
  top: -10000000000000px;
  opacity: 0;
  position: absolute;
  min-width: 200px;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul li:hover > ul {
  opacity: 1;
  height: auto;
  overflow: visible; 
  top: 100% !important;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper>ul>li>a svg {
  padding-right: 5px;
  padding-left: 5px;
  color: rgb(124, 135, 142);
  display: inline;
  width: 8px;
  height: 13px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: middle;
  line-height: 100%;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-top-width: 0px;
  border-top-style: none;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(221, 221, 221, 0.5);
  border-left-width: 0px;
  border-left-style: none;
  background-color: #FFFFFF;
  background-image: none;
  display: block;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li a {
  font-size: 14px;
  color: rgb(124, 135, 142);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition-duration: 0.5s;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li:hover{
  background-color: rgb(198, 216, 227);
}
.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li:hover a {
  color: rgb(27, 38, 66);
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li a svg {
  color: rgb(124, 135, 142);
  padding-right: 0px;
  padding-left: 0px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  width: 8px;
  height: 13px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: middle;
  line-height: 100%;
  max-height: 100%;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul ul {
  min-width: 150px;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul ul {
  left: 100%;
  position: absolute;
  min-width: 200px;
  top: -10000000000000px;
  opacity: 0;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul li:hover>ul {
  height: auto;
  opacity: 1;
  overflow: visible;
  top: 0%!important;
}

.hdr-wrpper .nav-flx .hs-menu-wrapper>ul>li:hover:after {
  opacity: 1;
  width: 100%;
  left: 0 !important;
  right: auto !important;
}


.hdr-wrpper .nav-flx .hs-menu-wrapper>ul>li:after {
  background-color: rgb(124, 135, 142);
  background-image: none;
  height: 3px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0.5em;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  width: 100%;
  opacity: 0;
  width: 0;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50% !important;
  right: auto !important;
}

.hdr-wrpper .hdr-wrp .align-wrp > form {
  width: 244px;
}


.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul ul li a {
  font-size: 13px;
}

.hdr-wrpper .mobile-wrp {
  background-color: #222B34;
  background-image: none;
  width: 300px !important;
  transition-duration: 0.5s;
  z-index: 20001;
  padding: initial;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
}

.hdr-wrpper .inner-mob-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  transition-duration: 0.5s;
}

.hdr-wrpper .mob-logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}

.hdr-wrpper .inner-logo-wrp {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.hdr-wrpper .mobile-wrp {
  display: none;
}

.hdr-wrpper.newClass .btm-wrp {
  left: 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  background-color: rgb(27, 38, 66);
}

.hdr-wrpper.newClass .btm-wrp img {
  max-height: 75px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-width: 0px;
  border-left-style: none;
  margin-bottom: 7px;
  width: 220px!important;
  height: 75px;
}

.hdr-wrpper.newClass .btm-wrp span.logo-text {
  border-top-width: 0px;
  border-top-style: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-width: 0px;
  border-left-style: none;
  line-height: 1.3;
  color: rgb(245, 250, 253);
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 14px;
} 
.hdr-wrpper .nav-flx .hs-menu-wrapper ul ul {
  z-index: 10;
}
@media (max-width: 1900px) {
  .hdr-wrpper .nav-flx .hs-menu-wrapper>ul>li:nth-last-child(2) > ul {
    right: 0;
    left: auto;
  }
  .hdr-wrpper .nav-flx .hs-menu-wrapper>ul ul ul {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 1500px) {
  .hdr-wrpper .nav-flx .hs-menu-wrapper>ul>li > ul {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .hdr-wrpper {
    min-height: 237.5px;
  }

  .hdr-wrpper .mob-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow-y: auto;
  }

  .hdr-wrpper .hdr-wrp .main-flx {
    margin: 0px;
    justify-content: space-between;
  }

  .hdr-wrpper .navigation-wrp {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .hdr-wrpper  .mobile-trigger a .h-hamburger-icon {
    height: 39px;
    padding: 5px;
    width: 39px;
  }
  .hdr-wrpper  .mobile-trigger a .h-hamburger-icon:hover {
    background-color: #FFFFFF;
  }

  .hdr-wrpper .outer-pd {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hdr-wrpper .inner-pd a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: auto;
    min-height: unset;
  }

  .hdr-wrpper .inner-pd a img {
    max-height: 70px;
    min-height: 1px;
    display: inline-block;
    width: 110px !important;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
  }

  .hdr-wrpper .mob-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper > ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-top-width: 0px;
    border-top-color: #808080;
    border-top-style: solid;
    border-right-width: 0px;
    border-right-color: #808080;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-color: #808080;
    border-left-style: solid;
    font-size: 14px;
    color: white;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper  ul ul {
    display: none;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper > ul > li > a svg {
    display: none;
  }

  .hdr-wrpper .arrow-wrapper.arrow-down {
    padding-right: 20px;
    padding-left: 20px;
    color: black;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 40px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    transition-duration: 0.5s;
    display: none;
  }


  .hdr-wrpper .arrow-wrapper > svg {
    left: 50%;
    top: 50%;
    width: 16px;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: content-box;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: middle;
    line-height: 100%;
    display: block!important;
  }

  .hdr-wrpper .arrow-wrapper.arrow-right {
    padding-right: 20px;
    padding-left: 20px;
    color: black;
  }

  .hdr-wrpper .arrow-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 40px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .childOpen .arrow-wrapper.arrow-down{
    display:block;
  }

  .childOpen .arrow-wrapper.arrow-right {
    display: none;
  }

  .hdr-wrpper  .inner-mob-flx .hs-menu-wrapper ul ul {
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li {
    display: block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-top-width: 0px;
    border-top-color: #808080;
    border-top-style: solid;
    border-right-width: 0px;
    border-right-color: #808080;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-color: #808080;
    border-left-style: solid;
    font-size: 14px;
    color: white;
    padding-left: 3.75rem !important;
  }
  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li a svg {
    display: none;
  }
  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li a svg {
    display: none;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul ul {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-top-width: 0px;
    border-top-color: #808080;
    border-top-style: solid;
    border-right-width: 0px;
    border-right-color: #808080;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-color: #808080;
    border-left-style: solid;
    font-size: 14px;
    color: white;
    padding-left: 5rem !important;
  }

  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li a .arrow-wrapper.arrow-right {
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 40px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .open-wrp .inner-mob-flx .hs-menu-wrapper ul ul li a .arrow-wrapper.arrow-down {
    color: white;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hdr-wrpper .mobile-wrp {
    display:block;
    background-color: #222b34;
    background-image: none;
    padding: initial;
    position: fixed;
    right: -100%;
    top: 0;
    width: 300px!important;
    z-index: 20001;
    transition: 0.5s all ease;
  }
  body.open-main-menu .mobile-wrp {
    right: 0;
  }
  .hdr-wrpper .overlay {
    background-color: rgba(0,0,0,0.5);
    background-image: none;
    z-index: 20000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    transition: 0.5s all ease;
  }

  body.open-main-menu .overlay {
    display: block;
  }
  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li  .childOpen-2 .arrow-wrapper.arrow-right{
    display:none;
  }
  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li .childOpen-2 .arrow-down{
    display:block;
  }
  .hdr-wrpper .inner-mob-flx .hs-menu-wrapper ul ul li a .arrow-down{
    color: white;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hdr-wrpper .mobile-wrp {
    overflow-y: auto;
    height: 100vh;
  } 
  .hdr-wrpper .hdr-wrp .search {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hdr-wrpper   .hdr-wrp .logo-wrp {
    -webkit-box-flex: 1;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .hdr-wrpper .navigation-wrp {
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  } 
}                       

@media(min-width: 1024px) and (max-width: 1623px){
  .hdr-wrpper {
    min-height: 200px!important;
  }
}

@media(min-width: 961px) and (max-width: 1023px){
  .hdr-wrpper {
    min-height: 159px;
  }
}

@media(min-width: 769px) and (max-width: 960px){
  .hdr-wrpper {
    min-height: 282.58px;
  }
}

@media(min-width: 769px) and (max-width: 800px){
  .hdr-wrpper {
    min-height: 313.58px;
  }
}
@media (max-width: 768px){
  .hdr-wrpper.lp-hdr {
    min-height: 118px!important;
  }
}
@media (max-width: 578px){
  .hdr-wrpper.lp-hdr{
    min-height:75px!important;
  }

}
@media (min-width: 769px){
  .lp-hdr .top-hdr {
    height: 41px!important;
  }
  .hdr-wrpper.lp-hdr{
    min-height:159px!important;
  }
}

.hdr-wrpper .hdr-wrp button.colibri_search_button.search-submit {
  margin-top: 0px;
}


@media (max-width: 960px) {
  .hdr-wrpper .hdr-wrp .main-flx {
    display: block;
    text-align: center;
  }

  .hdr-wrpper .hdr-wrp .logo-wrp, .navigation-wrp {
    display: block;
  }

  .hdr-wrpper .hdr-wrp .cm-logo {
    justify-content: center!important;
  }

  .hdr-wrpper .hdr-wrp .hdr-social-share {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }

  .hdr-wrpper .hdr-wrp .align-wrp {
    justify-content: center;
  }

  .hdr-wrpper .navigation-wrp {
    text-align: center;
    margin: 20px 0;
  }


  .hdr-wrpper .hdr-wrp ul.social-list {
    display: block;
    width: 100%;
  }

  .hdr-wrpper .hdr-wrp .inner-flx {
    text-align: center;
  }

  .hdr-wrpper .hdr-wrp ul.social-list li {
    display: inline-block;
  }
}


@media (max-width: 768px) {

  .hdr-wrpper .hdr-wrp .tp-hdr-pd{
    display:none;
  }
  .hdr-wrpper .hdr-wrp span.logo-text{
    font-size:17px
  }
  .hdr-wrpper .inner-pd a img {
    width: 210px !important;
  }
}

@media (max-width: 578px) {
  .hdr-wrpper  .hdr-wrp .cm-logo img {
    margin-bottom: 2px;
    max-height: 63px;
  }
  .hdr-wrpper .hdr-wrp span.logo-text {
    font-size: 14px;
  }
  .hdr-wrpper {
    min-height: 194.58px!important;
  }
  .hdr-wrpper .hdr-wrp .btm-wrp {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .hdr-wrpper.newClass .btm-wrp img {
    height: auto;
    max-height: none;
  }

  .hdr-wrpper .hdr-wrp .cm-logo img {
    width: 189px !important;
  }

  .hdr-wrpper.newClass .btm-wrp span.logo-text {
    margin: 0;
    line-height: 1.5;
  }

}

@media (min-width: 1024px) {
  .hdr-wrpper {
    min-height: 159px;
  }

  .hdr-wrpper .hdr-wrp  ul.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hdr-wrpper .hdr-wrp .main-flx {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hdr-wrpper .mobile-trigger a {
    display: none;
  }
  .hdr-wrpper .nav-flx {
    display: block; 
    width: 100%;
  }
}

@media (min-width: 768px) {
  .hdr-wrpper .hdr-wrp  .hdr-flx {
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hdr-wrpper  .hdr-wrp .inner-flx {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hdr-wrpper .mobile-trigger a .h-icon-svg {
  text-align: center;
}
.main-wrp {
  position: relative;
  z-index: 10;
}

.main-wrp .inner-ftr-wrp {
  height: auto;
  min-height: unset;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgb(27, 38, 66);
  background-image: none;
  transition-duration: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.main-wrp .container-wrp {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}


.main-wrp .pd {
  padding: 10px; 
}

.main-wrp .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: 0;
}


.main-wrp .col.col-1 {
  width: 200px;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.main-wrp .col {
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: 0.5s;
}

.main-wrp .inner-pd {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  height: auto;
  min-height: unset;
}

.main-wrp .col.col-3 {
  width: 200px;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.main-wrp .mrg.ftr-top-image {
  margin-bottom: 5px;
}

.main-wrp .middle-img {
  margin-bottom: 5px;
}

.main-wrp .ftr-top-image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}

.main-wrp .text-wrp p {
  margin: 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: rgb(245, 250, 253);
  font-family: 'myriadpro-regular';
}

.main-wrp .text-wrp {
  font-family: Mukta;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: rgb(245, 250, 253);
  text-align: center;
}

.main-wrp .btm-img img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.main-wrp .text .wp-block-tag-cloud {
  color: rgb(139, 184, 232);
  text-align: center;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.main-wrp .text .wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
  color: rgb(139, 184, 232);
}

.main-wrp .col.col-3 .mrg {
  font-family: Mukta;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: rgb(152, 167, 201);
  text-align: left;
  margin-bottom: 5px;
}

.main-wrp .col.col-3 .mrg p {
  margin: 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: rgb(152, 167, 201);
  margin-bottom: 16px;
}

.main-wrp .col.col-3 .mrg p span {
  font-weight: 400;
  font-size: 16px;
  font-family: Mukta;
  color: rgb(152, 167, 201);
}

.main-wrp .col.col-3 .mrg p a {
  font-weight: 400;
  font-size: 16px;
  font-family: 'myriadpro-regular';
  color: rgb(152, 167, 201);
}


.main-wrp .col.col-2 {
  width: 832px;
}

.main-wrp .text .wp-block-tag-cloud a {
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5;
}

.main-wrp .text-wrp p {
  font-family: myriadpro-regular;
  margin: 0;
  margin-bottom: 5px;
}

.main-wrp  a:hover ,
.main-wrp .text .wp-block-tag-cloud a:hover{
  text-decoration: underline;
}

.main-wrp .col.col-3 .mrg p:last-child {
  margin: 0px;
}

.main-wrp .btm-img img {
    width: auto!important;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 767px){
  .main-wrp  .flx {
    flex-wrap: wrap;
  }
  .main-wrp .col{
    width: 100%!important;
  }
  .main-wrp .ftr-top-image img {
    width: 100%!important;
}
 
}

@media (min-width: 576px){
  .main-wrp .container-wrp {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .main-wrp .container-wrp {
    max-width: 720px;
  }
  .main-wrp .pd {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-wrp  .flx {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .main-wrp .col,
  .main-wrp .inner-pd{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px){
  .main-wrp .container-wrp {
    max-width: 960px;
  }

  .main-wrp .col{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-wrp .inner-pd {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    height: auto;
    min-height: unset;
  }
}

@media (min-width: 1200px){
  .main-wrp .container-wrp {
    max-width: 1232px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

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