*, *: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: 28px;
    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: 28px;
        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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
</style>

html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.4;
  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 {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
    background: #67265D;
    border-radius: 100px;
    padding: 18px 30px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: auto;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #FFF;
  color: #67265D;
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: underline;
}

.arrow-btn svg {
    position: relative;
    top: 1px;
    width: 12px;
    height: 10px;
    margin-left: 4px;
    transition: all 0.15s linear;
}
.arrow-btn:hover svg {
    margin-left: 7px;
    width: 16px;
}

.button.black-button {
    background-color: #000;
    color: #FFF;
}

.button.blue-button {
    background-color: #2270E1;
    color: #FFF;
}
/* Form */

form {
  font-family: "DM Sans", sans-serif;
}

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

/* Labels */

form label {
  color: #000;
  display: block;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #E8ECEC;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  padding: 12px;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 0 !important;
}

.footer-cta .legal-consent-container .hs-form-booleancheckbox-display > span,
.footer-cta .legal-consent-container .hs-form-booleancheckbox-display > span p {
    color: #FFF;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #2270E1;
  border: 1px solid #2270E1;
  border-radius: 50px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 12px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px;
  }
  .nrf-banner {
      width: 100%;
      background: #001529;
      display: block;
      gap: 12px;
      padding: 12px 0;
      text-align: center;
  }
  .nrf-banner span {
      color: #FFF;
      font-size: 17px;
      display: inline-block;
      margin: 0 10px;
  }
  .nrf-banner svg {
      display: inline-block;
      margin: 0 10px;
  }
  .nrf-banner a {
      display: inline-block;    
      color: #FFF;
      text-decoration: underline;
      margin: 0 10px;
      font-weight: bold;
  }
  
  
  .header {
  
  }
  
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px!important;
    padding: 1px 30px;
  }
  
  .header__container.white {
    border-radius: 8px;
    backdrop-filter: blur(10px);
    background-color: hsla(100, 100%, 100%, .8);
    box-shadow: 0px 15px 15px 0px rgba(50, 50, 93, 0.05);
  }
  
  .header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
  
  /* Logo */
  
  .header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    max-width: 160px;
    overflow: hidden;
  }
  
  .header__logo a {
      display: block;
      line-height: 0;
  }
  
  .header__logo svg {
    max-width: 100%;
  }
  
  /* Navigation */
  
  #nav-toggle {
    display: none;
  }
  
  .header__navigation {
      
  }
  .header__menu--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    align-items: center;
  }
  .header__menu--flex li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .header__menu--flex .link {
      font-size: 15px;
      font-weight: 500;
      color: #113245;
      padding: 8px;
      line-height: 1.7;
      cursor: pointer;
  }
      .header__navigation.black .header__menu--flex .link {
          color: #113245;
      }
      .header__navigation.white .header__menu--flex .link {
          color: #FFF;
      }
      .header__navigation.gray .header__menu--flex .link {
          color: #9BB1BB;
      }
  
  .header__menu--flex li.label {
      padding-left: 15px;
      margin-left: 15px;
      border-left: 1px solid #9BB1BB;
      font-size: 15px;
      font-weight: 700;
      color: #3F5F6F;
      line-height: 1.7;
  }
  
  .header--white .header__menu--flex li a {
      color: #FFF;
  }
  .header--gray .header__menu--flex li a {
      color: #9BB1BB;
  }
  
  .header__menu--flex li a.header__menu--cta {
      background: #113245;
      color: #FFF;
      border-radius: 50px;
      margin: 0 8px;
      font-size: 15px;
      font-weight: 700;
      padding: 8px 20px;
      line-height: 1.7;
  }
      .header__menu--flex li a.header__menu--cta.black {
          background: #2270E1;
          color: #FFF;
      }
      .header__menu--flex li a.header__menu--cta.white {
          background: #FFF;
          color: #113245;
      }
      .header__menu--flex li a.header__menu--cta.gray {
          background: #9BB1BB;
          color: #113245;
      }
  
  .header__menu--flex li a.header__menu--cta svg {
      width: 12px;
      height: 10px;
      margin-left: 7px;
      display: inline-block;
  }
  
  .header__navigation--toggle {
      display: none;
  }
  .header__mobile {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: #FFF;
      z-index: 9999;
      padding: 20px;
      max-height: 100vh;
      flex-direction: column;
  }
  .header--mobile-logo {
      display: block;
      width: 160px;
      margin-bottom: 10px;
  }
  .header--mobile-logo svg {
      height: auto;
      width: 100%;
  }
  .header__navigation--mobile{
        flex: 1;
        overflow: scroll;
    }
  .header__navigation--mobile .header__menu--flex {
      flex-direction: column;
      gap: 0;
  }
  .header__navigation--mobile .header__menu--flex li {
      width: 100%;
  }
  .header__navigation--mobile .header__menu--flex li  a {
      font-size: 16px;
      padding: 2px;
  }
  .header__menu--mobile-cta {
      margin: 60px 0;
  }
  
  .header__nav-platform, .header__nav-products, .header__nav-resources, .header__nav-company, .header__nav-industries {
      position: relative;
      z-index: 99999;
  }

  
  .nav-platform-ddl-container {
      display: none;
      position: absolute;
      top: 50px;
      left: -360px;
      width: 800px;
      padding-top: 10px;
  }
  .nav-platform-ddl {
      position: relative;
      background-color: #F6F9FF;
      box-shadow: 0 5px 60px -10px rgba(0,0,0,0.35), 0 10px 30px -10px rgba(0,0,0,0.50);
      border-radius: 7px;
      padding: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
  }
  .nav-platform-ddl:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #F6F9FF;
      border-width: 10px;
      margin-left: -10px;
  }
  .nav-platform-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    background: #FFF;
    border-radius: 5px;
    padding: 24px;
    border: 2px solid #EBEFF6;
  }
  .nav-platform-product {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
  }
  .nav-platform-product label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1EBFAB;
    letter-spacing: 1px;
  }
  .header__nav-platform .nav-platform-ddl a {
      padding: 0;
      line-height: 1.4;
  }
  .header__nav-platform .nav-platform-ddl a.arrow-btn svg {
      top: 0;
      visibility: hidden;
  }
  .header__nav-platform .nav-platform-ddl a.arrow-btn:hover svg {
      visibility: visible;
  }
  .nav-platform-ddl span {
      font-size: 14px;
      color: #2270E1;
      font-weight: 500;
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
  }
  .nav-platform-ddl a {
      display: block;
  }
  .nav-platform-ddl a:hover {
      text-decoration: none;
  }
  .nav-platform-ddl a strong {
      display: block;
      color: #113245;
      font-size: 15px;
      font-weight: 500;
  }
  .nav-platform-ddl a em {
      display: block;
      font-size: 13px;
      color: #85A0AD;
      font-style: normal;
      font-weight: normal;
  }
  .nav-platform-ddl a:hover em {
      color: #113245;
  }
  .nav-platform-components {
      display: grid;
      justify-content: space-between;
      align-content: space-between;
      background: #FFF;
      border-radius: 5px;
  }
  .nav-platform-callout {
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      background-image: url('//6642885.fs1.hubspotusercontent-na1.net/hubfs/6642885/raw_assets/public/shipium-theme/images/theme-packages.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: auto;
      padding: 50px 30px;
      border-radius: 5px;
  
  }
  .nav-platform-callout a {
      text-align: center;
  }
  .nav-platform-callout a strong {
      color: #FFF;
      font-size: 28px;
      margin-bottom: 12px;
      font-weight: bold;
  }
  .nav-platform-callout a em {
      color: #FFF;
      font-size: 15px;
  }
  .nav-platform-callout a:hover em {
      color: #FFF;
  }
  .nav-platform-blog {
      display: grid;
      gap: 12px;
      align-items: end;
  }
  .nav-platform-blog span {
      color: #113245;
  }
  .nav-platform-blog a {
      display: grid;
      grid-template-columns: 100px auto;
      gap: 12px;
      align-items: center;
  }
  .nav-platform-blog a strong {
      color: #85A0AD;
  }
  .nav-platform-blog a img {
      border-radius: 5px;
      max-width: 100px;
      border: 2px solid #E8ECEC;
  }
  .nav-platform-blog a:hover strong {
      color: #113245;
  }
  .platform-mobile-img img{
    object-fit: contain;
    height: auto;
}


  .nav-products-ddl-container {
    display: none;
    position: absolute;
    top: 50px;
    left: -360px;
    width: 800px;
    padding-top: 10px;
}
.nav-products-ddl {
    position: relative;
    background-color: #F6F9FF;
    box-shadow: 0 5px 60px -10px rgba(0,0,0,0.35), 0 10px 30px -10px rgba(0,0,0,0.50);
    border-radius: 7px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.nav-products-ddl:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #F6F9FF;
    border-width: 10px;
    margin-left: -10px;
}
.nav-products-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    background: #FFF;
    border-radius: 5px;
    padding: 24px;
    border: 2px solid #EBEFF6;
}
.nav-products-product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.header__nav-products .nav-products-ddl a {
    padding: 0;
    line-height: 1.4;
}
.header__nav-products .nav-products-ddl a.arrow-btn svg {
    top: 0;
    visibility: hidden;
}
.header__nav-products .nav-products-ddl a.arrow-btn:hover svg {
    visibility: visible;
}
.nav-products-ddl span {
    font-size: 13px;
    color: #1EBFAB;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-products-ddl span.label {
    padding-top: 30px;
}
.nav-products-ddl a {
    display: block;
}
.nav-products-ddl a:hover {
    text-decoration: none;
}
.nav-products-ddl a strong {
    display: block;
    color: #113245;
    font-size: 15px;
    font-weight: 500;
}
.nav-products-ddl a em {
    display: block;
    font-size: 13px;
    color: #85A0AD;
    font-style: normal;
    font-weight: normal;
}
.nav-products-ddl a:hover em {
    color: #113245;
}
.nav-products-components {
    display: grid;
    justify-content: space-between;
    align-content: space-between;
    padding: 24px;
}
.nav-products-callout {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image: url('//6642885.fs1.hubspotusercontent-na1.net/hubfs/6642885/raw_assets/public/shipium-theme/images/theme-packages.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    padding: 50px 30px;
    border-radius: 5px;

}
.nav-products-callout a {
    text-align: center;
}
.nav-products-callout a strong {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}
.nav-products-callout a em {
    color: #FFF;
    font-size: 15px;
}
.nav-products-callout a:hover em {
    color: #FFF;
}
.nav-products-blog {
    display: grid;
    gap: 12px;
    align-items: end;
}
.nav-products-blog span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1EBFAB;
    letter-spacing: 1px;
}
.nav-products-blog a {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 12px;
    align-items: center;
}
.nav-products-blog a strong {
    color: #85A0AD;
}
.nav-products-blog a img {
    border-radius: 5px;
    max-width: 100px;
    border: 2px solid #E8ECEC;
}
.nav-products-blog a:hover strong {
    color: #113245;
}
  
  .nav-resources-ddl-container {
      display: none;
      position: absolute;
      top: 50px;
      left: -255px;
      width: 600px;
      padding-top: 10px;
  }
  .nav-resources-ddl {
      position: relative;
      background: #FFF;
      box-shadow: 0 5px 60px -10px rgba(0,0,0,0.35), 0 10px 30px -10px rgba(0,0,0,0.50);
      border-radius: 7px;
      padding: 32px;
      display: grid;
      grid-template-columns: 160px auto;
      gap: 32px;
  }
  .nav-resources-ddl:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #FFF;
      border-width: 10px;
      margin-left: -10px;
  }
  .nav-resources-cta {
      padding: 5px;
      position: relative;
  }
  .nav-resources-cta:before {
      position: absolute;
      display: block;
      content: '';
      top: 7px;
      left: 7px;
      right: 7px;
      bottom: 7px;
      /* background-image: url('//6642885.fs1.hubspotusercontent-na1.net/hubfs/6642885/raw_assets/public/shipium-theme/images/shipium-ml-tnt-map.png'); */
      background-color: #3F5F6F;
      background-size: contain;
      z-index: 1;
      border-radius: 7px;
  }
  .nav-resources-cta a {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      background: #3F5F6F;
      text-decoration: none;
      padding: 15px;
      border-radius: 7px;
  }
  .nav-resources-cta a em {
      display: block;
      font-weight: bold;
      font-style: normal;
      color: #FCC31E;
      margin: 0 0 5px;
      font-size: 12px;
      text-transform: uppercase;
  }
  .nav-resources-cta a strong {
      display: block;
      font-size: 17px;
      color: #FFF;
  }
  .nav-resources-cta a span.arrow-btn {
      color: #FCC31E;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      margin-right: 15px;
      padding: 0;
  }
  .nav-resources-cta a:hover {
      background: #001529;
  }
  .nav-resources-cta a:hover em {
    color: #FFF;
  }
  .nav-resources-cta a:hover span.arrow-btn {
    color: #FFF;
  }
  .nav-resources-cta a:hover strong {
      color: #FCC31E;
  }
  
  
  
  .header__nav-ddl-container {
      display: none;
      position: absolute;
      top: 50px;
      left: -55px;
      width: 200px;
      padding-top: 10px;
  }
  .header__nav-ddl {
      position: relative;
      background:#FFF;
      box-shadow: 0 5px 60px -10px rgba(0,0,0,0.35), 0 10px 30px -10px rgba(0,0,0,0.50);
      border-radius: 7px;
      padding: 15px 20px;
  }
  .header__nav-ddl:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #FFF;
      border-width: 10px;
      margin-left: -10px;
  }
  .header__nav-subnav {
      margin: 0;
      padding: 0;
  }
  
  
  
  .nav-platform-mobile label {
      font-size: 16px;
      color: #113245;
      line-height: 1.7;
      padding: 2px;
      font-weight: bold;
  }
  .nav-platform-mobile ul {
      margin: 0;
      padding: 0;
  }
  .nav-platform-mobile li {
      width: 100%;
  }
  .nav-platform-mobile span {
      position: relative;
      display: flex;
      padding: 2px 0 2px 40px;
  }
  .nav-platform-mobile span:before {
      position: absolute;
      top: 0px;
      left: 20px;
      bottom: 0;
      display: block;
      content: '';
      width: 2px;
      background: #d4e6ff;
  }
  .nav-platform-mobile a {
      position: relative;
      font-size: 18px;
  }
  .nav-platform-mobile a:before {
      position: absolute;
      top: 8px;
      left: -25px;
      display: block;
      content: '';
      width: 13px;
      height: 13px;
      border-radius: 7px;
      background: #d4e6ff;
      border: 3px solid #2270e1;
      outline: 5px solid #F6F9FF;
  }
  .nav-platform-mobile a strong {
      display: block;
      color: #2270E1;
  }
  .nav-platform-mobile a em {
      display: block;
      color: #A4B7C3;
      font-style: normal;
      font-weight: normal;
  }
  
