*, *: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 ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center,
.header_container,
.footer_container{
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html{
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;

}

body {
  line-height: inherit;
  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 {
  /*   font-size: 1rem; */
  margin: 0 0 1.72em;
}

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



h1{
  line-height: 1;
}

h2{
  line-height: 1.25;
}

h3,h4,h5,h6{
  line-height: 1;
}
/* 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;
}


img{
  max-width:100%;
}



@media (max-width:1023px){
  body h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

}
button,
.button {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: #ff9900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  min-height: 55px;
  padding: 0.5rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1rem;  
  text-align: center;
  vertical-align: middle;
  font-family: Rubik;
  display: inline-flex;
  user-select: none;
  align-items: center;
  justify-content: center;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border-radius: 9999px;
  min-width: 210px;
  border: var(--fui-border);
  --fui-border: 0 solid #D1D5DB;
}

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;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}

form.hs-form .input a.hs-button {
  margin-top: 10px;
}

/* Form fields */

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

/* Labels */

form label {
  margin-bottom: var(--fui-label-margin);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: var(--fui-label-font-size);
  line-height: var(--fui-label-line-height);
  display: block;
  padding: 0;
  border: var(--fui-border);
  font-family: Rubik;
  --fui-label-margin: 0.5rem;
  --fui-label-font-size: 0.875rem;
  --fui-label-line-height: 1.25;
}

/* 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 {
  font-family: inherit;
  font-size: var(--fui-input-font-size);
  line-height: var(--fui-input-line-height);
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--fui-input-width);
  display: block;
  padding: var(--fui-input-padding);
  border: var(--fui-input-border, 1px solid var(--fui-border-color));
  border-radius: var(--fui-input-border-radius, var(--fui-border-radius));
  background-color: #f4faff;
  transition-property: var(--fui-input-transition-property);
  transition-timing-function: var(--fui-input-transition-timing-function);
  transition-duration: var(--fui-input-transition-duration);
  width:100%;
  --fui-input-font-size: 0.875rem;
  --fui-input-line-height: 1.5;
  --fui-input-width: 100%;
  --fui-input-padding: 0.5rem 0.75rem;
  --fui-input-border: 1px solid transparent;
  --fui-input-border-radius: 0;
  --fui-input-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  --fui-input-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --fui-input-transition-duration: 0.15s;
  --fui-border: 0 solid #D1D5DB;
  --fui-border-color: transparent;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border-color: #a4cafe;
  border-color: #343434);
  box-shadow: 0 0 0 3px rgb(164 202 254 / 45%);
  box-shadow: var(--fui-input-box-shadow-focus, var(--fui-focus-shadow));
  --fui-input-box-shadow-focus: none;
  --fui-focus-shadow: 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: #f56565;
}



ul.no-list.hs-error-msgs.inputs-list li label,
ul.no-list.hs-error-msgs  li label{
  color: #f56565;
}

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

.hs-input.invalid.error:focus{
  --fui-input-error-box-shadow-focus: 0 0 0 3px rgba(248, 180, 180, 0.45);
  box-shadow: var(--fui-input-error-box-shadow-focus);
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: #ff9900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  min-height: 55px;
  padding: 0.5rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1rem;  
  text-align: center;
  vertical-align: middle;
  font-family: Rubik;
  display: inline-flex;
  user-select: none;
  align-items: center;
  justify-content: center;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border-radius: 9999px;
  min-width: 210px;
  border: var(--fui-border);
  --fui-border: 0 solid #D1D5DB;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


@media (max-width:767px){
  form.hs-form.stacked {
    margin-bottom: 25px;
  }

}
/* 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;
}
.main_header {
  position: relative;
  z-index: 50;
  height: 65px;
}

.search_popup_wrapper {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -3rem;
  transform-origin: top;
  width: 100%;
  z-index: 10;
  top: 100%;
  left: 0px;
  position: absolute;
}

.search_popup_wrapper .search_inner_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  --tw-shadow: 0 4px 6px -1px
    rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 4px 6px -1px
    var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 148 / var(--tw-bg-opacity));
  align-items: center;
  height: 2.75rem;
  display: flex;
}

.search_popup_wrapper .search_input {
  flex: 1 1 0%;
}

.search_popup_wrapper .search_button {--tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.search_popup_wrapper .search_button svg {
  fill: currentColor;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 180deg;
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

.search_popup_wrapper form .form_container {
  align-items: center;
  display: flex;
  position: relative;
}

.search_popup_wrapper form .form_input {
  align-items: center;
  flex: 1 1 0%;
  height: 2.75rem;
  display: flex;
}

.search_popup_wrapper form .form_input input {--tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 300;
  font-family: Rubik;
  background-color: transparent;
  border-width: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
  outline:none;
}

.search_popup_wrapper form .form_input input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.search-popup-open .search_popup_wrapper {
  --tw-translate-y: 0;
}



header.custom_header {
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.header_inner_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  flex-direction: column;
  display: flex;
  position: relative;
  z-index: 99;
}

.top_header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display:none;
}


.top_header_inner_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.header_left_column {
  flex: 1 1 0%;
}

.header_right_column {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  justify-content: flex-end;
  flex: 1 1 0%;
  display: flex;
}


.top_menu .hs-menu-wrapper ul {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  align-items: center;
  line-height: 1;
}

.top_menu ul li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  line-height: 1;
}

.top_menu ul li a {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  --tw-text-opacity: .8;
  color: rgb(90 90 90 / var(--tw-text-opacity));
  line-height: 1;
  font-size: .6875rem;
  display: inline-block;
}
.top_menu ul li a:hover {
  --tw-text-opacity: 1;
}

.botom_header {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  min-height: 65px;
  display: flex;
}

.bottom_header_inner_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
}

.logo {
  flex: none;
}

.header_menu {
  flex: 1 1 auto;
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.right_section {
  flex: none;
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.logo svg {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}


.primary_menu .hs-menu-wrapper>ul {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
  font-size: .75rem;
  line-height: 1rem;
  align-items: center;
  display: flex;
}

.primary_menu .hs-menu-wrapper>ul>li {
  position: relative; 
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.primary_menu .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}


.primary_menu .hs-menu-wrapper>ul>li>a {
  position: relative;
  display: flex;
  min-height: 65px;
  align-items: center;
  line-height: 1;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  color: inherit;
}



.primary_menu .hs-menu-wrapper>ul>li>a:after {
  position: absolute;
  bottom: 0px;
  height: 0.25rem;
  width: 100%;
  background-color: transparent;
  --tw-content:"";
  content: var(--tw-content);
}

.primary_menu .hs-menu-wrapper>ul>li:hover>a:after {
  background-color: #FF9900;
  --tw-content:"";
  content: var(--tw-content);
}


.primary_menu .hs-menu-wrapper>ul ul {
  display: none;
  min-width: 250px;
  width: 100%;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 7px 15px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0 7px 15px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  opacity:0;
  visibility:hidden;

}


.primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
  display: block;
  opacity:1;
  visibility:visible;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:hover>ul {
  display: block;
  opacity:1;
  visibility:visible;
}

.primary_menu .hs-menu-wrapper>ul ul li {
  position: relative;
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  padding:0 1.25rem;
}


.primary_menu .hs-menu-wrapper>ul ul li:first-child {
  margin:0;
  padding-top: 1.5rem;
}
.primary_menu .hs-menu-wrapper>ul ul li:last-child {
  margin-bottom:0; 
  padding-bottom: 1.5rem;
}


.primary_menu .hs-menu-wrapper>ul ul li a  {
  color:inherit;
}
.primary_menu .hs-menu-wrapper>ul ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(33 162 220 / var(--tw-text-opacity));
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  --tw-shadow: 0 7px 15px 0
    rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0 7px 15px 0
    var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  left: 100%;
  top: 0px;
  position: absolute;
}

.arrow_icon {--tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  opacity: .28;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.arrow_icon svg {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

.primary_menu .hs-menu-wrapper>ul ul li.hs-item-has-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.primary_menu .hs-menu-wrapper>ul ul li:hover .arrow_icon {
  opacity: 1;
}

.right_inner_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search_icon {
  display: inline;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin-top: -4px;
}

.search_icon svg {
  fill: currentColor;
  display: block;
  vertical-align: middle;
  max-width: 100%;
}



.button_inner_wrapper {
  display: grid;
  grid-auto-flow: column;
  column-gap: 0.75rem;
}

.contact_us a {
  border-radius: 9999px;
  min-height: 38px;
  padding: 0.5rem 1.75rem;
  font-size: .9375rem;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(90 90 90 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
  display: inline-flex;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  font-family: Rubik;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  box-sizing: border-box;
}


.demo_button a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 149 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  min-height: 38px;
  padding: 0.5rem 1.75rem;
  font-size: .9375rem;
  line-height: 1;
  display: inline-flex;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  font-family: Rubik;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  box-sizing: border-box;
}

.contact_us a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.demo_button a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 126 / var(--tw-bg-opacity));
  color: #ffffff;
}




.buttons_wrapper {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  display: none;
}

.menu_bar {
  display: none;
}

/* .menu-open-section {
display: none;
}
*/


.main_header.header-no-nav .top_header {
  min-height: 40px;
}

@media (min-width:1024px){

  body.header-hide header.custom_header {
    transform: translateY(-40px);
  }

}



@media (min-width:1025px){
  .main_header {
    height: 105px;
  }

  .top_header{
    display: flex;
  }

  .primary_menu_section {
    display: flex;
  }

  .buttons_wrapper{
    display: inline;
  }
  .mobile_menu_sec {
    display: none;
  }
}


@media (min-width:1280px){
  .top_header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .botom_header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }


  .header_menu {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .right_section {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }


  .primary_menu .hs-menu-wrapper>ul {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .primary_menu .hs-menu-wrapper>ul>li{
    --tw-space-x-reverse: 0;
    margin-left: calc(1.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.75rem*var(--tw-space-x-reverse));
  }

  .buttons_wrapper {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .button_inner_wrapper {
    column-gap: 1.5rem;
  }

  .search_popup_wrapper .search_inner_wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

}


@media (max-width:1024px){
  .primary_menu_section {
    display: none;
  }
  .menu_bar {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    display:block;
  }

  .menu_bar_icon {
    align-items: center;
    display: flex;
  }

  .menu_bar_icon button {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: relative;
    background-color: transparent !important;
    background-image: none;
    min-height: auto;
    min-width: auto;
    padding: 0;
  }
  .menu_bar_icon button:hover {
    background: transparent !IMPORTANT;
  }

  .ham-trigger_ham {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity));
    width: 1.5rem;
    height: 1rem;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
  }

  .ham-trigger-ham-close {
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
  }

  .menu_bar_icon svg {
    display: block;
    max-width: 100%;
  }

  .menu-open-section {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    overscroll-behavior: contain;
    background: rgba(0,0,0,0);
    transition-property: bottom,background-color;
    transition-duration: 0s,.3s;
    transition-timing-function: ease;
    transition-delay: .45s,.15s;
  }

  .menu_content {
    right: 0;
    transform: translate3d(100%,0,0);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--mm-ocd-width);
    min-width: var(--mm-ocd-min-width);
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px;
  }

  .mobile_menu {
    cursor: default;
    color: #444;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: translate(0);
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --tw-shadow: 0 1px 3px 0
      rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0
      var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
  }

  .mobile_menu .hs-menu-wrapper>ul {
    top: calc(var(--mm-spn-item-height) + 1px);
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: calc(100% + var(--mm-spn-panel-offset));
    padding-right: var(--mm-spn-panel-offset);
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    transition: left .3s ease 0s;
    cursor: default;
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
    --mm-spn-panel-offset: 30%;
  }

  .mobile_menu .hs-menu-wrapper>ul:before {
    content: "";
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: .15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    position: relative;
    background: inherit;
    cursor: pointer;
  }

  body.menu-open .menu-open-section {
    bottom: 0;
    background: rgba(0,0,0,.25);
    transition-delay: 0s;
    display:block;
  }

  body.menu-open .menu_content {
    transform: translateZ(0);
  }


  .overlay__backdrop {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: clamp(calc(100% - var(--mm-ocd-max-width)),calc(100% - var(--mm-ocd-width)),calc(100% - var(--mm-ocd-min-width)));
    background: rgba(3,2,1,0);
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px;
  }


  .mobile_menu .hs-menu-wrapper>ul ul {
    display: none;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !IMPORTANT;
  }


  .mobile_menu .hs-menu-wrapper>ul>li>a {
    position: relative;
    z-index: 1;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
    background: inherit;
    color: inherit;
    text-decoration: none;
    display: block;
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
    --mm-spn-panel-offset: 30%;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a:not(:last-child) {
    width: calc(100% - var(--mm-spn-item-height));
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
    --mm-spn-panel-offset: 30%;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: .15;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--mm-spn-item-height)/ 2);
    right: calc(var(--mm-spn-item-height)/ 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-50%);
    opacity: .4;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:after {
    content: "";
    display: block;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: .15;
  }




  .mobile_menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li.dl-back>a {
    position: relative;
    z-index: 1;
    padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
    background: inherit;
    color: inherit;
    text-decoration: none;
    width: calc(100% - var(--mm-spn-item-height));
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
    --mm-spn-panel-offset: 30%;
  }

  .mobile_menu .hs-menu-wrapper ul li.hs-menu-item.hs-item-has-children>ul>li.dl-back>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: .15;
  }
  .mobile_menu:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--mm-spn-item-height);
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: var(--mm-spn-item-height);
    opacity: .4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px;
    --mm-spn-panel-offset: 30%;
  }

  .mob-menu-overlay {
    background: rgba(0,0,0,.25);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  .menu-open .mob-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  body .mm-listitem>a, body .mm-listitem>span {
    color: #444!important;
    -webkit-font-smoothing: auto;
  }


}




