@font-face {
  font-display: swap;
  font-family: "Funnel Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Sans-Regular.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Funnel Sans";
  font-style: italic;
  font-weight: 400;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Sans-Italic.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Funnel Sans";
  font-style: normal;
  font-weight: 600;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Sans-Medium.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Funnel Sans";
  font-style: italic;
  font-weight: 600;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Sans-MediumItalic.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Funnel Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Sans-Bold.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Funnel Sans";
  font-style: italic;
  font-weight: 700;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Sans-BoldItalic.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 600;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/Funnel-Display-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Funnel Sans Fallback";
  size-adjust: 101%;
  ascent-override: 99%;
  descent-override: normal;
  line-gap-override: normal;
  src: local("Arial");
}

@font-face {
  font-family: "Funnel Display Fallback";
  size-adjust: 106%;
  ascent-override: 93%;
  descent-override: normal;
  line-gap-override: 6%;
  src: local("Arial");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/roboto/roboto-light.woff2")
    format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/roboto/roboto-regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/roboto/roboto-italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/fonts/roboto/roboto-bold.woff2")
    format("woff2");
}
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

:root {
  /* Colors */
  --white: #ffffff;
  --black: #000000;

  --Primary-Funnel-Green: #013f33;

  --Secondary-Funnel-Pink: #ff94e4;
  --Secondary-Funnel-Orange: #f86c54;
  --Tertiary-Funnel-Blue: #1cb1f3;
  --Tertiary-Funnel-Grey: #b6b6b6;

  --Primary-Green-80: #44645c;
  --Primary-Green-60: #738b85;
  --Primary-Green-40: #a2b1ad;
  --Primary-Green-20: #d1d9d6;
  --Primary-Green-10: #e7ebea;

  --Secondary-Pink-80: #ffa8e4;
  --Secondary-Pink-60: #ffbeea;
  --Secondary-Pink-40: #ffd4f2;
  --Secondary-Pink-20: #ffeaf8;
  --Secondary-Pink-10: #fff4fb;

  --Secondary-Orange-80: #ff907a;
  --Secondary-Orange-60: #ffac9b;
  --Secondary-Orange-40: #ffc7bd;
  --Secondary-Orange-20: #ffe4df;
  --Secondary-Orange-10: #fff1ee;

  --Tertiary-Blue-80: #4cbbf2;
  --Tertiary-Blue-60: #96cdf6;
  --Tertiary-Blue-40: #badff9;
  --Tertiary-Blue-20: #ddeefd;
  --Tertiary-Blue-10: #eef7fc;

  --Tertiary-Grey-80: #c5c5c5;
  --Tertiary-Grey-60: #d3d3d3;
  --Tertiary-Grey-40: #e2e2e2;
  --Tertiary-Grey-20: #f0f0f0;
  --Tertiary-Grey-10: #f7f7f7;

  --Function-Warning-500: #eac900;
  --Function-Warning-400: #f0d94d;
  --Function-Warning-300: #f5e480;
  --Function-Warning-200: #f9efb3;
  --Function-Warning-100: #fbf4cc;
  --Function-Warning-50: #fdfae6;

  --Function-Success-600: #1b9339;
  --Function-Success-500: #20ac43;
  --Function-Success-400: #63c57b;
  --Function-Success-300: #90d6a1;
  --Function-Success-200: #bce6c7;
  --Function-Success-100: #d2eed9;
  --Function-Success-50: #e9f7ec;

  --Function-Error-500: #ff3751;
  --Function-Error-400: #ff7385;
  --Function-Error-300: #ff9ba8;
  --Function-Error-200: #ffc3cb;
  --Function-Error-100: #ffd7dc;
  --Function-Error-50: #ffebee;

  --Function-Greyscale-600: #7f7f7f;
  --Function-Greyscale-700: #5b5b5b;
  --Function-Greyscale-800: #373737;
  --Function-Greyscale-900: #121212;

  --Misc-Purple: #9657c4;
  --Misc-Blue: #147caa;

  --text-color: var(--black);
  --link-color: var(--black);
  --link-color--blog: var(--Misc-Blue);

  --scrollbar-track: var(--Tertiary-Grey-40);
  --scrollbar-thumb: var(--Tertiary-Grey-60);
  --scrollbar-thumb-hover: var(--Tertiary-Grey-80);

  --video-overlay: rgba(255, 255, 255, 0);
  --video-overlay-hover: rgba(255, 255, 255, 0.24);

  /* Borders */
  --card-border-color: var(--black);
  --box-border-color: var(--black);
  --box-border-radius: 12px;
  --box-border-radius-lg: 24px;
  --box-border: 1px solid var(--box-border-color);
  --btn-border-radius: 0px;
  --btn-border-radius-hover: 12px;

  /* Fonts */
  --primary-font-family: "Funnel Sans", "Funnel Sans Fallback", sans-serif;
  --secondary-font-family: "Funnel Display", "Funnel Display Fallback",
    sans-serif;

  --h1-mobile: 3rem; /* 48px */
  --h2-mobile: 1.875rem; /* 30px */
  --h3-mobile: 1.5rem; /* 24px */
  --h4-mobile: 1.125rem; /* 18px */
  --h5-mobile: 1rem; /* 16px */
  --body-mobile: 1rem; /* 16px */
  --preamble-mobile: 1.125rem; /* 18px */

  --h1-desktop: 3.75rem; /* 60px */
  --h2-desktop: 3rem; /* 48px */
  --h3-desktop: 2.125rem; /* 34px */
  --h4-desktop: 1.5rem; /* 24px */
  --h5-desktop: 1.125rem; /* 18px */
  --body-desktop: 1.125rem; /* 18px */
  --preamble-desktop: 1.5rem; /* 24px */

  --explainer: 0.875rem; /* 14px */
  --terms: 0.75rem; /* 12px */

  --font-weight-bold: 700;
  --btn-font-weight: 600;

  /* Icons */
  --btn-black-arrow: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path d='M16.172 11.0002L10.808 5.63617L12.222 4.22217L20 12.0002L12.222 19.7782L10.808 18.3642L16.172 13.0002H4V11.0002H16.172Z' fill='black'/></g></svg>");
  --btn-white-arrow: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g><path d='M16.172 11.0002L10.808 5.63617L12.222 4.22217L20 12.0002L12.222 19.7782L10.808 18.3642L16.172 13.0002H4V11.0002H16.172Z' fill='white'/></g></svg>");
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  outline: 0;
}

