*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.banner-section .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
}
.banner-section .row-fluid-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.body-container--blog-index .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.hs-menu-wrapper ul {
  padding: 0;
  list-style: none;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .body-container--blog-index .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}
.top-banner, header, .cst-footer {
  font-size: 14px;
  line-height: 1.5;
}
/* latin */
@font-face {
  font-family: 'Poppins Regular';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  line-height: 1.5;
  word-break: break-word;
  background:#ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Paragraphs */

p {
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight:400;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  margin: 0 0 1.4rem;
  padding: 0;
}

ul.no-list {
  margin: 0;
  margin: 0 0 1.4rem;
  padding: 0;
}

/* 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 {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */


.hs-form label, .hs-form legend {
  color: #212529;
  display:inline-block;
}
/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  font-family: 'Poppins', sans-serif;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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;
}
.body-container-wrapper form input {
  outline: none;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
form input[type=submit],
form .hs-button{
  padding: 10px 0;
  transition: .3s;
  border-radius: 90px;
  background: #40a6ee;
  border: 1px solid #40a6ee;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
form input[type=submit]:hover,
form .hs-button:hover {
  background-color: #fff;
  color: #40a6ee;
  border: 1px solid #40a6ee;
}
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text],form textarea {
  background-color: #f5f9fc;
  border: 1px solid #e6edf2;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  margin-bottom: 2px;
  padding: 0 10px;
  width: 100%;
  margin: 10px 0 15px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.error-page:before {
  color: #2222;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: -1;
}
.hs-form-field ul,
.hs-error-msgs {
  list-style: none;
}
div#hs_cos_wrapper_button a {
  padding: 16px 40px;
  border: 1px solid #40a6ee;
}
div#hs_cos_wrapper_button a:hover {
  border: 1px solid #40a6ee;
}
div#hs_cos_wrapper_membership_admin_content p {
  padding-top: 14px;
}
[type=checkbox]+label {
  display: inline-block;
}
.password-prompt input[type=password] {
  background-color: #f5f9fc;
  border: 1px solid #e6edf2;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  margin: 10px 0 15px;
  border-bottom-color: #e6edf2;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.15;
  min-height: 38px;
}
a#hs_login_reset {
  display: block;
  margin-bottom: 20px;
}
.systems-page form label {
  display: inline-block;
}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
  }
}
/* 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;
}
.top-banner {
  background: #40a6ee;
  color: #fff;
  text-align: center;
  display: block;
}

.top-banner .container {
  margin: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.top-banner .container img {
  margin-right: 15px;
  width: 30px !important;
  vertical-align: middle;
}

.top-banner .container p {
  margin: 0;
}

.top-banner .container p a {
  color: #fff;
  font-size: .85rem;
  font-family: Poppins Regular;
  transition: none;
}

.top-banner .container p a strong {
  font-family: Poppins Regular;
}

header {
  font-size: 14px;
  padding: 28px 0 22px;
  z-index: 99;
  color: #797f96;
  position: fixed;
  width: 100%;
  align-items: center;
  display: flex;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,0.8) !important;
}
header .container-fluid {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cst-logo img {
  margin-right: 37px;
  max-width: 156px;
  width: 100%;
}
.nav-bar-toggle {
  -webkit-appearance: button;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow .15s ease-in-out;
  cursor: pointer;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.55);
}
.nav-bar-toggle span {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em; 
  background-image:url('https://21674219.fs1.hubspotusercontent-na2.net/hubfs/21674219/raw_assets/public/Anduin_Oct2022%20New/images/navbar-toggle.svg');
    }
#hs_cos_wrapper_contact_section {
  flex: none;
}
.nav-bar-collapse {
  align-items: center;
  flex: 1;
}
.nav-bar-collapse .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.nav-bar-collapse .hs-menu-wrapper>ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.nav-bar-collapse .hs-menu-wrapper>ul >li {
  cursor: pointer;
  position: relative;
  transition: .3s;
}
li.hs-menu-item.hs-menu-depth-1.contact {
  display: none;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.login\: {
  display: none;
}
.nav-bar-collapse .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0,0,0,.55);
  transition: .3s;
  font-size: 16px;
}
.nav-bar-collapse .hs-menu-wrapper>ul>li>ul {
  background-color: transparent;
  border-radius: 5px;
  box-shadow: -2px 3px 8px -1px #787878;
  display:none;
  padding: 10px;
  position: absolute;
  transition: .3s;
  width: -webkit-max-content;
  width: max-content;
}
.nav-bar-collapse .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0,0,0,.55);
  transition: .3s;
  font-size: 12px;
}
.nav-bar-collapse .hs-menu-wrapper>ul>li>a:hover, .nav-bar-collapse .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #3fa6ee;
}

.nav-bar-collapse button.login-white {
  background: #ffffff;
  color: #40a6ee;
  font-size: 14px;
  border: 1px solid #40a6ee;
  border-radius: 90px;
  font-weight: 700;
  padding: 10px 0;
  max-width: 176px;
  width: 100%;
  position: relative;
  transition: .3s;
  cursor: pointer;
  font-family: Poppins,sans-serif;
  line-height: 21px;
}
.child-dropdown {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: -2px 3px 8px -1px #787878;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
  display:none;
  padding: 10px;
  text-align:center;
  position: absolute;
  transition: .3s;
  width: -webkit-max-content;
  width: max-content;
}
button.login-white:hover .child-dropdown{
  display: block;
}

.child-dropdown .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #797f96;
  font-weight:400;
  font-size: 14px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.child-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #797f96;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins,sans-serif;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.child-dropdown a:hover {
  color: #3fa6ee;
}
button.btn-white {
  background-color: #40a6ee;
  border: 1px solid #40a6ee;
  border-radius: 90px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 0;
  transition: .3s;
  max-width: 176px;
  margin-left: 10px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 24px;
}
.cst-logo img {
  margin-right: 37px;
  max-width: 156px;
  vertical-align: middle;
  width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-between;
}
.desc-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: auto!important;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 100%;
}


.nav-bar-collapse.show {
  display: block;
}




.cst-logo {
  width: auto;
  display: inline-block;
  flex: 1;
}

.nav-bar-toggle {
  display: inline-block;
  float: right;
}

li.product:hover ul.hs-menu-children-wrapper {
  display: block;
  background: transparent;
}

/* ==Pop Up== */
.desc-menu+* {
  flex: 1;
}

