/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

.page-center {
  max-width: 1120px;
  margin: auto;
  width: 100%;
}

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

@media (max-width: 1240px) {
  .page-center {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .page-center {
    padding: 20px 0;
  }
}

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

.dnd-section, .dnd-section .dnd-column, .content-wrapper--vertical-spacing {
  padding: 0!important;
}

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Size-adjusted fallback for Helvetica Now Display (body font).
   Calibrated against local Helvetica Neue / Arial to minimise reflow on swap. */
@font-face {
  font-family: 'Helvetica Now Display Fallback';
  src: local('Helvetica Neue'), local('Helvetica'), local('Arial');
  size-adjust: 100%;
  ascent-override: 96%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* Size-adjusted fallback for Bricolage Grotesque (heading font).
   Calibrated against Arial to minimise reflow on Google Fonts swap. */
@font-face {
  font-family: 'Bricolage Grotesque Fallback';
  src: local('Arial');
  size-adjust: 103%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("https://547243.fs1.hubspotusercontent-na1.net/hubfs/547243/ESM-MentionMe-Website/fonts/Monotype%20%20-%20Helvetica%20Now%20Display.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url("https://547243.fs1.hubspotusercontent-na1.net/hubfs/547243/ESM-MentionMe-Website/fonts/Monotype%20%20-%20Helvetica%20Now%20Display%20XBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: local('Space Mono Regular'), local('SpaceMono-Regular'),
      url('https://547243.fs1.hubspotusercontent-na1.net/hubfs/547243/ESM-MentionMe-Website/fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: local('Space Mono Bold'), local('SpaceMono-Bold'),
      url('https://547243.fs1.hubspotusercontent-na1.net/hubfs/547243/ESM-MentionMe-Website/fonts/SpaceMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  overflow-y: scroll;
}

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

/* Paragraphs */

p {
/*   color: #21174b; */
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}


body {
  margin: 0;
  font-family: 'Helvetica Now Display', 'Helvetica Now Display Fallback', sans-serif;
}

/* Headings */

h1,h2,h3,h4,h5,p{margin: 0;}

h1 {
  font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', sans-serif !important;
  font-weight: 800 !important;
  font-size: 60px!important;  
  line-height: 1.125;
  letter-spacing: -1.24px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px!important;
    line-height: 1.19;
    letter-spacing: -0.84px;
  }
}

h2 *,
h2 {
  font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', sans-serif !important;
  font-size: 40px!important;
  font-weight: 800!important;
  line-height: 1.25;
  letter-spacing: -0.8px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px!important;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }
}

h3 *,
h3 {
  font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.96px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 30px!important;
    letter-spacing: -0.6px;
  }
}

h4 *,
h4 {
  font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', sans-serif;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.52px;
  color: #21174B;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 26px!important;
    line-height: 1.3;
    letter-spacing: -0.52px;
  }
}

h4 a {
  font-size: 28px!important;
  line-height: 36px!important;
  font-weight: 700;
  color: #21174B!important;
}

h5 *,
h5 {
  font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px; /* 125% */
  letter-spacing: -0.64px;
}

@media (max-width: 767px) {
  h5 {
    /* H5 mobile */
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}

h6 *,
h6 {
  /* H6 */
  font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 128.571% */
  letter-spacing: -0.56px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h6 {
    /* H6 mobile */
    font-size: 24px;
    line-height: 30px; /* 125% */
    letter-spacing: -0.48px;
  }
}

.h7 *, h7 *,
.h7, h7 {
  /* H7 */
  display: block;
  font-family: "Helvetica Now Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 325;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
}

@media (max-width: 767px) {
  .h7 *, h7 *,
  .h7, h7 {
    /* H7 mobile */
    font-size: 22px !important;
    line-height: 30px !important; /* 136.364% */
    letter-spacing: -0.22px;
  }
}

.h8 *, h8 *,
.h8, h8 {
  /* H8 */
  display: block;
  font-family: "Helvetica Now Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.24px;
}
@media (max-width: 767px) {
  .h8 *, h8 *,
  .h8, h8 {
    /* H8 mobile */
    font-size: 19px !important;
    line-height: 26px !important;
    letter-spacing: -0.19px;
  }
}

.h9 *, h9 *,
.h9, h9 {
  /* H9 */
  display: block;
  font-family: "Helvetica Now Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
}
@media (max-width: 767px) {
  .h9 *, h9 *,
  .h9, h9 {
    /* H9 mobile */
    font-size: 16px !important;
    line-height: 22px !important; /* 137.5% */
  }
}

.h10 *, h10 *,
.h10, h10 {
  /* H10 */
  display: block;
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h10 *, h10 *,
  .h10, h10 {
    /* H10 mobile */
    font-size: 12px;
    letter-spacing: 1.1px;
  }
}

.h7 *, h7 *,
.h8 *, h8 *,
.h9 *, h9 *,
.h10 *, h10 * {
  display: inline-block;
}


p {
  text-align: left;
  font-family: 'Helvetica Now Display', 'Helvetica Now Display Fallback', sans-serif;
  font-size: 18px;  
  line-height: 26px;  
  letter-spacing: -0.18px;
  margin-bottom: 15px;
  color: #21174B;
}

@media (max-width: 767px) {
  p {
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: -0.14px;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  color: #21174b;
}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width: 100%;
}

/* AOS Custom CSS */
[data-aos] {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Style list item markers with a lime green color */
ul.lime-bullets {
  list-style-position: outside;
  padding-left: 1.5rem;
}
ul.lime-bullets li::marker {
  color: #33cc58;
  font-size: 1.1em; /* slightly larger for emphasis */
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* 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;
}
/* Fields */

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

/* Labels */

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

/* Help text */



/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #ff3eb5;
  margin-top: 0.35rem;
  font-size: 14px;
}

.hs-main-font-element {
  color: #ff3eb5;
  font-size: 14px;
}

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

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  table-layout:fixed;
  width:100%;
  color: #21174b;
}

/* Table cells */

td,
th {
  vertical-align: top;
  padding: 15px 5px;
  text-align: left;
  word-wrap: break-word;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: -15px;
  opacity: 1;
  top: 20px;
}

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.body-container--home-page-2026 {
  overflow: clip;
}

.body-container--home-page-2026 .dnd-section > .row-fluid {
  max-width: none;
}

.mm26-section {
  padding: 96px 0;
  position: relative;
}

.mm26-section__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4c57e6;
}

.mm26-section__heading,
.mm26-section__heading * {
  color: #21174b;
}

.mm26-section__heading-accent {
  color: #ff40b4;
}

.mm26-section__copy,
.mm26-section__copy p {
  color: #5a5478;
  font-size: 18px;
  line-height: 1.65;
}

.mm26-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mm26-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.25s ease;
}

.mm26-button:hover {
  text-decoration: none;
}

.mm26-button--primary {
  background: #ff40b4;
  color: #fff !important;
}

