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

/* 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;
}
/* noto-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-100italic.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}
/* noto-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 300;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-300italic.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-regular.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-regular.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-italic.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 500;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-500italic.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans/noto-sans-v27-latin-700italic.svg#NotoSans")
      format("svg"); /* Legacy iOS */
}

/* noto sans display */

/* noto-sans-display-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Display";
  font-style: normal;
  font-weight: 300;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300.svg#NotoSansDisplay")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-display-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Display";
  font-style: italic;
  font-weight: 300;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-300italic.svg#NotoSansDisplay")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Display";
  font-style: normal;
  font-weight: 400;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-regular.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-regular.svg#NotoSansDisplay")
      format("svg"); /* Legacy iOS */
}

/* noto-sans-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Display";
  font-style: italic;
  font-weight: 400;
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-italic.eot#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/ag-theme/webfonts/noto-sans-display/noto-sans-display-v20-latin-italic.svg#NotoSansDisplay")
      format("svg"); /* Legacy iOS */
}
:root {
  --wrap: 2rem;

  --spacing-medium: 7.25rem;
  --spacing-large: 8rem;

  --font-noto-sans: "Noto Sans", Helvetica, sans-serif;
  --font-noto-sans-display: "Noto Sans Display", Helvetica, sans-serif;

  --font-default: var(--font-noto-sans);
  --font-highlight: var(--font-noto-sans-display);

  --html-font-size: 10px;
  --body-font-size: 1.6rem;

  --h1: 5rem;
  --h2: 4rem;
  --h3: 3.2rem;
  --h4: 2.8rem;
  --h5: var(--body-font-size);
  --h6: var(--body-font-size);
  --quote-text: 2.33333333rem;
  --quote-caption: 1.08333333rem;
  --subheading: var(--body-font-size);
  --footer: 0.75rem;

  --color-black: #000;
  --color-white: #fff;

  --color-smart-blue: #005ba0;
  --color-feelgood-mint: #9be1b4;
  --color-brilliant-blue: #78dcff;
  --color-shiny-yellow: #fff055;
  --color-intense-blue: #002d5f;
  --color-cosy-cashmere: #f2e9dd;
  --color-light-gray: #eeeef3;
  --color-middle-gray: #aaaaaf;
  --color-status-red: #de3c3c;

  --color-primary: var(--color-smart-blue);
  --color-secondary: var(--color-feelgood-mint);
  --color-text: var(--color-intense-blue);
  --color-error: var(--color-status-red);

  --button-height: 49px;
  --input-pad-x: 0.95rem;
  --input-pad-y: 0.95rem;
  --input-pad: var(--input-pad-y) var(--input-pad-x);
  --input-font-size: 15px;
}

/* mobile */
@media screen and (min-width: 350px) {
  :root {
    --wrap: 2.5rem;
    --html-font-size: 12px;
    --body-font-size: 1.33333333rem;
  }
}

/* mobile-landscape */
@media screen and (min-width: 540px) {
}

/* ipad-portrait */
@media screen and (min-width: 767px) {
  :root {
    --wrap: 2rem;
    --html-font-size: 20px;
    --body-font-size: 0.85rem;
    --h1: 4.1rem;
    --h2: 2.7rem;
    --h3: 2rem;
    --h4: 1.7rem;
    --quote-text: 2rem;
    --quote-caption: 0.7rem;
  }
}

/* ipad-landscape */
@media screen and (min-width: 1020px) {
}

/* desktop-smallest */
@media screen and (min-width: 1350px) {
  :root {
    --wrap: 3rem;
    --html-font-size: 14px;
    --body-font-size: 1rem;
    --h1: 5.75rem;
    --h2: 3.75rem;
    --h3: 2.75rem;
    --h4: 2rem;
    --quote-text: 2.75rem;
    --quote-caption: 0.75rem;

    --button-height: 59px;
  }
}

/* desktop-small */
@media screen and (min-width: 1420px) {
  :root {
    --html-font-size: 16px;
  }
}

/* desktop-medium */
@media screen and (min-width: 1580px) {
}

/* desktop-large */
@media screen and (min-width: 1700px) {
  :root {
    --html-font-size: 18px;
  }
}

