/* Theme base styles */

/* Generic */

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

/* Objects */

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

/* Drag and drop layout styles */

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */























body {
  line-height: 1.6;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  
  transition-property: opacity, transform;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-optical-sizing: auto;
  text-align: start;
  opacity: 1;
  line-height: initial;
  transition-duration: 350ms;
}

html:not(.hs-inline-edit) body {
  padding-top: 90px;
}

@media  screen and (max-width: 767px) {
  html:not(.hs-inline-edit) body {
    padding-top: 100px;
  }
}

html {
  overflow-x: hidden;
}

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

html.is-fixed {
  overflow: hidden;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

ul li,
ol li {
  margin: 0.7rem;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  align-items: baseline;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.button img {
  margin-right: .5rem;
}

.button:hover img,
.button:focus img {
  filter: brightness(0) invert(1);
}


/* Simple button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

.button--bordered {
  border: 1px solid var(--primary)!important;
  background: transparent!important;
  color: var(--primary)!important;
}

.button--bordered:hover,
.button--bordered:focus,
.button--bordered:active {
  border: 1px solid #000A3C!important;
  background: #000A3C!important;
  color: var(--white)!important;
}

.button--bordered-white {
  border: 1px solid var(--white)!important;
  background: transparent!important;
  color: var(--white)!important;
}

.button--bordered-white:hover,
.button--bordered-white:focus,
.button--bordered-white:active {
  border: 1px solid #000A3C!important;
  background: #000A3C!important;
  color: var(--primary)!important;
}

.button--ghost--dark {
  border: 1px solid #000A3C!important;
  background: transparent!important;
  color: #000A3C!important;
}

.button--ghost--dark:hover,
.button--ghost--dark:focus,
.button--ghost--dark:active {
  border: 1px solid #000A3C!important;
  background: #000A3C!important;
  color: #fff!important;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

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

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form textarea {
  height: 12rem;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - 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.8rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form select {
  height: auto;
}
/* Icon wrapper */

.icon {
  border-radius: 50%;
  display: inline-flex;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

table tr:nth-child(odd) {
  background:rgba(74,51,173,.1);
}

table tr:nth-child(even) {
  background:rgba(74,51,173,.2);
}

/* Components */

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  z-index: 2;
}
footer h5,
footer a h5 {
  color: var(--white)!important;
}
body > footer.footer > div > div > div > div > div.row-fluid-wrapper.footer-row-0-background-layers {
  background-color: #2b2b2b !important;
	background-image: none !important;
}
footer .button-wrapper .button {
  padding: 5px 30px;
}
.footer span.contact-us-footer { font-weight: 600; color:#FFF; }
footer ul li.hs-menu-item {
  width: 100%;
  text-align: left;
  display: block;
}
footer ul li.hs-menu-item h5 {
  display: block;
  width: 100%;
  margin-top: 0;
}

/* footer ul li.hs-menu-item:last-child h5 {
margin-top: .75rem;
} */

footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-wrap: nowrap!important;
	gap: 1rem;
}

footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item:first-child > ul > li {
 
}

footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item:last-child  > .hs-menu-children-wrapper {
  flex-direction: column!important;
}

footer p,
footer ul li.hs-menu-item a,
footer ul li.hs-menu-item ul.hs-menu-children-wrapper a {
  color: var(--grey)!important;
}

footer ul li.hs-menu-item ul.hs-menu-children-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
div.hs-menu-flow-vertical ul li.hs-menu-item ul.hs-menu-children-wrapper {
  flex-direction: column!important;
}
div[data-menu-id="81503183171"] ul li.hs-menu-item ul.hs-menu-children-wrapper li {
  width: 50% !important;
  margin-right: unset !important;
}
footer ul li.hs-menu-item ul.hs-menu-children-wrapper li {

  text-align: left;
  margin-bottom: 1rem;
}
footer .cell_1653565417879-row-1-vertical-alignment {
  font-size: 14px;
  margin-top: 2rem;
}

footer .cell_1653565417879-row-1-vertical-alignment ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .cell_1653565417879-row-1-vertical-alignment ul li {
  width: auto;
  margin-right: 1rem;
}

footer .cell_1653565417879-row-1-vertical-alignment p {
  font-size: 14px;
  margin-bottom: 0;
}

footer .cell_1653565417879-row-1-vertical-alignment ul li a,
footer .cell_1653565417879-row-1-vertical-alignment p {
  color: #666C8A;
}

.footer .hs-menu-wrapper .active>a {
  font-weight: var(--regular)!important;
  text-decoration: none!important;
}

.footer .widget-type-logo a {
  display: inline-block;
  margin-bottom: 50px;
}
.footer .widget-type-logo img {
  height: 37px;
  margin: 0;
}

@media screen and (max-width: 767px) {

  footer ul li.hs-menu-item h5 {
    margin-top: 3rem;
  }

  /*     footer .row-number-4,
  footer .row-number-5 {
  width: 50%;
  float: left;
} */

  footer .cell_1653565417879-row-1-vertical-alignment ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.25rem;
  }

  /*   footer #hs_menu_wrapper_widget_1660038744145_ ul li.hs-menu-item ul.hs-menu-children-wrapper li:nth-child(odd) {
  padding-right: 0.5rem;
}
  footer #hs_menu_wrapper_widget_1660038744145_ ul li.hs-menu-item ul.hs-menu-children-wrapper li:nth-child(even) {
  padding-left: 0.5rem;
} */

}

@media screen and (min-width: 1024px) {
  footer .cell_1653565417879-row-1-vertical-alignment ul {
    justify-content: space-between;
  }

  footer .row-fluid-wrapper:last-child .cell_16536419024352-vertical-alignment {
    margin-left: 0;
  }


  footer ul li.hs-menu-item ul.hs-menu-children-wrapper li {

  }

  footer ul li.hs-menu-item:last-child li {
    width: auto!important;
    margin-right: 2rem;
  }

  .footer-column-5-vertical-alignment {
    
  }

  .cell_1653565417879-vertical-alignment {
    padding-left: 3rem;
  }

}

@media screen and (max-width: 1023px) {
  footer .footer-row-0-padding {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 459px) {
  footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item:first-child > ul > li {
    width: 100%;
  }
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-post__body .hs-cta-img {
  height: auto;
}

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  text-align: center;
  width: 100%;
}

/* Article */

.blog-listing__post {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.8rem;
  padding: 0;
  width: 100%;
}

.blog-listing__post-inner-wrapper {
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  height: 100%;
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.7rem 0 0;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
    width: 100%;
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
.hs-resource-item-inner .blog-index__post-title {
  min-height: 3.6em;
}
.blog-index__post-tag,
.blog-index-post-tag,
.whitepapers-index__post-tag {
  padding: 2px 8px !important;
  background-color: #f2f3fa;
  color: #909195;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 11px !important;
}
.blog-index__post-tag.blog {
  background-color: #80b9b6;
  color: #fff!important;
}

.hs-blog-id-79180282139 .blog-index__post-tag.pr {
  background-color: #4a33ad!important;
  color: #fff!important;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  margin-bottom: 1.4rem;
  max-width: 100%;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Cookie Policy styles */

#hs-eu-policy-wording p strong {
   font-family: 'Titillium Web',sans-serif !important;
}
#hs-eu-policy-wording p {
   font-family: 'Open Sans',sans-serif !important;
}
#hs-eu-cookie-confirmation-button-group {
   font-family: 'Open Sans',sans-serif !important;
   font-size: 14px !important;
}
  
/* Tablet Hack for DND Contact Page Bullets */

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {
    .cell_16589374677653-row-1-vertical-alignment .row-fluid,
    .cell_16590165748293-row-1-vertical-alignment .row-fluid {
      flex-wrap: wrap !important;
      justify-content: center;
      margin-left: -10px !important;
    }
    .cell_16589374677653-row-1-vertical-alignment .row-fluid .span1,
    .cell_16590165748293-row-1-vertical-alignment .row-fluid .span1 {
      display: none !important;
    }
    .cell_16589374677653-row-1-vertical-alignment .row-fluid .span2,
    .cell_16590165748293-row-1-vertical-alignment .row-fluid .span2 {
      width: 23%!important;
    }
}
/* = solutions hero banner -------------------- */
.solutions-hero-banner h5 {
    font-weight: var(--semi-bold);
    margin-bottom: .5rem;
}

.solutions-hero-banner .cta_button {
    margin-top: .5rem;
    justify-content: center;
}

.hs-cta-wrapper:nth-of-type(1) .cta_button {
    margin-right: 1.125rem;
}

@media screen and (max-width: 767px) {
    .solutions-hero-banner .cta_button {
        justify-content: center;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .solutions-hero-banner .row-fluid {
/*         flex-direction: column!important; */
    }

    .solutions-hero-banner .row-fluid .span6 {
        width: 100%;
/*         margin-left: 0; */
    }

    .solutions-hero-banner .row-fluid .span6:first-child {
        max-width: 500px;
        margin-bottom: 3rem;
    }
  
    .solutions-hero-banner .row-fluid .span6:nth-child(2) .span12:first-child {
        align-items: flex-end !important;
    }
}

/* = two column image --------------------- */
.two-column-image .button--primary {
    margin-right: 1.5rem;
}

.two-column-image .hs_cos_wrapper_type_rich_text ul, ul.check-blue, ul.check-blue-small {
    list-style: none;
    padding-left: 0;
}

.two-column-image .hs_cos_wrapper_type_rich_text ul li, ul.check-blue li, ul.check-blue-small li {
    position: relative;
    max-width: 33rem;
    padding-left: 3.5rem;
    margin-bottom: 1rem;
}

.two-column-image .hs_cos_wrapper_type_rich_text ul li h5 {
    font-size: 25px;
    margin-bottom: .75rem;
}

.two-column-image .hs_cos_wrapper_type_rich_text ul li h4 strong,
.two-column-image .hs_cos_wrapper_type_rich_text ul li h5 strong {
    font-weight: var(--semi-bold)!important;
}

@media screen and (max-width: 350px) {
  a.cta_button {
    margin-top: .5em;
  }
}

.two-column-image .hs_cos_wrapper_type_rich_text ul li::before, ul.check-blue li::before {
    position: absolute;
    content: "";
    top: -0.3rem;
    left: 0;
    width: 35px;
    height: 35px;
    background: url('https://nshift.com/hubfs/nShift/assets/img/icon-tick.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
ul.check-blue-small li {
    padding-left:2rem;
}
ul.check-blue-small li::before {
    position: absolute;
    content: "";
    top: 0.3rem;
    left: 5px;
    width: 18px;
    height: 18px;
    background: url('https://nshift.com/hubfs/nShift/assets/img/icon-tick.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .two-column-image-reverse-two.two-column-image .row-fluid {
        flex-direction: column-reverse !important;
    }
  
    .two-column-image-reverse-two.two-column-image.row-fluid-wrapper .span6.widget-span.dnd-column  {
        padding: 0 !important;
    }
  
    .two-column-image-reverse-two.two-column-image img {
      width: 75%;
    }
  
    .two-column-image-reverse .row-fluid {
        display: flex;
        flex-direction: column-reverse!important;
    }
  
    .two-column-image.two-column-image.row-fluid-wrapper .span6.widget-span.dnd-column {
/*         padding: 0 !important; */
    }

/*     .two-column-image .row-fluid {
        display: flex;
        flex-direction: column!important;
    } */

    .two-column-text .row-fluid {
        flex-direction: column!important;
    }

    .two-column-text .row-fluid .span6,
    .two-column-image .row-fluid .span6,
    .two-column-image-reverse .row-fluid .span6{
        width: 100%;
        margin-left: 0;
    }

    .hs_cos_wrapper_type_linked_image,
    .two-column-image .hs_cos_wrapper_type_linked_image,
    .two-column-image-reverse .hs_cos_wrapper_type_linked_image {
        text-align: center;
    }

    .two-column-image img,
    .two-column-image-reverse img {
        display: block;
/*         width: 75%; */
        margin: 0 auto 2rem;
/*         width: 100%;
        height: auto; */
    }
    .two-column-image .widget-type-linked_image,
    .two-column-image-reverse .widget-type-linked_image {
      width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .two-column-image .hs_cos_wrapper_type_rich_text ul li {
        padding-left: 0;
        padding-top: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .two-column-text .row-fluid {
        text-align: center!important;
    }

    .two-column-image img,
    .two-column-image-reverse img {
        display: block;
/*         width: 55%; */
        margin: 0 auto 2rem;
    }
}

/* = four column ticks --------------------- */

@media screen and (max-width: 767px) {
    .button-wrapper {
        /*text-align: LEFT;*/
    }
  .button-wrapper.mobile-center { text-align:center;}

    .four-column-ticks .span3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2rem;
    }

    .four-column-ticks .span3 .row-fluid-wrapper:first-child {
        width: 15%;
    }

    .four-column-ticks .span3 .row-fluid-wrapper:last-child {
        width: 85%;
    }
}



/* = filters -------------------- */
@media screen and (max-width: 767px) {
    .hs-resources-search-section {
        flex-wrap: wrap;
    }
}

.hs-resources-search-section input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0!important;
    opacity: 0;
    overflow: hidden;
}

.hs-resources-search-section input[type=checkbox]+label, 
.hs-resources-search-section input[type=checkbox]+label > a {
    cursor: pointer;
    position: relative;
    font-weight: 700
}

.hs-resources-search-section.hs-resources-fix input[type=checkbox]+label:before {
    content: "";
    width: 0%;
}

.hs-resources-search-section input[type=checkbox]+label:before:not(.hs-resources-search-section.hs-resources-fix input[type=checkbox]+label:before) {
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    border: 2px solid #e0e1eb
}

.hs-resources-search-section input[type=checkbox]+label:hover:before {
    border: 2px solid #0016a3;
}

.hs-resources-search-section input[type=checkbox]:checked+label:before {
    border: 2px solid #0016a3;
}

.hs-resources-search-section input[type=checkbox]:checked+label {
    color: #0016a3;
}

.tag_show_more span:hover {
    cursor: pointer;
}
.tag_show_more{
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    color: #0e15a3;
    padding-top: 10px;
}
.tag_show_more span {
    transition: all 0.3s;
}
/* .tag_show_more span.hide-more{
    opacity: 0;
    cursor: default;
} */


.hs-resources-search-section .hs-resourcesTop-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.hs-resources-search-section .hs-resourcesTop-tags p.show-all {
    margin: 0;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    color: var(--primary);
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer;
}

.hs-resources-search-section .hs-resourcesTop-tags .resource-check.all {
    background: none;
}

.hs-resources-search-section .hs-resourcesTop-tags .resource-check p.active {
    border: 2px solid var(--primary);
}

.hs-resources-search-section .hs-resourcesTop-tags button.resource-filter.active,
.hs-resources-search-section .hs-resourcesTop-tags button.resource-filter:hover {
    color: var(--primary) !important;
    border: 2px solid var(--primary);
}

.hs-resources-search-section .hs-resourcesTop-tags button.resource-filter {
    background-color: #fff;
    color: #000a3c;
    border: 2px solid #E0E1EB;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 18px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
}

.hs-resources-search-section .hs-resourcesTop-tags .resource-check {
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 18px;
}

.hs-resources-search-section .hs-resourcesTop-tags label {
    font-size: 15px;
    margin: 0;
    color: #000a3c;
    text-transform: none;
    padding: 10px;
    display: block;
}

.hs-resources-search-section .hs-resourcesTop-tags label > a {
    font-size: 15px;
    margin: 0;
    color: #000a3c;
    text-transform: none;
    display: block;
}

.hs-resources-search-section .hs-resourcesTop-tags label input {
    margin-right: 7px;
}
@media only screen and (max-width: 600px) {
  .campaign-lp-form > .row-fluid:nth-of-type(1) {
    background: #fff;
    padding: 20px;}
}

/* = video play -------------------- */
.oembed_custom-thumbnail_icon {
    width: 50%!important;
}

/* New Landing page*/

.tracker-lp-template .d-flex.flex-wrap.justify-content-between.align-items-center {
	border-radius: 25px;
}

.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li {
	max-width: none !important;
}
.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li {
	margin: 0 auto 35px !important;

}

.tracker-lp-template.tracker-lp-template-b .two-column-image .hs_cos_wrapper_type_rich_text ul li {
    margin-bottom: 65px !important;
}

@media (max-width: 1024px) {
	.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li,
	.tracker-lp-template.tracker-lp-template-b .two-column-image .hs_cos_wrapper_type_rich_text ul li {
		margin: 0 auto !important;
	}
	
}

@media (max-width: 767px) {
	.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li {
		padding-left: 40px;
		padding-top: 0;
	}
	.tracker-lp-template .span12 .dnd_area-row-1-padding {
		padding-bottom: 40px !important;
		padding-top: 40px !important;
	}
	.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li {
		font-size: 18px !important;
	}
	.tracker-lp-template p {
		font-size: 18px !important;
		margin: 0 0 10px;
	}
	.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li h5 {
		font-size: 18px !important;
	}
	.tracker-lp-template .ul-top {
		margin-top: 10px;
	}
	.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li {
		margin-bottom: 16px !important;
	}

	.tracker-lp-template form input[type=email], .tracker-lp-template form input[type=number], .tracker-lp-template form input[type=password], .tracker-lp-template form input[type=search], .tracker-lp-template form input[type=tel], .tracker-lp-template form input[type=text], .tracker-lp-template form select, .tracker-lp-template form textarea {

		border: 1px solid #ededf1;
	}
	.tracker-lp-template form p {
		font-size: 14px !important;
	}
	.tracker-lp-template .hs_cos_wrapper_type_form form label:not(.hs-form-booleancheckbox-display) {
		font-size: 16px;
		letter-spacing: 0;
		text-transform: inherit;
	}

}

.tracker-lp-template form input[type=email], .tracker-lp-template form input[type=number], .tracker-lp-template form input[type=password], .tracker-lp-template form input[type=search], .tracker-lp-template form input[type=tel], .tracker-lp-template form input[type=text], .tracker-lp-template form select, .tracker-lp-template form textarea {

	box-shadow: 0 8px 24px hsla(210,8%,62%,.2);

}

section.hero-banner .hs-cta-wrapper:nth-of-type(1) .cta_button {
    margin-right: 1.125rem;
}

section.hero-banner p {
    margin-bottom: 1.8rem;
}

.h1_hero {
  font-size: 52px;
}

@media screen and (max-width: 1024px) {
    section.hero-banner .content,
    section.hero-banner .featured-img {
        width: 100%;
    }

    section.hero-banner .featured-img {
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {
    section.hero-banner .content-wrapper {
        padding: 0;
    }
}
.icon-column-wrapper p {
    max-width: 30rem;
}

section.icon-columns {
    margin-top: 2.5rem;
}

section.icon-columns > .d-flex {
    gap: 1.65rem;
}

section.icon-columns .icon-column {
    width: 100%;
    margin-bottom: 2rem;
}

section.icon-columns .icon-column.cta {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

section.icon-columns .icon-column.cta span {
    margin-right: 8px;
}

section.icon-columns .icon-column p {
    max-width: 30rem;
    margin: 0;
}

section.icon-columns .icon-column .img {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    section.icon-columns .icon-column.two-col,
    section.icon-columns .icon-column.three-col,
    section.icon-columns .icon-column.four-col {
        width: 48%;
    }
}

@media screen and (min-width: 1024px) {
    section.icon-columns .icon-column.three-col {
        width: 31.8%;
    }

    section.icon-columns .icon-column.four-col {
        width: calc(25% - (4.95rem / 4));
    }

    section.icon-columns .icon-column.cta {
        min-height: 135px;
    }
}

@media screen and (max-width: 767px) {
  section.icon-columns .icon-column {
    min-height: auto;
  }
}
section.large-icon-columns .heading-intro {
    text-align: center;
    margin-bottom: 4rem;
}

section.large-icon-columns .ctas-desktop {
    display: none;
    max-width: 16.09375rem;
    width: 100%;
}

section.large-icon-columns .ctas-mobile {
    display: flex;
    width: 100%;
    margin-top: 3rem;
}

section.large-icon-columns .ctas-mobile .cta_button {
    margin: 0 .5rem;
}

section.large-icon-columns > .d-flex {
    gap: 1rem;
}

section.large-icon-columns .large-icon-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

section.large-icon-columns .large-icon-column .img {
    margin-bottom: 1.5rem;
}

section.large-icon-columns .large-icon-column .card-body {
    flex: 1;
}

section.large-icon-columns .large-icon-column h4 {
    margin-bottom: .5rem;
}

section.large-icon-columns .large-icon-column p {
    max-width: 30rem;
}

section.large-icon-columns .large-icon-column .card-body .cta {
    display: none;
}

@media screen and (max-width: 767px) {
    section.large-icon-columns .heading-intro {
        margin-bottom: 1.6rem;
    }

    section.large-icon-columns .large-icon-column .img {
        margin-bottom: .2rem;
    }

    section.large-icon-columns .large-icon-column .img img {
        height: 150px!important;
    }
}

@media screen and (min-width: 768px) {
    section.large-icon-columns .heading-intro {
        text-align: left;
    }

    section.large-icon-columns .heading-intro h3 {
        max-width: 30rem;
        width: 100%;
    }

    section.large-icon-columns .large-icon-column .img img {
        height: 150px!important;
    }

    section.large-icon-columns .ctas-desktop {
        display: flex;
    }

    section.large-icon-columns .ctas-mobile {
        display: none;
    }

    section.large-icon-columns .large-icon-column,
    section.large-icon-columns .large-icon-column.fifty {
        width: 100%;
        flex-direction: row;
        margin-bottom: 3rem;
    }

    section.large-icon-columns .large-icon-column .img,
    section.large-icon-columns .large-icon-column.fifty .img,
    section.large-icon-columns .large-icon-column .card-body,
    section.large-icon-columns .large-icon-column.fifty .card-body {
        width: 30%;
    }

    section.large-icon-columns .large-icon-column .card-body,
    section.large-icon-columns .large-icon-column.fifty .card-body {
        padding-left: 2rem;
        text-align: left;
    }

    section.large-icon-columns .large-icon-column .card-body .cta {
        display: block;
    }

    section.large-icon-columns .large-icon-column .card-footer {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    section.large-icon-columns .ctas-desktop {
        display: flex;
        max-width: 20.09375rem;
    }
     
    section.large-icon-columns .large-icon-column {
        width: 32%;
        flex-direction: column;
    }

    section.large-icon-columns .large-icon-column.fifty {
        width: 48%;
        flex-direction: column;
        margin-bottom: 4rem;
    }

    section.large-icon-columns .large-icon-column p {
        max-width: 30rem;
        margin: 0 auto 1.5rem;
    }

    section.large-icon-columns .large-icon-column .img,
    section.large-icon-columns .large-icon-column.fifty .img,
    section.large-icon-columns .large-icon-column .card-body,
    section.large-icon-columns .large-icon-column.fifty .card-body {
        width: 100%;
    }

    section.large-icon-columns .large-icon-column .card-body,
    section.large-icon-columns .large-icon-column.fifty .card-body {
        padding-left: 0rem;
        text-align: center;
    }

    section.large-icon-columns .large-icon-column .card-body .cta {
        display: none;
    }

    section.large-icon-columns .large-icon-column .card-footer {
        display: block;
    }
}
section.color-boxes .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
    margin-bottom: 2rem;
    min-height: 300px;
}

section.color-boxes .box.green--bg {
    background: var(--green);
}

section.color-boxes .box.pink--bg {
    background: var(--light-pink);
    background-position: right bottom!important;
}

section.color-boxes .box.blue--bg {
    background-image: linear-gradient(150deg, #56B2C1 0%, #0016A3 100%)!important;
}

section.color-boxes .box.purple--bg {
    background: #4A33AD;
}

section.color-boxes .box h6 {
    font-size: 10px;
    font-weight: var(--bold);
    text-transform: uppercase;
    margin-bottom: .75rem;
    letter-spacing: 1px;
}

section.color-boxes .box h4 {
    font-size: 28px;
    max-width: 27rem;
}

section.color-boxes .box.blue--bg,
section.color-boxes .box.purple--bg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

section.color-boxes .box.blue--bg img {
    display: block;
    margin-bottom: 1rem;
}

section.color-boxes .box.blue--bg h6,
section.color-boxes .box.blue--bg h4,
section.color-boxes .box.purple--bg h6,
section.color-boxes .box.purple--bg h4 {
    color: var(--white);
}

section.color-boxes .hs_cos_wrapper_type_cta:nth-of-type(1) {
    margin-right: .75rem;
}

@media screen and (max-width: 767px) {
    section.color-boxes .cta_button {
        padding: 8px 25px;
    }
}

@media screen and (min-width: 768px) {
    section.color-boxes .box {
        width: 48%;
    }

    section.color-boxes .box h6  {
        font-size: 16px;
    }

    section.color-boxes .box.blue--bg h4,
    section.color-boxes .box.purple--bg h4 {
        font-size:28px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.color-boxes .hs_cos_wrapper_type_cta:first-child,
  section.color-boxes .cta_button:first-child {
      margin-right: .45rem;
  }
}

@media screen and (min-width: 1024px) {
    section.color-boxes .box {
        padding: 3rem;
        min-height: 450px;
    }

    section.color-boxes .box.blue--bg,
    section.color-boxes .box.purple--bg {
        padding: 3rem;
    }

    section.color-boxes .box.blue--bg h4,
    section.color-boxes .box.purple--bg h4 {
        font-size: 36px;
    }
}
section.service-boxes .box-grid {
    display: grid;
    overflow: hidden;
    grid-auto-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: flex-start;
}

section.service-boxes .service-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background: var(--white);
    margin-bottom: 2rem;
}

section.service-boxes .service-box h6,
section.service-boxes .service-box h4 {
    margin-bottom: .5rem;
}

section.service-boxes .service-box img {
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    section.service-boxes .service-box p {
      margin-bottom: 0.3rem;
    }
}

@media screen and (min-width: 768px) {
    section.service-boxes .box-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
  
    section.service-boxes .service-box {
        padding: 3em;
    }
}
section.customer-stories,
section.customer-stories .card-item {
    display: flex;
    padding-bottom: 2rem;
}

section.customer-stories .swiper {
    width: 100%;
}

section.customer-stories .card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.customer-stories .card .card-img {
    position: relative;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    min-height: 215px;
}

section.customer-stories .card .card-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url('https://nshift.com/hubfs/nShift/assets/gradient-customer.png');
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
}

section.customer-stories .card .card-img .see-post {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20.41px;
    height: 17.35px;
    z-index: 5;
}

section.customer-stories .card .card-body {
    flex: 1;
}

section.customer-stories .card .card-body h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 1rem;
}

section.customer-stories .card .card-body,
section.customer-stories .card .card-footer {
    padding: 1.5rem 1.5rem 0;
    background: var(--white);
}

section.customer-stories .card .card-footer {
    padding: 0 1.5rem .5rem;
}

section.customer-stories .card .card-footer .post-tag {
    background: #F2F3FA;
    padding: .25rem;
    font-size: 10px;
    font-family: 'Titillium Web',sans-serif;
    font-weight: var(--bolder)!important;
    color: #616164;
    text-transform: uppercase;
    margin-right: .25rem;
    margin-bottom: .25rem;
    letter-spacing: 1px;
}

section.customer-stories .swiper-button-next {
    width: calc(var(--swiper-navigation-size)/23*27);
    right: -75px;
}


section.customer-stories .swiper-button-next::after, 
section.customer-stories .swiper-button-prev::after {
    display: none;
}

@media screen and (max-width: 767px) {
    section.customer-stories .card .card-body h4 {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .swiper-button-next {
        display: none;
    }
}


@media screen and (min-width: 1024px) {
    .swiper-button-next {
        display: block;
    }
}
section.stats-counter .stat-item {
    width: 100%;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
section.stats-counter .stat-item small {
  font-size: 45%;
}
section.stats-counter .stat-item .number {
    display: block;
    position: relative;
    font-size: 56px;
    font-weight: var(--bold);
    color: var(--primary);
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    section.stats-counter .stat-item {
        width: 50%;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    section.stats-counter .stat-item.thirty {
        width: 33.333333%;
    }

    section.stats-counter .stat-item.twenty-five {
        width: 25%;
    }

    section.stats-counter .stat-item .number {
        font-size: 56px;
    }
}
section.shipping-banner {
    background: linear-gradient(315deg,#2b2b2b,#2b2b2b);
    max-width: 1169px;
    margin: 40px auto;
}

section.shipping-banner .shipping-info,
section.shipping-banner .shipping-img {
    position: relative;
    width: 100%;
}

section.shipping-banner .shipping-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://nshift.com/hubfs/nShift/assets/img/new-2022/gradient-img.png");
    background-size: cover;
    background-position: top left;
}

section.shipping-banner .shipping-info {
    padding: 50px;
}

section.shipping-banner .shipping-info p {
    max-width: 33rem;
}

section.shipping-banner .shipping-img {
    display: none;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    height: 100%;
    min-height: 515px;
}

@media screen and (min-width: 1024px) {
    section.shipping-banner .shipping-info {
        width: 65%;
    }

    section.shipping-banner .shipping-img {
        display: block;
        width: 35%;
    }
}
section.hidden-banner {
    height: 1px;
    background: #F2F3F9;
    width: 105%;
    margin-left: -3%;
}
/* Accordion */

.accordion {
  margin-bottom: 1.4rem;
  padding: 0;
}

/* Accordion title and content */

.accordion__summary {
  cursor: pointer;
  list-style-type: none;
}

.accordion__summary,
.accordion__content {
  padding: 0.7rem;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.card--dark .accordion__summary,
.card--dark .accordion__content,
.card--light .accordion__summary,
.card--light .accordion__content {
  padding: 2.1rem;
}

/* Accordion icons */

.accordion__summary:before {
  margin-right: 1.4rem;
}

.accordion__summary:-webkit-details-marker {
  display: none;
}

/* Accordion icons - closed icon */

.accordion--caret .accordion__summary:before {
  content: '\2304';
}

.accordion--plus .accordion__summary:before {
  content: '\002B';
}

/* Accordion icons - opened icons */

.accordion--caret[open] .accordion__summary:before {
  content: '\2303';
}

.accordion--plus[open] .accordion__summary:before {
  content: '\2212';
}
.benefits_cards .benefits_card h4{
    color: #ffffff;
    margin: 0;
    font-size: 22px;
}
.benefits_cards .benefits_card{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 60px 25px 25px;
    background-color: #025091;
       align-items: start;
       margin-bottom: 30px;;
}
.benefits_cards .benefits_card img{
    height: 35px !important;
    width: auto;
    margin-bottom: 25px;;
}
.benefits_cards {
    display: flex;
    gap: 30px;
    align-items: center;
}
.benefits_cards .benefits_card1{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, rgba(1,74,146,1) 0%, rgba(1,97,138,1) 100%);
}
.benefits_cards .benefits_card2{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, #01598D 0%, #067287 100%);
}
.benefits_cards .benefits_card3{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, #006788 0%, #068183 100%);
}
.benefits_cards .benefits_card4{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, #014F90 0%, #006588 100%);
}
.benefits_cards .benefits_card5{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, #015E8B 0%, #007483 100%);
}
.benefits_cards .benefits_card6{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, #006D86 0%, #007F80 100%);
}
.benefits_cards .benefits_card7,
.benefits_cards .benefits_card8,
.benefits_cards .benefits_card9,
.benefits_cards .benefits_card10{
    background: rgb(1,74,146);
    background: linear-gradient(317deg, #007B81 0%, #007D7E 100%);
}
@media(max-width:767px){
    .benefits_cards{
        display: block;
    }
    .benefits_cards .benefits_card{
        background: linear-gradient(317deg, rgba(1,74,146,1) 0%, rgba(1,97,138,1) 100%) !important;
    }
}
.cta_subscribe_banner_module {
    background: linear-gradient(146deg, rgba(0,22,163,1) 0%, rgba(128,185,182,1) 100%);
    padding: 150px;
    color: #fff;
    display: flex;
    max-width:calc(100vw - 80px);
    margin: auto;
    position: relative;
    z-index: 1;
}

.cta_subscribe_banner_module h4 {
    color: #fff;
    font-size: 52px;
}

.cta_subscribe_banner_left{
    width: 66%;
    padding-right: 100px;
}

.cta_subscribe_banner_right{
    width: 33%;
    max-width:240px;
}
.hs_cos_wrapper_widget{
    position: relative;
}
.cta_subscribe_banner_form .form-title{
    display: none;
}
.cta_subscribe_banner_form form{
    border: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
    box-shadow: none;
}
.cta_subscribe_banner_form .hs_email label{
    display: none;
}
.cta_subscribe_banner_form .hs_submit{
    position: absolute;
    top: 0;
    right: 0;
}
.cta_subscribe_banner_form form input[type='submit'],.cta_subscribe_banner_form  form .hs-button{
    border: 1px solid #ffffff!important;
    background-color: #ffffff!important;
    color: var(--primary);
}

.cta_subscribe_banner_form form input[type='submit']:hover,.cta_subscribe_banner_form  form .hs-button:hover{
    border: 1px solid #000A3C!important;
    color: #ffffff;
    background-color: #000A3C!important;
}

.cta_subscribe_banner_form ::-webkit-input-placeholder,
.cta_subscribe_banner_form ::placeholder{
    color: #fff;
}

.cta_subscribe_banner_form form input[type='email']{
    height: 43px;
    border: 1px solid #ffffff;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 50px;
    color: #ffffff;
}

.cta_subscribe_banner_after{
    width: 200vw;
    background-color: var(--secondary);
    height: 160px;
    position: absolute;
    bottom: -100px;
    left: -100vw;
}

.cta_subscribe_banner_form form .legal-consent-container .hs-richtext p{
    color:#ffffff;
    opacity: .7;
}

.cta_subscribe_banner_form .submitted-message {
   padding: 0!important;
   background-color: transparent!important;
}

@media screen and (max-width:991px){
    .cta_subscribe_banner_module{
        padding: 100px 20px;
        flex-direction: column;
        text-align: center;
    }

    .cta_subscribe_banner_left,
    .cta_subscribe_banner_right{
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .cta_subscribe_banner_right div {
        width: 45%;
        text-align: center;
    }

    .cta_subscribe_banner_module h4 {
        font-size: 32px;
    }

    .cta_subscribe_banner_left{
        border-bottom: 1px solid #ffffff3b;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .cta_subscribe_banner_right{
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width:767px) {
    .cta_subscribe_banner_module {
        max-width: 100vw;
        padding: 100px 20px;
        flex-direction: column;
        text-align: center;
    }

    .cta_subscribe_banner_module .content-wrapper {
        padding: 0;
    }

    .cta_subscribe_banner_left,
    .cta_subscribe_banner_right {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .cta_subscribe_banner_right div {
        width: 100%;
        text-align: center;
    }

    .cta_subscribe_banner_left {
        border-bottom: 1px solid #ffffff3b;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
  
    .cta_subscribe_banner_left form input {
        font-size: 12px;
    }
  
    .cta_subscribe_banner_left form input.hs-button {
        padding: 14px 20px;
    }

    .cta_subscribe_banner_right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cta_subscribe_banner_module {
        padding: 80px;
    }
}

.tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li:before {
  width: 24px;
  height: 24px;
}

.simple-footer.footer {
  background-color: rgba(0, 10, 60, 1) !important;
}

.simple-footer .footer-column-5-vertical-alignment {
  border-right: 0px;
}

.simple-footer .social-follow .icon {
  background-color: rgba(0, 10, 60, 1);
}

.simple-footer #hs_cos_wrapper_footer-module-7 .social-follow__link,
.simple-footer .social-follow__link {
  margin-bottom: 0px;
}

.simple-footer .social-follow {
  display: flex;
  max-width: 100%;
}

@media (max-width: 1024px)  {
 
  .simple-footer #hs_cos_wrapper_footer-module-7 .social-follow {
    justify-content: flex-start;
  }
  
}

@media (max-width: 1024px) {
  
  .tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text h3.list-heading {
    text-align: center;
  }
  
  .tracker-lp-template .two-column-image .hs_cos_wrapper_type_rich_text ul li {
    margin: 0 auto;
    margin-bottom: 65px;
  }
  
  
  
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

img, video{
  max-width: 100%;
}

.bg-grey{
  background-color: var(--grey); 
}
.bg-light-grey{
  background-color: var(--light-grey); 
}
.text-uppercase{
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  h4.title-max-width {
    max-width: 530px;
  }
}

@media screen and (max-width: 767px) {
  
  .left-mob {
    text-align: left !important;
  }
  
  .center-mob {
    text-align: center !important;
  }
  
  h1.mob-shrink {
    font-size: 42px !important;
  }
  
  h3.mob-shrink {
    font-size: 28px !important;
  }
  
  h4.mob-shrink {
    font-size: 20px !important;
  }
  
}


:root {
    --form-grey: #e0e1eb;
    --ns_dark_blue: #000a3c;
    --ns_blue: #0016a3;
    --ns_purple: #0016a3;
    --ns_new_purple: #4A33AD;
    --ns_lilac: #4a33ad;
    --ns_peach: #e296a0;
    --ns_light_green: #80b9b6;
    --ns_orange: #e08408;
    --ns_pink: #d8309b;
    --ns_new_pink: #E296A0;
    --ns_sky_blue: #08b8c6;
    --ns_green: #56B2C1;
}



form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  
  
  ;
  background-color: ;
  border-radius: ;
  color: ;
  font-size: ;
}



input[type=email],input[type=file],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea {
    font: normal 700 .875rem/3rem Titillium Web;
    width: 100%;
    background-color: var(--form-grey);
    color: var(--ns_blue);
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.25rem;
    border: none;
    border-radius: .1875rem
}

.input-text--drop {
    background-image: url(https://nshift.com/hubfs/dropdown.svg);
    background-position: center right 1.25rem;
    background-size: .875rem .4375rem;
    background-repeat: no-repeat
}

input[type=range] {
    width: 100%;
    margin: 10.5px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    background: #0016a3;
    border: 0;
    width: 100%;
    height: 3px;
    cursor: pointer
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -10.5px;
    width: 24px;
    height: 24px;
    background: #0016a3;
    border: 4px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none
}

input[type=range]::-moz-range-track {
    background: #0016a3;
    border: 0;
    width: 100%;
    height: 3px;
    cursor: pointer
}

input[type=range]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #0016a3;
    border: 4px solid #fff;
    border-radius: 50px;
    cursor: pointer
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 10.5px 0;
    color: transparent;
    width: 100%;
    height: 3px;
    cursor: pointer
}

input[type=range]::-ms-fill-lower {
    background: #00138a;
    border: 0
}

input[type=range]::-ms-fill-upper {
    background: #0016a3;
    border: 0
}

input[type=range]::-ms-thumb {
    width: 24px;
    height: 24px;
    background: #0016a3;
    border: 4px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0
}

input[type=range]:focus::-ms-fill-lower,input[type=range]:focus::-ms-fill-upper {
    background: #000
}

@supports (-ms-ime-align:auto) {
    input[type=range] {
        margin: 0
    }
}

  .hs_cos_wrapper_type_form form input[type='submit']{
/*     border: 1px solid #0016A3;
    background: transparent;
    color: #0016A3; */
    width: auto;

}
.hs_cos_wrapper_type_form form input[type='submit']:hover {
    border: 1px solid #0016A3!important;
    background: #0016A3!important;
    color: #fff!important;
}
.hs_cos_wrapper_type_form form label:not(.hs-form-booleancheckbox-display){
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
        letter-spacing: 2px;
        font-size: 10px;;
}

.hs_cos_wrapper_type_form form .hs-form-booleancheckbox input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.hs_cos_wrapper_type_form form .hs-form-booleancheckbox span{
    position: relative;
    margin-left: 0 !important;
}
.hs_cos_wrapper_type_form form .hs-form-booleancheckbox span p {
    font-size: 14px;
}
.hs_cos_wrapper_type_form form .hs-form-booleancheckbox span:not(.hs-form-required)::before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0016A3;
  padding: 8px;
  display: inline-block;
  position: relative;
    vertical-align: sub;
  cursor: pointer;
  margin-right: 9px;
}

.hs_cos_wrapper_type_form form .hs-form-booleancheckbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
    top: 6px;
    left: 5px;
    width: 11px;
    height: 9px;
 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.397' height='8.803' viewBox='0 0 10.397 8.803'%3E%3Cg id='Group_1222' data-name='Group 1222' transform='translate(0.707 0.707)'%3E%3Cg id='Group_14453' data-name='Group 14453'%3E%3Cpath id='Path_2214' data-name='Path 2214' d='M474.723 262.441l-3.008-3.008 1.414-1.414 1.594 1.594 2.922-2.922 1.414 1.414Z' transform='translate(-472.422 -254.345)' fill='%230016a3'/%3E%3Cpath id='Line_323' data-name='Line 323' d='M.707 2.32-.707.906.906-.707 2.32.707Z' transform='translate(7.369)' fill='%230016a3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size:cover;
}
.d-inline-block{
  display: inline-block;
}
@media(max-width:1024px){
.hs-content-id-77958905784 .two-column-image img,
.hs-content-id-77958905784 .two-column-image-reverse img,
.hs-content-id-78667091800 .two-column-image img,
.hs-content-id-78667091800 .two-column-image-reverse img{
    width: 100%;
}
}
.campaign-lp-form{
    background: #f2f3fa;
}
.campaign-lp-form > .row-fluid:nth-of-type(1){
    background: #fff;
    padding: 80px;
}
.hs-landing-page .campaign-lp-form  .form-title,
.hs-landing-page .campaign-lp-form  form{
    background: #fff;
}
@media(min-width:768px){
    .campaign-lp-form > .row-fluid:nth-of-type(1){
        margin-top: -80px;
    }
    .campaign-lp-form{
            /*border-top: 80px solid #020c39;*/
    }
}
footer img[alt="dnvGLLogo"]{
    margin-left: 5px;
}
@media only screen and (max-height: 700px){
.leadinModal.leadinModal-theme-default {
    padding-top: 200px !important;
}
}
.leadinModal .leadinModal-content{max-height:100% !important;}
.leadinModal{z-index:99999;}


/* Update: 26/04/24 */

@media screen and (max-width: 767px) {
  /* Display */
  .d-inline-block-set-sm {
    display: inline-block;
  }
  
  /* Padding */
  .pt-20-set-sm {
    padding-top: 20px;
  }
	.campaign-lp-form > .row-fluid:first-of-type {
    background: #fff;
    padding: 20px;
}

}

/* Modules */