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

}


.dnd-section, .content-wrapper--vertical-spacing {
  padding: 90px 20px;
  padding-left:0px!important;
  padding-right:0px!important;
}
.dnd-section > .row-fluid, .content-wrapper {
  margin: 0 auto;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "neota-icons";
  src: url("https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/NeotaLogic_December_2021/fonts/neota-icons.eot") format("embedded-opentype"),
    url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/neota-icons.woff2) format("woff2"),
    url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/neota-icons.woff) format("woff"),
    url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/neota-icons.ttf) format("truetype");

  font-style: normal; font-weight: normal;
}


@font-face {
  font-family: "Helvetica Now Text W04 Medium"; 
  src: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/c9569098-d1a8-42f8-969e-3afea98a7a1d.woff2) format("woff2");

}

@font-face {
  font-family: "Helvetica Now Display W04 Rg";
  src: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/fabfe9a2-9b4c-4bd5-bb41-be33a3c06a97.woff2) format("woff2");

}
@font-face {
  font-family: "Helvetica Now Display W04 Light"; 
  src: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/454337ca-3c24-4a09-84ca-3e0e2cd35f7f.woff2) format("woff2");

}

@font-face {
  font-family: "Degular Display Medium";
  src: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/Degular-Medium.woff2) format("woff2"),
    url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/fonts/neota-icons.woff) format("woff");


}






html{

  line-height: 1.15;
}










body {
  line-height: 1.4;
  word-break: break-word;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*     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;

}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.5;
}

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

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

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email], 
form input[type=password],
form input[type=tel], 
form input[type=number], 
form input[type=file],
form select, 
form textarea {
  background-color: #FFF;
  display: inline-block;
  width: 100%;
  color: #081e0f;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  box-shadow: inset 0 1px 2px rgb(8 30 15 / 10%);
  margin: 0 0 0rem;
  padding: 0.75rem;
  border: 2px solid #cdd2da;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 22px;
  font-family: "Helvetica Now Display W04 Light",Arial,sans-serif;
}

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;
  box-shadow: 0 0 5px #ecedef;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

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: 0px;
}

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: #E53935;
}

.hs-error-msgs label  {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #E53935;
}




/* Submit button */

form input[type=submit], form .hs-button, .button, .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-family: "Helvetica Now Text W04 Medium",Arial,sans-serif;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
  position: relative;
  text-align: center;
  color: #061e47;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  right: auto;
  left: auto;
  box-shadow: 1px 1px 10px 0px #0000000d;
  width: 100%;
  z-index: 21;
  background-color: #ffffff;
  transition: background-color .5s ease-in-out;
  position: relative;
}
header.header ul{

  margin:0px;
  padding:0px;
  list-style:none;
}

.search-open header.header{
      box-shadow: none;
}