/* full */
@media screen and (min-width: 1890px) {
  :root {
    --html-font-size: 20px;
  }
}
.img-block {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.align-right {
  text-align: right;
}
/* selection */

::selection {
  background-color: rgba(0, 91, 160, 0.2);
}

/* basic */

html,
body {
  width: 100%;
  overflow: hidden;
}

html {
  overflow-y: visible;
}

body {
  min-height: 100vh;
}

/* strong */

strong,
b {
  font-weight: 500;
}

/* ol */

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

ol li,
ul li {
  margin-bottom: 1.75rem;
  line-height: 1.58;
}

ol li {
  padding-left: 2.25rem;
  counter-increment: counter;
}

ul li {
  padding-left: 0;
}

ol li::before {
  content: "0" counter(counter);
  display: inline-block;
  font-weight: 400;
  text-indent: -2.25rem;
}

ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

/* icon */

.icon svg {
  display: block;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.row-fluid .row-fluid .row-fluid {
  grid-column-gap: 0.75rem;
}

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

.row-fluid .span12,
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1 {
  grid-column: 1 / -1;
}

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

@media (min-width: 1024px) {
  .row-fluid {
    flex-wrap: nowrap;
  }

  .row-fluid .span12 {
    grid-column: span 12;
  }

  .row-fluid .span11 {
    grid-column: span 11;
  }

  .row-fluid .span10 {
    grid-column: span 10;
  }

  .row-fluid .span9 {
    grid-column: span 9;
  }

  .row-fluid .span8 {
    grid-column: span 8;
  }

  .row-fluid .span7 {
    grid-column: span 7;
  }

  .row-fluid .span6 {
    grid-column: span 6;
  }

  .row-fluid .span5 {
    grid-column: span 5;
  }

  .row-fluid .span4 {
    grid-column: span 4;
  }

  .row-fluid .span3 {
    grid-column: span 3;
  }

  .row-fluid .span2 {
    grid-column: span 2;
  }

  .row-fluid .span1 {
    grid-column: span 1;
  }
}
.body-wrapper,
.body-container-wrapper,
.content-wrapper {
  width: 100%;
}

.content-wrapper {
  margin: 0 auto;
  padding-right: var(--wrap);
  padding-left: var(--wrap);
}

.body-container-wrapper {
  padding-right: var(--wrap);
  padding-left: var(--wrap);
}

.dnd-section {
  margin-top: var(--spacing-medium);
  margin-bottom: var(--spacing-large);
}

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

@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.)
*/

html {
  font-size: var(--html-font-size);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body {
  color: var(--color-text);
  font-family: var(--font-default);
  font-size: var(--body-font-size);
  font-weight: 300;
  line-height: 1.55;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.8rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-highlight);
  line-height: 1.1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 300;
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  margin-bottom: 1.5rem;
  font-size: var(--h3);
}

h4,
.h4 {
  margin-bottom: 1.25rem;
  font-size: var(--h4);
}

h5,
.h5 {
  margin-bottom: 1.5rem;
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

.subheading {
  font-family: var(--font-default);
  font-size: var(--subheading);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
@import "../../../../scss/base";

.btn {
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: var(--button-height);
  padding: 0 20px;
  border-radius: 100px;
  transition: opacity 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: var(--input-font-size);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* hover */

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:hover {
  transform: scale(1.05);
  transition: all 0.2s ease;
  text-decoration: none;
  will-change: transform;
  backface-visibility: hidden;
}

.btn:hover::before {
  width: 100%;
}

/* collapse */

.btn-collapse {
  min-width: auto;
}

/* brilliant blue */

.btn-brilliant-blue {
  border: 0;
  background-color: var(--color-brilliant-blue);
  color: var(--color-smart-blue);
}

/* feelgood mint */

.btn-feelgood-mint {
  border: 0;
  background-color: var(--color-feelgood-mint);
  color: var(--color-smart-blue);
}

/* utility */

.btn-inactive {
  opacity: 0.3;
  pointer-events: none !important;
}
/* Form */

.hs-form {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  width: 100%;
}

.hs-form > * {
  grid-column: 1 / -1;
}

/* ipad-portrait */

@media screen and (min-width: 767px) {
  .hs-fieldtype-text,
  .hs-fieldtype-select,
  .hs-fieldtype-phonenumber {
    grid-column: span 6;
  }
}

/* ipad-landscape */

@media screen and (min-width: 1020px) {
  .hs-fieldtype-text,
  .hs-fieldtype-select,
  .hs-fieldtype-phonenumber {
    grid-column: span 4;
  }
}

/* Title */

.form-title {
  margin-bottom: 3.2rem;
  line-height: 1;
  font-size: var(--h2);
}

/* desktop-smallest */

@media screen and (min-width: 1350px) {
  .form-title {
    max-width: 50%;
  }
}

/* Labels */

form label {
  display: block;
  font-weight: 400;
  margin-bottom: 0.35rem;
  color: var(--color-middle-gray);
}

.hs-fieldtype-phonenumber > label,
.hs-fieldtype-select > label,
.hs-fieldtype-text > label,
.hs-fieldtype-textarea > label {
  display: none;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input::placeholder,
form textarea::placeholder {
  color: var(--color-middle-gray);
  opacity: 1;
}

.hs-fieldtype-phonenumber .hs-input,
.hs-fieldtype-text .hs-input,
.hs-fieldtype-select .hs-input {
  appearance: none;
}

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;
  background-color: var(--color-light-gray);
  border: none;
  padding: var(--input-pad);
  width: 100%;
  border-radius: 4px;
  color: var(--color-black);
  font-size: var(--input-font-size);
  line-height: 1.4;
}

form textarea {
  resize: vertical;
  min-height: 12rem;
}

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

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

.hs-fieldtype-select select {
  --icon-width: 0.8rem;

  padding-right: calc((var(--input-pad-x) * 2) + var(--icon-width));
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: var(--icon-width) auto;
  background-image: url(https://9366045.fs1.hubspotusercontent-eu1.net/hubfs/9366045/raw_assets/public/ag-theme/images/form-icons/angle-down.svg);
}

/* Inputs - checkbox/radio */

form .inputs-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-middle-gray);
}

form .inputs-list > li,
form .inputs-list > li label {
  margin-bottom: 0;
}

form .inputs-list > li {
  display: block;
}

form .inputs-list > li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

form .inputs-list span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

form .inputs-list span::before {
  flex: 0 0 auto;
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--color-middle-gray);
  cursor: pointer;
}

form input[type="checkbox"],
form input[type="radio"] {
  display: none;
}

form input[type="checkbox"]:checked + span::before,
form input[type="radio"]:checked + span::before {
  background-color: var(--color-middle-gray);
}

/* 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: #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-weight: 400;
  margin: 0 0 1em;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: flex !important;
  align-items: center;
  margin-left: 0 !important;
}

/* Validation */

.hs-form-required {
  color: var(--color-error);
}

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

.hs-error-msg {
  color: var(--color-error);
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  display: inline-flex;
  justify-content: center;
  padding: 0 20px;
  min-width: 200px;
  height: var(--button-height);
  font-size: var(--input-font-size);
  font-weight: 500;
  background-color: var(--color-brilliant-blue);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  color: var(--color-smart-blue);
  transition: all 0.2s ease;
  text-transform: uppercase;
}

form input[type="submit"]:focus,
form .hs-button:focus,
form input[type="submit"]:hover,
form .hs-button:hover {
  color: var(--color-primary);
  transform: scale(1.05);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* coloumns */

fieldset[class*="form-columns-"] .hs-form-field {
  width: 100% !important;
  float: none !important;
}

fieldset[class*="form-columns-"] .hs-input,
fieldset[class*="form-columns-"] .input {
  width: 100% !important;
  margin-right: 0 !important;
}

fieldset[class*="form-columns-"] input[type="checkbox"],
fieldset[class*="form-columns-"] input[type="radio"] {
  width: auto !important;
}

fieldset[class*="form-columns-"] {
  --columns: 1;

  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
}

fieldset[class*="form-columns-"] > * {
  grid-column: span 1;
}

@media screen and (min-width: 1020px) {
  fieldset.form-columns-2 {
    --columns: 1;
  }

  fieldset.form-columns-2 {
    --columns: 2;
  }

  fieldset.form-columns-3 {
    --columns: 3;
  }

  fieldset.form-columns-4 {
    --columns: 4;
  }

  fieldset.form-columns-5 {
    --columns: 5;
  }

  fieldset.form-columns-6 {
    --columns: 6;
  }

  fieldset.form-columns-7 {
    --columns: 7;
  }

  fieldset.form-columns-8 {
    --columns: 8;
  }

  fieldset.form-columns-9 {
    --columns: 9;
  }

  fieldset.form-columns-10 {
    --columns: 10;
  }

  fieldset.form-columns-11 {
    --columns: 11;
  }

  fieldset.form-columns-12 {
    --columns: 12;
  }
}

/*
  legal consent
*/

.legal-consent-container {
  font-weight: 300;
  line-height: calc(16 / 14);
}

.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  color: var(--color-middle-gray);
}

/* ipad portrait */

@media screen and (min-width: 767px) {
  .legal-consent-container {
    font-size: 0.75rem;
    line-height: calc(18 / 15);
  }

  form label {
    font-size: 0.75rem;
  }

  form .inputs-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  form .inputs-list span::before {
    width: 1.6rem;
    height: 1.6rem;
  }

  form .hs-richtext,
  form .hs-richtext p {
    font-size: 0.75rem;
  }
}

/* desktop-smallest */

@media screen and (min-width: 1350px) {
  .legal-consent-container {
    font-size: 0.8rem;
    line-height: calc(22 / 16);
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* 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;
  gap: 0.75rem;
}

.header__row-1 {
  padding-top: 20px;
}

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

.header__column {
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 767px) {
  .header__column {
    position: relative;
  }
}

/* Logo */

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

@media (max-width: 767px) {
  .header__logo {
    max-width: 10rem;
    width: 100%;
  }
}

.header__logo img {
  display: block;
  width: 100% !important;
  height: auto;
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  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 15px;
}

.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: 10px 15px;
  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 20px 0 0;
  }

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

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

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: 0;
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  transform: none;
  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: 10px 15px;
}

.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 {
  background-color: #ebeff3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 1rem;
  margin-left: 10px;
}

.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: 10px;
  margin-top: 3px;
  width: 0px;
}