.custom-menu-primary.mobile {
  display: none !important;
}
footer.custom_footer {
  position: relative;
  z-index: 9;
}

.footer_inner_wrapper {--tw-bg-opacity: 1;
  background-color: rgb(0 85 148 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  flex-direction: column;
  display: flex;
}

.top_footer {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.top_footer .footer_container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.top_footer_inner_wrapper {
  flex-direction: row;
  display: flex;
}

.left_column {
  flex: 1 1 auto;
}


.right_column{
  flex: none;
  display: flex;
}


.footer_menu .hs-menu-wrapper>ul {
  display: flex;
  padding: 0;
  list-style: none;
}

.footer_menu .hs-menu-wrapper>ul {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.footer_menu .hs-menu-wrapper>ul>li {
  display: flex;
  flex-direction: column;
}

.footer_menu .hs-menu-wrapper>ul>li>a {
  line-height: 1.25;
  font-weight: 500;
  font-family: Rubik;
  color: #ffffff;
}

.footer_menu .hs-menu-wrapper>ul>li:last-child>a {
  cursor: text;
}

.footer_menu .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
}
.footer_menu .hs-menu-wrapper>ul ul {--tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  padding-top:2px;
}

.footer_menu .hs-menu-wrapper>ul ul {
  font-size: .875rem;
  line-height: 1.25rem;
  flex-direction: column;
  display: flex;
}

.footer_menu .hs-menu-wrapper>ul ul li a {
  line-height: 1.25;
  color: inherit;
  text-decoration: inherit;
}

.footer_menu .hs-menu-wrapper>ul ul li {--tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.footer_menu .hs-menu-wrapper>ul ul li:first-child {
  margin-top: 0;
}


.right_column {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_logo svg {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.footer_social_icons {--tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}


.footer_menu{
  padding-top:2px;
}








.bottom_footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bottom_footer .footer_container {
  max-width: 1200px;
  margin: 0 auto;
}

.bottom_footer_inner_wrapper {
  display: flex;
  min-height: 63px;
  align-items: center;
  justify-content: center;
}

.bottom_footer p {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: unset;
  text-align: center;
  color: #5a5a5a;
  padding-top:3px;
}






@media (min-width:768px){
  .footer_menu .hs-menu-wrapper>ul {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}






@media (min-width:1024px){

  .top_footer_inner_wrapper {
    flex-direction: row;
    display: flex;
  }
  .right_column {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    justify-content: flex-start;
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .footer_menu .hs-menu-wrapper>ul {
    column-gap: 0.75rem;
  }

}




@media (min-width:1280px){


  .right_column {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));

  }

  .footer_menu .hs-menu-wrapper>ul {
    column-gap: 2rem;
  }

}

@media (max-width:1024px){
  .top_footer_inner_wrapper {
    flex-direction: column;
  }
  .right_column{
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));

  }

  .bottom_footer p{
    padding-top:0px;
  }
  .footer_menu .hs-menu-wrapper ul li a:hover {
    text-decoration: none;
  }
}


@media (max-width:767px){
  .footer_menu .hs-menu-wrapper>ul>li:first-child ul {
    padding-bottom: 2px;
  }


  .bottom_footer p{
    padding-top:1px;
  }

}


@media (max-width:320px){
  .footer_menu .hs-menu-wrapper>ul>li:nth-child(2) ul {
    padding-bottom: 2px;
  }

}
/* Menu and simple menu */

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