*:after,
*:before {
  box-sizing: border-box;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
blockquote,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
}

picture,
picture img {
  display: block;
}

/* forms */

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  line-height: inherit;
  font: inherit;
  color: inherit;
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input[type="button"],
input[type="submit"] {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

::placeholder {
  opacity: 1;
  color: inherit;
}

/* blockquotes */

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

/* tables */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! 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 */

.ten {
  width: 10%;
}
.twenty {
  width: 20%;
}
.thirty {
  width: 30%;
}
.forty {
  width: 40%;
}
.fifty {
  width: 50%;
}
.sixty {
  width: 60%;
}
.seventy {
  width: 70%;
}
.eighty {
  width: 80%;
}
.ninety {
  width: 90%;
}
.hundred {
  width: 100%;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

.dnd-section {
  color: var(--text-color);
}

.dnd-section--inverted .cards-BORDERS,
.blog-cta,
.navigation-primary__action-bar-wrapper,
.header__buttons,
.dnd-section--inverted,
.dnd-section--green,
.dnd-section--black {
  --text-color: var(--white);
  --link-color: var(--white);

  --btn-primary-bg: var(--white);
  --btn-primary-border: var(--white);
  --btn-primary-color: var(--black);
  --btn-primary-arrow: var(--btn-black-arrow);

  --btn-primary-bg--hover: var(--white);
  --btn-primary-border--hover: var(--white);
  --btn-primary-color--hover: var(--black);

  --btn-secondary-bg: transparent;
  --btn-secondary-border: var(--white);
  --btn-secondary-color: var(--white);
  --btn-secondary-arrow: var(--btn-white-arrow);

  --btn-secondary-bg--hover: transparent;
  --btn-secondary-border--hover: var(--white);
  --btn-secondary-color--hover: var(--white);

  --card-border-color: var(--Function-Greyscale-600);
}

.dnd-section.row-number-1::before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background-color: transparent;
}

@media screen and (min-width: 64em) {
  .dnd-section.row-number-1::before {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .dnd-section--flip > .row-fluid,
  .dnd-section--flip-column-order > .row-fluid {
    flex-direction: row-reverse !important;
  }
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.flexbox-container-fluid,
.flexbox-container {
    margin-right: auto;
    margin-left: auto;
}

.flexbox-container-fluid,
.flexbox-container {
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (max-width: 767px) {
    .hide-xs {
        display: none !important;
    } 
}

@media only screen and (min-width: 48em) {
    /* .flexbox-container {
        max-width: 44rem;
    } */

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 80em) {
    .flexbox-container {
        max-width: 1280px;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

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

body {
  background: var(--white);
  margin-top: 0px;
}

body.base-simple-footer {
  padding-top: 0;
}

.hs-inline-edit body {
  padding-top: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

body .dnd_area-row-0-margin {
  margin-top: 0 !important;
}

@media only screen and (min-width: 48em) {
  body.base-simple-footer {
    padding-top: 0;
  }

  .col-pl {
    padding-left: 40px;
  }

  .sm-none {
    display: none;
  }
}

@media only screen and (min-width: 64em) {
  body {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 80em) {
  .col-pl {
    padding-left: 0;
  }

  .lg-none {
    display: none;
  }
}

@media only screen and (max-width: 80em) {
  .text-center-sm {
    text-align: center;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: var(--primary-font-family);
  font-display: swap;
  font-size: var(--body-mobile);
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  color: var(--text-color);
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-block: 0.4em;
  font-weight: 600;
}

h1,
.h1 {
  font-family: var(--secondary-font-family);
  font-size: var(--h1-mobile);
  line-height: 1.08333;
}

h2,
.h2 {
  font-family: var(--secondary-font-family);
  font-size: var(--h2-mobile);
  line-height: 1.2;
}

h3,
.h3 {
  font-family: var(--secondary-font-family);
  font-size: var(--h3-mobile);
  line-height: 1.16667;
}

h4,
.h4 {
  font-family: var(--primary-font-family);
  font-size: var(--h4-mobile);
  line-height: 1.33333;
}

h5,
.h5 {
  font-family: var(--primary-font-family);
  font-size: var(--h5-mobile);
  line-height: 1.25;
}

blockquote {
  border-left: 2px solid var(--Secondary-Funnel-Orange);
  margin-bottom: 20px;
  padding: 24px;
  background-color: var(--Secondary-Orange-10);
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote p:has(img) {
  display: block;
  position: relative;
  overflow: hidden;
}

blockquote img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  object-fit: cover;
}

p {
  margin-bottom: 20px;
}

a {
  cursor: pointer;
  color: var(--link-color);
}

.hs_cos_wrapper_type_rich_text a:not(.btn) {
  text-decoration: underline;
}

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

b,
strong {
  font-weight: 600;
}

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

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

ul.no-list {
  list-style: none;
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

hr {
  background-color: var(--black);
  border: none;
  color: var(--black);
  height: 1px;
}

img {
  font-size: 0.875rem; /* 14px */
  word-break: normal;
}

.eyebrow {
  margin: 0;
  font-size: 0.875rem; /* 14px */
  font-weight: 600;
  line-height: 1.42857;
  text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
  body {
    font-size: var(--body-desktop);
    line-height: 1.55556;
  }

  h1,
  .h1 {
    font-size: var(--h1-desktop);
    line-height: 1.13333;
  }

  h2,
  .h2 {
    font-size: var(--h2-desktop);
    line-height: 1.25;
  }

  h3,
  .h3 {
    font-size: var(--h3-desktop);
    line-height: 1.29412;
  }

  h4,
  .h4 {
    font-size: var(--h4-desktop);
    line-height: 1.33333;
  }

  h5,
  .h5 {
    font-size: var(--h5-desktop);
    line-height: 1.33333;
  }

  blockquote {
    padding: 40px;
  }
}
:root {
  --btn-primary-bg: var(--black);
  --btn-primary-border: var(--black);
  --btn-primary-color: var(--white);
  --btn-primary-arrow: var(--btn-white-arrow);

  --btn-primary-bg--hover: var(--black);
  --btn-primary-border--hover: var(--black);
  --btn-primary-color--hover: var(--white);

  --btn-secondary-bg: transparent;
  --btn-secondary-border: var(--black);
  --btn-secondary-color: var(--black);
  --btn-secondary-arrow: var(--btn-black-arrow);

  --btn-secondary-bg--hover: transparent;
  --btn-secondary-border--hover: var(--black);
  --btn-secondary-color--hover: var(--black);

  --btn-primary-accent-bg: var(--Secondary-Funnel-Pink);
  --btn-primary-accent-border: var(--Secondary-Funnel-Pink);
  --btn-primary-accent-color: var(--black);
  --btn-primary-accent-arrow: var(--btn-black-arrow);

  --btn-primary-accent-bg--hover: var(--Secondary-Funnel-Pink);
  --btn-primary-accent-border--hover: var(--Secondary-Funnel-Pink);
  --btn-primary-accent-color--hover: var(--black);
}

.btn,
.button {
  display: inline-block;
  width: 100%;
  padding: 13px 24px;
  border: 1px solid var(--btn-primary-border);
  border-radius: var(--btn-border-radius);
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 1rem; /* 16px */
  font-weight: var(--btn-font-weight);
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}

.btn:hover,
.button:hover {
  border-top-left-radius: var(--btn-border-radius-hover);
  text-decoration: none;
}

.btn--primary,
.button--primary {
  background-color: var(--btn-primary-bg);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}

.btn--primary.btn--has-arrow::after,
.button--primary.btn--has-arrow::after {
  background-image: var(--btn-primary-arrow);
}

.btn--primary:hover,
.button--primary:hover {
  background-color: var(--btn-primary-bg--hover);
  border-color: var(--btn-primary-border--hover);
  color: var(--btn-primary-color--hover);
}

.btn--secondary,
.button--secondary {
  background-color: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn--secondary.btn--has-arrow::after,
.button--secondary.btn--has-arrow::after {
  background-image: var(--btn-secondary-arrow);
}

.btn--secondary:hover,
.button--secondary:hover {
  background-color: var(--btn-secondary-bg--hover);
  border-color: var(--btn-secondary-border--hover);
  color: var(--btn-secondary-color--hover);
}

.btn--primary-accent,
.button--primary-accent {
  background-color: var(--btn-primary-accent-bg);
  border-color: var(--btn-primary-accent-border);
  color: var(--btn-primary-accent-color);
}

.btn--primary-accent.btn--has-arrow::after,
.button--primary-accent.btn--has-arrow::after {
  background-image: var(--btn-primary-accent-arrow);
}

.btn--primary-accent:hover,
.button--primary-accent:hover {
  background-color: var(--btn-primary-accent-bg--hover);
  border-color: var(--btn-primary-accent-border--hover);
  color: var(--btn-primary-accent-color--hover);
}

.btn--link,
.button--link {
  background-color: var(--btn-secondary-bg);
  border-color: transparent;
  color: var(--btn-secondary-color);
}

.btn--link.btn--has-arrow::after,
.button--link.btn--has-arrow::after {
  background-image: var(--btn-secondary-arrow);
}

.btn--link:hover,
.button--link:hover {
  background-color: var(--btn-secondary-bg--hover);
  border-color: transparent;
  color: var(--btn-secondary-color--hover);
  text-decoration: underline;
}

.btn--has-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 56px;
}

.btn--has-arrow:hover::after {
  right: 16px;
}

.btn--has-arrow::after {
  content: "";
  position: absolute;
  right: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: var(--btn-primary-arrow);
  background-size: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

@media only screen and (min-width: 32em) {
  .btn,
  .button {
    width: auto;
  }
}
/* HS Form layout fixes */
form.hs-form {
  --form-gap: 8px;
}

form.hs-form fieldset {
  display: flex;
  gap: var(--form-gap);
  max-width: 100%;
}

form.hs-form fieldset .hs-form-field {
  width: 100%;
}

form.hs-form fieldset.form-columns-1 .input,
form.hs-form fieldset.form-columns-2 .input {
  margin-right: 0;
}

form.hs-form .hs-input.hs-fieldtype-intl-phone {
  display: flex;
  width: 100% !important;
}

form.hs-form .hs-input.hs-fieldtype-intl-phone .hs-input:nth-child(1) {
  flex: 1;
  margin-right: var(--form-gap);
}

form.hs-form .hs-input.hs-fieldtype-intl-phone .hs-input:nth-child(2) {
  flex: 3;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 24px;
}

/* Labels */
form label {
  display: block;
  margin-bottom: 4px;
  font-size: var(--explainer); /* 14px */
  line-height: 20px;
  font-weight: 600;
}

form .hs-fieldtype-booleancheckbox label,
form .hs-fieldtype-checkbox label,
form .hs-fieldtype-radio label {
  margin-bottom: 20px;
}

/* Help text - legends */
form legend {
  margin-bottom: 8px;
  font-size: 0.75rem; /* 12px */
}

/* Inputs */
form input:not(.hs-button),
form select,
form textarea {
  display: block;
  padding: 11px 12px;
  width: 100% !important;
  height: 48px;
  border: 1px solid var(--Primary-Green-80);
  font-size: 1rem; /* 16px */
  line-height: 24px;
  text-overflow: ellipsis;
  color: var(--black);
  background-color: var(--Tertiary-Grey-10);
  transition: all 300ms;
}

form input:not(.hs-button),
form select,
form textarea {
  accent-color: var(--black);
}

form textarea {
  padding-top: 14px;
  height: 100px;
  min-height: 100px;
}

form input:not(.hs-button, [type="checkbox"], [type="radio"]):focus,
form select:focus,
form textarea:focus {
  border-color: var(--Tertiary-Funnel-Blue);
}

form ::placeholder {
  color: var(--black);
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin-bottom: 16px;
}

form .inputs-list > li:last-child {
  margin-bottom: 0;
}

form .inputs-list label {
  font-weight: 400;
}

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

form .hs-form-booleancheckbox-display,
form .hs-form-checkbox-display,
form .hs-form-radio-display {
  display: flex;
  gap: 12px;
}

form .hs-form-radio-display {
  align-items: center;
}

form .hs-form-booleancheckbox-display:hover,
form .hs-form-checkbox-display:hover,
form .hs-form-radio-display:hover,
form input[type="checkbox"]:hover,
form input[type="radio"]:hover,
form select:hover {
  cursor: pointer;
}

form input[type="checkbox"],
form input[type="radio"] {
  margin-right: 8px;
}

form.hs-form .hs-form-booleancheckbox input[type="checkbox"],
form.hs-form .hs-form-checkbox input[type="checkbox"],
form.hs-form .hs-form-radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--Tertiary-Grey-10);
  width: 24px !important;
  height: 24px;
  margin: 0;
  padding: 0;
  flex: 0 0 24px;
  transition: all 0.2s;
}

form.hs-form .hs-form-booleancheckbox input[type="checkbox"],
form.hs-form .hs-form-checkbox input[type="checkbox"] {
  border-radius: 0;
}

form.hs-form .hs-form-radio input[type="radio"] {
  position: relative;
  border-radius: 50%;
}

form.hs-form .hs-form-booleancheckbox span,
form.hs-form .hs-form-checkbox span,
form.hs-form .hs-form-radio span {
  flex: 1 1 auto;
  font-size: var(--explainer);
}

form.hs-form .hs-form-booleancheckbox input[type="checkbox"]:checked,
form.hs-form .hs-form-checkbox input[type="checkbox"]:checked {
  background-color: var(--black);
  background-image: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-checkbox-white.svg);
  background-position: 50% 50%;
}

form.hs-form .hs-form-radio input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--black);
}

form.hs-form .hs-form-radio input[type="radio"]:checked::after {
  display: block;
}

form .inputs-list.invalid.error input {
  border-color: var(--Function-Error-500);
}

/* Inputs - datepicker */
.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: var(--white);
}

.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: var(--white);
}

/* Inputs - file picker */
form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  margin-bottom: 20px;
  font-size: var(--terms);
  line-height: 1.5;
}

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

form .hs-richtext a {
  text-decoration: underline;
}

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

/* Validation */
.hs-form-required {
  color: var(--Function-Greyscale-800);
  margin-left: 4px;
}

.hs-input.invalid.error {
  border-color: var(--Function-Error-500);
  color: var(--Function-Error-500);
}

.hs-input.invalid.error::placeholder {
  color: var(--Function-Error-500);
}

.hs-error-msgs {
  position: absolute;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.hs-error-msgs li {
  margin: 0 !important;
}

.hs-error-msgs label {
  font-size: 0.75rem; /* 12px */
  line-height: 1.25;
  color: var(--Function-Error-500);
}

.hs_error_rollup {
  text-align: center;
}

.hs_error_rollup .hs-error-msgs {
  margin-top: 54px !important;
}

.hs_error_rollup label {
  display: flex;
  align-items: center;
}

/* Submit button */
.hs-submit {
  margin-bottom: 24px;
  text-align: center;
}

form input[type="submit"],
form .hs-button {
  display: inline-block;
  width: 100%;
  padding: 11px 24px;
  border: 1px solid var(--btn-primary-border);
  border-radius: var(--btn-border-radius);
  text-align: center;
  font-size: 1rem; /* 16px */
  font-weight: var(--btn-font-weight);
  line-height: 24px;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
  background-color: var(--btn-primary-bg);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}

form input[type="submit"]:hover,
form .hs-button:hover {
  border-top-left-radius: var(--btn-border-radius-hover);
  text-decoration: none;
}

/* Thank You Message */
form .submitted-message {
  text-align: center;
}

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

/* Custom Select */
.custom-select {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  height: 50px;
  padding: 5px 50px 5px 32px;
  font-weight: var(--font-weight-bold);
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-chevron-down-black.svg)
    center right 25px no-repeat #fff;
}

select.hs-input {
  position: relative;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-chevron-down-black.svg);
  background-position: calc(100% - 12px) 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

/* Custom Multiselect */
.custom-multiselect {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  height: 48px;
  padding: 14px 24px;
  border: 1px solid var(--black);
  text-align: left;
  font-size: 1rem; /* 16px */
  line-height: 24px;
  background-color: var(--Tertiary-Grey-10);
}

.custom-multiselect:hover {
  cursor: pointer;
}

.custom-multiselect .multiselect__tags::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 6px;
  background-image: url("https://funnel.io/hubfs/529308/raw_assets/public/funnel-theme/images/icons/nav-dropdown.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  transform: translateY(-50%) rotateX(0deg);
  transition: transform 0.2s ease-in-out;
}

.custom-multiselect.multiselect--active .multiselect__tags::after {
  transform: translateY(-50%) rotateX(180deg);
}

.custom-multiselect .multiselect__input {
  display: block !important;
  position: static !important;
  width: auto !important;
}

.custom-multiselect .multiselect__input:hover {
  cursor: pointer;
}

.custom-multiselect .multiselect__tags-wrap {
  display: none !important;
}

.custom-multiselect .multiselect__tags {
  position: relative;
}

.custom-multiselect .multiselect__tags span {
  display: none !important;
}

.custom-multiselect .multiselect__tag:not(:last-child)::after {
  margin-left: -4px;
  content: ", ";
}

.custom-multiselect .multiselect__content-wrapper {
  position: absolute;
  top: 50%;
  left: -1px;
  padding: 0 4px 0 16px;
  background-color: var(--Tertiary-Grey-10);
  width: auto;
  min-width: calc(100% + 2px);
  text-transform: capitalize;
  border: 1px solid var(--black);
  top: calc(100% + 16px);
  font-size: 14px;
  z-index: 10;
}

.custom-multiselect .multiselect__content-wrapper::before,
.custom-multiselect .multiselect__content-wrapper::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 44px;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}

.custom-multiselect .multiselect__content-wrapper::before {
  margin-left: -9px;
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: var(--black);
  border-width: 9px;
}

.custom-multiselect .multiselect__content-wrapper::after {
  margin-left: -8px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--Tertiary-Grey-10);
  border-width: 8px;
}

.custom-multiselect .multiselect__content {
  width: 100%;
  height: 100%;
  max-height: inherit;
  padding-right: 36px;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: auto;
  border-bottom: 1px solid transparent;
  display: block !important;
}

.custom-multiselect .multiselect__content::-webkit-scrollbar {
  width: 4px;
  -webkit-appearance: none;
}

.custom-multiselect .multiselect__content::-webkit-scrollbar-track {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: var(--scrollbar-track);
  border-radius: 4px;
}

.custom-multiselect .multiselect__content::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 4px;
}