.header__language-switcher .lang_switcher_class {
  display: block;
}

.header__language-switcher .lang_switcher_class .globe_class {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 768px) {
  .header__language-switcher--label {
    justify-content: flex-start;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    width: 1rem;
    height: 1rem;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

  .header__navigation--toggle.open:after,
  .header__search--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__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;
  }
}
.footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: var(--color-middle-gray);
  font-size: var(--footer);
  font-weight: 400;
  line-height: 1.2;
}

.footer__inner {
  width: 100%;
}

@media screen and (min-width: 1020px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
  }
}

.footer__col--left {
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 767px) {
  .footer__col--left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 1020px) {
  .footer__col--left {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.footer a {
  color: var(--color-middle-gray);
}

.footer a:focus {
  outline: none;
}

.footer a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.footer a:focus-visible {
  color: var(--color-primary);
  text-decoration: none;
}

/* copyright */

.copyright {
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 767px) {
  .copyright {
    margin-bottom: 0;
  }

  .copyright::after {
    display: inline-block;
    content: "|";
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
}

/* jumpoff */

.footer .jumpoff {
  display: block;
}
.legal-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: var(--footer);
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .legal-nav__list {
    justify-content: flex-start;
  }
}

.legal-nav__item {
  margin-right: 1rem;
  margin-bottom: 0;
}
.jumpoff {
  color: var(--color-middle-gray);
  text-align: center;
  font-size: var(--footer);
  font-weight: 400;
  line-height: 1.2;
}

.jumpoff a {
  display: inline-block;
  color: var(--color-middle-gray);
  border-bottom: 1px solid var(--color-middle-gray);
  transition: all 0.3s ease;
}

.jumpoff a:focus {
  outline: none;
}

.jumpoff a:focus,
.jumpoff a:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
}

.jumpoff a:focus-visible {
  color: var(--color-primary);
  text-decoration: none;
}

@media screen and (min-width: 1020px) {
  .jumpoff {
    text-align: right;
  }
}
/* 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;
  }
}

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