*, *: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,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/Icr_Evolution_October2021/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/Icr_Evolution_October2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/fa-brands-400.ttf) format("truetype"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: block;
}
@font-face { font-family: eicons; 
  src: url("https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/Icr_Evolution_October2021/fonts/eicons.eot") format("embedded-opentype"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/eicons.woff2) format("woff2"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/eicons.woff) format("woff"), 
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/eicons.ttf) format("truetype"),
    url(https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/fonts/eicons.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

body {
  line-height: 1.5;
  background-color: #fff;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}


.hs_error_rollup label {
  color: #EF6B51;
}

/* 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;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  padding: .5rem 1rem;
  width: 100%;
  outline:none;

}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.hs-input.invalid.error {
    border: 1px solid #790000 !important;
}
.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,
.legal-consent-container .hs-error-msgs label{
  color: #790000 !important;
  font-weight: 700;
  letter-spacing: normal;
  padding-top: 16px;
  margin: 0 !important;
  font-size: .813em;
  line-height: inherit;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 8px;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top:10px;
}
.hs_error_rollup label {
  border: 1px solid #790000;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
/* 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 ul{
  margin:0;
  padding:0;
  list-style:none;
}
header.header.sticky {
  background: #ffff;
}

header.header {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  transition: background-color 1s ease !important;
  padding: 20px 15px 15px 15px;
  z-index: 100;
}
.header .header__container {
  max-width: 1500px;
  transition: min-height 1s ease !important;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.header .header_sticky_logo {
  display: none;
}
.header  .custom-menu-primary .navigation-primary>ul {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 20px 0px !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header  .custom-menu-primary {
  width: 51.136%;
}
.header .custom-menu-primary .navigation-primary ul li {
  position: relative;
  line-height:normal;
}

ul.submenu.level-3 {
    top:0px !important;
    left:100% !important;
    right:0 !important;
}

.header .custom-menu-primary .navigation-primary>ul ul li a {
  padding: 13px 20px;
  transition: .4s;
  text-shadow: none;
  border-left: 8px solid transparent;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  white-space: nowrap;
}
.header .custom-menu-primary .navigation-primary>ul ul {
  position: absolute;
  background-color: #FFFFFF;
  top: auto;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  min-width: 10em;
  max-width: 1000px;
  width: auto;
  visibility: hidden;
  opacity: 0;
}
.header .custom-menu-primary .navigation-primary>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.header .custom-menu-primary .navigation-primary>ul>li>a:before {
  background-color: rgb(73, 115, 252);
  content: "";
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  opacity: 0;
}


.header .custom-menu-primary .navigation-primary>ul>li>a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.header .custom-menu-primary .navigation-primary>ul>li:first-child>a {  
  padding-bottom: 14.5px;
}
.header .custom-menu-primary .navigation-primary>ul>li.no-submenu>a{
	padding-top: 15px;
}
.header .custom-menu-primary .navigation-primary>ul>li>a {
  padding: 8.5px 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Inter",Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -1px;
}
.header .custom-menu-primary ul li.has-submenu > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;   
  text-rendering: auto;
  line-height: 1;
  font-size: .7em;
  content: "\f078";
  padding: 10px 0 10px 10px;
  position: relative;
  top: 1px;
}
header.header.sticky .header_logo {
  display: none;
}
header.header.sticky .header_sticky_logo {
  display: block;
}
header.header.sticky .header_sticky_logo,
.header .header_logo {
  width: 19%;
  position: relative;
  display: flex;
  min-height: 1px;
  padding: 10px;
}
header.header.sticky .header_sticky_logo a img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.header .header_logo a{
  display:block;
}
.header .header_logo img {
  width: 80% !important;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

header.header.sticky .header_sticky_logo div,
.header .header_logo div {
  display: flex;
  align-items: center;
}
.header .Contáctanos-btn {
  width: 13.632%;
  position: relative;
  display: flex;
  min-height: 1px;
  box-sizing: border-box;
  padding: 10px;
  align-content: center;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
header.header.lp .header__container {
  position: relative;
  top: 11px;
}
header.header.lp.sticky .header__container {
  padding-bottom: 25px;
}
.header .Contáctanos-btn a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  fill: #4973FC;
  color: #4973FC;
  background-color: #FFFFFF00;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #4973FC;
  padding: 14px 24px 14px 24px;
  border-radius: 3px;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.header .Solicita-una-demo-btn {
  width: 15.042%;
  position: relative;
  display: flex;
  min-height: 1px;
  align-content: center;
  align-items: center;
  padding: 10px;
  JUSTIFY-CONTENT: FLEX-END;
  box-sizing: border-box;
  text-align: right;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.header .Solicita-una-demo-btn a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #4973FC;
  padding: 14px 24px 14px 24px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.header .Contáctanos-btn a:hover {
  color: #FFFFFF;
  background-color: #4973FCCF;
  border-color: #4973FC;
}
.header .Solicita-una-demo-btn a:hover {
  color: #FFFFFF;
  background-color: #4973FCCF;
  border-color: #4973FC;
}

.custom-mobile-menu {
  display: none;
} 
header.header.lp.sticky .header_sticky_logo div, 
header.header.lp .header_logo div {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 768px){
  header.header.sticky .header_sticky_logo,
  .header .header_logo {
    width: 25% !important;
  }
}
@media (max-width:1250px){
  .header .custom-menu-primary .navigation-primary>ul>li>a{
    padding-left: 10px;
    padding-right: 10px;
  }
}   
@media (max-width:1125px){     
  .header .custom-menu-primary .navigation-primary>ul>li>a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .Contáctanos-btn {
    padding-right: 0;
  }
}

@media(max-width:1024px){
  header.header.lp .header__container {
    position: relative;
    top: 0;
  }
  .header  .mobile-toggle {
    margin-left: auto;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    color: #000031;
    height:33px;
    margin-right: 15px;
    margin-top: 11px;
  }
  .header .header__container{
    padding: 20px 0px 20px 0px;
    padding-top: 10px;
  }  
  header.header.sticky .header_sticky_logo,
  .header .header_logo {
    padding: 0;
    padding-left: 10px;
  }
  .header  i.eicon-menu-bar {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -1px;

  }
  .header .eicon-menu-bar:before {
    content: "\e816";
  }
  .header .Solicita-una-demo-btn{
    display: none;
  }
  .header .Contáctanos-btn  {
    display: none;
  }
  .header .custom-menu-primary {   
    display: none;
  }
  .custom-mobile-menu {
    width: 100%;
    max-height: 100vh;
    position: absolute;
    z-index: 9997;
    background-color: #fff;
    top: 66px;
    left: 0;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    transform-origin: top;
    font-size: 13px;
  }
  .custom-mobile-menu {
    display: none;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li>a {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    color: #000031;
  }

  .custom-mobile-menu .hs-menu-wrapper>ul ul li a {
    font-size: .85em;
    color: #000031;
    text-shadow: none;
    border-left: 8px solid transparent;
    padding: 10px 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .open_menu .header .eicon-menu-bar:before {
    content: "\e87f";
  }
  .menu__toggle-sub-nav {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li{
    position:relative;
  }
  .menu__toggle-sub-nav i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 15px;
    left: 130px;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li:nth-child(3) i {
    left: 102px;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li:nth-child(4) i {
    left: 92px;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li:nth-child(5) i {
    left: 88px;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li:nth-child(8) i {
    left: 47px;
  }
  header.header{
    padding:15px 0;
  }

  .custom-mobile-menu .hs-menu-wrapper ul li:hover > a{
    background-color: #4973fc;
    color: #fff;
  }
  .custom-mobile-menu .hs-menu-wrapper ul li:hover > a{
    background-color: #4973fc;
    color: #fff;
  }
  .custom-mobile-menu .hs-menu-wrapper ul li:hover .menu__toggle-sub-nav i {
    color: #fff;
  }
  .child-trigger {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    top: 0;
    cursor: pointer;
  }
  .menu__toggle-sub-nav i:before {
    content: "\f078";
  }
  header.header.sticky .header_sticky_logo,
  .header .header_logo{
    width: 75%;
  }
  header.header.sticky .header_sticky_logo img,
  .header .header_logo img {
    padding-left: 15px;
    padding-top: 9px;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul ul{
    display:none;
  }
  header.header {
    position: relative;
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li:nth-child(4) .child-trigger.child-open {
    display: none;
  }
}
@media(max-width:767px){

  .header .header_logo img {
    padding-left: 15px;
    padding-top: 0;
  }
  .header .mobile-toggle {
    margin-top: 16px;
  }
  header.header.lp  .header_logo img {
    width: 82% !important;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: 3px;
  }
  .header .header__container {
    padding-bottom: 10px;
  }
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-top {
  background-color: #020216;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 90px 0px 115px 0px;
  text-align:center;
}

.footer .footer_container {
  max-width: 1200px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer  .row {
  width: 100%;
  display: flex;
  padding: 10px;
}
.footer .footer-bottom-top .row .hs_cos_wrapper {
  width: calc(100% - 16px);
}

.footer .footer-top p {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1;
  margin-bottom: 20px;
}

.footer .footer-top a {
  margin: 25px 0px 0px 0px;
  padding: 18px 25px 18px 25px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.2px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background: #4973fc;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  font-family: "Inter", Sans-serif;
  text-align: center;
  transition: all .3s;
}
.footer .hs_email label{
  margin:0;
}
.footer .footer-middle {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 105px 20px 0px 20px;
  background: #f3f7ff;
  position: relative;
  padding-top:95px;
}

.footer .footer-middle .hs-menu-wrapper>ul {
  display: flex;
  margin: 0 -10px;
}

.footer .footer-middle .hs-menu-wrapper>ul>li {
  position: relative;
  padding: 10px;
}

.footer .footer-middle .hs-menu-wrapper>ul>li>a {
  color: #000031;
  font-family: "Inter", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02px;
  line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.footer .footer-top .row .hs_cos_wrapper {
  width: 100%;
}
.footer .footer-middle .hs-menu-wrapper>ul ul li a {
  color: #536788;
  fill: #536788;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  padding: 9px 20px;
  transition: .4s;
  padding-left: 0;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.footer .footer-bottom-top {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 20px 0px 20px;
  background: #f3f7ff;
}
.footer  .spacer {
  height: 0px;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.footer  .divider {
  border-top: 1px solid #8AB5FF;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 10px;
}

.footer  .footer-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer   .footer-inner-bottom {
  display: flex;
  width: 100%;
  padding: 5px 0px 40px 0px;
  padding-bottom:0;
}

.footer .form-title {
  background-color: transparent;
  color: #f8fafc;
  color: #000031;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02px;
  line-height: 1;
  margin:0;
}
.footer .footer-form form {
  margin-bottom: 0;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}
span.elementor-grid-item:last-child {
  margin-right:2px;
}

span.elementor-grid-item:nth-child(4) {
  margin-right: 20.5px;
}
span.elementor-grid-item:nth-child(3) {
  margin-right: 20px;
}
span.elementor-grid-item:nth-child(2) {
  margin-right: 24px;
}
span.elementor-grid-item:first-child {
  margin-right: 15px;
}
.footer .footer-form {
  padding: 10px;
  width: 54.153%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom:0;
  padding-left: 20px;
}
.footer  .legal-consent-container {
  order: 3;
}
.footer  input.hs-button.primary.large {
  order: 2;
}
.footer .social_share {
  width: 45.764%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: flex-end
}
.footer input.hs-button.primary.large {
  order: 2;
  width: 43px !important;
  margin: 0 auto !important;
  padding: 0;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 43px;
  border: none;
  position: relative;
  top: 1px;
  left:-2px;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-image:url('https://20121242.fs1.hubspotusercontent-na1.net/hubfs/20121242/raw_assets/public/Icr_Evolution_October2021/images/btn-enviar-news.jpg');
    }
.footer  .hs-form-field {
  margin-bottom: 0;   
  width:100%;
}
.footer  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: auto;
  max-width: 75%;
}

.footer .footer-bottom-top .divider {
  border-top: 1px solid #8ab5ff;
  margin-bottom: 25px;
  width: 100%;
  height: 0;
  padding: 0;
}

.footer  .hs_submit.hs-submit {
  order: 2;
  width: auto;
  max-width: 25%;
}

.footer  .legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto !important;
  float: none !important;
  margin-top: -22px;
  margin-left: 1px;
}

.footer  .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline-block;
  max-width: 85%;
  width: auto;
  line-height: 1.5;
}

.footer form .inputs-list>li {   
  display: inline-block;
  margin-right: .5em;
  margin: 6px 0;
  padding: 0;
  margin-right: .5em;
}

.footer  .legal-consent-container {
  width: auto;
  max-width: 75%;
}

.footer form .inputs-list>li label.hs-form-booleancheckbox-display {
  margin: 0;
  margin-bottom: -2px;
}
.footer .input input::placeholder {
  color: #758bbc;
  position: relative;
  left: -1px;
}
footer.footer  ul.inputs-list {
  margin: 6px 0;
}
.footer .input input {
  display: inline-block;
  width:260px !important;
  border: 1px solid #666;
  background-color: #fff;
  border-color: #bcd4fc !important;
  border-width: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: .5rem 1rem !important;
  font-size: 16px !important;
  line-height: 1.5;
  color: #000 !important;
  font-family: 'Inter';
  position: relative;
  left: -2px;
  max-height: 44px;
  top: 1px;
}
.footer form .inputs-list>li {
  display: block;
  margin: 6px 0;
}
.footer .footer-middle .row {
  display: block;
}
.footer .legal-consent-container .hs-form-booleancheckbox-display p a {
  color: #95a8c1;
}
.footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: auto;
  max-width: 75%;
}

.footer .legal-consent-container .hs-form-booleancheckbox-display span.hs-form-required {
  margin-left: 0px;
  position: relative;
  top: -1px;
}

.footer .hs_submit.hs-submit {
  order: 2;
  width: auto;
  max-width: 25%;
}
.footer .legal-consent-container .hs-form-booleancheckbox-display p a:hover {
  color: #000031;
}
.footer  .legal-consent-container .hs-form-booleancheckbox-display>span, 
.footer  .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 14px !important;
  color: rgba(22,36,67,0.7);
  margin-left: 1px !important;
  font-weight: 400;
  position: relative;
  top: 1px;
}
.footer  .footer-bottom-bottom {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 0px 20px 0px 20px;
  background: #f3f7ff;
}
.footer .footer-bottom-bottom .footer-inner-bottom {
  padding: 0;
}
.footer .footer-bottom-top .row {
  padding-bottom: 0;
}
.footer .footer-bottom-bottom .divider {
  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
  top: 1px;
}
.footer .col-left {
  padding: 10px;
  width: 50%;
  text-align: left;
  position: relative;
  top: 8px;
}

.footer .col-right {
  padding: 10px;
  width: 50%;
  text-align: right;
  position: relative;
  top: 1px;
}

.footer-top .row {
  display: block;
}
.footer .col-left span ,
.footer .col-right p,
.footer  .col-right p a,
.footer .col-right strong {
  color: #95a8c1;
}
.footer .col-right p {
  margin: 0;
}
.footer form .hs_error_rollup {
  order: 3;
}
.footer form .hs_error_rollup label {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px){
  .footer .footer-middle .hs-menu-wrapper>ul>li {
    width: 25%;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .footer .footer-middle .hs-menu-wrapper>ul>li {
    width: 50%;
  }
}
@media (max-width: 1024px){
  .footer .footer-middle .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }
  .footer .col-left {
    top: 9px;
    padding-bottom: 3px;
    padding-top: 2px;
  }
  .footer .footer-top {
    padding: 30px 0px 30px 0px;
  }
  .footer .footer-top p {
    line-height: 1.3em;
    letter-spacing: -0.2px;
  }
  .footer .footer-middle {
    padding: 40px 20px 0px 20px;
    padding-top: 30px;
  }
}
@media (max-width:767px){
  .footer .footer-inner-bottom {
    display: block;
  }
  .footer .footer-top p {
    font-size: 40px;
  }
  .footer .footer-middle .hs-menu-wrapper>ul>li {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
  .footer .footer-middle .hs-menu-wrapper>ul>li:first-child {
    margin-top: 0;
  }
  .footer .footer-form {
    width: 100%;
  }
  .footer .social_share {
    width: 100%;
  }
  .footer .col-left, 
  .footer .col-right {
    width: 100%;
  }
  .footer .col-right {
    text-align: left;
  }
}
@media (max-width:640px){
  .footer .footer-bottom-top .row .hs_cos_wrapper {
    width: 100%;
  }
  .footer .legal-consent-container {
    width: auto;
    max-width: 100%;
  }.footer .footer-form{
    padding-left: 10px;
  }
  .footer .footer-form form {  
    display: block;
  }
  .footer .form-title {
    margin: 0px 0px 0px 10px;
  }
  .footer .input input {
    line-height: 2;
    min-height: 2rem;
    max-height: inherit;
    width: 100% !important;
  }
  .footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 100%;
  }
  .footer .footer-form form{
    margin-top:16px;
  }
  .footer form .inputs-list>li {
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .footer .social_share {
    width: 100%;
    padding-top: 50px;
  }
  .footer .legal-consent-container .hs-form-booleancheckbox-display input {
    margin-top: 0px;
  }
}