.mm26-button--primary:hover {
  background: #ff67c1;
}

.mm26-button--secondary {
  background: #ffffff;
  border-color: #e5e1f6;
  color: #21174b !important;
}

.mm26-button--secondary:hover {
  border-color: #4c57e6;
  color: #4c57e6 !important;
}

.mm26-hero-2026 {
  padding-top: 48px;
  padding-bottom: 72px;
}

.mm26-hero-2026__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 612px;
  gap: 56px;
  align-items: center;
}

.mm26-hero-2026__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.mm26-hero-2026__trustbar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin-bottom: 28px;
  padding: 6px 14px 6px 8px;
  border: 1px solid #d9d8e7;
  border-radius: 999px;
  background: #fff;
}

.mm26-hero-2026__trust-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ff5f3a;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.mm26-hero-2026__trust-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
}

.mm26-hero-2026__star {
  color: #ff5f3a;
  font-size: 17px;
  line-height: 1;
}

.mm26-hero-2026__star--partial {
  background: linear-gradient(90deg, #ff5f3a 72%, #ffd1c3 72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mm26-hero-2026__trust-copy {
  color: #9a97b3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.mm26-hero-2026__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e1f6;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #21174b;
}

.mm26-hero-2026__badge--accent {
  color: #ff6b35;
}

.mm26-hero-2026__heading {
  margin: 0 0 18px;
}

.mm26-hero-2026__heading h1,
.mm26-hero-2026__heading > h1,
.mm26-hero-2026__heading {
  color: #21174b;
  font-size: clamp(50px, 5vw, 74px) !important;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.mm26-hero-2026__heading h1 {
  margin: 0;
}

.mm26-hero-2026__heading h1 span,
.mm26-hero-2026__heading > span,
.mm26-hero-2026__heading span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.mm26-hero-2026__heading-accent {
  color: #ff40b4;
}

.mm26-hero-2026__copy,
.mm26-hero-2026__copy p {
  max-width: 470px;
  margin: 0 0 30px;
  color: #5a5478;
  font-size: 18px;
  line-height: 1.55;
}

.mm26-hero-2026__button-row {
  gap: 16px;
}

.mm26-hero-2026__button {
  min-height: 54px;
  padding: 0 28px;
  border-width: 1.5px;
  border-radius: 16px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}

.mm26-hero-2026__button--primary {
  background: #ff40b4;
  border-color: #ff40b4;
  color: #fff !important;
}

.mm26-hero-2026__button--primary:hover,
.mm26-hero-2026__button--primary:focus-visible {
  background: rgb(36, 25, 82);
  border-color: #ff40b4;
  color: #fff !important;
}

.mm26-hero-2026__button--secondary {
  background: #fff;
  border-color: #21174b;
  color: #21174b !important;
}

.mm26-hero-2026__button--secondary:hover,
.mm26-hero-2026__button--secondary:focus-visible {
  background: #fff;
  border-color: #4c57e6;
  color: #4c57e6 !important;
}

.mm26-hero-2026__media {
  min-height: 565px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.75), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.35), transparent 28%),
    linear-gradient(135deg, #fff6fb 0%, #ffd8ef 32%, #e7ddff 70%, #f3efff 100%);
  box-shadow: 0 24px 60px rgba(140, 115, 204, 0.15);
  overflow: hidden;
  position: relative;
  display: block;
}

.mm26-hero-2026__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 65% 35%, rgba(255, 255, 255, 0.55), transparent 22%),
    radial-gradient(circle at 50% 55%, rgba(255, 64, 180, 0.14), transparent 36%);
}

.mm26-hero-2026__media--video {
  background: #000000;
}

.mm26-hero-2026__media--video::before {
  display: none;
}

.mm26-hero-2026__media img,
.mm26-hero-2026__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: inherit;
}

.mm26-stats-strip-2026 {
  padding-top: 0;
  padding-bottom: 72px;
}