.head_btn_sec .overlay-drawer {
  background-color: rgba(0,0,0,.6);
  height: 100%;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 10;
  display: none;
}

.head_btn_sec .side-drawer {
  background: #fff;
  box-shadow: 1px 0 7px rgb(0 0 0 / 50%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  width: 35%;
  display: none;
  z-index: 200;
}

.pop-open .head_btn_sec .side-drawer {
  transform: translateX(0);
  display: block;
}

.head_btn_sec .side-drawer .close-button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 1px 6px;
}

.head_btn_sec .btn>a {
  line-height: inherit;
  background-color: #fff;
  border: 1px solid #3fa6ee;
  color: #40a6ee;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  border-radius: 90px;
  position: relative;
  transition: .3s;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

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

.head_btn_sec .btn.colored>a {
  background: #40a6ee;
  border: 1px solid #40a6ee;
  color: #fff;
  font-size: 16px;
}

.head_btn_sec>div {
  display: inline-block;
  max-width: 176px;
  width: 100%;
  position: relative;
}

.head_btn_sec>div+div {
  margin-left: 10px;
}

.head_btn_sec .btn:hover>.child-dropdown {
  display: block;
  margin: -1px 0 0;
  left: 0;
}

.head_btn_sec .btn .child-dropdown ul {
  display: block;
}

.head_btn_sec .btn .child-dropdown ul a {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.pop-open .head_btn_sec .overlay-drawer {
  display: block;
}

.pop-open {
  overflow: hidden;
}

.side-drawer .form-wrapper {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
}

.side-drawer .contact-info-wrapper {
  align-items: center;
  background-color: #f5f9fc;
  display: flex;
  justify-content: space-around;
  padding: 40px;
  position: relative;
}

.side-drawer .contact-info-wrapper .content-right {
  color: gray;
  font-size: 13px;
}

.side-drawer .contact-info-wrapper .content-right p {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 0;
}

.side-drawer a {
  color: #40a6ee;
  font-family: Poppins Regular,sans-serif;
  font-weight: 700;
}

.side-drawer a:hover {
  color: #0a58ca;
}

.side-drawer .close-icon {
  margin-left: auto;
  margin-right: 0;
  width: 20px;
  vertical-align: middle;
}

.side-drawer .form-wrapper h2 {
  font-size: calc(1.325rem + .9vw);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.side-drawer .form-wrapper p {
  font-size: 16px;
  margin: 13px 47px 20px;
  text-align: center;
}

.side-drawer .form-wrapper form>div>label {
  display: none;
}

.side-drawer .form-wrapper>span {
  display: block;
  width: 100%;
}

.side-drawer .form-wrapper h3:empty {
  display: none;
}

.side-drawer .form-wrapper form .hs-input {
  margin: 0;
  margin-bottom: 2px;
}

.side-drawer .form-wrapper form .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}

.side-drawer .form-wrapper form select.hs-input {
  padding: 0 10px;
  height: 40px;
  background-color: #f5f9fc;
  border: 1px solid #e6edf2;
  background-image: linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0),linear-gradient(90deg,#ccc,#ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
  background-repeat: no-repeat;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  word-wrap: normal;
  color: #757575;
  line-height: inherit;
  text-indent: 0;
  -webkit-appearance: none;
}

.side-drawer .form-wrapper form select.hs-input option {
  color: #757575;
  text-indent: 10px;
}

.side-drawer .form-wrapper form select.hs-input option[value=""][disabled] {
  display: none;
}

.side-drawer .form-wrapper form textarea.hs-input {
  height: 144px;
  padding-left: 12px;
  padding-top: 15px;
  resize: none;
  line-height: inherit;
}

.side-drawer .form-wrapper form .hs-button.primary.large {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  font-family: inherit;
  font-weight: 700;
  line-height: inherit;
  width: 100%;
}

.side-drawer .form-wrapper form .actions {
  padding-top: 13px;
}

.pop-open .nav-bar-collapse {
  display: block !important;
}

@media (min-width: 1200px) {
  .side-drawer .form-wrapper h2 {
    font-size: 2rem;
  }
}
/*******************media queries*********************************/
@media (min-width: 576px){
  .top-banner .container {
    max-width: 540px;
  }
  header .container-fluid {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .top-banner .container {
    max-width: 720px;
  }
  header .container-fluid {
    max-width: 720px;
  }
  
}
@media (min-width: 992px){
  
  .cst-logo {
    flex: none;
  }
  #hs_cos_wrapper_contact_section {
    flex: 6;
  }

  .top-banner .container {
    max-width:960px;
  }

  header {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  header .container-fluid{
    max-width: 960px;
  }
  .nav-bar-toggle {
    display: none;
  }
  .nav-bar-collapse {
    display: flex !important;
    flex-basis: auto;
    overflow: visible !important;
  }
  .nav-bar-collapse .hs-menu-wrapper>ul {
    flex-direction: row;
  }
  .nav-bar-collapse .hs-menu-wrapper>ul>li>a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .nav-bar-collapse .hs-menu-wrapper>ul>li>ul {
    background: #fff;
  }
  
  .nav-bar-collapse .hs-menu-wrapper>ul>li>ul>li>a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
  }
  
  li.product:hover ul.hs-menu-children-wrapper {
    background: #fff;
  }
}

@media (min-width: 1200px){
  .top-banner .container {
    max-width: 1140px;
  }
  header .container-fluid {
    max-width: 1140px;
  }
  
  #hs_cos_wrapper_contact_section {
    flex: 1;
  }

}
@media (min-width: 1400px){

  .top-banner .container {
    max-width: 1320px;
  }
  header .container-fluid {
    max-width: 1320px;
  }
}


@media screen and (max-width: 991px){
  .nav-bar-collapse {
    display: none;
  }
  .nav-bar-collapse.show .hs-menu-wrapper>ul>li.contact {
    display: block;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.login\:{
    display: block;
  }
  button.login-white {
    font-size: 12px;
  }
  button.btn-white {
    display: none;
  }

  button.login-white {
    display: none;
  }
  .nav-bar-collapse .hs-menu-wrapper>ul>li>ul {
    box-shadow: none;
    display: block;
    padding: 0;
    position: unset;
  }
  .nav-bar-collapse .hs-menu-wrapper>ul {
    display:inline-block;
    margin-bottom: 0.5rem!important;
  }
  .nav-bar-collapse .hs-menu-wrapper>ul>li {
    padding-top: 20px;
  }
  li.hs-menu-item.hs-menu-depth-1.contact {
    display: block;
  }
  header .container-fluid:before, header .container-fluid:after {
    display: none;
  }
  .nav-bar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .nav-bar-collapse .desc-menu .hs-menu-wrapper {
    text-align: center;
  }
  .desc-menu{
    display:block;
  }
  .nav-bar-collapse .hs-menu-wrapper>ul>li:first-child {
    padding-top: 0;
  }
  .nav-bar-collapse li.hs-menu-item.hs-menu-depth-1.contact {
    padding-top: 17px;
  }
  .nav-bar-collapse .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.login\: {
    padding-top: 17px;
  }

  .nav-bar-toggle:focus {
    box-shadow: 0 0 0 0.25rem;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.55);
  }

  .nav-bar-toggle:hover {
    border: 1px solid rgba(0,0,0,.1);
  }

  .head_btn_sec .side-drawer {
    width: 100%;
    left: 0;
  }

  .pop-open .head_btn_sec .overlay-drawer,.head_btn_sec .overlay-drawer {
    display: none;
  }

  .side-drawer .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-drawer .form-wrapper form .hs-button.primary.large {
    font-size: 12px;
  }

  .side-drawer .contact-info-wrapper {
    flex-direction: column;
    padding: 20px;
    margin-top: auto;
  }

  .pop-open .head_btn_sec .side-drawer {
    display: flex;
  }

  .side-drawer .contact-info-wrapper .content-right p {
    text-align: center;
  }

  .head_btn_sec .btn>a {
    display: none;
  }

}
@media screen and (max-width: 576px){
  .top-banner .container p {
    line-height: 25px;
  }
}
@media screen and (max-width: 320px){
  .top-banner .container img {
    margin-right: 9px;
  }
}
.cst-footer {
  background-color: #162850;
  padding: 63px 0 30px;
}

.cst-footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12PX;
  padding-right: 12PX;
  width: 100%;
}
.footer-top {
  display: flex;
  gap: 16px;
}
.footer-middle {
  border-bottom: 2px solid #264161;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-top: 22px;
  padding-bottom: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.copyright p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #CED0D2;
}
.image-holder {
  max-width: 25%;
  width: 100%;
}
.footer-top .image-holder {
  flex: 1;
}
.footer-top .columns-desktop {
  flex: 2;
}
.footer-top .newsletter-and-address-holder {
  flex: 1;
}
.product_holder {
/*   max-width: 18%; */
  width: 100%;
}
.resource-holder {
  max-width: 30%;
  width: 100%;
}