.nav-industries-mobile label {
    font-size: 16px;
    color: #113245;
    line-height: 1.7;
    padding: 2px;
    font-weight: bold;
}
.nav-industries-mobile ul {
    margin: 0;
    padding: 0;
}
.nav-industries-mobile li {
    width: 100%;
}
.nav-industries-mobile a {
    display: block;
    color: #3F5F6F;
    margin-left: 15px;
}
  
  
  
  /* Tablet styles */
  
  @media (max-width: 1150px) and (min-width: 767px) {
    .header__column {
      width: 100%;
    }
    .header__container{
      padding: 0 20px;
    }
  }
  
  /* Mobile styles */
  
  @media (max-width: 999px) {
      .header__container {
        padding: 10px 20px;
      }
  
      .header__navigation {
          display: none;
          width: 100%;
      }
  
      .header__navigation--toggle {
          display: block;
          cursor: pointer;
      }
      .header__navigation--toggle svg {
          height: 24px;
          width: auto;
      }
  
      .header__close--toggle {
          cursor: pointer;
          display: block;
          position: absolute;
          right: 25px;
          top: 25px;
      }
      .header__close--toggle svg {
          width: 40px;
          height: 40px;
      }
  
  }
  
  @media (max-width: 560px) {
    .header__container {
      padding: 10px 16px;
    }
  }