.custom-multiselect .multiselect__content::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
  cursor: pointer;
}

.custom-multiselect .multiselect__element:not(:first-child) {
  display: block;
  margin-top: 12px;
}

.custom-multiselect .multiselect__content-wrapper,
.custom-multiselect .multiselect__element span {
  cursor: pointer;
}

.custom-multiselect .multiselect__element > span {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.custom-multiselect .multiselect__element > span::before {
  content: "";
  display: block;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-right: 8px;
  border: 1px solid var(--black);
}

.custom-multiselect
  .multiselect__element
  > span.multiselect__option--selected::before {
  border-color: var(--black);
  background-color: var(--black);
  background-image: url("https://funnel.io/hubfs/529308/Icons/bullet-tick.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 50%;
}

.custom-multiselect .multiselect__clear {
  z-index: 3;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 100%;
  transform: translateY(-50%);
  background-image: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-cross.svg);
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.custom-multiselect .multiselect__clear.isActive {
  display: block;
}

.custom-multiselect .multiselect__select {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 15px;
  width: 35px;
  height: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  .custom-multiselect .multiselect__content-wrapper {
    width: max-content;
  }

  form input[type="submit"],
  form .hs-button {
    width: auto;
  }
}

@media only screen and (min-width: 80em) {
  .custom-select {
    margin: 0;
  }
}
/* Table */

table {
  width: 100%;
  margin-bottom: 1.4rem;
  border: 0;
  font-size: 0.875rem; /* 14px */
  overflow-wrap: break-word;
}

table tr td,
table tr th {
  padding: 4px;
  background-color: var(--white);
  background-clip: padding-box !important;
}

table tr:nth-child(even) td,
table tr:nth-child(even) th {
  background-color: var(--Tertiary-Grey-10);
}

table th,
table td {
  border: none;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 48em) {
  table tr td {
    height: 60px;
  }

  table tr th {
    height: 60px;
  }
}

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  padding: 0px 0;
  z-index: 11;
  opacity: 0;
}

.header__container {
  padding-block: 16px;
}

.header__container--simple {
  padding-left: 0;
  padding-right: 0;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
}

.header__left-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__right-nav {
  display: flex;
  align-items: center;
}

.header__buttons {
  display: none;
}

.header__buttons .btn {
  white-space: nowrap;
}

body.doc-ready .header {
  opacity: 1;
}

body.has-mobile-nav-open {
  overflow: hidden;
}

body.has-mobile-nav-open .header {
  background-color: var(--Primary-Funnel-Green);
}

.header__logo .funnel-logotype {
  display: none;
}

.header__logo .funnel-logomark-desktop {
  display: flex;
  width: 32px;
  height: 32px;
}

.header__logo .funnel-logomark-mobile {
  display: none;
  width: 64px;
  height: 64px;
}

.header__logo img {
  vertical-align: middle;
}

.header__navigation {
  display: none;
}

.header__navigation-toggle,
.header__close-toggle {
  cursor: pointer;
  position: relative;
}

.header__navigation-toggle {
  margin-left: 20px;
  background-image: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-hamburger.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 64px;
  width: 64px;
}

/* preload close icon */
.header__navigation-toggle:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-close.svg);
}