.policies-holder {
  max-width: 30%;
  width: 100%;
}

.newsletter-and-address-holder {
  width: 100%;
}

.cst-image img {
  max-width: 225px;
  width: 100% !important;
  vertical-align:middle;
}
.copyright-holder-mobile {
  border-bottom: 2px solid #264161;
  display: none;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-top: 22px;
  padding-bottom: 10px;
}

.newsletter-and-socials-mobile {
  display: none;
}

.newsletter-input-desktop {
  display: block;
}

.columns-desktop {
  display: flex;
  width: 100%;
}

.columns-mobile {
  display: none;
}

.sublist .hs-menu-wrapper >ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  padding-top: 16px;
}
.sublist .hs-menu-wrapper >ul>li {
  margin-bottom: 15px;
}
.sublist .hs-menu-wrapper >ul>li>a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
  font-size: 11px;
  padding-left: 20px;
}
.subtext p {
  font-size: 10px;
  margin-bottom: 1rem;
  margin-top: -15px;
  max-width: 600px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.sublist .hs-menu-wrapper>ul>li>a:hover {
  color: #3fa6ee;
}

.subtext h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: Poppins Regular;
  margin-top: 0;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.footer-middle .copyright p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.social-holder-icon {
  margin: 32px 0;
}
.social-holder a {
  margin-right: 16px;
  transition: .3s;
}

.newsletter-input-container .hs-email input {
  outline: none;
  border: 2px solid #CED0D2;
  margin: 0 !important;
  flex-grow: 1;
  width: 100% !important;
  min-width: 0 !important;
  border-radius: 8px 0 0 8px !important;
}

.newsletter-input-container .hs-email input::placeholder {
  color: #CED0D2;
}

.newsletter-input-container .hs-submit input {
  border-radius: 0 8px 8px 0 !important;
  padding: 10px 12px;
  flex-grow: 1;
  max-width: 120px;
  width: 100%;
  margin: 0 !important;
  background: #2251A4 !important;
  border: 1px solid #2251a4 !important;
  white-space: nowrap;
}

.newsletter-input-container .hs-form-private {
  display: flex;
  align-items: center;
}

.newsletter-input-container .hs-email,
.newsletter-input-container .input {
  display: flex;
  flex-grow: 1;
}

.newsletter-input-container .hs-email {
  position: relative;
}

.newsletter-input-container .hs-error-msgs {
  position: absolute;
  top: -36px;
  white-space: nowrap;
}

.hbspt-form .submitted-message {
  color: white !important;
}


.product_holder h2,
.resource-holder h2,
.policies-holder h2,
.newsletter-and-address-holder h2,
.newsletter-and-socials-mobile h2 {
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight:500;
  color: #959799;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: Poppins Regular;
}
.product_holder ul,
.resource-holder ul,
.policies-holder ul,
.newsletter-and-address-holder ul {
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.product_holder ul li,
.resource-holder ul li,
.policies-holder ul li,
.newsletter-and-address-holder ul li {
  margin-bottom: 15px;
}
.product_holder ul li a,
.resource-holder ul li a,
.policies-holder ul li a,
.newsletter-and-address-holder ul li a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.product_holder ul li a:hover,
.resource-holder ul li a:hover,
.policies-holder ul li a:hover,
.newsletter-and-address-holder ul li a:hover {
  color:#3fa6ee;
}
.sublist .hs-menu-wrapper>ul {
  list-style-type: none;
  margin: 0;
  display: inline-flex;
  padding: 18px 0 0;
}
.social-holder a:hover {
  bottom: 2px;
  position: relative;
  transition: .3s;
}
.social-holder-mobile a:hover {
    bottom: 2px;
    position: relative;
    transition: .3s;
}
.product_holder ul li, .resource-holder ul li, .policies-holder ul li, .newsletter-and-address-holder ul li {
    list-style: none;
}
/*******************media queries*********************************/
@media (min-width: 576px){
  .cst-footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .cst-footer .container{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .cst-footer .container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .cst-footer .container{
    max-width: 1140px;
  }
}
@media (min-width: 1400px){
  .cst-footer .container{
    max-width: 1320px;
  }
}
@media screen and (max-width: 991px){

  .footer-top {
    flex-wrap: wrap;
  }
  .newsletter-and-socials-mobile {
    display: block;
  }
  .newsletter-input-desktop {
    display: none;
  }
  .columns-desktop {
    display: none;
  }
  .columns-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
/*   .footer-middle {
    display: none;
  } */
  .footer-bottom {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .image-holder {
    margin-bottom: 30px;
    max-width: 100%;
    text-align: left;
  }
  .newsletter-and-socials-mobile {
    text-align: left;
    margin-top: 24px;
  }
  .product_holder {
    max-width: 100%;
  }
  .resource-holder {
    max-width: 100%;
  }
  .policies-holder {
    max-width: 100%;
  }
  .product_holder h2, .resource-holder h2, .policies-holder h2, .newsletter-and-address-holder h2 {
    font-size: 15px;
  }
  .copyright-holder-mobile {
    display: block;
    padding-bottom: 22px;
  }
  .copyright-holder-mobile p {
    color: #5fccff;
  }
  .social-holder-mobile {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 60px;
  }
  .social-holder-mobile a {
    margin-right: 57px;
    transition: .3s;
  }
  .social-holder-icon {
    display: flex;
  }
  .sublist .hs-menu-wrapper>ul>li>a {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px){


  .product_holder {
    max-width: 70%;
  }
}
@media screen and (max-width: 575px){

  .sublist .hs-menu-wrapper>ul>li>a {
    font-size: 10px;

  }


}
@media (min-width: 992px) and (max-width: 1199px){
  .subtext p {
    width: 500px;
  }


}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#hs-eu-cookie-confirmation {
  background: transparent !important;
}

#hs-eu-cookie-confirmation-inner {
  background: #162950 !important;
  border-radius: 10px !important;
  max-width: 95vw !important;
}