.footer {
    background: #F6F9FF;
}

.footer__container.content-wrapper {
    font-size: 15px;
    line-height: 1.7;
    color: #9BB1BB;
    padding: 120px 0;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid: auto/min-content;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-col {
    display: grid;
    grid: min-content/auto;
    grid-template-rows: auto min-content;
}
.footer-col svg.flow {
    height: auto;
    width: 250px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo svg {
    height: 25px;
    width: auto;
}
.footer-copyright {
    margin-bottom: 20px;
}
.footer-contact {
    margin-bottom: 20px;
}
.footer-privacy a {
    font-size: 15px;
    color: #9BB1BB;
}
.footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-links .label {
    font-weight: bold;
    color: #3F5F6F;
    margin-bottom: 6px;
}
.footer-soc2 {
    text-align: center;
}
.footer-soc2 img {
    max-width: 180px;
    height: auto;
}
.footer-links a {
    font-size: 15px;
    color: #9BB1BB;
}
.footer-playbook a {
    display: block;
    position: relative;
    overflow: hidden;
    background-image: url('//6642885.fs1.hubspotusercontent-na1.net/hubfs/6642885/raw_assets/public/shipium-theme/images/theme-packages.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 60px -10px rgba(0,0,0,0.65),0px 15px 14px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 60px -10px rgba(0,0,0,0.65),0px 15px 14px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 60px -10px rgba(0,0,0,0.65),0px 15px 14px -7px rgba(0,0,0,0.75);
}
.footer-playbook a:hover {
    text-decoration: none;
}
.footer-playbook a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.footer-playbook-content {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 0;
}
.footer-playbook a strong {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}
.footer-playbook a em {
    font-size: 15px;
    line-height: 1.7;
    color: #FFF;
    font-style: normal;
    display: block;
}
.footer-playbook a em img {
    display: inline-block;
    margin-left: 6px;
    height: 12px;
    position: relative;
    top: 1px;
}


.demo-section {
    background: #67265D;
    padding: 150px 40px;
}
.demo-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    max-width: 800px;
    margin: 0 auto;
}
.demo-section .demo-visual {
    flex: 1;
}
.demo-section .demo-visual img {
    height: 100%;
    width: auto;
}
.demo-section .demo-content {
    flex: 2;
}
.demo-section .demo-content h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 1.7;
    font-weight: bold;
    margin: 0;
}
.demo-section .demo-content p {
    color: #CA9CC3;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.demo-section-form form {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.demo-section-form label {
    display: none;
}
.demo-section-form input[type=email] {
    font-size: 14px;
    padding: 14px 20px;
    line-height: 1.3;
    border: 1px solid #FFF;
    border-right: none;
    border-radius: 30px 0 0 30px;
    color: #FFF;
    background: #67265D;
}
.demo-section-form input[type=submit] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #FFF;
    color: #67265D;
    font-size: 14px;
    padding: 14px 20px;
    line-height: 1.3;
    border-radius: 0 30px 30px 0;
}
.demo-section-form .hs-form-field {
    margin-bottom: 0;
}


@media (max-width: 1199px) {
    footer {
        padding: 60px;
    }
    .footer__container.content-wrapper {
        grid-template-columns: 1fr 2fr 2fr;
        grid-row-gap: 40px;
        grid-column-gap: 20px;
    }
    .footer-col-playbook {
        grid-column-start: 2;
        grid-column-end: 5;
    }
}

@media (max-width: 766px) {
    footer {
        padding: 60px 20px;
        text-align: center;
    }
    .demo-section {
        padding: 60px 10px;
    }
    .demo-section-container {
        flex-direction: column;
    }
    .demo-section .demo-visual {
        margin-bottom: 40px;
        text-align: center;
    }
    .demo-section .demo-content {
        text-align: center;
    }
    .demo-section-form {
        display: flex;
        justify-content: center;
    }


    .footer__container.content-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid: inherit;
        padding: 0;
    }
    .footer-col-playbook {
        grid-area: auto;
    }
    .footer-contact {
        margin: 0;
    }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: "DM Sans", sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

@media (max-width: 766px) {
    #hubspot-messages-iframe-container {
        display: none;
    }
}

.test{display:none;}