.header__navigation-toggle.open {
  background-image: url(//529308.fs1.hubspotusercontent-na1.net/hubfs/529308/raw_assets/public/funnel-theme/images/icons/icon-close.svg);
  display: block;
  height: 64px;
  width: 64px;
}

.header__navigation-toggle:after {
  display: none;
  font-size: 26px;
  font-weight: var(--font-weight-bold);
  position: absolute;
  left: 40px;
  text-transform: uppercase;
  top: -10px;
}

.header__navigation-toggle.open:after {
  display: block;
  word-break: normal;
}

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

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

@media (max-width: 1023px) {
  .header__navigation.open {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    height: calc(100svh - 96px);
    background-color: var(--Primary-Funnel-Green);
    overflow: auto;
    overscroll-behavior: contain;
  }

  .header__logo .funnel-logomark-mobile {
    display: flex;
  }

  .header__logo .funnel-logomark-desktop {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .header__logo {
    max-height: none;
  }
}

@media only screen and (min-width: 64em) {
  .header__container {
    height: 99px;
  }

  .header__navigation-toggle.open {
    display: none !important;
  }

  .header {
    padding: 60px 0;
    border-bottom: 1px solid var(--Primary-Green-80);
  }

  .header.fixed {
    padding: 0;
    background-color: var(--Primary-Funnel-Green);
  }

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

  .base-no-cta .header__navigation {
    padding-right: 0;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__buttons {
    display: block;
  }
}

@media only screen and (min-width: 72em) {
  .header__left-nav {
    gap: 40px;
  }

  .header__logo img {
    width: 100%;
  }

  .header__logo .funnel-logotype {
    display: flex;
    width: 140px;
  }

  .header__logo .funnel-logomark-desktop {
    display: none;
  }
}

.hs-inline-edit .header {
  position: static !important;
}
.page-footer {
  display: flex;
  flex-direction: column;
}

.primary-footer {
  padding: 64px 20px;
  background-color: var(--black);
}

.secondary-footer {
  padding: 64px 20px;
  background-color: var(--white);
}

.primary-footer > div {
  gap: 40px;
}

.secondary-footer > div {
  align-items: center;
  gap: 24px;
}

.primary-footer > div,
.secondary-footer > div {
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin-inline: auto;
}

.primary-footer-logo,
.secondary-footer-social {
  flex: 0 1 20%;
}

.primary-footer-logo img {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .primary-footer > div,
  .secondary-footer > div {
    flex-direction: row;
    gap: 64px;
  }

  .secondary-footer {
    padding: 20px 20px;
  }

  .primary-footer-nav {
    flex: 0 1 740px;
  }

  .secondary-footer-nav {
    flex: 0 1 80%;
  }

  .secondary-footer-nav {
    width: auto;
  }

  .primary-footer-logo img {
    width: 200px;
  }
}
/* 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: 0;
  opacity: 1;
  top: 100%;
}

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

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

/* Rich Text */
.widget-type-rich_text ul,
.widget-type-rich_text ol {
  margin-bottom: 40px;
}

.widget-type-rich_text ul {
  list-style: disc;
  padding-left: 1em;
}

.widget-type-rich_text ol {
  list-style-type: decimal;
}

.widget-type-rich_text table {
  font-size: 13px;
  line-height: 1.5;
}

.widget-type-rich_text table th,
.widget-type-rich_text table td {
  padding: 10px;
  height: auto !important;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
}
#hs-banner-parent {
  --hs-banner-padding: 24px !important;
  --hs-banner-corners: 0px !important;
  --hs-banner-font-family: var(--primary-font-family) !important;
  --hs-banner-text-color: var(--black) !important;
  --hs-banner-button-corners: 0px !important;
  --hs-banner-settings-text-color: var(--black) !important;
  --hs-banner-modal-color: var(--white) !important;
  --hs-banner-modal-corners: 0px !important;
  --hs-banner-modal-button-corners: 0px !important;
  --hs-banner-modal-button-corners: 0px !important;
  --hs-banner-modal-category-corners: 0px !important;
  --hs-banner-modal-cateogry-color: var(--Tertiary-Grey-10) !important;
  /* HS has misspelled the variable name, so I'm using this as well in case they fix their misstake */
  --hs-banner-modal-category-color: var(--Tertiary-Grey-10) !important;
  --hs-banner-modal-category-text-color: var(--black) !important;
  --hs-banner-modal-toggle-on-color: var(--Function-Success-500) !important;
  --hs-banner-modal-toggle-off-color: var(--Tertiary-Grey-60) !important;
}

#hs-banner-parent #hs-eu-cookie-confirmation *,
#hs-banner-parent #hs-modal * {
  line-height: 1.5;
}

#hs-banner-parent #hs-eu-cookie-confirmation {
  max-width: calc(100% - 40px) !important;
  max-height: calc(100% - 40px) !important;
  inset: auto 50% 20px !important;
  box-shadow: 0px 0px 0px 10000px rgba(0, 0, 0, 0.5) !important;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-policy-wording p {
  margin-bottom: 12px;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button-group,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
  flex-flow: row wrap-reverse;
  gap: 8px;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button {
  display: none !important;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button,
#hs-banner-parent #hs-modal #hs-modal-accept-all,
#hs-banner-parent #hs-modal #hs-modal-save-settings {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 24px;
  border: 1px solid var(--btn-primary-border);
  border-radius: 0;
  text-align: center;
  font-size: 1rem; /* 16px */
  font-weight: var(--btn-font-weight);
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}

#hs-banner-parent
  #hs-eu-cookie-confirmation
  #hs-eu-cookie-settings-button:focus,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button:focus,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button:focus,
#hs-banner-parent #hs-modal #hs-modal-accept-all:focus,
#hs-banner-parent #hs-modal #hs-modal-save-settings:focus {
  box-shadow: none;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button {
  border-color: transparent;
}

#hs-banner-parent
  #hs-eu-cookie-confirmation
  #hs-eu-cookie-settings-button:hover {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

#hs-banner-parent
  #hs-eu-cookie-confirmation
  #hs-eu-cookie-settings-button:hover,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover,
#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button:hover,
#hs-banner-parent #hs-modal #hs-modal-accept-all:hover,
#hs-banner-parent #hs-modal #hs-modal-save-settings:hover {
  border-top-left-radius: var(--btn-border-radius-hover);
  text-decoration: none;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-banner-parent #hs-modal #hs-modal-accept-all {
  background-color: var(--btn-primary-bg);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover,
#hs-banner-parent #hs-modal #hs-modal-accept-all:hover {
  background-color: var(--btn-primary-bg--hover);
  border-color: var(--btn-primary-border--hover);
  color: var(--btn-primary-color--hover);
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button,
#hs-banner-parent #hs-modal #hs-modal-save-settings {
  background-color: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-decline-button:hover,
#hs-banner-parent #hs-modal #hs-modal-save-settings:hover {
  background-color: var(--btn-secondary-bg--hover);
  border-color: var(--btn-secondary-border--hover);
  color: var(--btn-secondary-color--hover);
}

#hs-banner-parent
  #hs-eu-cookie-confirmation
  #hs-eu-policy-wording
  p:first-child,
#hs-banner-parent #hs-modal-content #hs-modal-introduction span {
  font-family: var(--secondary-font-family);
  font-size: var(--h4-mobile);
  line-height: 1.33333;
  font-weight: 600;
}