.header_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
.search-bar {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
  padding: 0.5rem 0px;
}  -ms-flex-align: center;
  align-items: center;
}
.header_logo a{

  position: relative;
  display: inline-block;
  color: #081e0f;
}
.header_navigation {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.navigation-primary>ul{

  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header_saerch {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}

.header_saerch  a{

  font-size: 20px;
  color: #081e0f;
}

em, i {
  font-style: italic;
  line-height: inherit;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "neota-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login_btn {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}
.icon-search:before {
  content: '\e802';
}
.login_btn a {

  font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;
  color: #081e0f;
  margin: 0px;
}
.demo_btn a{
  margin: 0px;
}


.demo_btn {
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header_logo {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}
.header_navigation {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  min-width: 0;
}
.header_navigation span.arrow {
  width: 1.25rem;
  height: 1em;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: #374B6C;
  margin-left: 0.5em;
}

.header_navigation .arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  background-color: #081e0f;
  display: inline-block;
  margin-bottom: 0;
  color: #374B6C;
  transition: all .2s ease;

}

.header_navigation .arrow span:first-of-type {



  left: 0;
  -webkit-transform: rotate(
    45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg);
}


.header_navigation .arrow span:last-of-type {
  right: 0;
  -webkit-transform: rotate(
    -45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(
    -45deg);
}
.desktop_search{

  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(-100%);
  z-index: 20;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search-open .desktop_search{
  transform: translate(0px, 70px);
}
span.input-group-label {
  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  background: rgb(236, 237, 239);
  color: rgb(8, 30, 15);
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0px 1rem;
  border: 2px solid rgb(205, 210, 218);
  border-radius: 0px;
  background-color: transparent;
  border-right: none;
}
span.input-group-label i{
  font-style: italic;
  line-height: inherit;


}
span.input-group-label i:before{
  content: "";

}
input.input-group-field {
  color: #081e0f;
  transition: box-shadow .5s ease 0s,border-color .25s ease-in-out 0s;
  appearance: none;
  font-family: inherit;
  font-size: .875rem!important;
  font-weight: normal;
  background-color: #fff;
  padding: 0.75rem!important;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  white-space: nowrap;
  border-radius: 0px!important;
  flex: 1 1 0px;
  min-width: 0px;
  height: 48px!important;
  line-height: 22px;
  border: 2px solid !important;
  margin-bottom: 0px;
  border-right: 0!important;
  border-left: 0!important;
  margin: 0px!important;
  box-shadow: none!important;
}

.search-bar {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
  padding: 0.5rem 0px;
}

.input-group-label {
  background: rgb(236, 237, 239);
  color: rgb(8, 30, 15);
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  border: 2px solid rgb(205, 210, 218);
  border-radius: 0px;
  background-color: transparent;
  border-left: none;
  align-items: center;
  padding: 0px 1rem;
}
.input-group-label a{

  text-decoration: none;
  cursor: pointer;
  transition: color 500ms ease 0s; 
  color: #081e0f;
}
.icon-cross::before {
  content: "";
}

.input-group-label a:hover{
  color: #081e0f;


}
@media print, screen and (min-width: 36em){


  .header_row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .header_logo{

    margin-left: 0.9375rem;
    margin-right: 0.9375rem;

  }
  .header_navigation {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .header_saerch {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
  }
  .login_btn {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
  }

  .demo_btn {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
  }
  .demo_btn  a{

    font-weight: normal;

    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    border-radius: 4px;
    background-color: #49cc7e;
    color: #081e0f;
    font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;
  }
  .demo_btn  a:hover{

    background-color: #3ead6b;
  }
  .header_container, .search_container{
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }




}
@media print, screen and (min-width: 48.0625em){

  .header_logo{

    width: auto;
  }
  .header_navigation {
    width: auto;
  }
  .navigation-primary>ul>li:hover>a:before{
    opacity: 1;
    width: 100%;
  }

  .navigation-primary>ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0;
    position: static;
    box-sizing: border-box;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;

    list-style: none;

  }
  .header_container, .search_container  {
    width: calc(100% - 3.875rem);
    margin-left: 1.9375rem;
    margin-right: 1.9375rem;
  }
}






@media print, screen and (min-width: 64.0625em){

  .navigation-primary>ul>li{

    padding: 0;
    margin-right: 1.625rem;

  }
  .navigation-primary>ul>li:hover ul.submenu.level-2{

    opacity: 1;
    visibility: inherit;
    transform: translate(0px, 0px);
    display: flex;
  }



  .navigation-primary>ul>li>a{
    line-height: 1;
    text-decoration: none;
    display: block;
    font-family: "Helvetica Now Display W04 Rg",sans-serif;
    position: relative;
    padding: 1.625rem 0 1.625rem 0;
    color: #081e0f;
    transition: color 500ms ease;
  }

  .navigation-primary>ul>li>a:before{

    position: absolute;
    bottom: 20px;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: rgb(41, 190, 207);
    transition: all 150ms ease;
  }

  .navigation-primary>ul ul.submenu.level-2{

    position: absolute;
    left: 0;
    text-align: left;
    width: 100%;
    background-color: #f6f6f7;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -30px);
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navigation-primary>ul>li.Platform ul.submenu.level-2>li,
  .navigation-primary>ul>li.Why_Neota_ ul.submenu.level-2>li{
    width: 100%;
    padding: 0;
    max-width: 25%;
    position: relative;
    padding-bottom: 2.3125rem;
    margin-top: 2rem;
  }
  .navigation-primary>ul>li ul.submenu.level-2>li>a{
    text-decoration: none;
    display: block;
    margin-top: 0;
    font-family: "Helvetica Now Text W04 Medium",Arial,sans-serif;
    letter-spacing: .15em;
    line-height: 1.5rem;
    font-size: .875rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-left: 0;
    text-transform: uppercase;
    color: #081e0f;
  }
  .navigation-primary>ul ul.submenu.level-3{

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation-primary>ul ul.submenu.level-3>li{
    padding: 0 2rem 2rem 0;
    display: block;
  }


  .navigation-primary>ul ul.submenu.level-3>li>a{

    margin-left: -8px;
    padding: 8px;
    background-color: transparent;
    transition: background-color 250ms ease;
    display: block;
    line-height: 1.5rem;
    color: #081e0f;
    font-family: "Helvetica Now Text W04 Medium",sans-serif;
  }
  .navigation-primary>ul ul.submenu.level-3>li>a span{
    line-height: 1.5rem;
    font-family: "Helvetica Now Display W04 Rg",sans-serif;
    display: block;
    color: #374b6c;
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }

  .navigation-primary>ul>li.Platform ul.submenu.level-2>li:last-child,
  .navigation-primary>ul>li.Why_Neota_ ul.submenu.level-2>li:last-child{
    padding-left: 2rem;
    max-width: 50%;
  }
  .navigation-primary>ul>li.Platform ul.submenu.level-2>li:last-child ul.submenu.level-3>li{
    position: relative;
    padding-left: 60px ;
  }
  li.no-submenu.menu-item.Process_Automation:before{
    background-repeat: no-repeat;
    content: "";
    line-height: inherit;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: left center;
    float: left;
    margin-right: 20px;
    background-image: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/images/download1.svg);
  }

  li.no-submenu.menu-item.Document_Automation:before{
    background-repeat: no-repeat;
    content: "";
    line-height: inherit;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: left center;
    float: left;
    margin-right: 20px;
    background-image: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/images/download2.svg);
  }


  li.no-submenu.menu-item.Expertise_Automation:before{
    background-repeat: no-repeat;
    content: "";
    line-height: inherit;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: left center;
    float: left;
    margin-right: 20px;
    background-image: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/images/download3.svg);
  }


  .navigation-primary>ul>li.Why_Neota_ ul.submenu.level-2>li:last-child ul.submenu.level-3{

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navigation-primary>ul>li.Why_Neota_ ul.submenu.level-2>li:last-child ul.submenu.level-3>li{
    width: 50%;
  }

  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:first-child,
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:first-child{
    width: 100%;
    padding: 0;
    max-width: 25%;
    position: relative;
    padding-bottom: 2.3125rem;
    margin-top: 2rem;
  }
  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li>a{
    text-decoration: none;
    display: block;
    font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-left: 0;
  }



  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2),
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(2){
    max-width: 50%;
    padding-left: 2rem;
    margin-top: 2rem;
    width: 50%;
  }
  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3,
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3{


    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row ;
    -ms-flex-direction: row ;
    flex-direction: row ;
  }

  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li,
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li{

    padding: 0 2rem 2rem 0;
    display: block;
    width: 50%;
  }
  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3>li>a,
  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-4>li>a,
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-4>li>a{
    display: block;
    line-height: 1.5rem;
    color: #081e0f;
    font-family: "Helvetica Now Text W04 Medium",sans-serif;
    padding: 0px;
    margin: 0px;
  }
  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-4>li>a{
    color: rgb(105, 120, 145);
  }


  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-4{

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-top: 1rem;
    font-size: .875rem;
    display: flex;
  }

  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2) ul.submenu.level-4>li{

    padding: 0 2rem 2rem 0;
    display: block;
  }


  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(3),
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(3){
    padding-bottom: 2.3125rem;
    padding: 0;
    max-width: 25%;
    padding-left: 2rem;
    padding-top: 2rem;
    background-color: #ECEDEF;
    position: relative;
    width: 25%;
    margin-left: auto;
  }



  .navigation-primary>ul>li:last-child ul.submenu.level-2>li:first-child{
    width: 100%;  
    position: relative;
    padding-bottom: 2.3125rem;
    padding: 0;
    max-width: 50%;
    margin-top: 2rem;
  }
  .navigation-primary>ul>li:last-child ul.submenu.level-3{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row ;
    -ms-flex-direction: row ;
    flex-direction: row ;
  }
  .navigation-primary>ul>li:last-child ul.submenu.level-3>li{

    width: 50%;
    padding: 0 2rem 2rem 0;
    display: block;
  }
  .navigation-primary>ul>li:last-child ul.submenu.level-2>li:last-child ul.submenu.level-3>li{
    width: 100%;
    padding: 0 2rem 2rem 0;
    display: block;
  }

  .navigation-primary>ul>li:hover .arrow span:first-of-type{

    -webkit-transform: rotate(
      -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
  }

  .navigation-primary>ul>li:hover .arrow span:last-of-type {
    -webkit-transform: rotate(
      45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg);
  }





  .navigation-primary>ul>li:last-child ul.submenu.level-2>li:last-child{
    padding-bottom: 2.3125rem;
    padding: 0;
    max-width: 25%;
    padding-left: 2rem;
    padding-top: 2rem;
    background-color: #ECEDEF;
    position: relative;
    width: 25%;
    margin-left: auto;
  }





  .header_container{


    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
  }


  .header_logo a{

    height: 2rem;
  }
  .header_logo svg{
    max-height: 2rem;
    overflow: hidden;
    width: auto;
    height: 100%;

  }
  .navigation-primary>ul ul.submenu.level-2{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }

  .search_container{
    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
  }
  .navigation-primary>ul{
    display: flex;
    align-items: center;
    text-align: center;
/*     width: 90vw; */
    margin: 0px;
    position: inherit;
    box-sizing: border-box;
    flex-wrap: inherit;
  }
  .mobile_trigger, .mobile_logo{
    display:none;
  }


  .mobile-menu-wrapper {
    display: none;
  }
  .navigation-primary>ul>li.Why_Neota_ ul.submenu.level-2>li:last-child:before,
  li.has-submenu.menu-item.Capabilities:before,
  li.has-submenu.menu-item.Neota_for:before,
  li.has-submenu.menu-item.Insight:before{


    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 2px;
    height: calc(100% - 72px);

  }
  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2),
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(2){

    position: relative;
  }

  li.no-submenu.menu-item.Building_Blocks>a:hover,
  li.no-submenu.menu-item.Services>a:hover,
  li.no-submenu.menu-item.Webinars>a:hover{
    background-color: transparent!important;
  }
  li.no-submenu.menu-item.Templates,
  li.no-submenu.menu-item.Customer_Resources,
  li.no-submenu.menu-item.White_Papers  {
    padding: 0 2rem 2rem 0;
    padding-bottom: 24px!important;
  }



  li.has-submenu.menu-item.Pre_Built:before,
  li.has-submenu.menu-item.Advance:before,
  li.has-submenu.menu-item.Get_in_touch:before{

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 2px;
    height: calc(100% - 72px);
    background-color: #ECEDEF;
  }
  li.has-submenu.menu-item.Pre_Built:after,
  li.has-submenu.menu-item.Advance:after,
  li.has-submenu.menu-item.Get_in_touch:after{

    background-color: #ECEDEF;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 8.625rem;
  }


  .navigation-primary>ul>li:nth-child(3) ul.submenu.level-2>li:nth-child(2), 
  .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2>li:nth-child(2),
  .navigation-primary>ul>li:last-child ul.submenu.level-2>li:first-child{

    padding-bottom: 2.3125rem;
  }
  .navigation-primary>ul>li.Platform ul.submenu.level-2>li{
    padding-bottom: 52px; 
  }




}

@media screen and (min-width: 1025px) and (max-width: 1330px){
  .header_container {
    width: calc(100% - 3.25rem);
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }
  .navigation-primary>ul>li {
    padding: 0;
    margin-right: 12px;
  }
  .demo_btn a{
    padding: 12px 12px;
  }
  .search_container {
    width: calc(100% - 4.25rem);
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

}



@media screen and (min-width: 64.0625em) and (min-width: 120em){
  .navigation-primary>ul ul.submenu.level-2{
    padding-left: 8.625rem;
    padding-right: 8.625rem;
  }
}



@media screen and (min-width: 120em){
  .header_container{

    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
    background-color: #ffffff;
  }

  .header_logo a{

    height: 2rem;
  }
  .header_logo svg{
    max-height: 2rem;
    overflow: hidden;
    width: auto;
    height: 100%;
  }
  .search_container{
    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
  }

}
@media screen and (max-width: 64.06125em){
  .header_navigation {

    display: none;
  }
  .mobile_trigger {
    min-height: 0;
    min-width: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
  }
  .mobile_trigger a{
    display: block;
    position: relative;
    cursor: pointer;
    width: 1.5em;
    height: 1em;
    transition: color 500ms ease;
  }
  .mobile_trigger span {
    position: absolute;
    display: block;
    background-color: #081e0f;
    border-radius: 0.125em;
    transition: all 0.2s;
    left: 0;
    width: 100%;
    height: 0.125em;
    top: 50%;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
  }
  .mobile_trigger a:before,   .mobile_trigger a:after {
    content: "";
    position: absolute;
    display: block;
    background-color:rgb(8, 30, 15);
    transition: all 0.2s;
    left: 0;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    width: 100%;
    height: 0.125em;
  }
  .mobile_trigger a:after {
    bottom: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .mobile_logo {
    min-height: 0;
    min-width: 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
    text-align: center;
  }
  .mobile_logo a{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #081e0f;
  }

  .mobile_logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
  }

  .login_btn, .demo_btn {
    display: none;
  }
  .header_logo {
    display: none;
  }
  .search-open .desktop_search {
    transform: translate(0px, 65.875px);
  }
  .mobile-menu-wrapper{


    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    z-index: 20;
    background-color:rgb(255, 255, 255);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);

    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -30px);
    overflow-y: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

  }
  .mobile_inner {
    margin: 94px 0 16px;
  }
  .mobile-open .mobile-menu-wrapper{

    display: block;
    opacity: 1;
    visibility: inherit;
    transform: translate(0px, 0px);

  }

  .navigation-primary>ul{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    -ms-flex-align: center;
    align-items: unset;
  }

  .navigation-primary>ul>li>a{
    transition: color 500ms ease;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
    color: #081e0f;
    border-bottom: 1px solid #cdd2da;
    max-width: 100vw;
    overflow: hidden;
    background-color: rgba(16, 76, 173, 0.05);
    position: relative;
    background-color: hsl(0deg 0% 100%);
  }
  .navigation-primary>ul ul.submenu.level-2{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: all linear .1s;
    margin: 0 21px;

    display:none;

  }
  .navigation-primary>ul>li.open_child ul.submenu.level-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0rem);

    transition: all linear .2s;
  }
  .mobile-open .mobile_trigger a:before {
    top: 50%;
    -webkit-transform: translate3D(0, -50%, 0) rotate(
      45deg);
    -ms-transform: translate3D(0, -50%, 0) rotate(45deg);
    transform: translate3D(0, -50%, 0) rotate(
      45deg);
  }
  .mobile-open .mobile_trigger a:after{

    bottom: 50%;
    -webkit-transform: translate3D(0, 50%, 0) rotate(
      -45deg);
    -ms-transform: translate3D(0, 50%, 0) rotate(-45deg);
    transform: translate3D(0, 50%, 0) rotate(
      -45deg);
  }
  .mobile-open .mobile_trigger a span{
    opacity: 0;
  }

  .mobile_bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 1rem 1.625rem 0;
  }
  .mobile_log_in {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    height: auto;
  }
  .mobile_log_in a{

    font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    color: #104CAD;
  }
  .mobile_demo_in {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    height: auto;
  }
  .mobile_demo_in a{
    font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;


    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    border-radius: 4px;
    color: #061e47;
    background-color: #49cc7e;
    width: 100%;
  }

  .search-open  .desktop_search{
    transform: translate(0px, 65.875px);
  }
  .mobile_demo_in a:hover{
    color: #061e47;
  }

  .mobile_log_in a:hover{

    color: #104cad;
  }
  .mobile_nav .arrow {
    width: 1.25rem;
    height: 1em;
    display: inline-block;
    position: relative;
    margin-left: 0.5em;
  }
  .mobile_nav .arrow span {
    top: 0.5rem;
    position: absolute;
    width: 0.75rem;
    height: 0.1rem;
    background-color: #081e0f;
    display: inline-block;
    transition: all .2s ease;
  }
  .mobile_nav  .arrow span:first-of-type {
    left: 0;
    -webkit-transform: rotate(
      45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg);
  }
  .mobile_nav  .arrow span:last-of-type {
    right: 0;
    -webkit-transform: rotate(
      -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
  }
  .navigation-primary>ul>li{
    position:relative;
  }
  .navigation-primary>ul>li.child-open ul.submenu.level-2{
    opacity: 1;
    visibility: visible;
    transform: none;
    display: block;
  }

  .navigation-primary>ul>li ul.submenu.level-2>li{

    width: 100%;
    margin-top: 1.5rem;
    outline: 0;
  }

  .navigation-primary>ul>li ul.submenu.level-2>li>a{

    transition: color 500ms ease;
    text-decoration: none;
    display: block;
    color: #081e0f;
    padding: 0;
    text-transform: uppercase;
    padding-left: 0;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    margin-right: 2rem;
  }

  .navigation-primary>ul>li  ul.submenu.level-3,
  .navigation-primary>ul>li  ul.submenu.level-4{

    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display:block;
  }
  .navigation-primary>ul>li ul.submenu.level-3>li>a{
    line-height: 1;
    text-decoration: none;
    display: block;
    color: #081e0f;
    padding: 16px;
    border-radius: 4px;
    background-color: rgba(16, 76, 173, 0.05) ;
    margin-left: 0 ;
    transition: background-color 250ms ease;
    margin-bottom: 24px;
  }

  .navigation-primary>ul>li ul.submenu.level-4>li>a{
    line-height: 1;
    text-decoration: none;
    display: block;
    transition: color 500ms ease;
    padding: 16px ;
    border-radius: 4px;
    background-color: rgba(16, 76, 173, 0.05) ;
    margin-left: 0 ;
    color: #697891 ;
    font-size:14px;
    margin-bottom: 24px;
  }
  .navigation-primary>ul>li ul.submenu.level-4>li:last-child>a{
    margin-bottom: 0px;
  }
  .navigation-primary>ul>li ul.submenu.level-4{

    width: 100%;
    margin-top: 1rem;
    font-size: 0.875rem;
  }


  .navigation-primary>ul>li>a{
    text-align: left;
  }

  .navigation-primary>ul{
    text-align: left;
  }








  .navigation-primary>ul>li ul.submenu.level-3>li>a span{
    display:none;
  }
  .navigation-primary>ul>li ul.submenu.level-2>li:last-child{
    border-top: 1px solid #cdd2da;
  }

  .navigation-primary>ul>li ul.submenu.level-2>li:last-child>a{

    padding: 0;
    text-transform: uppercase;
    padding-left: 0;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    margin-right: 2rem;
    margin-top: 1.5rem;
  }

  .navigation-primary>ul>li.Platform  ul.submenu.level-2>li:last-child ul.submenu.level-3>li:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: left center;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    content: "";
    line-height: inherit;
    background-size: contain;
    display: inline-block;
    background-image: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/images/download1.svg);
  }
  .navigation-primary>ul>li.Platform ul.submenu.level-2>li:last-child  ul.submenu.level-3>li:nth-child(2):before{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: left center;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    content: "";
    line-height: inherit;
    background-size: contain;
    display: inline-block;
    background-image: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/images/download2.svg);
  }
  .navigation-primary>ul>li.Platform ul.submenu.level-2>li:last-child ul.submenu.level-3>li{
    position: relative;
    padding-left: 60px ;
  }


  .navigation-primary>ul>li.Platform ul.submenu.level-2>li:last-child ul.submenu.level-3>li:nth-child(3):before{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: left center;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    content: "";
    line-height: inherit;
    background-size: contain;
    display: inline-block;
    background-image: url(https://453162.fs1.hubspotusercontent-na1.net/hubfs/453162/raw_assets/public/NeotaLogic_December_2021/images/download3.svg);
  }

  .navigation-primary>ul>li  ul.submenu.level-3>li:last-child>a{
    margin-bottom: 0;
  }
  .navigation-primary>ul>li.child-open>a{

    max-width: 100vw;
    overflow: hidden;
    background-color: rgba(16, 76, 173, 0.05);
    border-color: rgba(16, 76, 173, 0.05);
    position: relative;
  }
  .mobile_inner{

    margin: 100px 0 16px;
  }
  .navigation-primary>ul>li.Solutions  ul.submenu.level-2>li:nth-child(2){

    border-top: 1px solid #cdd2da;
  }

  .navigation-primary>ul>li.Solutions  ul.submenu.level-2>li:nth-child(2)>a{
    padding: 0;
    text-transform: uppercase;
    padding-left: 0;
    letter-spacing: 0.15em;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    margin-right: 2rem;
    margin-top: 1.5rem;
  }

  .mobile_log_in a, .mobile_demo_in a{
    margin: 0px;
  }



  .navigation-primary>ul ul.submenu.level-2{

    background-color: transparent!important;
  }

  li.has-submenu.menu-item.open_child>a{
    max-width: 100vw;
    overflow: hidden;
    background-color: rgba(16, 76, 173, 0.05);
    border-color: rgba(16, 76, 173, 0.05);
    position: relative;
  }


  li.has-submenu.menu-item.open_child>a .arrow span:first-of-type {
    -webkit-transform: rotate(
      -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
  }


  li.has-submenu.menu-item.open_child>a .arrow span:last-of-type {
    -webkit-transform: rotate(
      45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg);
  }



}


@media print, screen and (max-width: 36em){


  .header_container {
    width: calc(100% - 5.5rem);
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .header_row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .mobile_trigger {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .mobile_logo {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .header_saerch {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .mobile_log_in, .mobile_demo_in{

    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .search-open .desktop_search{

    transform: translate(0px, 65.875px);
    z-index: 22;
  }
  .search_container {
    width: calc(100% - 5.5rem);
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

}
footer.footer {
  background-color: #061e47;
}


.footer_top_form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 0;
}
.f_top_text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.f_top_text h4{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: calc(16px + 2 * ((100vw - 1px) / 1919));
}

.f_top_text p{

  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  color: #ffffff;
}
.footer_top_wrapper {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  width: calc(100% - 5.5rem);
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.f_top_texrt_col{

  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.main_form  form{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main_form .hs_email{

  min-height: 0;
  min-width: 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  width: auto;
  margin: 0px;
}
.main_form .hs_email>label{
  display:none;
}
.main_form  .hs-input{

  color: #081E0F;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 1rem;
  padding: 0.75rem;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 22px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 0;
}
.main_form .hs-input:focus{
      box-shadow: none;
}




.main_form input.hs-button.primary.large{


  cursor: pointer;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  padding-left: 24px!important;
  padding-right: 24px!important;
  line-height: 48px;
  color: #061e47;
  background-color: #13edff;
  outline: 0;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  border: 0px;
  margin: 0px;
  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
}

.main_form .actions:before{

  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
}


.top_navigation .hs-menu-wrapper>ul>li{

  width: calc(100% - 1.25rem);
}




.main_form .hs_submit.hs-submit{


  min-height: 0;
  min-width: 0;
  position: relative;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.bottom_col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.bottom_left {
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: auto;
  margin-bottom: 16px;
}

.left_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-wrapper {
  width: 100px;
}

.copyright {
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: auto;
  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.copyright_link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: auto;
}
.copyright_link {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: auto;
}

.copyright_link ul{

  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.copyright_link ul li a{

  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  color: #cdd2da;
}
.bottom_right_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.right_logo {
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.right_logo  img{

  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}
.bottom_text {
  min-height: 0;
  min-width: 0;
}
.bottom_text p{

  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 14px;

}
.footer-logo-wrapper .text > * {
  fill:#fff;
}





.main_form .is-invalid-input:not(:focus)::placeholder {
  color: #E53935;
}
.main_form .hs_error_rollup {
  display: none;

}


.main_form  form .inputs-list>li {
  display: block;
  margin: 0rem 0;
}

.main_form  form .hs-error-msg {
  color: #ef6b51;
  margin: 0rem 0;
}
.top_navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0px;
  list-style: none;
}


.top_navigation .hs-menu-wrapper>ul{


  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.top_navigation .hs-menu-wrapper>ul>li{

  min-height: 0;
  min-width: 0;
}

.top_navigation .hs-menu-wrapper>ul>li>a{

  text-rendering: optimizeLegibility;
  font-family: "Helvetica Now Text W04 Medium", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.333em;
  font-size: 28px;  
  margin-bottom: 1.5rem;
  display: block;
  cursor: default ;
  color: #cdd2da;
  font-size: calc(18px + 10 * ((100vw - 1px) / 1919));
}
.top_navigation ul.hs-menu-children-wrapper{


  list-style-position: outside;
  line-height: 1.6;
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  padding: 0px;

}
.top_navigation ul.hs-menu-children-wrapper>li{

  line-height: 1.2;
  padding: 0.125rem 0.3125rem 0.125rem 0;
}

.top_navigation ul.hs-menu-children-wrapper>li>a{

  font-family: "Helvetica Now Display W04 Light", Arial, sans-serif;
  font-weight: normal;
  font-size:16px;
  line-height:19.2px;
}
.top_navigation .hs_cos_wrapper {

  width: 100%;
}
.footer_top_form{

  padding-bottom: 1.25rem;
}


.bottom_container {
  width: calc(100% - 5.5rem);
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.bottom_col {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}


.bottom_right {
  width: calc(100% - 1.25rem);
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}




.right_logo {
  min-height: 0;
  min-width: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin-bottom: 16px;
}


.left_row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 36em){

  .bottom_col {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .bottom_col {

    margin-left: -0.9375rem;
    margin-right: -0.9375rem;

  }
  .left_row {

    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .footer_logo {
    min-height: 0;
    min-width: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
  }


  .bottom_right {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: calc(100% - 1.875rem);
  }

  .bottom_right_inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .right_logo {

    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;
  }
  .bottom_text {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: auto;

  }
  .top_navigation{

    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;

  }

  .top_navigation .hs-menu-wrapper>ul>li{

    margin-left: 0.9375rem;
    margin-right: 0.9375rem;   
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .bottom_text{

    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
  .footer_top_form {
    padding-bottom: 2.5rem;
  }

  .form_col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .footer_top_wrapper {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .bottom_container {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .top_navigation .hs-menu-wrapper>ul>li {

    width: calc(33.33333% - 1.875rem);
  }
}



@media print, screen and (min-width: 48.0625em){

  .footer_top_wrapper,  .bottom_container{

    width: calc(100% - 3.875rem);
    margin-left: 1.9375rem;
    margin-right: 1.9375rem;
  }
  .footer_top_wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .top_navigation .hs-menu-wrapper>ul>li{
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }


}



@media print, screen and (min-width: 64.0625em){
  .footer_top_wrapper,  .bottom_container{

    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
  }
  .footer_top_form {

    padding-bottom: 1.875rem;
  }
  .form_col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .footer_top_wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .bottom_col {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .bottom_right {
    text-align: right;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
  }

  .bottom_right_inner {
    float: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bottom_text p{

    max-width: 310px;
  }

}


@media screen and (min-width: 120em){

  .footer_top_wrapper{

    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
  }
  .form_col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .bottom_container {
    width: calc(100% - 17.25rem);
    margin-left: 8.625rem;
    margin-right: 8.625rem;
  }
  .f_top_text h4{
    font-size: 18px;
  }

  .top_navigation .hs-menu-wrapper>ul>li>a{
    font-size: 28px;
  }


}

@media print, screen and (max-width: 36em){


  .bottom_left {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .footer_logo {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: auto;
  }

  .copyright {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: auto;
  }

  .copyright_link {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    width: auto;
  }
  .bottom_right_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .top_navigation .hs-menu-wrapper>ul>li {
    min-height: 0;
    min-width: 0;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 0;
    margin-right: 0;
  }
  .top_navigation .hs-menu-wrapper>ul>li:last-child{

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




}
.banner-section .dnd-section>.row-fluid {
  max-width: none !important;
  padding: 0px;
}
.banner-section .dnd-section {
  padding: 0px 0px!important;
}

header.header.landing_header {
  padding-top: 16px;
  padding-bottom: 16px;
}




.nav-up header.header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 20;
  transform: translate(0px, -102%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.nav-down header.header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 20;
  transform: translate(0px, 0px);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.nav-up .custom_header {

  min-height:70px;
}


@media screen and (max-width: 64.06125em){

  .default .custom_header {
    min-height:65px;
  }

  header.header.landing_header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}