*, *: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;
}
img {
  max-width: 100%;
  height: auto;
}
:focus {
  outline: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

.dnd-section>.row-fluid {
  padding: 0 15px;
}
.banner-section .dnd-section>.row-fluid {
    padding: 0 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none; 
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  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;
}
button,
.button,
.hs-button,
.button--primary,
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  white-space: normal;
  line-height: 21px;
  transition: all .2s;
  padding: 7px 20px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  border: 0px solid #ffffff;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus, 
.hs-button:hover,
.hs-button:focus, 
.button--primary:hover, 
.button--primary:focus, 
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-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;
  cursor: pointer;
  letter-spacing: normal;
  line-height: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.hs-error-msgs label {
  color: #f00;
}
/* 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 {
  border: 1px solid #ced4da;
  display: inline-block;
  width: 100%;
  line-height: 19.5px;
  margin: 0;
  font-size: 13px;
  height: auto;
  min-height: 40px;
  padding: 0px 10px;
  font-weight: 400;
  outline:0;
}
form input[type="text"]:focus, 
form input[type="password"]:focus, 
form input[type="date"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="month"]:focus, 
form input[type="week"]:focus, 
form input[type="email"]:focus, 
form input[type="number"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus, 
form input[type="time"]:focus, 
form input[type="url"]:focus, 
form textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
form fieldset {
  max-width: 100% !important;
}
form ul.hs-error-msgs li {
  margin: 0;
}
textarea.hs-input {
  height: 112px;
  padding: 5px 14px;
}
/* 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 */
.hs_error_rollup,
.field, .hs-form-field, .hs-search-module .hs-input, form .hs-button {
  margin-bottom: 18px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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


.password-prompt input[type=password] {
  height: 59px !important;
  outline:none;
}


:focus {
  outline: none;
}

@media (max-width: 479px) {
  .grecaptcha-badge {
    max-width: 100%;
    overflow: auto;
  }
}

form {
  max-width: 750px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrapper {
  position: relative;
  min-height: 124px;
}
header.header {
  margin-bottom: 1.75em;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1717;
}
.header_bar {
  width: 100%;
  min-height: 40px;
  display: flex;
  flex-flow: column;
  padding: 0;
  background-color: #212944;
}
.header_bar .container {
  justify-content: flex-end;
  margin-left: 5em; !important
}
.header_bar_inner {
  display: flex;
  max-width: 400px;
}
.header_bar_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 10px;
}
.header_bar_inner ul li a {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 28px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.header_social_icon .social_icon {
  margin-right: 0;
  padding-bottom: 0px;
  margin-bottom: -6px;
}
.header_social_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_social_icon .social_icon a {
  margin-right: 15px;
  margin-left: 0px;
}
.header_social_icon .social_icon .linkedin_icon  img {
  width: 14px;
  height: 14px;
}
.header_social_icon .social_icon .fb_icon img {
  width: 8px;
  height: 14px;
}
.header_social_icon .social_icon .twitter_icon img {
  width: 16px;
  height: 13px;
}
.header_social_icon .social_icon .icon_col {
  margin-left: 0px;
}
.main-header {
  width: 100vw;
  box-shadow: 0 10px 16px -14px #ccc;
}
.main-header .container {
  justify-content: space-between;
  margin-left: 5em;
}
.header_logo {
  margin-top: 24px;
  flex-basis: 0;
  flex-grow: 1;
}
.header_right_col {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
}
.custom_menu_primary .navigation-primary ul.level-1 {
  display: flex;
  justify-content: flex-end;
  flex-basis: auto;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.custom_menu_primary .navigation-primary ul.level-1>li {
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  margin: 1.4em .5em 0 0;
  text-align: center;
  display: flex;
  margin-top: 21.4px;
  position: relative;
  min-height: 63px;
}
.custom_menu_primary .navigation-primary ul.level-1>li>a {
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.header_btn {
  margin-top: 23px;
  font-size: 14px;
  font-weight: 900;
  border-radius: 30px;
  white-space: nowrap;
  margin-right: 7px;
}
.header_btn a {
  white-space: nowrap;
  background-color: #f26829;
  font-size: 15px;
  color: #212944;
  font-weight: 900;
  padding: 0px;
  padding: 7px 20px;
  border-radius: 30px;
  line-height: 24px;
}
.custom_menu_primary .navigation-primary ul.level-1>li.has-submenu:after {
  content: '';
  display: block;
  margin: 20px 0 0 -6px;
  width: 5px;
  height: 7px;
  cursor: pointer;
  background-image: url(//9322819.fs1.hubspotusercontent-na1.net/hubfs/9322819/raw_assets/public/Karius_October2022-Production/images/icon-down-gray-chevron.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custom_menu_primary .navigation-primary ul.level-1>li.has-submenu {
  margin-right:64px;
}
.header_bar_inner ul li a:hover {
  text-decoration: underline;
}
.header_btn a:hover {
  color: #fff;
}
.custom_menu_primary .navigation-primary ul.level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  padding: 16px;
  z-index: 10;
  background-color: #fff;
  top: 63px;
  /*left: -102px;
  /*display: flex;*/
  max-width: 680px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
}
.custom_menu_primary .navigation-primary ul.level-2>li {
  width: 50%;
  position: relative;
  float:left;
  clear:both;
  margin-bottom: 24px;
}
.custom_menu_primary .navigation-primary ul.level-2>li>ul.level-3 {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 311px;
}
.custom_menu_primary .navigation-primary ul.level-2>li>ul.level-3>li{
  position: relative;
}
.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(3)>a {
  color: #fff;
  white-space: normal;
  cursor: default;
}
/*.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(4) {
  margin-left: 20px;
}*/
.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(4)>a {
  text-align: center;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background-color: #f26829;
  padding: 12px 23px !important;
  color: #212944;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}
.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(3) {
  margin-bottom: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(4) {
  text-align: center;
  display: block;
  padding: 14px 20px;
}
/*.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(4)>a {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}*/
.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(4)>ul.level-3>li>a:hover {
  text-decoration: underline;
}
.test_btn {
  display: none;
}
.result_btn {
  display: none;
}
.custom_menu_primary .navigation-primary ul.level-3>li.back-menu {
  display: none;
}
.custom_menu_primary .navigation-primary ul.level-3>li.prev_menu {
  display: none;
}
.lp_header .main-header {
  padding-bottom: 8px;
}
.header_social_icon .social_icon .twitter_icon a {
  margin-left: 11px;
  position: relative;
  top: 1px;
  right: 2px;
}
.header_social_icon .social_icon .fb_icon a {
  margin-left: 4px;
}
.header_bar_inner ul li:nth-child(2) a {
  margin-right: 15px;
  margin-left: 0px;
}
.header_bar_inner ul li:nth-child(1) a {
  margin-right: 29px;
}
@media (min-width: 782px) {
  .header_row {
    flex-basis: 0;
    flex-grow: 1;
  }
  .header_right_col {
    margin-left: 2em;
  }

}
@media (min-width: 992px) {
  .custom_menu_primary .navigation-primary ul.level-1>li:hover ul.level-2 {
    visibility: visible;
    opacity: 1;
  }
  .hamburger {
    display: none;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li.back-menu {
    display: none;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li.prev_menu {
    display: none;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li.has-submenu:hover:after {
    background-image: url(//9322819.fs1.hubspotusercontent-na1.net/hubfs/9322819/raw_assets/public/Karius_October2022-Production/images/icon-down-orange-chevron.png);
  }
  /*.custom_menu_primary .navigation-primary ul.level-1>li:nth-child(3)>ul.level-2 {
    max-width: 610px;
    left: -182px;
  }*/
  .custom_menu_primary .navigation-primary ul.level-2 > li:last-child > ul li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li.has-submenu:nth-child(3) > ul > li > ul {
    min-width: 259px;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li.has-submenu:nth-child(4) > ul > li > ul {
    min-width: 259px;
  }
  /*.custom_menu_primary .navigation-primary ul.level-1>li.has-submenu:nth-child(4) > ul {
    max-width: 560px;
    left: -295px;
  }*/
}
@media (max-width: 991px) {
  .header_bar {
    display: none;
  }
  .main-header .container {
    max-width: unset;
  }
  .hamburger {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #212944;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    margin-top: 9px;
    margin-right: 6px;
    cursor: pointer;
  }
  .hamburger:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(//9322819.fs1.hubspotusercontent-na1.net/hubfs/9322819/raw_assets/public/Karius_October2022-Production/images/icon-hamburger.png);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    transition: background-image .3s ease-in;
  }
  .header_logo a img {
    width: 125px !important;
  }
  .header_logo {
    margin-top: 20px;
  }
  .main-header {
    min-height: 74px;
  }
  .header_wrapper {
    min-height: 74px;
  }
  header.header {
    margin-bottom: 0;
  }
  .open_menu .hamburger:after {
    background-image: url(//9322819.fs1.hubspotusercontent-na1.net/hubfs/9322819/raw_assets/public/Karius_October2022-Production/images/icon-hamburger-close.png);
  }
  .header_right_col {
    position: absolute;
    top: 74px;
    width: 100%;
    left: 0;
    padding: 0;
  }
  body.open_menu {
    overflow: hidden;
  }
  .custom_menu_primary {
    padding: 15px 15px 0 15px;
    background-color: #212944;
    width: 100%;
    height: 100vh;
    display: block;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    transform: translateX(300%);
    transition: transform .5s ease;
    margin-left: 2em;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .open_menu .custom_menu_primary {
    transform: translateX(0);
  }
  .custom_menu_primary .navigation-primary ul.level-1 {
    flex-direction: column;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li {
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    min-height: unset;
    position: unset;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li>a {
    font-family: Arimo,sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    position:relative;
  }
  
   .custom_menu_primary .navigation-primary ul.level-2>li:last-child {
   margin-bottom:0px;  
  }
    
  
  .custom_menu_primary .navigation-primary ul.level-1>li.has-submenu:after{
    display:none;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li.has-submenu > a:after {
    content: '';
    display: block;
    vertical-align: middle;
    margin: 5px 0 0 11px;
    width: 11px;
    height: 15px;
    background-image: url(//9322819.fs1.hubspotusercontent-na1.net/hubfs/9322819/raw_assets/public/Karius_October2022-Production/images/icon-right-orange-chevron.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -22px;
    top: 0;
  }
  .header_btn {
    display: none;
  }
  .test_btn {
    display: table;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin: 20px 0 0 0;
    margin-top: 45px;
  }
  .test_btn a, .result_btn a {
    text-align: center;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    background-color: #f26829;
    color: #212944;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
    min-width: 190px;
    padding: 10px 23px;
  }
  .result_btn {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin: 20px 0 0 0;
  }
  .test_btn a:hover, .result_btn a:hover {
    color: #fff;
  }
  .custom_menu_primary .navigation-primary ul.level-2 {
    padding: 15px 15px 15px 15px;
    background-color: #212944;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    transform: translateX(300%);
    transition: transform .5s ease;
    left: 0;
    top: 0;
    max-width: 90%;
    opacity: 1;
    visibility: visible;
  }
  .custom_menu_primary .navigation-primary ul.level-1>li.has-submenu.active ul.submenu.level-2 {
    transform: translate(0px);
  }
  .custom_menu_primary .navigation-primary ul.level-2>li {
    width: 100%;
    text-align: left;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li.back-menu {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 0;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li.prev_menu {
    font-size: 22px;
    font-weight: 900;
    margin: 23px 0 18px 0;
    text-align: center;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(4) {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0;
  }
  /*.custom_menu_primary .navigation-primary ul.level-2>li:nth-child(4) {
    margin-left: 0px;
    margin-top: 30px;
  }*/
  .custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(4)>a:hover {
    color: #fff; 
  }
  .custom_menu_primary .navigation-primary ul.level-2>li>ul.level-3>li {
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 16px;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(3) {
    margin-bottom: 35px;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li:nth-child(4)>ul.level-3>li>a {
    color: #11a8a7;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li:nth-child(3)>ul.level-3>li:nth-child(4)>a {
    padding: 10px 23px !important;
    display: inline-block;
    min-width: 190px;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li.back-menu:after {
    content: '';
    margin: -20px 0 0 -20px;
    width: 11px;
    height: 15px;
    background-image: url(//9322819.fs1.hubspotusercontent-na1.net/hubfs/9322819/raw_assets/public/Karius_October2022-Production/images/icon-arrow-left-orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  .custom_menu_primary .navigation-primary ul.level-2>li>ul.level-3 {
    min-width: unset;
  }

  .custom_menu_primary .navigation-primary ul.level-1>li:nth-child(2)>ul.level-2>li:nth-child(4) {
    margin-top:0px;
  }
  

}
@media (max-width: 599px) {
  .custom_menu_primary {
    margin-left: 0px;
  }
  
  
}
footer.footer {
  width: 100vw;
  padding: 35px 0 10px 0;
  margin-bottom: 4px;
}
.container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.copyright-col {
  display: flex;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.ftr-bottom-content .container {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.bottom-inner-container {
  max-width: 305px;
  display: flex;
}
.fig-row {
  margin: 0 0 1em;
}
.fig-row a img {
  vertical-align: middle;
  border-radius: inherit;
  max-width: unset;
}
.copyright-col-inner {
  width: 100%;
}
.copyright-text {
  line-height: 22px;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  padding: 4px 0 0 0;
}
footer.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-links ul {
  display: flex;
  justify-content: flex-end;
}
.privacy-links ul li:not(:last-child) {
  margin-right: 15px;
}
.privacy-links ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.footer-codes {
  line-height: 22px;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  padding: 4px 0 0 0;
  margin-bottom: 35px;
}
.col {
  margin-left: 0;
  padding-right: 8px;
  flex: 1;
}
.col1 {
  max-width: 250px;
  flex: .8;
}
.col2 {
  max-width: 195px;
  flex: .6;
}
.col3 {
  max-width: 90px;
  flex: .4;
}
.col4 {
  max-width: 70px;
  flex: .3;
}
.col5 {
  flex: .5;
  text-align: center;
}
.col6 {
  max-width: 305px;
  flex: 2;
}
.col p {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  white-space: nowrap;
}
.col p>a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  white-space: nowrap;
}
.col a:hover, .col p a:hover {
  text-decoration:underline;
}
footer.footer .col ul {
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #11a8a7;
  padding: 0 0 1px 0;
  font-size: 14px;
}
.col6 {
  padding: 18px;
  border: 1px solid #fff;
  border-radius: 15px;
  text-align: center;
  margin-left: 10px;
}
.col6 h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0px;
  color: #fff;
  font-family: museo-sans, sans-serif;
}
.col6 p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: left;
  white-space: unset;
}
.col6 form {
  display: flex;
  position: relative;
}
.col6 input.hs-button.primary.large {
  line-height: 21px;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 900;
  margin: 2px 0 0 6px;
  padding: 4px 15px;
  border: 0;
  letter-spacing: 0;
}
.col6 .field, .col6 .hs-form-field {
  margin-bottom: 0px;
}
.col6 form label {
  display: none;
}
.col6 form input[type=email] {
  min-height: 36px;
  max-width: 230px;
  min-width: 180px;
}
.ftr_btn {
  margin-bottom: 15px;
  line-height: 28px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
}
.ftr_btn a {
  margin-top: -1px;
  background-color: #f26829;
  color: #212944;
  font-size: 14px;
  font-weight: 900;
  border-radius: 30px;
  padding: 7px 23px !important;
  white-space: nowrap;
  line-height: 28px;
}
.col ul li {
  padding: 0 0 1px 0;
}
.col1 ul li:last-child a, 
.col3 ul li:last-child a {
  white-space: nowrap;
}
.ftr_btn a:hover {
  text-decoration: none;
}
.col6 form label.hs-error-msg, 
.col6 form .hs_error_rollup label {
  display: block;
  color: #fff;
}
.col6 form .hs_error_rollup label {
  position: absolute;
  left: 0;
  top: 77px;
}
.col6 form, .col6 .submitted-message {
  color: #fff;
}
.col6 form .hs-input.invalid.error {
  border-color: #fff;
}
.privacy-links ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .col6 h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .copyright-col {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .ftr-bottom-content .container {
    justify-content: center;
    margin: 32px auto;
  }
  .copyright-text {
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  footer.footer .privacy-links ul {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .footer-codes {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
  .bottom-inner-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: unset;
    flex-direction: column;
  }
  .social-icon-wrapper .social_icon {
    justify-content: space-evenly;
    margin: 25px auto 15px auto;
    flex-basis: 100%;
  }
  .social-icon-wrapper .social_icon img {
    width: 20px;
    height: 20px;
  }
  .col1 {
    flex: 1;
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
  }
  .col2 {
    flex: 1;
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
  }
  .col3 {
    flex: 1;
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
  }
  .col4 {
    flex: 1;
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
  }
  .col5 {
    flex: 1;
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
  }
  .col6 {
    flex: 1;
    max-width: 293px;
    margin: 0 auto;
  }
  .container {
    flex-wrap: wrap;
  }
  .col2:before, .col3:before, 
  .col4:before {
    content: '';
    color: #fff;
    display: block;
    border-top: 1px solid #e6efff;
    margin: 18px 0;
  }
  .col6 p {
    text-align: center;
  }
  .col6 form {
    display: block;
  }
  .col6 input.hs-button.primary.large {
    margin-top: 15px;
  }
  .col5 {
    flex-basis: 100% ;
    margin-top: 40px;
    margin-bottom: 30px;
    min-width: 100%;
  }
  .ftr_btn {
    margin-bottom: 0px;
  }
  footer.footer .col ul {
    margin-left: 9px;
  }
  .col1 p:after {
    content: 'More Information';
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 9px;
  }
  .col6 form .hs_error_rollup label {
    right: 0;
  }
  .social-icon-wrapper .social_icon .icon_wrap {
    margin: 0px 10px;
  }
  .fig-row {
    text-align: center;
  }
  .social-icon-wrapper .social_icon .icon_col {
    margin-left: 30px;
  }
  .social-icon-wrapper .social_icon .icon_col:nth-child(2) {
    position: relative;
    left: -5px;
  }
  .social-icon-wrapper .social_icon .icon_col:nth-child(3) {
    position: relative;
    left: -10px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .col1, .col2, .col3, .col4, .col5 {
    flex-basis: calc(50% - 1em);
  }
}
@media (max-width: 767px) {
  .ftr_btn a {
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  footer.footer {
    width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}