.mm26-stats-strip-2026__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.mm26-stats-strip-2026__stat {
  min-height: 100px;
  padding: 0 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mm26-stats-strip-2026__stat + .mm26-stats-strip-2026__stat {
  border-left: 1px solid #e6e3f2;
}

.mm26-stats-strip-2026__number {
  display: block;
  color: #ff40b4;
  font-family: "Bricolage Grotesque", "Bricolage Grotesque Fallback", sans-serif;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mm26-stats-strip-2026__label {
  color: #21174b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.mm26-stats-strip-2026__brands {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.mm26-stats-strip-2026__brand {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid #e5e1f6;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #21174b;
}

.mm26-stats-strip-2026__brand img {
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
}

.mm26-stats-text-2026__header {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, 392px);
  gap: 40px;
  align-items: start;
  margin-bottom: 56px;
}

.mm26-stats-text-2026__heading,
.mm26-stats-text-2026__heading h1,
.mm26-stats-text-2026__heading h2,
.mm26-stats-text-2026__heading h3,
.mm26-stats-text-2026__heading p {
  margin: 0;
  color: #21174b;
  font-size: clamp(40px, 4.1vw, 64px) !important;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.mm26-stats-text-2026__heading span[style*="#ff40b4"],
.mm26-stats-text-2026__heading span[style*="#FF40B4"] {
  color: #ff40b4 !important;
}

.mm26-stats-text-2026__copy,
.mm26-stats-text-2026__copy p {
  margin: 0;
  color: #21174b;
  font-size: 18px;
  line-height: 1.4;
}

.mm26-stats-text-2026__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mm26-stats-text-2026__card {
  min-height: 208px;
  padding: 32px 38px 28px;
  border: 1px solid #e6d9f4;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(255, 64, 180, 0.10) 0%, rgba(76, 87, 230, 0.08) 100%);
}

.mm26-stats-text-2026__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.mm26-stats-text-2026__metric {
  color: #21174b;
  font-size: clamp(56px, 4.8vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.mm26-stats-text-2026__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #21174b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}

.mm26-stats-text-2026__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mm26-stats-text-2026__icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.mm26-stats-text-2026__label,
.mm26-stats-text-2026__label p {
  margin: 0;
  color: #21174b;
  font-size: 17px;
  line-height: 1.35;
}

.mm26-stories-2026__heading {
  margin: 0 0 36px;
  text-align: center;
}

.mm26-stories-2026__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 56px;
}

.mm26-stories-2026__tab {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d8d6e8;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #aaa6c1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mm26-stories-2026__tab.is-active,
.mm26-stories-2026__tab:hover {
  border-color: #4c57e6;
  background: #4c57e6;
  color: #fff;
}

.mm26-stories-2026__panel {
  display: none;
}

.mm26-stories-2026__panel.is-active {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 58px;
  align-items: start;
}

.mm26-stories-2026__media {
  min-height: 356px;
  border-radius: 24px;
  border: 1.5px dashed #d1d6ff;
  background: linear-gradient(180deg, #f2f3ff 0%, #eff1ff 100%);
  overflow: hidden;
}

.mm26-stories-2026__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mm26-stories-2026__metric {
  margin: 10px 0 28px;
}

.mm26-stories-2026__metric h3,
.mm26-stories-2026__metric p,
.mm26-stories-2026__metric {
  color: #21174b;
  font-size: clamp(34px, 3.2vw, 56px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.mm26-stories-2026__metric h3 {
  margin: 0;
}

.mm26-stories-2026__metric span {
  font: inherit;
}

.mm26-stories-2026__quote-block {
  position: relative;
  padding-left: 30px;
}

.mm26-stories-2026__quote-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: #ff40b4;
}

.mm26-stories-2026__quote,
.mm26-stories-2026__quote p {
  margin: 0 0 26px;
  color: #21174b;
  font-size: 18px;
  line-height: 1.42;
}

.mm26-stories-2026__author {
  color: #21174b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.mm26-stories-2026__brand {
  margin-top: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a5478;
}

.mm26-iceberg-2026 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mm26-iceberg-2026 .page-center {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.mm26-iceberg-2026__desktop {
  display: block;
}

.mm26-iceberg-2026__mobile {
  display: none;
}

.mm26-iceberg-2026__track {
  height: 400vh;
  position: relative;
}

.mm26-iceberg-2026__sticky {
  position: sticky;
  top: 92px;
  height: calc(100vh - 92px);
  min-height: 760px;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff 0%, #eef0ff 18%, #d9ddff 34%, #c8ccff 100%);
  box-shadow: 0 16px 48px rgba(33, 23, 75, 0.08);
}

.mm26-iceberg-2026__sticky::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 363px;
  bottom: 0;
  background: linear-gradient(180deg, #3c39d5 0%, #2d236e 38%, #5b63e6 62%, #c7cbff 88%, #f2f2fb 100%);
  z-index: 1;
}

.mm26-iceberg-2026__heading-wrap {
  position: absolute;
  inset: 34px 24px auto;
  z-index: 6;
  text-align: center;
}

.mm26-iceberg-2026__heading-wrap .mm26-section__eyebrow {
  margin: 0 0 14px;
}

.mm26-iceberg-2026__heading {
  margin: 0;
  max-width: 1140px;
  margin-inline: auto;
  color: #272064;
  font-size: 64px !important;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.mm26-iceberg-2026__art {
  position: absolute;
  inset: 182px 0 0;
  z-index: 3;
}

.mm26-iceberg-2026__waterline {
  position: absolute;
  left: 0;
  right: 0;
  top: 181px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}

.mm26-iceberg-2026__tip {
  position: absolute;
  left: 50%;
  top: 0;
  width: 376px;
  height: auto;
  transform: translateX(-50%);
  z-index: 6;
  pointer-events: none;
}

.mm26-iceberg-2026__underwater {
  position: absolute;
  left: 50%;
  top: 181px;
  width: 472px;
  height: auto;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.45s ease, filter 0.45s ease;
}

.mm26-iceberg-2026__underwater--soft {
  filter: blur(10px);
}

.mm26-iceberg-2026__underwater--solid {
  filter: none;
}

.mm26-iceberg-2026__underwater.is-visible {
  opacity: 1;
}

.mm26-iceberg-2026__text {
  position: absolute;
  --iceberg-text-shift: 0px;
  z-index: 4;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.mm26-iceberg-2026__text.is-hidden {
  opacity: 0;
  pointer-events: none;
  --iceberg-text-shift: 12px;
}

.mm26-iceberg-2026__text--top {
  left: 50%;
  top: 126px;
  width: 240px;
  transform: translate(-50%, var(--iceberg-text-shift));
  text-align: center;
  color: #21174b;
  z-index: 7;
}

.mm26-iceberg-2026__text--top .label,
.mm26-iceberg-2026__text--middle .label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.mm26-iceberg-2026__text--top .value {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.mm26-iceberg-2026__text--middle {
  left: 50%;
  top: 232px;
  width: 320px;
  transform: translate(-50%, var(--iceberg-text-shift));
  text-align: center;
  color: #fff;
  z-index: 4;
}

.mm26-iceberg-2026__text--middle .value {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.mm26-iceberg-2026__text--left,
.mm26-iceberg-2026__text--right {
  top: 334px;
  width: 280px;
  color: #21174b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  z-index: 4;
}

.mm26-iceberg-2026__text--left {
  left: 76px;
  transform: translateY(var(--iceberg-text-shift));
}

.mm26-iceberg-2026__text--right {
  right: 76px;
  transform: translateY(var(--iceberg-text-shift));
}

.mm26-iceberg-2026__text--left p,
.mm26-iceberg-2026__text--right p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.mm26-iceberg-2026__text strong {
  color: #fff !important;
  font-weight: 800;
}

.mm26-benchmark-2026__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 384px;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}

.mm26-benchmark-2026__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mm26-benchmark-2026__card {
  position: relative;
  padding: 28px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f6f1ff 0%, #ebe6ff 100%);
}

.mm26-benchmark-2026__value {
  margin: 0 0 12px;
  color: #21174b;
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 800;
  line-height: 0.95;
}

.mm26-benchmark-2026__label {
  color: #5a5478;
  font-size: 16px;
  line-height: 1.5;
}

.mm26-benchmark-2026__icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2e2775;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.mm26-capabilities-2026__header {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

.mm26-capabilities-2026__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mm26-capabilities-2026__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: #f2f0ff;
  border: 1px solid #e5e1f6;
}

.mm26-capabilities-2026__card-tag {
  margin-bottom: 8px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff40b4;
}

.mm26-capabilities-2026__card-title {
  margin: 0 0 18px;
  color: #21174b;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.mm26-capabilities-2026__media {
  min-height: 150px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #efedff 0%, #e7e3ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mm26-capabilities-2026__media span {
  font-size: 12px;
  color: #5a5478;
}

.mm26-capabilities-2026__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mm26-capabilities-2026__body,
.mm26-capabilities-2026__body p {
  color: #5a5478;
  font-size: 15px;
  line-height: 1.65;
}

.mm26-static-cards-2026__header,
.mm26-opposite-slider-2026__header {
  margin: 0 auto 46px;
  max-width: 820px;
  text-align: center;
}

.mm26-static-cards-2026__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 22px;
}

.mm26-static-cards-2026__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 28px 24px;
  border: 1px solid #e3e5ff;
  border-radius: 24px;
  background: #ffffff;
}

.mm26-static-cards-2026__tag {
  margin: 0 0 10px;
  color: #4c57e6;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mm26-static-cards-2026__feature {
  margin: 0 0 18px;
  color: #ff40b4;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.14;
}

.mm26-static-cards-2026__media {
  min-height: 176px;
  margin-bottom: 20px;
  border: 1px dashed #c7cbff;
  border-radius: 18px;
  background: #f3f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mm26-static-cards-2026__media span {
  padding: 12px;
  color: #8b92d9;
  font-size: 12px;
  text-align: center;
}

.mm26-static-cards-2026__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mm26-static-cards-2026__statement {
  margin: 0 0 14px;
  color: #21174b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
}

.mm26-static-cards-2026__description,
.mm26-static-cards-2026__description p {
  color: #312a5c;
  font-size: 16px;
  line-height: 1.55;
}

.mm26-badge-grid-2026__inner {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.mm26-badge-grid-2026__heading {
  margin: 0;
  color: #21174b;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.mm26-badge-grid-2026__rail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.mm26-badge-grid-2026__rail::-webkit-scrollbar {
  display: none;
}

.mm26-badge-grid-2026__badge {
  flex: 0 0 auto;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm26-badge-grid-2026__badge img {
  width: 100%;
  height: auto;
  display: block;
}

.mm26-badge-grid-2026__badge span {
  width: 100%;
  min-height: 122px;
  padding: 18px 14px;
  border: 1px solid #1a1a1a;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
  color: #21174b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm26-form-banner-2026__shell {
  position: relative;
  overflow: hidden;
  padding: 70px 32px;
  border-radius: 32px;
  background: linear-gradient(135deg, #7b1be1 0%, #5a34ff 52%, #050a2f 100%);
  box-shadow: 0 18px 48px rgba(33, 23, 75, 0.18);
}

.mm26-form-banner-2026__media,
.mm26-form-banner-2026__overlay {
  position: absolute;
  inset: 0;
}

.mm26-form-banner-2026__media img,
.mm26-form-banner-2026__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mm26-form-banner-2026__overlay {
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 64, 180, 0.44), transparent 30%),
    radial-gradient(circle at 62% 32%, rgba(99, 94, 255, 0.52), transparent 34%),
    linear-gradient(180deg, rgba(19, 10, 58, 0.16) 0%, rgba(19, 10, 58, 0.34) 100%);
}

.mm26-form-banner-2026__content {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.mm26-form-banner-2026__heading,
.mm26-form-banner-2026__heading * {
  margin: 0 0 18px;
  color: #ffffff;
  text-align: center;
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.mm26-form-banner-2026__copy,
.mm26-form-banner-2026__copy p {
  max-width: 690px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.5;
}

.mm26-form-banner-2026__form {
  max-width: 700px;
  margin: 0 auto;
}

.mm26-form-banner-2026__sample,
.mm26-form-banner-2026__form .hs-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

.mm26-form-banner-2026__form .hs-form fieldset {
  max-width: none;
  margin: 0;
}

.mm26-form-banner-2026__form .hs-form .hs-form-field,
.mm26-form-banner-2026__form .hs-form .input,
.mm26-form-banner-2026__sample-field {
  margin: 0;
  flex: 1 1 auto;
}

.mm26-form-banner-2026__form .hs-form .hs_submit {
  margin: 0;
  flex: 0 0 auto;
}

.mm26-form-banner-2026__form .hs-form label {
  display: none;
}

.mm26-form-banner-2026__form .hs-error-msgs,
.mm26-form-banner-2026__form .hs-form-required {
  display: none;
}

.mm26-form-banner-2026__sample input,
.mm26-form-banner-2026__form input[type="email"],
.mm26-form-banner-2026__form input[type="text"] {
  width: 100% !important;
  min-height: 52px;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.mm26-form-banner-2026__sample input::placeholder,
.mm26-form-banner-2026__form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.mm26-form-banner-2026__sample button,
.mm26-form-banner-2026__form .hs_submit input {
  min-width: 184px;
  min-height: 52px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #ff40b4 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.mm26-form-banner-2026__sample button:hover,
.mm26-form-banner-2026__sample button:focus-visible,
.mm26-form-banner-2026__form .hs_submit input:hover,
.mm26-form-banner-2026__form .hs_submit input:focus-visible {
  background: rgb(36, 25, 82) !important;
  border-color: #ff40b4 !important;
  color: #ffffff !important;
}

.mm26-calculator-banner-2026__shell {
  padding: 64px 72px;
  border-radius: 24px;
  background: linear-gradient(90deg, #6d3cff 0%, #4225e8 45%, #0f0948 100%);
  box-shadow: 0 16px 48px rgba(33, 23, 75, 0.08);
}

.mm26-calculator-banner-2026__heading,
.mm26-calculator-banner-2026__heading * {
  margin: 0 0 14px;
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 3vw, 40px) !important;
}

.mm26-calculator-banner-2026__copy,
.mm26-calculator-banner-2026__copy p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
}

.mm26-calculator-banner-2026__form {
  max-width: 560px;
  margin: 0 auto;
}

.mm26-calculator-banner-2026__sample,
.mm26-calculator-banner-2026__form .hs-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.mm26-calculator-banner-2026__form .hs-form fieldset {
  max-width: none;
  margin: 0;
}

.mm26-calculator-banner-2026__form .hs-form .hs-form-field,
.mm26-calculator-banner-2026__form .hs-form .input {
  margin: 0;
}

.mm26-calculator-banner-2026__form .hs-form .hs_email,
.mm26-calculator-banner-2026__form .hs-form .field,
.mm26-calculator-banner-2026__sample-field {
  flex: 1 1 auto;
}

.mm26-calculator-banner-2026__sample input,
.mm26-calculator-banner-2026__form input[type="email"],
.mm26-calculator-banner-2026__form input[type="text"] {
  width: 100% !important;
  min-height: 52px;
  padding: 0 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  font-size: 16px !important;
}

.mm26-calculator-banner-2026__sample input::placeholder,
.mm26-calculator-banner-2026__form input::placeholder {
  color: rgba(255, 255, 255, 0.66);
}

.mm26-calculator-banner-2026__sample button,
.mm26-calculator-banner-2026__form .hs_submit input {
  min-width: 160px;
  min-height: 52px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff40b4 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.mm26-proof-2026__header {
  margin: 0 auto 46px;
  max-width: 720px;
  text-align: center;
}

.mm26-proof-2026__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mm26-proof-2026__card {
  padding: 28px 26px;
  border-radius: 22px;
  text-align: center;
}

.mm26-proof-2026__card--blue {
  background: #dff2ff;
}

.mm26-proof-2026__card--violet {
  background: #ece7ff;
}

.mm26-proof-2026__card--green {
  background: #e7ffe6;
}

.mm26-proof-2026__logo {
  margin-bottom: 22px;
  color: #21174b;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.mm26-proof-2026__logo img {
  max-height: 42px;
  width: auto;
}

.mm26-proof-2026__metric {
  margin: 0 0 14px;
  color: #4c57e6;
  font-size: clamp(48px, 4vw, 62px);
  font-weight: 800;
  line-height: 1;
}

.mm26-proof-2026__card--green .mm26-proof-2026__metric {
  color: #00b14f;
}

.mm26-proof-2026__summary,
.mm26-proof-2026__summary p {
  margin: 0 0 18px;
  color: #5a5478;
  font-size: 16px;
  line-height: 1.55;
}

.mm26-proof-2026__author {
  color: #21174b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.mm26-client-cards-2026__header {
  margin: 0 auto 46px;
  max-width: 720px;
  text-align: center;
}

.mm26-client-cards-2026__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mm26-client-cards-2026__card {
  padding: 44px 34px 34px;
  border-radius: 26px;
  text-align: center;
}

.mm26-client-cards-2026__card--blue {
  background: #dff2ff;
}

.mm26-client-cards-2026__card--violet {
  background: #ece7ff;
}

.mm26-client-cards-2026__card--green {
  background: #e7ffe6;
}

.mm26-client-cards-2026__logo {
  min-height: 68px;
  margin-bottom: 26px;
  color: #000000;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm26-client-cards-2026__logo img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  display: block;
}

.mm26-client-cards-2026__metric {
  margin: 0 0 18px;
  font-size: clamp(64px, 5vw, 90px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.mm26-client-cards-2026__card--blue .mm26-client-cards-2026__metric {
  color: #19a0ff;
}

.mm26-client-cards-2026__card--violet .mm26-client-cards-2026__metric {
  color: #4c57e6;
}

.mm26-client-cards-2026__card--green .mm26-client-cards-2026__metric {
  color: #00c93a;
}

.mm26-client-cards-2026__summary,
.mm26-client-cards-2026__summary p {
  margin: 0 0 28px;
  color: #21174b;
  font-size: 18px;
  line-height: 1.45;
}

.mm26-client-cards-2026__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #21174b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.mm26-client-cards-2026__link:hover,
.mm26-client-cards-2026__link:focus-visible {
  color: #21174b;
  text-decoration: none;
}

.mm26-client-cards-2026__link-arrow {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mm26-client-cards-2026__link-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}

.mm26-integrations-2026__header {
  margin: 0 auto 36px;
  max-width: 720px;
  text-align: center;
}

.mm26-integrations-2026__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mm26-integrations-2026__tile {
  min-height: 72px;
  border-radius: 18px;
  border: 1px solid #e5e1f6;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  text-align: center;
  color: #21174b;
  font-size: 15px;
  font-weight: 700;
}

.mm26-integrations-2026__tile img {
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
}

.mm26-integrations-2026__compliance {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.mm26-integrations-2026__compliance-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5e5b78;
  font-size: 13px;
  font-weight: 600;
}

.mm26-integrations-2026__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #67ffb7 0%, #09cd75 100%);
  flex: 0 0 auto;
}

.mm26-opposite-slider-2026__rows {
  display: grid;
  gap: 22px;
}

.mm26-opposite-slider-2026 .page-center {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.mm26-opposite-slider-2026__header,
.mm26-opposite-slider-2026__compliance {
  padding-left: 40px;
  padding-right: 40px;
}

.mm26-opposite-slider-2026__rows {
  padding-left: 40px;
  padding-right: 40px;
}

.mm26-opposite-slider-2026__marquee {
  overflow: hidden;
}

.mm26-opposite-slider-2026__track {
  width: max-content;
  display: flex;
  gap: 16px;
  will-change: transform;
}

.mm26-opposite-slider-2026__track--left {
  animation: mm26OppositeTrackLeft 28s linear infinite;
}

.mm26-opposite-slider-2026__track--right {
  animation: mm26OppositeTrackRight 28s linear infinite;
}

.mm26-opposite-slider-2026__tile {
  width: 246px;
  min-width: 246px;
  min-height: 122px;
  padding: 20px 26px;
  /* border: 1px solid #e3e5ff; */
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #21174b;
  font-size: 18px;
  font-weight: 700;
}

.mm26-opposite-slider-2026__tile img {
  max-width: 100%;
  /* max-height: 44px; */
  width: auto;
  height: auto;
}

.mm26-opposite-slider-2026__compliance {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 34px;
}

.mm26-opposite-slider-2026__compliance-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9b97b8;
  font-size: 15px;
  line-height: 1.35;
}

.mm26-opposite-slider-2026__compliance-item--with-icon {
  color: #00c93a;
}

.mm26-opposite-slider-2026__compliance-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mm26-opposite-slider-2026__compliance-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.mm26-faq-2026__panel {
  display: grid;
  grid-template-columns: 348px 1fr;
  gap: 82px;
  padding: 48px 60px 50px;
  border-radius: 32px;
  background: #f4f3f6;
}

.mm26-faq-2026__intro h2 {
  margin: 0;
  max-width: 340px;
  color: #21174b;
  font-size: 34px !important;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mm26-faq-2026__list {
  display: grid;
  gap: 0;
  border-top: 1px solid #d4d0e4;
}

.mm26-faq-2026__item {
  border-bottom: 1px solid #d4d0e4;
}

.mm26-faq-2026__button {
  width: 100%;
  padding: 28px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #21174b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-align: left;
  cursor: pointer;
}

.mm26-faq-2026__button > span:first-child {
  flex: 1 1 auto;
}

.mm26-faq-2026__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.mm26-faq-2026__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #21174b;
  border-bottom: 1.5px solid #21174b;
  transform: translate(-50%, -62%) rotate(45deg);
  transition: transform 0.24s ease;
}

.mm26-faq-2026__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.mm26-faq-2026__item.is-open .mm26-faq-2026__icon::before {
  transform: translate(-50%, -36%) rotate(-135deg);
}

.mm26-faq-2026__item.is-open .mm26-faq-2026__answer {
  grid-template-rows: 1fr;
}

.mm26-faq-2026__answer-inner {
  overflow: hidden;
}

.mm26-faq-2026__answer-inner > div {
  padding: 0 56px 28px 0;
}

.mm26-faq-2026__answer,
.mm26-faq-2026__answer p {
  color: #5a5478;
  font-size: 17px;
  line-height: 1.6;
}

.mm26-awards-2026__inner {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 28px;
  align-items: center;
}

.mm26-awards-2026__label {
  color: #5a5478;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.mm26-awards-2026__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.mm26-awards-2026__badge {
  min-height: 96px;
  padding: 16px 12px;
  border-radius: 20px;
  border: 1px solid #e5e1f6;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mm26-awards-2026__badge img {
  max-height: 52px;
  width: auto;
}

.mm26-awards-2026__badge-title {
  color: #21174b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.mm26-awards-2026__badge-subtitle {
  color: #5a5478;
  font-size: 10px;
  line-height: 1.2;
}

.mm26-demo-cta-2026__shell {
  padding: 68px;
  border-radius: 28px;
  background: linear-gradient(180deg, #5f5cf0 0%, #4338df 100%);
  box-shadow: 0 16px 48px rgba(33, 23, 75, 0.08);
}

.mm26-demo-cta-2026 {
  position: relative;
  z-index: 2;
  margin-bottom: -132px;
  padding-bottom: 0;
}

.mm26-demo-cta-2026 + section.footer-top {
  padding-top: 198px;
}

.dnd-section:has(.mm26-demo-cta-2026) + .dnd-section section.footer-top {
  padding-top: 198px;
}

.mm26-demo-cta-2026__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 54px;
  align-items: start;
}

.mm26-demo-cta-2026__heading,
.mm26-demo-cta-2026__heading * {
  color: #fff;
  margin: 0 0 18px;
}

.mm26-demo-cta-2026__copy,
.mm26-demo-cta-2026__copy p,
.mm26-demo-cta-2026__list {
  color: rgba(255, 255, 255, 0.8);
}

.mm26-demo-cta-2026__copy,
.mm26-demo-cta-2026__copy p {
  font-size: 18px;
  line-height: 1.65;
}

.mm26-demo-cta-2026__list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}

.mm26-demo-cta-2026__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.55;
}

.mm26-demo-cta-2026__list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: no-repeat center / 18px 18px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M18 9C18 13.9702 13.9702 18 9 18C4.02982 18 0 13.9702 0 9C0 4.02982 4.02982 0 9 0C13.9702 0 18 4.02982 18 9ZM4.34854 10.415L6.80649 12.87C7.07094 13.1334 7.59686 13.1956 7.89881 12.8937L13.24 7.55542C13.5775 7.21895 13.4926 6.65749 13.165 6.38219C12.8374 6.1069 12.3766 6.09999 12.0312 6.44535L7.35906 11.1156L5.44874 9.21313C5.11326 8.87863 4.58141 8.95954 4.30216 9.25852C3.99825 9.58415 4.01206 10.0785 4.34755 10.414L4.34854 10.415Z' fill='%2321174B'/%3E%3C/svg%3E");
}

.mm26-demo-cta-2026__form-card {
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
}

.mm26-demo-cta-2026__sample,
.mm26-demo-cta-2026__form-card .hs-form {
  display: grid;
  gap: 16px;
}

.mm26-demo-cta-2026__form-card .hs-form fieldset.form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
}

.mm26-demo-cta-2026__form-card .hs-form fieldset.form-columns-2 .hs-form-field {
  max-width: none;
  width: 100%;
  float: none;
  margin: 0;
}

.mm26-demo-cta-2026__form-card .hs-form fieldset.form-columns-1,
.mm26-demo-cta-2026__form-card .hs-form .hs-form-field,
.mm26-demo-cta-2026__form-card .hs-form .input {
  max-width: none;
  margin: 0;
}

.mm26-demo-cta-2026__field label,
.mm26-demo-cta-2026__form-card .hs-form label {
  display: block;
  margin-bottom: 8px;
  color: #21174b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.mm26-demo-cta-2026__field input,
.mm26-demo-cta-2026__field select,
.mm26-demo-cta-2026__form-card .hs-form input,
.mm26-demo-cta-2026__form-card .hs-form select,
.mm26-demo-cta-2026__form-card .hs-form textarea {
  width: 100% !important;
  min-height: 46px;
  padding: 0 14px !important;
  border: 1px solid #e5e1f6 !important;
  border-radius: 14px !important;
  background: #f6f5fb !important;
  color: #21174b !important;
  font-size: 15px !important;
}

.mm26-demo-cta-2026__field textarea,
.mm26-demo-cta-2026__form-card .hs-form textarea {
  min-height: 120px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.mm26-demo-cta-2026__form-card .hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm26-demo-cta-2026__form-card .hs-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5a5478;
  font-size: 13px;
  line-height: 1.45;
}

.mm26-demo-cta-2026__form-card .hs-form .hs-form-booleancheckbox-display input {
  width: 16px !important;
  min-height: 16px;
  height: 16px;
  padding: 0 !important;
  border-radius: 4px !important;
}

.mm26-demo-cta-2026__sample-submit,
.mm26-demo-cta-2026__form-card .hs-form .hs_submit input {
  min-height: 48px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff40b4 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mm26-demo-cta-2026__sample-submit:hover,
.mm26-demo-cta-2026__form-card .hs-form .hs_submit input:hover {
  background: #ff67c1 !important;
}

.mm26-demo-cta-2026__sample-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mm26-demo-cta-2026__sample-grid .full {
  grid-column: 1 / -1;
}

.mm26-demo-cta-2026__sample-field,
.mm26-demo-cta-2026__sample-consent {
  display: grid;
  gap: 8px;
}

.mm26-demo-cta-2026__sample-consent {
  grid-template-columns: 16px 1fr;
  align-items: start;
  color: #5a5478;
  font-size: 13px;
  line-height: 1.45;
}

.mm26-demo-cta-2026__sample-consent-box {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 4px;
  border: 1px solid #e5e1f6;
  background: #f6f5fb;
}

@keyframes mm26OppositeTrackLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes mm26OppositeTrackRight {
  from {
    transform: translateX(calc(-50% - 8px));
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 1240px) {
  .mm26-section {
    padding: 80px 0;
  }

  .mm26-hero-2026__inner,
  .mm26-stats-text-2026__header,
  .mm26-benchmark-2026__header,
  .mm26-demo-cta-2026__grid {
    grid-template-columns: 1fr;
  }

  .mm26-hero-2026__inner {
    gap: 36px;
  }

  .mm26-hero-2026__copy,
  .mm26-hero-2026__copy p {
    max-width: none;
  }

  .mm26-stats-text-2026__header {
    gap: 24px;
    margin-bottom: 44px;
  }

  .mm26-stats-text-2026__copy {
    max-width: 720px;
  }

  .mm26-stories-2026__panel.is-active {
    grid-template-columns: 1fr;
  }

  .mm26-capabilities-2026__grid,
  .mm26-proof-2026__grid,
  .mm26-static-cards-2026__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm26-client-cards-2026__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm26-integrations-2026__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mm26-badge-grid-2026__inner {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
  }

  .mm26-badge-grid-2026__badge {
    width: 112px;
  }

  .mm26-awards-2026__inner,
  .mm26-faq-2026__panel {
    grid-template-columns: 1fr;
  }

  .mm26-faq-2026__panel {
    gap: 40px;
    padding: 42px 40px 44px;
  }

  .mm26-faq-2026__intro h2 {
    max-width: 460px;
  }

  .mm26-iceberg-2026 .page-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mm26-iceberg-2026__track {
    height: 380vh;
  }

  .mm26-iceberg-2026__sticky {
    border-radius: 24px;
  }

  .mm26-iceberg-2026__heading {
    max-width: 980px;
    font-size: 54px !important;
  }

  .mm26-iceberg-2026__tip {
    width: min(320px, 29vw);
  }

  .mm26-iceberg-2026__underwater {
    width: min(390px, 35vw);
  }

  .mm26-iceberg-2026__text--left {
    left: 52px;
    width: 220px;
  }

  .mm26-iceberg-2026__text--right {
    right: 52px;
    width: 220px;
  }

  .mm26-iceberg-2026__text--middle {
    top: 224px;
    width: 290px;
  }

  .mm26-iceberg-2026__text--left,
  .mm26-iceberg-2026__text--right {
    top: 320px;
    font-size: 16px;
  }

  .mm26-iceberg-2026__text--left p,
  .mm26-iceberg-2026__text--right p {
    color: #fff;
    font-size: 16px !important;
  }

  .mm26-opposite-slider-2026 .page-center {
    max-width: 1250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mm26-opposite-slider-2026__header,
  .mm26-opposite-slider-2026__compliance,
  .mm26-opposite-slider-2026__rows {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .mm26-demo-cta-2026 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mm26-demo-cta-2026 + section.footer-top,
  .dnd-section:has(.mm26-demo-cta-2026) + .dnd-section section.footer-top {
    padding-top: 66px;
  }

  .mm26-stats-text-2026__grid {
    grid-template-columns: 1fr;
  }

  .mm26-stats-text-2026__card {
    min-height: 0;
  }

  .mm26-badge-grid-2026__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mm26-badge-grid-2026__heading {
    text-align: center;
  }

  .mm26-badge-grid-2026__rail {
    justify-content: flex-start;
  }

  .mm26-static-cards-2026__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm26-benchmark-2026__cards,
  .mm26-client-cards-2026__grid,
  .mm26-integrations-2026__grid,
  .mm26-awards-2026__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm26-stats-strip-2026__brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mm26-demo-cta-2026__shell,
  .mm26-calculator-banner-2026__shell,
  .mm26-form-banner-2026__shell {
    padding: 48px 32px;
  }

  .mm26-demo-cta-2026__form-card .hs-form fieldset.form-columns-2,
  .mm26-demo-cta-2026__sample-grid {
    grid-template-columns: 1fr;
  }

  .mm26-faq-2026__button {
    padding: 24px 0;
    font-size: 19px;
  }

  .mm26-faq-2026__answer-inner > div {
    padding-right: 20px;
  }

  .mm26-iceberg-2026__desktop {
    display: none;
  }

  .mm26-iceberg-2026__mobile {
    display: block;
    padding: 40px 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, #f9f8ff 0%, #d9dcff 32%, #3b38d3 32.2%, #c8ccff 100%);
  }

  .mm26-iceberg-2026__mobile-heading {
    margin: 0 0 28px;
    text-align: center;
  }

  .mm26-iceberg-2026__mobile-art {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 430px;
    margin: 0 auto 24px;
  }

  .mm26-iceberg-2026__mobile .mm26-iceberg-2026__waterline {
    top: 120px;
  }

  .mm26-iceberg-2026__tip--mobile {
    top: 0;
    width: 236px;
  }

  .mm26-iceberg-2026__underwater--mobile {
    top: 114px;
    width: 300px;
    opacity: 1;
  }

  .mm26-iceberg-2026__mobile-copy {
    display: grid;
    gap: 18px;
    text-align: center;
  }

  .mm26-iceberg-2026__mobile-block {
    color: #fff;
  }

  .mm26-iceberg-2026__mobile-block .label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
  }

  .mm26-iceberg-2026__mobile-block .value {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
  }

  .mm26-iceberg-2026__mobile-side {
    color: #fff;
    font-size: 17px;
    line-height: 1.45;
  }
}

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

  .mm26-hero-2026 {
    padding-top: 26px;
    padding-bottom: 56px;
  }

  .mm26-hero-2026__heading,
  .mm26-hero-2026__heading h1,
  .mm26-hero-2026__heading {
    font-size: 46px !important;
  }

  .mm26-hero-2026__copy,
  .mm26-hero-2026__copy p,
  .mm26-stats-text-2026__copy,
  .mm26-stats-text-2026__copy p,
  .mm26-section__copy,
  .mm26-section__copy p,
  .mm26-demo-cta-2026__copy,
  .mm26-demo-cta-2026__copy p {
    font-size: 16px;
  }

  .mm26-hero-2026__media {
    min-height: 320px;
  }

  .mm26-hero-2026__trustbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 12px;
  }

  .mm26-hero-2026__trust-copy {
    white-space: normal;
  }

  .mm26-stats-text-2026__header {
    gap: 18px;
    margin-bottom: 28px;
  }

  .mm26-stats-text-2026__heading,
  .mm26-stats-text-2026__heading h1,
  .mm26-stats-text-2026__heading h2,
  .mm26-stats-text-2026__heading h3,
  .mm26-stats-text-2026__heading p {
    font-size: 28px !important;
  }

  .mm26-stats-text-2026__card {
    padding: 28px 28px 24px;
    border-radius: 20px;
  }

  .mm26-stats-text-2026__card-top {
    gap: 16px;
    margin-bottom: 8px;
  }

  .mm26-stats-text-2026__metric {
    font-size: 48px;
  }

  .mm26-stats-text-2026__icon {
    width: 52px;
    height: 52px;
  }

  .mm26-stats-text-2026__label,
  .mm26-stats-text-2026__label p {
    font-size: 16px;
  }

  .mm26-stats-strip-2026__stats,
  .mm26-capabilities-2026__grid,
  .mm26-proof-2026__grid,
  .mm26-client-cards-2026__grid,
  .mm26-integrations-2026__grid,
  .mm26-awards-2026__list {
    grid-template-columns: 1fr;
  }

  .mm26-badge-grid-2026__heading {
    font-size: 34px;
  }

  .mm26-badge-grid-2026__rail {
    gap: 14px;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .mm26-badge-grid-2026__badge {
    width: 108px;
  }

  .mm26-badge-grid-2026__badge:not(.mm26-badge-grid-2026__badge--show-mobile) {
    display: none;
  }

  .mm26-badge-grid-2026__badge span {
    min-height: 108px;
    padding: 16px 12px;
    font-size: 15px;
  }

  .mm26-static-cards-2026__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mm26-static-cards-2026__card {
    padding: 20px 16px 18px;
  }

  .mm26-static-cards-2026__card:not(.mm26-static-cards-2026__card--show-mobile) {
    display: none;
  }

  .mm26-static-cards-2026__media {
    min-height: 170px;
    margin-bottom: 16px;
  }

  .mm26-static-cards-2026__statement {
    font-size: 16px;
  }

  .mm26-hero-2026__button {
    flex: 1 1 auto;
    justify-content: center;
  }

  .mm26-stats-strip-2026__stat {
    min-height: 92px;
    padding: 20px 0;
  }

  .mm26-stats-strip-2026__stat + .mm26-stats-strip-2026__stat {
    border-left: 0;
    border-top: 1px solid #e6e3f2;
  }

  .mm26-stats-strip-2026__brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm26-stories-2026__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .mm26-stories-2026__tab {
    white-space: nowrap;
  }

  .mm26-stories-2026__metric h3,
  .mm26-stories-2026__metric p,
  .mm26-stories-2026__metric {
    font-size: 34px;
  }

  .mm26-capabilities-2026__header,
  .mm26-proof-2026__header,
  .mm26-client-cards-2026__header,
  .mm26-integrations-2026__header,
  .mm26-static-cards-2026__header,
  .mm26-opposite-slider-2026__header {
    margin-bottom: 36px;
  }

  .mm26-calculator-banner-2026__sample,
  .mm26-calculator-banner-2026__form .hs-form,
  .mm26-form-banner-2026__sample,
  .mm26-form-banner-2026__form .hs-form {
    flex-direction: column;
  }

  .mm26-calculator-banner-2026__sample button,
  .mm26-calculator-banner-2026__form .hs_submit input,
  .mm26-form-banner-2026__sample button,
  .mm26-form-banner-2026__form .hs_submit input {
    width: 100%;
  }

  .mm26-demo-cta-2026__shell,
  .mm26-calculator-banner-2026__shell,
  .mm26-form-banner-2026__shell,
  .mm26-faq-2026__panel {
    padding: 28px 22px;
  }

  .mm26-form-banner-2026__shell {
    border-radius: 28px;
  }

  .mm26-form-banner-2026__heading,
  .mm26-form-banner-2026__heading * {
    font-size: 30px !important;
    line-height: 1.1;
  }

  .mm26-form-banner-2026__copy,
  .mm26-form-banner-2026__copy p {
    font-size: 16px;
  }

  .mm26-client-cards-2026__card {
    padding: 34px 24px 30px;
    border-radius: 24px;
  }

  .mm26-client-cards-2026__logo {
    min-height: 56px;
    margin-bottom: 22px;
  }

  .mm26-client-cards-2026__logo img {
    max-height: 50px;
  }

  .mm26-client-cards-2026__metric {
    margin-bottom: 16px;
    font-size: 62px;
  }

  .mm26-client-cards-2026__summary,
  .mm26-client-cards-2026__summary p {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .mm26-opposite-slider-2026__tile {
    width: 156px;
    min-width: 156px;
    min-height: 60px;
    padding: 14px 18px;
    border-radius: 16px;
  }

  .mm26-opposite-slider-2026__tile img {
    max-height: 26px;
  }

  .mm26-opposite-slider-2026__compliance {
    gap: 12px 24px;
  }

  .mm26-opposite-slider-2026__compliance-item {
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }

  .mm26-faq-2026__panel {
    gap: 28px;
    border-radius: 24px;
  }

  .mm26-faq-2026__intro h2 {
    max-width: none;
    font-size: 26px !important;
  }

  .mm26-faq-2026__button {
    gap: 18px;
    padding: 20px 0;
    font-size: 17px;
    line-height: 1.24;
  }

  .mm26-faq-2026__icon {
    width: 18px;
    height: 18px;
  }

  .mm26-faq-2026__answer-inner > div {
    padding: 0 0 22px;
  }

  .mm26-faq-2026__answer,
  .mm26-faq-2026__answer p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm26-opposite-slider-2026__track--left,
  .mm26-opposite-slider-2026__track--right {
    animation: none;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

.body-wrapper.unselected .dark-overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #0000008f;
  z-index: 33333;
}

.row-fluid [class*="span"] {
    min-height: 0 !important;
}
.page-center{
  max-width: 1250px;

  margin: auto;
  float: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
.lazy {
   background-image: none !important;
   background-color: #eeb33b;
}
section.header-top .menu ul li:last-child a:hover{
  border-bottom: unset;
}

img {
 height: auto;
}

input {
  outline: none;
}

sup {
  line-height: 0;
  margin-left: -2px;
}

/* TODO: Move all these CTA styles a _buttons css file */
body a {
  letter-spacing: 0.1px;
  color: #4c57e6 !important;
  transition: all 500ms ease;
  text-decoration: none;
  cursor: pointer;
}
body a:hover{
  text-decoration: underline;
  transition: all 500ms ease;
}
body a.secondary-cta {
  background: #21174b;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px !important;
  text-decoration: none;
  line-height: 1.5em !important;
  border: 1px solid transparent;
}
body a.secondary-cta:hover {
 text-decoration: underline;
}
body a.primary-cta {
  font-weight: bold;
  border-radius: 30px !important;
  padding: 12px 24px !important;
  border: 1px solid transparent;
  line-height: 1.5em !important;
  text-decoration: none;
  font-size: 16px;
  background: #4C57E6;
  color: white !important;
}
body a.primary-cta:hover{
  background: #0914A0;
  text-decoration: none;
}
.btn-wrapper:not(.btn-text-wrapper) .cta_button {
    padding: 3.5px 26px !important;
}
body a.pink-cta {
  font-weight: bold;
  border-radius: 30px !important;
  padding: 12px 24px !important;
  text-decoration: none;
  font-size: 16px;
  background: #ff04b4;
  color: white !important;
}
body a.pink-cta:hover{
  background: #ffaeee;
  text-decoration: none;
}
.kindred-te-content{
  padding: 0 25px !important;
}
.mobile{
  display: none !important;
}

@media (max-width: 1240px){
  .page-center{
    padding: 0 20px !important;
  }
}

@media (max-width: 768px){
  .mobile{
    display: initial !important;;
  }
    .desktop{
    display: none !important;
  }
}

/* Cookie banner*/
body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    background-color: #21174B;
  box-shadow: 0 -1px 3px #eaf0f6;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  display: flex;
  justify-content: space-between;
  background-color: #21174B;
  max-width: 1250px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 0 0px;
    text-align: left;
    text-shadow: none!important;
    font: normal normal normal 14px/20px Helvetica Now Display;
    letter-spacing: 0px;
    color: #FFFFFF;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-bottom: 12px;
    width: 55%;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    font: normal normal bold 16px/24px Helvetica Now Display;
    letter-spacing: 0.1px;
    color: #4c57e6 !important;
    text-decoration: unset !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
    text-shadow: none!important;
    font-weight: 700!important;
    border: unset!important;
    padding: 14px 36px!important;
    font-size: 16px;
    background: #fff!important;
    color: #21174b!important;
    border-radius: 30px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    text-shadow: none!important;
    font-weight: 700!important;
    border: unset!important;
    padding: 14px 36px!important;
    font-size: 16px;
    background: #fff!important;
    color: #21174b!important;
    border-radius: 30px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    width: 40%;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .layout-widget-wrapper h1 {
 padding: 0 15px; 
}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    flex-direction: column;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-bottom: 0;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
    justify-content: center;
}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    right: 0px;
  }
}

/* Remove Image Slider Control Buttons */
.splide__controls {
  display:none !important;
}
.layout-widget-wrapper h1 {
    max-width: 1200px;
    margin: 0 auto;
}

/* Custom CSS -- PageSpeed */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    transition-delay: 1ms !important;
  }
}
form#hsForm_e97dbfbf-731c-4c13-839f-b2b9fbaa9b42_2407 {
    background: #f5f5f5;
    padding: 40px;
}