#hs-banner-parent #hs-eu-cookie-confirmation #hs-eu-policy-wording a {
  text-decoration: underline;
}

#hs-banner-parent #hs-modal #hs-modal-content {
  box-shadow: 0px 0px 0px 10000px rgba(0, 0, 0, 0.5);
}

#hs-banner-parent #hs-modal-content #hs-modal-body-container,
#hs-banner-parent #hs-modal-content #hs-categories-container,
#hs-banner-parent
  #hs-modal-content
  #hs-categories-container
  .hs-category-label {
  gap: 16px;
}

#hs-banner-parent #hs-modal-content #hs-modal-introduction-description p {
  margin-bottom: 12px;
}

#hs-banner-parent
  #hs-modal-content
  #hs-categories-container
  .hs-category-description.visible {
  margin-top: 16px;
}

#hs-banner-parent #hs-modal-content #hs-modal-footer-container {
  flex-flow: row-reverse wrap;
}

@media only screen and (min-width: 48em) {
  #hs-banner-parent {
    --hs-banner-padding: 40px !important;
  }

  #hs-banner-parent #hs-eu-cookie-confirmation {
    max-width: calc(100% - 64px) !important;
    max-height: calc(100% - 64px) !important;
    inset: auto 50% 32px !important;
  }
}

@media only screen and (min-width: 64em) {
  #hs-banner-parent
    #hs-eu-cookie-confirmation
    #hs-eu-policy-wording
    p:first-child,
  #hs-banner-parent #hs-modal-content #hs-modal-introduction span {
    font-size: var(--h4-desktop);
  }
}