/*! Quorum Global Styles
 * --------------------------------------------------
 */
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

:root {
  --gdt-base-font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gdt-alternate-font-family: ui-serif, "Georgia Pro", "Georgia", "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gdt-base-font-size-unitless: 18;
  --gdt-base-line-height: 1.44444444;
  --gdt-base-font-weight: 400;
  --gdt-base-color-primary: #7259ef;
  --gdt-base-color-secondary: #A88F4D;
  --gdt-base-color-tertiary: #535383;
  --gdt-base-color-gray: #AAAAAA;
  --gdt-base-text-color: #535383;
  --gdt-base-spacing: 1.11111111rem;
  --gdt-spacing-scale: 1.414;
}
:root {
  --base-font-size-unitless: 18;
  --base-font-size: calc(1px * var(--base-font-size-unitless));
  --base-font-size-percentage: calc(1% * var(--pdt-base-font-size-unitless) / 16 * 100);
}
:root {
  --spacing-xxxs: calc(var(--gdt-base-spacing) / var(--gdt-spacing-scale) / var(--gdt-spacing-scale) / var(--gdt-spacing-scale) / var(--gdt-spacing-scale));
  --spacing-xxs: calc(var(--gdt-base-spacing) / var(--gdt-spacing-scale) / var(--gdt-spacing-scale) / var(--gdt-spacing-scale));
  --spacing-xs: calc(var(--gdt-base-spacing) / var(--gdt-spacing-scale) / var(--gdt-spacing-scale));
  --spacing-sm: calc(var(--gdt-base-spacing) / var(--gdt-spacing-scale));
  --spacing-md: calc(var(--gdt-base-spacing));
  --spacing-lg: calc(var(--gdt-base-spacing) * var(--gdt-spacing-scale));
  --spacing-xl: calc(var(--gdt-base-spacing) * var(--gdt-spacing-scale) * var(--gdt-spacing-scale));
  --spacing-xxl: calc(var(--gdt-base-spacing) * var(--gdt-spacing-scale) * var(--gdt-spacing-scale) * var(--gdt-spacing-scale));
  --spacing-xxxl: calc(var(--gdt-base-spacing) * var(--gdt-spacing-scale) * var(--gdt-spacing-scale) * var(--gdt-spacing-scale) * var(--gdt-spacing-scale));
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  background-color: #FFF;
}
input[type="radio"],
input[type="checkbox"],
input[type="reset"],
input[type="button"],
input[type="submit"],
select,
option,
button,
label[for] {
  cursor: pointer;
}
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
button[disabled],
html input[disabled],
select[disabled] {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}
table {
  border-collapse: collapse;
}
select {
  max-width: 100%;
  margin-left: 0;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="radio"] {
  margin-left: 1px;
  margin-right: 3px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
figure {
  margin: 0 0 1em;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
legend {
  padding-bottom: 0.22222222em;
}
label {
  display: block;
}
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
hr,
.content-block {
  margin-top: 0;
  margin-bottom: 1.11111111rem;
  margin-bottom: var(--spacing-md);
}
::selection {
  color: #FFF;
  background: #64648f;
  text-shadow: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link-button {
  position: fixed !important;
  top: 1.11111111rem;
  left: 1.11111111rem;
  z-index: 1001;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.svg-wrapper {
  display: block;
}
.svg-wrapper > svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 859px) {
  .is-mobile-scroll-locked {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 859px) and all and (orientation: landscape) {
  .is-mobile-scroll-locked {
    height: auto;
    width: auto;
  }
}
.make-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
html {
  min-height: 100%;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--gdt-base-font-family);
  font-size: 112.5%;
  font-size: calc(1% * var(--gdt-base-font-size-unitless) / 16 * 100);
  font-weight: 400;
  font-weight: var(--gdt-base-font-weight);
  color: #535383;
  color: var(--gdt-base-text-color);
  background-color: #FFF;
}
body {
  position: relative;
  min-height: 100vh;
  background-color: #FFF;
  line-height: 1.44444444;
  line-height: var(--gdt-base-line-height);
}
.global-wrapper {
  position: relative;
  height: 100%;
}
:root {
  --gdt-button-bg-color: #7259ef;
  --gdt-button-bg: #7259ef;
  --gdt-button-secondary-bg-color: #A88F4D;
  --gdt-button-secondary-bg: #A88F4D;
  --gdt-button-tertiary-bg-color: #535383;
  --gdt-button-tertiary-bg: #535383;
  --gdt-button-size: 1em;
  --gdt-button-size-scale: 1.125;
  --gdt-button-font-weight: 500;
  --gdt-button-border-radius: 0.33333333em;
  --gdt-button-text-transform: none;
  --gdt-button-padding: 0.725em 0.85em 0.775em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.725em 0.85em 0.775em;
  padding: var(--gdt-button-padding);
  border: 1px solid #7259ef;
  border-color: var(--gdt-button-bg-color);
  border-radius: 0.33333333em;
  border-radius: var(--gdt-button-border-radius);
  background: #7259ef;
  background: var(--gdt-button-bg);
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  font-size: var(--gdt-button-size);
  font-weight: 500;
  font-weight: var(--gdt-button-font-weight);
  text-transform: none;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 -0.25em 0.5em 0 rgba(0, 0, 0, 0.05), inset 0 0.25em 0.5em 0 rgba(255, 255, 255, 0.05), 0 0.075em 0.5em 0 rgba(0, 0, 0, 0.15);
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
}
.button:focus,
.button:hover {
  background: #8358EE;
  color: #FFF;
  text-decoration: none;
}
.button:active,
.button.is-active {
  background: #5643b3;
  color: #FFF;
  box-shadow: inset 0 -0.12em 0.37em 0 rgba(0, 0, 0, 0.01), inset 0 0.1875em 0.125em 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.button--smallest {
  font-size: 0.79012346em;
  font-size: calc(var(--gdt-button-size) / var(--gdt-button-size-scale) / var(--gdt-button-size-scale));
}
.button--smaller {
  font-size: 0.88888889em;
  font-size: calc(var(--gdt-button-size) / var(--gdt-button-size-scale));
}
.button--larger {
  font-size: 1.125em;
  font-size: calc(var(--gdt-button-size) * var(--gdt-button-size-scale));
}
.button--largest {
  font-size: 1.265625em;
  font-size: calc(var(--gdt-button-size) * var(--gdt-button-size-scale) * var(--gdt-button-size-scale));
}
.button--secondary {
  border-color: #A88F4D;
  border-color: var(--gdt-button-secondary-bg-color);
  background: #A88F4D;
  background: var(--gdt-button-secondary-bg);
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -0.25em 0.5em 0 rgba(0, 0, 0, 0.05), inset 0 0.25em 0.5em 0 rgba(255, 255, 255, 0.05), 0 0.075em 0.5em 0 rgba(0, 0, 0, 0.15);
}
.button--secondary:focus,
.button--secondary:hover {
  background: #beab7a;
  color: #FFF;
}
.button--secondary:active,
.button--secondary.is-active {
  background: #7e6b3a;
  color: #FFF;
}
.button--tertiary {
  border-color: #535383;
  border-color: var(--gdt-button-tertiary-bg-color);
  background: #535383;
  background: var(--gdt-button-tertiary-bg);
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -0.25em 0.5em 0 rgba(0, 0, 0, 0.05), inset 0 0.25em 0.5em 0 rgba(255, 255, 255, 0.05), 0 0.075em 0.5em 0 rgba(0, 0, 0, 0.15);
}
.button--tertiary:focus,
.button--tertiary:hover {
  background: #7e7ea2;
  color: #FFF;
}
.button--tertiary:active,
.button--tertiary.is-active {
  background: #3e3e62;
  color: #FFF;
}
.button--outline {
  border-width: 0.125em;
}
.button--outline:not(:focus):not(:hover):not(:active):not(.is-active) {
  border: 0.125em solid currentColor;
  background: transparent;
  color: #7259ef;
  color: var(--gdt-button-bg-color);
  text-shadow: none;
  box-shadow: inset 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.15), 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.15);
}
.button--outline:not(:focus):not(:hover):not(:active):not(.is-active).button--secondary {
  color: #A88F4D;
  color: var(--gdt-button-secondary-bg-color);
}
.button--outline:not(:focus):not(:hover):not(:active):not(.is-active).button--tertiary {
  color: #535383;
  color: var(--gdt-button-tertiary-bg-color);
}
blockquote {
  padding: 0.25em 0 0.25em 1em;
  border-left: 0.2em solid #CCC;
  margin: 0 0 1.11111111rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  blockquote {
    padding-left: 1.11111111rem;
    padding-right: 1.11111111rem;
    font-size: 1.15em;
  }
}
:root {
  --gdt-container-md-max-width: 1080px;
  --gdt-container-side-gutter: var(--spacing-lg);
  --gdt-container-size-scale: 1.2;
}
@media (min-width: 800px) {
  :root {
    --gdt-container-side-gutter: var(--spacing-xl);
  }
}
@media (min-width: 800px) {
  :root {
    --gdt-container-side-gutter: var(--spacing-xl);
  }
}
@media (min-width: 1040px) {
  :root {
    --gdt-container-side-gutter: var(--spacing-xxl);
  }
}
.container {
  max-width: calc(1080px + 1.57111111rem * 2);
  max-width: calc(1080px + var(--gdt-container-side-gutter) * 2);
  padding-right: 1.57111111rem;
  padding-right: var(--gdt-container-side-gutter);
  padding-left: 1.57111111rem;
  padding-left: var(--gdt-container-side-gutter);
  margin-right: auto;
  margin-left: auto;
}
.container--xxs {
  max-width: calc(740px + 1.57111111rem * 2);
  max-width: calc(740px + var(--gdt-container-side-gutter) * 2);
}
.container--xs {
  max-width: calc(830px + 1.57111111rem * 2);
  max-width: calc(830px + var(--gdt-container-side-gutter) * 2);
}
.container--sm {
  max-width: calc(940px + 1.57111111rem * 2);
  max-width: calc(940px + var(--gdt-container-side-gutter) * 2);
}
.container--lg {
  max-width: calc(1120px + 1.57111111rem * 2);
  max-width: calc(1120px + var(--gdt-container-side-gutter) * 2);
}
.container--xl {
  max-width: calc(1260px + 1.57111111rem * 2);
  max-width: calc(1260px + var(--gdt-container-side-gutter) * 2);
}
.container--xxl {
  max-width: calc(1440px + 1.57111111rem * 2);
  max-width: calc(1440px + var(--gdt-container-side-gutter) * 2);
}
.embed-wrapper:not(.self-sizing) {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 1.11111111rem;
  margin-bottom: var(--spacing-md);
  overflow: hidden;
}
.embed-wrapper:not(.self-sizing) > iframe,
.embed-wrapper:not(.self-sizing) > object,
.embed-wrapper:not(.self-sizing) > embed,
.embed-wrapper:not(.self-sizing) .embed-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.self-sizing {
  -webkit-clip-path: inset(0.1px 0.1px 0.1px 0.1px);
          clip-path: inset(0.1px 0.1px 0.1px 0.1px);
}
.self-sizing > video.embed-object {
  max-width: 100%;
  height: auto;
  background: transparent;
}
.fontawesome-imported-svg-wrapper .inner-wrapper {
  display: inline-block !important;
  width: 0.875em;
}
.fontawesome-imported-svg-wrapper svg {
  display: inline-block;
  vertical-align: -0.125em;
  height: 1em;
  width: 0.875em;
  font-size: inherit;
  fill: currentColor;
}
.input-field {
  box-sizing: border-box;
  display: block;
  padding: 0.65em 1em 0.6em;
  width: 100%;
  max-width: 100%;
  border: 2px solid #ECEFF9;
  border-radius: 0.22222222em;
  background-color: #FAFAFA;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  line-height: 1;
  color: #535383;
  outline: 0;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.13), 0 0 0 0 hsla(0, 0%, 50%, 0.2);
  transition: background-color 115ms ease-out, box-shadow 175ms ease-out, border-color 115ms ease-out;
}
.input-field:hover {
  background-color: #FFF;
  border-color: #c5ceed;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.05), 0 0 0 0.15em hsla(0, 0%, 50%, 0.2);
}
.input-field:focus {
  background-color: #FFF;
  border-color: #7259ef;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.09), 0 0 0 0.15em rgba(114, 89, 239, 0.24);
}
.input-field[disabled] {
  background-color: #FAFAFA;
  border-color: #ECEFF9;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.13), 0 0 0 0 hsla(0, 0%, 50%, 0.2);
}
textarea.input-field {
  padding: 0.65em 1em 0.6em;
  line-height: 1.335;
}
select.input-field {
  height: 2.775em;
  border-color: #ECEFF9;
  background: #FAFAFA;
  box-shadow: inset 0 1px 0 #FFF;
}
::-webkit-input-placeholder {
  color: #737373 !important;
}
::-moz-placeholder {
  color: #737373 !important;
}
:-ms-input-placeholder {
  color: #737373 !important;
}
:placeholder-shown {
  color: #737373 !important;
}
:root {
  --gdt-heading-font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gdt-heading-font-size-base: 1rem;
  --gdt-heading-font-size-scale: 1.22;
  --gdt-heading-font-weight: 500;
  --gdt-heading-line-height: 1.1;
  --gdt-heading-color: #221F54;
  --gdt-heading-text-transform: none;
}
h1,
.like-h1,
h2,
.like-h2,
h3,
.like-h3,
h4,
.like-h4,
h5,
.like-h5,
h6,
.like-h6 {
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--gdt-heading-font-family);
  font-weight: 500;
  font-weight: var(--gdt-heading-font-weight);
  line-height: 1.1;
  line-height: var(--gdt-heading-line-height);
  color: #221F54;
  color: var(--gdt-heading-color);
  text-transform: none;
  text-transform: var(--gdt-heading-text-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
h1,
.like-h1 {
  margin: 0 0 1.11111111rem 0;
  margin: 0 0 var(--spacing-md) 0;
  font-size: 2.21533456rem;
  font-size: calc(var(--gdt-heading-font-size-base) * var(--gdt-heading-font-size-scale) * var(--gdt-heading-font-size-scale) * var(--gdt-heading-font-size-scale) * var(--gdt-heading-font-size-scale));
}
h2,
.like-h2 {
  margin: 0 0 1.11111111rem 0;
  margin: 0 0 var(--spacing-md) 0;
  font-size: 1.815848rem;
  font-size: calc(var(--gdt-heading-font-size-base) * var(--gdt-heading-font-size-scale) * var(--gdt-heading-font-size-scale) * var(--gdt-heading-font-size-scale));
}
h3,
.like-h3 {
  margin: 0 0 1.11111111rem 0;
  margin: 0 0 var(--spacing-md) 0;
  font-size: 1.4884rem;
  font-size: calc(var(--gdt-heading-font-size-base) * var(--gdt-heading-font-size-scale) * var(--gdt-heading-font-size-scale));
}
h4,
.like-h4 {
  margin: 0 0 1.11111111rem 0;
  margin: 0 0 var(--spacing-md) 0;
  font-size: 1.22rem;
  font-size: calc(var(--gdt-heading-font-size-base) * var(--gdt-heading-font-size-scale));
}
h5,
.like-h5 {
  margin: 0 0 1.11111111rem 0;
  margin: 0 0 var(--spacing-md) 0;
  font-size: 1rem;
  font-size: calc(var(--gdt-heading-font-size-base));
}
h6,
.like-h6 {
  margin: 0 0 1.11111111rem 0;
  margin: 0 0 var(--spacing-md) 0;
  font-size: 0.81967213rem;
  font-size: calc(var(--gdt-heading-font-size-base) / var(--gdt-heading-font-size-scale));
}
hr {
  border: 0;
  background: #ECEFF9;
}
hr:not([size]) {
  height: 1px;
}
.input-embedded-button {
  position: relative;
  max-width: 100%;
}
.input-embedded-button__button {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 4.8rem;
  height: auto;
  line-height: 1;
  padding: 0.725em 0.85em 0.775em;
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 440px) {
  .input-embedded-button__input {
    padding-right: calc(4.8rem + 1em);
  }
  .input-embedded-button__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
:root {
  --gdt-link-color: var(--gdt-base-color-primary, #7259ef);
  --gdt-link-secondary-color: var(--gdt-base-color-secondary, #89743f);
  --gdt-link-tertiary-color: var(--gdt-base-color-tertiary, #6e6ea5);
  --gdt-link-text-decoration: underline;
}
a {
  color: #7259ef;
  color: var(--gdt-link-color);
  text-decoration: underline;
  -webkit-text-decoration: var(--gdt-link-text-decoration);
          text-decoration: var(--gdt-link-text-decoration);
  font-weight: inherit;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145ms ease-out;
}
a:focus,
a:hover {
  color: #3916e5;
  text-decoration: underline;
}
a:active {
  color: #3314ce;
}
.link--secondary {
  color: #89743f;
  color: var(--gdt-link-secondary-color);
}
.link--secondary:focus,
.link--secondary:hover {
  color: #948252;
}
.link--secondary:hover {
  color: #43391f;
}
.link--tertiary {
  color: #6e6ea5;
  color: var(--gdt-link-tertiary-color);
}
.link--tertiary:focus,
.link--tertiary:hover {
  color: #7d7dae;
}
.link--tertiary:hover {
  color: #42426b;
}
menu,
ol,
ul {
  padding: 0 0 0 2em;
}
li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: decimal;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-icons > li {
  margin: 0 0.25em 0 0;
}
.social-icon-link {
  display: block;
  padding: 0.125em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none !important;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145ms ease-out;
}
.social-icon-link:focus,
.social-icon-link:hover {
  background-color: transparent;
}
table {
  border-top: 1px solid #ECEFF9;
  border-left: 1px solid #ECEFF9;
}
th,
td {
  padding: 0.27794563rem;
  padding: var(--spacing-xxxs);
  border-right: 1px solid #ECEFF9;
  border-bottom: 1px solid #ECEFF9;
  vertical-align: top;
}
th {
  background-color: rgba(0, 0, 0, 0.12);
}
.table--striped tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.06);
}
.table--borderless,
.table--borderless th,
.table--borderless td {
  border: 0;
}
#wpadminbar {
  position: fixed !important;
}
.browser-message {
  display: none;
  max-width: 1080px;
  padding: 3.7% 1em;
  margin: auto auto 1.11111111rem;
  margin: auto auto var(--spacing-md);
  background-color: #EECFCF;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.55;
  color: #B94A48;
}
@supports not ((display: grid) or (display: -ms-grid)) {
  .browser-message.browser-outdated-message {
    display: block !important;
  }
}
@media screen and (min-width: 0 \0) {
  .browser-message.browser-outdated-message {
    display: block !important;
  }
}
.browser-message.browser-no-js-message {
  display: block !important;
}
.u-justify-content-center {
  justify-content: center !important;
}
.u-justify-content-flex-start {
  justify-content: flex-start !important;
}
.u-justify-content-flex-end {
  justify-content: flex-end !important;
}
.u-justify-content-space-between {
  justify-content: space-between !important;
}
.u-justify-content-space-around {
  justify-content: space-around !important;
}
.u-justify-content-stretch {
  justify-content: stretch !important;
}
@media (max-width: 859px) {
  .u-hide-mobile {
    display: none !important;
  }
}
@media (min-width: 860px) {
  .u-hide-desktop {
    display: none !important;
  }
}
@media print {
  .u-hide-print {
    display: none !important;
  }
}
.u-padding-0 {
  padding: 0 !important;
}
.u-padding-top-0 {
  padding-top: 0 !important;
}
.u-padding-right-0 {
  padding-right: 0 !important;
}
.u-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.u-padding-left-0 {
  padding-left: 0 !important;
}
.u-margin-0 {
  margin: 0 !important;
}
.u-margin-top-0 {
  margin-top: 0 !important;
}
.u-margin-right-0 {
  margin-right: 0 !important;
}
.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.u-margin-left-0 {
  margin-left: 0 !important;
}
.u-margin-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-font-weight-bold {
  font-weight: 500 !important;
}
.u-font-weight-normal {
  font-weight: normal !important;
}
.u-font-style-italic {
  font-style: italic !important;
}
.u-font-style-normal {
  font-style: normal !important;
}
.u-text-align-center {
  text-align: center !important;
}
.u-text-align-left {
  text-align: left !important;
}
.u-text-align-right {
  text-align: right !important;
}
:root {
  --quorum-color-indigo: #221F54;
  --quorum-color-royal-purple: #4e30a1;
  --quorum-color-ultraviolet: #7259ef;
  --quorum-color-plum: #535383;
  --quorum-color-brass: #A88F4D;
  --quorum-color-cool-gray: #D5DCEF;
}
html,
body {
  scroll-padding-top: 70px;
  scroll-padding-top: var(--header-measured-height, 70px);
}
b,
strong {
  font-weight: 500;
}
iframe {
  border: 0;
}
video {
  background: #333;
}
.global-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 0.55572338rem;
  padding-bottom: 0.55572338rem;
  background: #FFF;
  color: #535383;
  position: fixed;
}
body.admin-bar .global-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .global-header {
    top: 46px;
  }
}

.global-header.color-theme-dark-bg {
  color: #FFF;
}
.global-header.color-theme-is-indigo {
  background-color: #221F54;
}
.global-header.header--landing-page .global-main-nav {
  visibility: hidden;
}
.global-header.header--landing-page .global-utility-nav .global-nav-item {
  visibility: hidden;
}
.global-header.header--landing-page .global-utility-nav .global-nav-item.menu-request-a-demo {
  visibility: visible;
}
.global-header-container {
  max-width: calc(1120px + 1.57111111rem * 2);
  max-width: calc(1120px + var(--gdt-container-side-gutter) * 2);
}
.global-logo-wrapper {
  flex: 0 0 auto;
}
.global-logo {
  position: relative;
  display: inline-flex;
  padding: 0.55rem 0.55572338rem;
  margin-left: -0.55572338rem;
  border-radius: 0.22222222em;
  color: #FFF;
}
.global-logo > .svg-wrapper {
  width: 130px;
  height: 30px;
}
.global-logo:focus,
.global-logo:hover {
  background: rgba(34, 31, 84, 0.07);
  color: #3916e5;
}
.color-theme-dark-bg .global-logo #logotext {
  fill: #FFF;
}
.color-theme-dark-bg .global-logo #logotext path {
  fill: #FFF;
}
.color-theme-dark-bg .global-logo #mark--q {
  fill: #FFF;
}
.color-theme-dark-bg .global-logo #mark--q path {
  fill: #FFF;
}
.navigation-toggle-button {
  display: none;
  align-items: center;
  padding: 0.5em;
  border: 0;
  border-radius: 0.22222222em;
  color: #535383;
}
.navigation-toggle-button:focus,
.navigation-toggle-button:hover {
  background: rgba(34, 31, 84, 0.04);
  color: #221F54;
}
.navigation-toggle-button .hamburger-bar {
  transform-origin: 50% 50%;
  transition: transform 0.125s ease-out 0s, opacity 0.125s ease-out 0.125s;
}
.navigation-toggle-button .hamburger-bar.top,
.navigation-toggle-button .hamburger-bar.bottom {
  transition-duration: 0.1875s;
}
.navigation-toggle-button.is-active .hamburger-bar {
  transition: opacity 0.125s ease-out 0s, transform 0.125s ease-out 0.125s;
}
.navigation-toggle-button.is-active .hamburger-bar.top,
.navigation-toggle-button.is-active .hamburger-bar.bottom {
  opacity: 0;
}
.navigation-toggle-button.is-active .hamburger-bar.middle-first {
  transform: rotate(45deg);
}
.navigation-toggle-button.is-active .hamburger-bar.middle-second {
  transform: rotate(-45deg);
}
.navigation-drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: rgba(29, 22, 60, 0.45);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.001s;
}
@media (max-width: 859px) {
  .navigation-toggle-button {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: calc(var(--spacing-lg) - 0.5em);
    right: calc(var(--gdt-container-side-gutter) - 0.5em);
    bottom: 0;
    z-index: 201;
  }
  .navigation-drawer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .navigation-drawer {
    position: fixed;
    top: 0;
    right: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 480px;
    max-width: 100%;
    height: 100vh;
    padding: calc(4.44176041rem) 0 4.44176041rem;
    background: #FFF;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 0.225s cubic-bezier(0, 0, 0.2, 1) 0.001s;
  }
  .navigation-drawer-wrapper.is-open {
    width: 100%;
    height: 100%;
  }
  .navigation-drawer-wrapper.is-open .navigation-drawer-overlay {
    display: flex;
    opacity: 1;
  }
  .navigation-drawer-wrapper.is-open .navigation-drawer {
    display: flex;
    transform: translate3d(100%, 0, 0);
  }
  .navigation-drawer-wrapper--has-right-drawer .navigation-drawer {
    right: auto;
    left: 100%;
  }
  .navigation-drawer-wrapper--has-right-drawer.is-open .navigation-drawer {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 859px) and (min-width: 480px) {
  .navigation-drawer {
    width: 400px;
  }
}
.global-nav {
  padding: 0 1.57111111rem;
}
.global-nav-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-evenly;
  width: 100%;
}
.global-nav-item {
  width: 100%;
}
.global-nav-link {
  display: block;
  padding: 0.75rem 0.75rem;
  border-radius: 0.22222222em;
  text-decoration: none;
  color: #221F54;
  font-size: 0.77777778em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.175s ease-out;
  transition-property: background, color;
}
.global-nav-link:focus,
.global-nav-link:hover,
.is-active > .global-nav-link {
  background: rgba(34, 31, 84, 0.04);
  color: #312d79;
  text-decoration: none;
}
.item-has-description:not(:last-of-type) {
  margin-bottom: 1.11111111rem;
}
.item-has-description .nav-link-inner {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 500;
}
.menu-item__description {
  font-size: 0.85714286em;
  line-height: 1.66666667;
  font-weight: 300;
  color: #5D5E8E;
}
@keyframes navHingeOpen {
  from {
    opacity: 0;
    transform: rotate3d(1, 0, 0, -25deg);
  }
  to {
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
@keyframes breatheRight {
  from {
    transform: rotate(0deg) translateX(0) scale(0.75);
  }
  to {
    transform: rotate(0deg) translateX(var(--breatheRightXDistance, 0.15rem)) scale(1.05);
  }
}
#menu-main-menu .global-nav-item--has-children > .global-nav-link .nav-link-inner,
#menu-utility-menu .global-nav-item--has-children > .global-nav-link .nav-link-inner {
  position: relative;
}
#menu-main-menu .global-nav-item--has-children > .global-nav-link .nav-link-inner::after,
#menu-utility-menu .global-nav-item--has-children > .global-nav-link .nav-link-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35rem;
  margin-top: -0.2em;
  opacity: 0;
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid currentColor;
  border-bottom: 5px solid transparent;
  transition: opacity 0.15s ease, transform 0.2s ease;
}
@media (max-width: 859px) {
  #menu-main-menu .global-nav-item--has-children > .global-nav-link .nav-link-inner::after,
  #menu-utility-menu .global-nav-item--has-children > .global-nav-link .nav-link-inner::after {
    opacity: 0.35;
    --breatheRightXDistance: 0.4rem;
  }
}
#menu-main-menu .global-nav-item--has-children.is-active > .global-nav-link,
#menu-utility-menu .global-nav-item--has-children.is-active > .global-nav-link {
  border-radius: 0;
}
#menu-main-menu .global-nav-item--has-children.is-active > .global-nav-link .nav-link-inner::after,
#menu-utility-menu .global-nav-item--has-children.is-active > .global-nav-link .nav-link-inner::after {
  opacity: 1;
  animation: breatheRight 1.25s ease-in 0.2s infinite alternate both;
}
#menu-main-menu > .global-nav-item > .global-nav-link,
#menu-utility-menu > .global-nav-item > .global-nav-link {
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.88888889em;
  font-weight: 500;
}
#menu-main-menu > .global-nav-item > .child-nav-wrapper,
#menu-utility-menu > .global-nav-item > .child-nav-wrapper {
  border-radius: 0.22222222em;
  background: rgba(34, 31, 84, 0.04);
  color: #221F54;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #535383;
}
#menu-main-menu > .global-nav-item > .child-nav-wrapper:not(.is-open),
#menu-utility-menu > .global-nav-item > .child-nav-wrapper:not(.is-open) {
  display: none;
}
#menu-main-menu > .global-nav-item > .child-nav-wrapper .global-nav-child-list,
#menu-utility-menu > .global-nav-item > .child-nav-wrapper .global-nav-child-list {
  padding: 0.325rem 0;
}
#menu-main-menu > .global-nav-item > .child-nav-wrapper .global-nav-link,
#menu-utility-menu > .global-nav-item > .child-nav-wrapper .global-nav-link {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  color: #221F54;
}
#menu-main-menu > .global-nav-item > .child-nav-wrapper .global-nav-link:focus,
#menu-utility-menu > .global-nav-item > .child-nav-wrapper .global-nav-link:focus,
#menu-main-menu > .global-nav-item > .child-nav-wrapper .global-nav-link:hover,
#menu-utility-menu > .global-nav-item > .child-nav-wrapper .global-nav-link:hover {
  background-color: rgba(34, 31, 84, 0.04);
  color: #7259ef;
}
.nav-end-button {
  z-index: 1;
}
.nav-end-button > .global-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.358em 0.85em 0.3758em;
  border: 2px solid #7259ef;
  border-radius: 0.33333333em;
  background: #7259ef;
  color: #FFF;
  box-shadow: 0 0.22222222em 0.66666667em rgba(0, 0, 0, 0.04);
  font-size: 0.77777778em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145s ease-out;
}
.nav-end-button > .global-nav-link:focus,
.nav-end-button > .global-nav-link:hover {
  background-color: #8358EE;
}
.nav-end-button > .global-nav-link:active {
  background: #5643b3;
}
@media (max-width: 859px) {
  .nav-end-button {
    padding-left: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 3em;
    text-align: left;
  }
}
@media (min-width: 860px) {
  .global-header-container {
    display: flex;
  }
  .navigation-drawer-wrapper {
    flex: 1 0 auto;
  }
  .navigation-drawer {
    display: flex;
  }
  .global-logo-wrapper {
    margin-right: auto;
    padding-right: 1.11111111rem;
  }
  .global-utility-nav {
    padding: 0;
    margin-left: auto;
  }
  .global-nav-list {
    flex-direction: row;
  }
  .global-nav-item {
    flex: 1 0 auto;
    width: auto;
  }
  .global-nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .global-main-nav {
    flex: 1 0 auto;
    text-align: center;
  }
  .global-main-nav > .global-nav-list {
    display: inline-flex;
    width: auto;
  }
  .nav-end-button > a {
    margin-left: 0.9em;
  }
  .global-nav-item--has-children {
    position: relative;
    z-index: 10;
    perspective: 1000px;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper {
    position: absolute;
    top: 100%;
    border-radius: 0.22222222em;
    background: #FFF;
    background: var(--global-child-nav-desktop-bg-color, #FFF);
    box-shadow: 0 0.38888889em 1.33333333em rgba(34, 31, 84, 0.15);
    animation: none;
    transform-origin: 50% 0;
    will-change: transform;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-child-list,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-child-list {
    width: 10em;
    flex-direction: column;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .side-rail-link-list,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .side-rail-link-list {
    width: 12.75em;
    justify-content: flex-start;
    background: #FAF9FF;
    border-left: 1px solid rgba(34, 31, 84, 0.03);
    border-radius: 0 0.22222222em 0.22222222em 0;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .side-rail-link-list .global-nav-item,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .side-rail-link-list .global-nav-item {
    flex: 0 0 auto;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-item,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-item {
    width: 100%;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-link,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-link {
    color: #535383;
    color: var(--global-child-nav-link-desktop-color, #535383);
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-link:focus,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-link:focus,
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-link:hover,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper .global-nav-link:hover {
    background-color: rgba(34, 31, 84, 0.04);
    background-color: var(--global-child-nav-link-desktop-hover-bg-color, rgba(34, 31, 84, 0.04));
    color: var(--global-child-nav-link-desktop-color, #535383);
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper.is-open,
  #menu-utility-menu > .global-nav-item--has-children > .child-nav-wrapper.is-open,
  #menu-main-menu > .global-nav-item--has-children:hover > .child-nav-wrapper,
  #menu-utility-menu > .global-nav-item--has-children:hover > .child-nav-wrapper {
    display: flex;
    animation: navHingeOpen 0.275s cubic-bezier(0.41, 0.93, 0.54, 1.44) 0s 1 normal both;
  }
  #menu-main-menu > .global-nav-item--has-children:hover > .child-nav-wrapper,
  #menu-utility-menu > .global-nav-item--has-children:hover > .child-nav-wrapper {
    animation-delay: 0.175s;
  }
  #menu-main-menu > .global-nav-item > .child-nav-wrapper .global-nav-child-list:nth-last-child(2):first-child {
    width: 18.5em;
    padding: 1.11111111rem;
  }
}
@media (min-width: 860px) and (max-width: 1035px) {
  #menu-main-menu > .global-nav-item > .global-nav-link,
  #menu-utility-menu > .global-nav-item > .global-nav-link,
  #menu-utility-menu > .global-nav-item.nav-end-button > .global-nav-link {
    padding-left: 0.55572338rem;
    padding-right: 0.55572338rem;
    font-size: 0.78em;
  }
}
.global-header.color-theme-dark-bg .navigation-toggle-button:not(.is-active) {
  color: #FFF;
}
.global-header.color-theme-dark-bg .emplify-logo-mark-group,
.global-header.color-theme-dark-bg .emplify-logo-text-group {
  fill: #FFF;
}
@media (min-width: 860px) {
  .global-header.color-theme-dark-bg .global-nav-link {
    color: #FFF;
  }
  .global-header.color-theme-dark-bg .global-nav-item:not(.nav-end-button) > .global-nav-link:focus,
  .global-header.color-theme-dark-bg .global-nav-item:not(.nav-end-button) > .global-nav-link:hover {
    background-color: rgba(248, 247, 255, 0.07);
  }
}
@media (min-width: 1100px) {
  .has-sub-columns > .child-nav-wrapper > .global-nav-child-list:first-child {
    width: auto !important;
    display: block;
    columns: 2;
  }
  .has-sub-columns > .child-nav-wrapper > .side-rail-link-list {
    width: 25em !important;
  }
  .has-sub-columns > .child-nav-wrapper .global-nav-item.item-has-description {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .has-sub-columns > .child-nav-wrapper .encourage-column-break-before {
    break-before: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .encourage-column-break-before {
    break-before: auto !important;
  }
  .child-nav-wrapper {
    min-width: 30em;
  }
}
html {
  scroll-behavior: smooth;
}
body > .global-wrapper {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.post-content-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.error404 .page-wrapper {
  padding-top: calc(5% + 3vmax + 104px);
  padding-top: calc(5% + 3vmax + var(--header-measured-height, 70px));
}
.global-footer {
  position: relative;
}
.global-footer .widget-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.global-footer a {
  text-decoration: none;
}
@supports ((-webkit-text-decoration-color: #FFF) or (text-decoration-color: #FFF)) {
  .global-footer a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(83, 83, 131, 0);
            text-decoration-color: rgba(83, 83, 131, 0);
  }
}
.global-footer a:focus,
.global-footer a:hover {
  -webkit-text-decoration-color: #7259ef;
          text-decoration-color: #7259ef;
}
.global-footer address {
  font-style: normal;
}
.global-footer .global-footer-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.78579287rem;
}
.global-footer .footer-contact-item {
  margin-bottom: 0.78579287rem;
  font-weight: 500;
}
.global-footer .footer-contact-item a {
  font-weight: 400;
}
.global-footer .newsletter-sub-heading {
  margin-bottom: 0.39301512rem;
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.11111111em;
  font-weight: 500;
}
.global-footer .legal-text {
  max-width: 80%;
  padding-top: 1.11111111rem;
  border-top: 1px solid #ECEFF9;
  margin-top: 3.14127327rem;
  font-size: 0.66666667rem;
  line-height: 1.8;
  color: #6E6EAF;
}
.global-footer .legal-text a {
  display: inline-block;
}

.global-footer-container {
  display: flex;
  flex-direction: column;
  padding-top: 0; /* calc(4% + 40px); */
}
/* @media (min-width: 1080px) { .global-footer-container { padding-top: calc((1080px * 4 / 100) + 40px); } } */

.footer-curves-outer-wrapper {
  top: auto !important;
  bottom: 0;
  transform: translate(-50%, 0) !important;
}
.footer-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: calc(2.4% + 40px);
}
@media (min-width: 1080px) {
  .footer-top {
    padding-top: calc((1080px * 2.4 / 100) + 40px);
  }
}
@media (min-width: 640px) {
  .footer-top {
    flex-direction: row;
  }
  .footer-top .footer-menu-column {
    padding-left: 2.22155111rem;
    padding-right: 2.22155111rem;
  }
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.57111111rem 0;
}
.footer-bottom .widget-container {
  margin-bottom: 1.11111111rem;
}
.footer-bottom .widget-container p {
  margin-bottom: 0;
}
.footer-bottom .widget-container:first-child {
  flex: 1 0 auto;
  max-width: 100%;
  padding-right: 1.11111111rem;
}
.footer-bottom .newsletter-sub-heading {
  display: inline-block;
  margin-right: 2.22155111rem;
  margin-bottom: 1.11111111rem;
}
.global-footer-logo-link > .svg-wrapper {
  width: 130px;
  height: 30px;
}
.global-footer-logo-link:focus,
.global-footer-logo-link:hover {
  background: rgba(34, 31, 84, 0.04);
  box-shadow: 0 0 0 0.5em rgba(34, 31, 84, 0.04);
}
#menu-footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto -0.55555556rem;
  font-size: 0.66666667em;
}
#menu-footer-menu > .menu-item {
  flex: 1 0 auto;
  padding: 0 0.55555556rem 1.11111111rem;
}
#menu-footer-menu > .menu-item > a {
  display: inline-block;
  vertical-align: top;
  padding: 0.27794563rem 0;
  margin-bottom: 0.55572338rem;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.66666667rem;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #7259ef;
  line-height: 1;
}
#menu-footer-menu .sub-menu {
  list-style: none;
  padding: 0;
}
#menu-footer-menu .sub-menu a {
  display: inline-block;
  padding: 0.19650756rem 0;
  line-height: 1.25;
  color: #221F54;
}
.footer-logo-and-widgets-column {
  margin-bottom: 1.57111111rem;
  flex: 1 0 auto;
  font-size: 0.77777778em;
  line-height: 1.64285714;
}
.footer-menu-column {
  margin-bottom: 1.57111111rem;
  flex: 1 1 auto;
}
.global-footer .input-with-inline-button {
  justify-content: flex-start;
}
.global-footer .social-icons {
  margin-top: 1.11111111rem;
}
.global-footer .social-icon-link.facebook {
  color: #7070A3;
}
.global-footer .social-icon-link.facebook:focus,
.global-footer .social-icon-link.facebook:hover {
  color: #3B5998;
}
.global-footer .social-icon-link.twitter {
  color: #7070A3;
}
.global-footer .social-icon-link.twitter:focus,
.global-footer .social-icon-link.twitter:hover {
  color: #00ACED;
}
.global-footer .social-icon-link.linkedin {
  color: #7070A3;
}
.global-footer .social-icon-link.linkedin:focus,
.global-footer .social-icon-link.linkedin:hover {
  color: #0077B5;
}
:root {
  --bg-white: #FFF;
  --bg-color-indigo: #221F54;
  --bg-color-royal-purple: #4e30a1;
  --bg-color-ultraviolet: #7259ef;
  --bg-color-plum: #535383;
  --bg-color-brass: #A88F4D;
  --bg-color-cool-gray: #D5DCEF;
  --bg-color-light-purple: #F8F7FF;
  --bg-color-light-purple-shaded: #ECEFF9;
  --bg-color-light-blue: #F1F4FC;
}
.bg-white {
  background-color: #FFF;
}
.bg-indigo {
  background-color: #221F54;
}
.bg-royal-purple {
  background-color: #4e30a1;
}
.bg-ultraviolet {
  background-color: #7259ef;
}
.bg-plum {
  background-color: #535383;
}
.bg-brass {
  background-color: #A88F4D;
}
.bg-cool-gray {
  background-color: #D5DCEF;
}
.bg-light-purple {
  background-color: #F8F7FF;
}
.bg-light-purple-shaded {
  background-color: #ECEFF9;
}
.bg-light-blue {
  background-color: #F1F4FC;
}
.smallcap-text,
.smallercap-text {
  display: block;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.77777778rem;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #7259ef;
  margin-bottom: 1rem;
}
.smallercap-text {
  font-size: 0.66666667em;
}
:root {
  --animation-fadeInUp-y-distance: 2.77777778em;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2.77777778em);
    transform: translateY(var(--animation-fadeInUp-y-distance));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    /* Hat tip Nick/cssremedy (https://css-tricks.com/revisiting-prefers-reduced-motion-the-reduced-motion-media-query/#comment-1700170) */
    transition-duration: 0.001ms !important;
  }
}
:root {
  --gdt-link-secondary-color: #89743f;
  --gdt-link-tertiary-color: #6e6ea5;
}
.button {
  line-height: 1.3;
}
button.text {
  background: none;
  border: 0;
}
select.input-field {
  padding: 0.5em 1em;
}
.input-embedded-button {
  display: inline-block;
  width: 20.8rem;
  margin-bottom: 1.11111111rem;
}
.input-embedded-button__input {
  padding: 0.775em 1em 0.725em 1em;
}
.input-embedded-button__button {
  top: 0.39301512rem;
  right: 0.39301512rem;
  bottom: 0.39301512rem;
  padding-top: 0.4em;
  padding-bottom: 0.45em;
}
@media (440px) {
  .input-embedded-button__input {
    padding: 0.775em calc(1em + 4.8rem) 0.725em 1em;
  }
}
.input-embedded-button.wider-button .input-embedded-button__button {
  width: 7.5rem;
}
@media (min-width: 440px) {
  .input-embedded-button.wider-button .input-embedded-button__input {
    padding: 0.775em calc(1em + 7.5rem) 0.725em 1em;
  }
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.55555556rem;
}
.form-row:last-of-type {
  margin-top: 0.55555556rem;
}
.form-column,
.hbspt-form .form-columns-2 > .field {
  flex: 1 1 50%;
  min-width: 13em;
  padding: 0 0.55555556rem;
}
.form-field-block {
  margin-bottom: 1.11111111rem;
}
label {
  font-size: 0.77777778em;
  line-height: 2.28571429;
}
.hbspt-form .form-columns-2 {
  margin: 0 -0.55555556rem;
}
.hbspt-form .form-columns-2:last-of-type {
  margin-top: 0.55555556rem;
}
.hs-input {
  margin-bottom: 1.11111111rem;
}
.page-standard-hero {
  position: relative;
  padding-top: 70px;
  padding-top: var(--header-measured-height, 70px);
  text-shadow: 0 0 0.25em var(--header-color-theme, #FFF), 0 0 0.5em var(--header-color-theme, #FFF), 0 0 1em var(--header-color-theme, #FFF), 0 0 2em var(--header-color-theme, #FFF);
}
.page-standard-hero .pre-heading-label {
  margin-bottom: 1.11111111rem;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.77777778rem;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #7259ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-standard-hero .bg-circle-graphic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-standard-hero .bg-circle-graphic-inner-wrapper {
  position: absolute;
}
.page-standard-hero .bg-circle-graphic-inner-wrapper > svg {
  width: 100%;
  height: auto;
}
.page-standard-hero .bg-circle-graphic-wrapper.type-standard .bg-circle-graphic-inner-wrapper {
  bottom: 20%;
  right: -30%;
  width: 95.41666667%;
}
.page-standard-hero .bg-circle-graphic-wrapper.type-standard-with-curve .bg-circle-graphic-inner-wrapper {
  bottom: 20%;
  right: -23%;
  width: 95.41666667%;
}
.page-standard-hero .bg-circle-graphic-wrapper.type-stretched .bg-circle-graphic-inner-wrapper {
  bottom: 40%;
  right: -36%;
  width: 128.05555556%;
}
.page-standard-hero .bg-circle-graphic-wrapper.type-stretched-with-curve .bg-circle-graphic-inner-wrapper {
  bottom: 40%;
  right: -29%;
  width: 128.05555556%;
}
.page-standard-hero .bg-circle-graphic-wrapper.type-narrow .bg-circle-graphic-inner-wrapper {
  bottom: 20%;
  right: -30%;
  width: 95.41666667%;
}
.page-standard-hero .bg-circle-graphic-wrapper.type-shorter .bg-circle-graphic-inner-wrapper {
  bottom: 58%;
  right: -39%;
  width: 128.05555556%;
}
.page-standard-hero .hero-gallery-container {
  position: relative;
}
@media (min-width: 1180px) {
  .page-standard-hero .hero-gallery-wrapper.layout-type-two-rows-gathered .gallery-image-wrapper {
    max-width: 430px;
  }
}
.page-standard-hero .edge-divider-bottom {
  position: relative;
}
.page-standard-hero .edge-divider-bottom .edge-divider-image {
  margin-bottom: -2px;
}
.page-standard-hero.visually-hide-hero {
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.page-standard-hero.make-hero-full-screen-height .page-standard-hero-container {
  min-height: calc(100vh - 70px);
  min-height: calc(100vh - var(--header-measured-height, 70px));
}
.global-header.color-theme-dark-bg + .global-main .page-standard-hero {
  color: #FFF;
}
.global-header.color-theme-dark-bg + .global-main .page-standard-hero .pre-heading-label {
  color: #DDD;
}
.global-header.color-theme-dark-bg + .global-main .page-standard-hero .main-heading {
  color: inherit;
}
.main-heading {
  margin-bottom: calc(5% + 0.55572338rem);
  font-size: 1.88888889em;
  line-height: 1.26923077;
}
@media (min-width: 720px) {
  .main-heading {
    font-size: 2.27777778em;
  }
}
@media (min-width: 1000px) {
  .main-heading {
    font-size: 2.88888889em;
  }
}
.main-heading--has-secondary-heading-below {
  margin-bottom: calc(5% + 1.11111111rem);
  font-size: 1.88888889em;
}
@media (min-width: 700px) {
  .main-heading--has-secondary-heading-below {
    font-size: 2.16666667em;
  }
}
@media (min-width: 1000px) {
  .main-heading--has-secondary-heading-below {
    font-size: 2.88888889em;
  }
}
@media (min-width: 620px) {
  .main-heading--has-secondary-heading-below {
    max-width: 50%;
  }
}

.resource-hero-banner {
  width: 100%; 
  height: 350px; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.resource-hero-banner-adjustment {
  padding-top: 1% !important;
  margin-top: -6%;
  background: white;
}

.hero-block-copy {
  margin-bottom: calc(5% + 0.55572338rem);
  font-size: 1.11111111em;
  line-height: 1.6;
}
.hero-cta-wrapper {
  margin-top: 2.22155111rem;
  margin-top: max(20px, min(8%, 35px));
  margin-top: clamp(20px, 8%, 35px);
}
.hero-cta-wrapper > .cta-link {
  margin-top: 0 !important;
}
.page-standard-hero.hero-has-bottom-collapsed .page-standard-hero-container {
  padding-bottom: 1.11111111rem;
}
.page-standard-hero-container {
  position: relative;
  padding-bottom: calc(5% + 40px);
  padding-top: calc(5% + 40px);
}
@media (min-width: 1080px) {
  .page-standard-hero-container {
    padding-bottom: calc((1080px * 5 / 100) + 40px);
  }
}
@media (min-width: 1080px) {
  .page-standard-hero-container {
    padding-top: calc((1080px * 5 / 100) + 40px);
  }
}
.hero-has-clipped-human .page-standard-hero-container {
  padding-top: calc(7%);
}
@media (min-width: 1440px) {
  .hero-has-clipped-human .page-standard-hero-container {
    padding-top: calc(1440px / 100 * 7);
  }
}
.hero-has-media .page-standard-hero-container,
.hero-has-form .page-standard-hero-container {
  padding-top: 6%;
}
@media (min-width: 740px) {
  .page-standard-hero-container.force-left-half-width .hero-contents-wrapper {
    max-width: 50%;
  }
}
.hero-has-clipped-human .page-home-hero-container {
  padding-top: calc(10.5% + 70px);
  padding-top: calc(10.5% + var(--header-measured-height, 70px));
}
.hero-has-media .hero-main-contents-wrapper,
.hero-has-form .hero-main-contents-wrapper {
  max-width: 28.22222222em;
  margin-bottom: 1.11111111rem;
}
@media (max-width: 619px) {
  .hero-has-media .mobile-hide-media,
  .hero-has-form .mobile-hide-media {
    display: none;
  }
  .hero-has-media .custom-image-wrapper[class*="alignment_is_"],
  .hero-has-form .custom-image-wrapper[class*="alignment_is_"] {
    justify-content: center;
  }
}
@media (min-width: 620px) {
  .hero-has-media .hero-contents-wrapper,
  .hero-has-form .hero-contents-wrapper {
    display: flex;
    align-items: center;
    margin-left: -1.11111111rem;
    margin-right: -1.11111111rem;
  }
  .hero-has-media .hero-contents-wrapper .hero-main-contents-wrapper,
  .hero-has-form .hero-contents-wrapper .hero-main-contents-wrapper,
  .hero-has-media .hero-contents-wrapper .hero-media-wrapper,
  .hero-has-form .hero-contents-wrapper .hero-media-wrapper,
  .hero-has-media .hero-contents-wrapper .hero-form-wrapper,
  .hero-has-form .hero-contents-wrapper .hero-form-wrapper {
    width: 50%;
    width: var(--desktop-flex-basis, 50%);
    max-width: 50%;
    max-width: var(--desktop-flex-basis, 50%);
    flex: 1 0 50%;
    flex: 1 0 var(--desktop-flex-basis, 50%);
    padding: 0 1.11111111rem 0 1.11111111rem;
    margin-bottom: 0;
  }
}
.hero-has-media .hero-main-contents-wrapper {
  --desktop-flex-basis: 55%;
}
.hero-has-media .hero-media-wrapper {
  --desktop-flex-basis: 45%;
}
.hero-main-contents-wrapper > :last-child,
.hero-block-copy > :last-child {
  margin-bottom: 0;
}
.hero-media-wrapper.media-type-image > .custom-image {
  width: auto;
  max-height: calc(45vmin + 55px);
  margin-left: auto;
  margin-right: auto;
}
.image-subtype-is-jpeg .custom-image {
  border-radius: 0.22222222em;
}
#heroMask {
  pointer-events: none;
  contain: strict;
}
#heroMask svg {
  position: absolute;
  z-index: -1;
}
.hero-human-outer-wrapper {
  position: absolute;
  bottom: 30%;
  right: -30%;
  width: 95.41666667%;
}
.hero-bg {
  display: block;
  bottom: 30%;
  position: absolute;
  right: -30%;
  width: 95.41666667%;
}
.human-matching-bg-blob {
  display: none;
  display: block;
  bottom: 0;
  position: absolute;
  right: -30%;
  width: 95.41666667%;
}
.human-matching-bg-blob > svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.hero-human-inner-wrapper {
  -webkit-clip-path: url(#heroMask-blob);
          clip-path: url(#heroMask-blob);
}
.page-home-hero .hero-human-inner-wrapper {
  background: transparent;
}
.hero-human-aspect-ratio-helper-layer {
  position: relative;
  height: 0;
  padding-top: 95.41666667%;
}
.hero-human-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 21%;
  width: 38.2%;
  height: 44%;
  max-height: 631px;
  max-height: calc(150px + 25vw);
}
@media (min-width: 1440px) {
  .hero-human-image-wrapper {
    max-height: calc(150px + 1440px / 100 * 25);
  }
}
.hero-human-image {
  display: block;
  max-height: 100%;
  margin: auto;
}
@media (max-width: 960px) {
  .hero-human-image {
    display: none;
  }
}
@media (min-width: 960px) {
  .hero-has-clipped-human .hero-human-outer-wrapper {
    bottom: 0;
  }
  .hero-has-clipped-human .hero-main-contents-wrapper {
    width: 50%;
    min-height: calc(11rem + 12vw);
  }
}
@media (min-width: 1440px) {
  .hero-has-clipped-human .hero-human-image-wrapper {
    width: calc(1440px / 100 * 38.2);
  }
  .hero-has-clipped-human .hero-main-contents-wrapper {
    min-height: calc(11rem + 1440px / 100 * 12);
  }
}
.post-attribution {
  display: flex;
}
.post-attribution .author {
  display: flex;
  align-items: center;
  margin-right: 2.22155111rem;
}
.post-attribution .author__avatar {
  max-width: 2.3rem;
}
.post-attribution .author__avatar > img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}
.post-attribution .author__avatar + .author__name {
  margin-left: 0.78579287rem;
}
.post-attribution .author__name {
  font-size: 0.88888889em;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.modal__content {
  position: relative;
  left: 50%;
  top: 50%;
  background: #FFF;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.modal.open {
  display: block;
}
.modal.open .modal__overlay {
  opacity: 0.6;
}
.modal.no-skeleton .meetings-skeleton {
  visibility: hidden;
  opacity: 0;
}
.meetings-modal .modal__content {
  top: calc(50% + 8px);
  background: none;
}
.meetings-iframe-container {
  background: #FFF;
  max-width: 768px;
}
.meetings-iframe-container iframe {
  height: 667px;
  opacity: 0;
  transition: opacity 0.3s 0.1s ease-in-out, visibility 0.3s 0.1s ease-in-out;
}
.meetings-iframe-container iframe.lazyloaded,
.meetings-iframe-container iframe.loaded {
  opacity: 1;
  visibility: visible;
}
#error-modal {
  text-align: center;
}
#error-modal .modal__content {
  max-width: 520px;
}
#error-modal h1 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#error-modal h1:after {
  display: none;
}
#error-modal p {
  margin-bottom: 0;
  line-height: 1.4em;
}
#error-modal .inner-container {
  padding: 2rem 2rem 0;
}
#error-modal .modal__actions {
  padding: 1rem 0 1.5rem;
}
.meetings-skeleton {
  display: flex;
  background: 1518px;
  height: 650px;
  height: 667px;
  text-align: center;
  padding-top: 15px;
  margin: 0 4px;
}
.meetings-skeleton .preview-text > * {
  display: none;
}
.meetings-skeleton h2 {
  min-height: 40px;
  max-height: 90px;
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
}
.meetings-skeleton h5 {
  height: 19.5px;
  font-size: 16px;
}
.meetings-skeleton .avatar {
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 0;
  width: 78px;
  height: 78px;
  box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5);
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.meetings-skeleton table {
  width: 100%;
}
.meetings-skeleton table,
.meetings-skeleton table th,
.meetings-skeleton table td {
  border: 0;
  background: none;
}
.meetings-skeleton .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 50%;
  height: 100%;
  background: #FFF;
}
.meetings-skeleton .column--left {
  background: #221f54;
}
.meetings-skeleton .column--left button {
  background: none;
  border: 0;
}
.meetings-skeleton .column--right {
  text-align: left;
}
.meetings-skeleton .column--right .UISection__ScrollWrapper {
  padding: 32px;
  height: 100%;
}
.meetings-skeleton .column--right .UICardSection__Section {
  padding-bottom: 40px;
  height: 100%;
}
.meetings-skeleton .date-picker td {
  position: relative;
  padding: 0;
  background: #FFF;
  opacity: 0;
  animation: skeleton-pulse;
  animation-duration: 0.7s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  background: none;
}
.meetings-skeleton .date-picker td:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #FFF;
}
.meetings-skeleton .date-picker td:nth-child(2n+0) {
  animation-delay: 0.05s;
}
.meetings-skeleton .date-picker td:nth-child(3n+0) {
  animation-delay: 0.1s;
}
.meetings-skeleton .date-picker td:nth-child(4n+0) {
  animation-delay: 0.15s;
}
.meetings-skeleton .date-picker td:nth-child(5n+0) {
  animation-delay: 0.2s;
}
.meetings-skeleton .date-picker td:nth-child(6n+0) {
  animation-delay: 0.25s;
}
.meetings-skeleton .date-picker td:nth-child(7n+0) {
  animation-delay: 0.3s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(1n+0) {
  animation-delay: 0.05s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(2n+0) {
  animation-delay: 0.1s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(3n+0) {
  animation-delay: 0.15s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(4n+0) {
  animation-delay: 0.2s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(5n+0) {
  animation-delay: 0.25s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(6n+0) {
  animation-delay: 0.3s;
}
.meetings-skeleton .date-picker tr:nth-child(2n+0) td:nth-child(7n+0) {
  animation-delay: 0.35s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(1n+0) {
  animation-delay: 0.1s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(2n+0) {
  animation-delay: 0.15s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(3n+0) {
  animation-delay: 0.2s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(4n+0) {
  animation-delay: 0.25s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(5n+0) {
  animation-delay: 0.3s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(6n+0) {
  animation-delay: 0.35s;
}
.meetings-skeleton .date-picker tr:nth-child(3n+0) td:nth-child(7n+0) {
  animation-delay: 0.4s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(1n+0) {
  animation-delay: 0.15s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(2n+0) {
  animation-delay: 0.2s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(3n+0) {
  animation-delay: 0.25s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(4n+0) {
  animation-delay: 0.3s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(5n+0) {
  animation-delay: 0.35s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(6n+0) {
  animation-delay: 0.4s;
}
.meetings-skeleton .date-picker tr:nth-child(4n+0) td:nth-child(7n+0) {
  animation-delay: 0.45s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(1n+0) {
  animation-delay: 0.2s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(2n+0) {
  animation-delay: 0.25s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(3n+0) {
  animation-delay: 0.3s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(4n+0) {
  animation-delay: 0.35s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(5n+0) {
  animation-delay: 0.4s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(6n+0) {
  animation-delay: 0.45s;
}
.meetings-skeleton .date-picker tr:nth-child(5n+0) td:nth-child(7n+0) {
  animation-delay: 0.5s;
}
.meetings-skeleton .date-picker th {
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif !important;
  font-weight: 600!important;
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px!important;
  line-height: normal!important;
  color: #FFF;
}
.meetings-skeleton .date-picker .date-picker-btn {
  position: relative;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
}
.meetings-skeleton .duration-picker button {
  width: 33%;
  height: 32px;
}
.meetings-skeleton .private-button {
  border-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.15s ease-out;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.meetings-skeleton .private-selectable-box.private-button--block {
  width: 100%;
}
.meetings-skeleton .private-button--sm {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 16px;
}
.meetings-skeleton .private-button-select-group__option {
  background-color: #f5f8fa;
  border-color: #cbd6e2;
  color: #516f90;
}
.meetings-skeleton .private-button__group.private-button__group--horizontal > * {
  display: inline-block !important;
  margin-top: 0;
  position: relative;
}
.meetings-skeleton .private-button-select-group__option.private-button--active {
  background-color: #e5eaf0 !important;
  color: #516f90;
}
.meetings-skeleton .private-button__group.private-button__group--horizontal > :first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.meetings-skeleton .private-button__group.private-button__group--horizontal > :last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.meetings-skeleton .private-button__group.private-button__group--horizontal > :not(:first-child) {
  margin-left: -1px !important;
}
.meetings-skeleton .private-selectable-box {
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #7fd1de;
  border-top-color: #7fd1de;
  border-right-color: #7fd1de;
  border-bottom-color: #7fd1de;
  border-left-color: #7fd1de;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
}
.meetings-skeleton .private-selectable-box__inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 24px;
  margin-left: 0;
  white-space: normal;
}
.meetings-skeleton .time-picker {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  height: 75%;
}
.meetings-skeleton .time-picker-btn {
  position: relative;
  padding: 12px 24px;
  max-width: 100%;
  color: #00a4bd;
  border-color: #cbd6e2;
  font-size: 0.75rem;
  width: 100%;
}
.meetings-skeleton .time-picker .time-list-container {
  max-height: 85%;
  overflow-y: auto;
}
.meetings-skeleton .time-picker .time-list-container > * {
  /*
                    &:nth-child(3n+0) {
                        .time-picker-btn {
                            &:after {
                                animation-delay: 0.1s;
                            }
                        }
                    }

                    &:nth-child(4n+0) {
                        .time-picker-btn {
                            &:after {
                                animation-delay: 0.15s;
                            }
                        }
                    }

                    &:nth-child(5n+0) {
                        .time-picker-btn {
                            &:after {
                                animation-delay: 0.2s;
                            }
                        }
                    }

                    &:nth-child(6n+0) {
                        .time-picker-btn {
                            &:after {
                                animation-delay: 0.25s;
                            }
                        }
                    }
                    */
}
.meetings-skeleton .time-picker .time-list-container > * .time-picker-btn {
  position: relative;
}
.meetings-skeleton .time-picker .time-list-container > * .time-picker-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  animation: skeleton-wipe 2s infinite;
}
.meetings-skeleton .time-picker .time-list-container > *:nth-child(2n+0) .time-picker-btn:after {
  animation-delay: 0.15s;
}
.meetings-skeleton .time-picker .p-y-1 {
  padding: 4px;
}
#meetings-iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@keyframes skeleton-pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.15;
  }
}
@keyframes skeleton-wipe {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 0.8;
  }
}
.hs-input {
  box-sizing: border-box;
  display: block;
  padding: 0.65em 1em 0.6em;
  width: 100%;
  max-width: 100%;
  border: 2px solid #ECEFF9;
  border-radius: 0.22222222em;
  background-color: #FAFAFA;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  line-height: 1;
  color: #535383;
  outline: 0;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.13), 0 0 0 0 hsla(0, 0%, 50%, 0.2);
  transition: background-color 115ms ease-out, box-shadow 175ms ease-out, border-color 115ms ease-out;
}
.hs-input:hover {
  background-color: #FFF;
  border-color: #c5ceed;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.05), 0 0 0 0.15em hsla(0, 0%, 50%, 0.2);
}
.hs-input:focus {
  background-color: #FFF;
  border-color: #7259ef;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.09), 0 0 0 0.15em rgba(114, 89, 239, 0.24);
}
.hs-input[disabled] {
  background-color: #FAFAFA;
  border-color: #ECEFF9;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.13), 0 0 0 0 hsla(0, 0%, 50%, 0.2);
}
textarea.hs-input {
  padding: 0.65em 1em 0.6em;
  line-height: 1.335;
}
select.hs-input {
  height: 2.775em;
  border-color: #ECEFF9;
  background: #FAFAFA;
  box-shadow: inset 0 1px 0 #FFF;
}
::-webkit-input-placeholder {
  color: #737373 !important;
}
::-moz-placeholder {
  color: #737373 !important;
}
:-ms-input-placeholder {
  color: #737373 !important;
}
:placeholder-shown {
  color: #737373 !important;
}
.hs-submit {
  margin-top: 0.55555556rem;
}
.hs-submit .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.725em 0.85em 0.775em;
  padding: var(--gdt-button-padding);
  border: 1px solid #7259ef;
  border-color: var(--gdt-button-bg-color);
  border-radius: 0.33333333em;
  border-radius: var(--gdt-button-border-radius);
  background: #7259ef;
  background: var(--gdt-button-bg);
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  font-size: var(--gdt-button-size);
  font-weight: 500;
  font-weight: var(--gdt-button-font-weight);
  text-transform: none;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  border-color: #A88F4D;
  border-color: var(--gdt-button-secondary-bg-color);
  background: #A88F4D;
  background: var(--gdt-button-secondary-bg);
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -0.25em 0.5em 0 rgba(0, 0, 0, 0.05), inset 0 0.25em 0.5em 0 rgba(255, 255, 255, 0.05), 0 0.075em 0.5em 0 rgba(0, 0, 0, 0.15);
}
.hs-submit .hs-button:focus,
.hs-submit .hs-button:hover {
  background: #beab7a;
  color: #FFF;
}
.hs-submit .hs-button:active,
.hs-submit .hs-button.is-active {
  background: #7e6b3a;
  color: #FFF;
}
.hero--index .post-group {
  display: block;
  grid-template-columns: 55% auto;
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 30px;
}
.hero--index .post-group .resource-media-block {
  grid-column: 2;
  margin-bottom: 45px;
}
.hero--index .post-group .resource-media-block.first {
  grid-column: 1;
  grid-row: 1 / 5;
}
.hero--index .post-group .resource-media-block.first .resource-media-block-image {
  height: auto;
  padding-bottom: 67.4%;
}
.hero--index .post-group .resource-media-block.first .resource-media-block-title {
  font-size: 1.44444444em;
  line-height: 1.16666667;
}
.hero--index .post-group .resource-media-block-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  border-radius: 0.22222222em;
  background-size: cover;
  background-position: 50%;
  background-color: #F8F7FF;
  box-shadow: 0 0.66666667em 1.33333333em 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 500px) {
  .hero--index .post-group {
    display: grid;
  }
  .hero--index .post-group .resource-media-block {
    margin-bottom: 0;
  }
  .hero--index .post-group .resource-media-block-image {
    height: 26vw;
  }
  .hero--index .post-group .resource-media-block.first .taxonomy {
    font-size: 0.77777778em;
  }
  .hero--index .post-group .resource-media-block.first .resource-media-block-content {
    padding-top: calc(5% + 1rem);
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .hero--index .post-group .resource-media-block {
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero--index .post-group .resource-media-block-image {
    display: flex;
    width: 15vw;
    height: 14vw;
    max-width: 144px;
    max-height: 136px;
  }
  .hero--index .post-group .resource-media-block-content {
    flex: 1;
  }
  .hero--index .post-group .resource-media-block.first {
    display: block;
    max-width: none;
  }
  .hero--index .post-group .resource-media-block.first .resource-media-block {
    display: block;
  }
  .hero--index .post-group .resource-media-block.first .resource-media-block-image {
    width: 100%;
    height: auto;
    padding-bottom: 67.4%;
    max-width: none;
    max-height: none;
  }
  .hero--index .post-group .resource-media-block.first .resource-media-block-title {
    font-size: 2em;
  }
}
@media (min-width: 920px) {
  .hero--index .post-group .resource-media-block-title {
    font-size: 1.22222222em;
  }
}
.recent-resources--newsletter-wrapper {
  /*
        display: block;
        grid-template-columns: auto 55%;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 30px;
        */
  display: flex;
  flex-wrap: wrap;
}
.recent-resources--newsletter-wrapper .banner {
  background: #4E30A1;
  border-radius: 0.22222222em;
  display: flex;
  align-items: center;
  padding: 30px;
  color: #FFF;
}
.recent-resources--newsletter-wrapper .banner__title {
  color: #FFF;
}
.recent-resources--newsletter-wrapper .banner__title {
  max-width: 13em;
  margin-bottom: calc(5% + 1.11111111rem);
  line-height: 1.125;
}
.recent-resources--newsletter-wrapper .post-group {
  grid-column: 1;
  flex: 1;
}
.recent-resources--newsletter-wrapper .resource-media-block {
  margin-bottom: 30px;
}
.recent-resources--newsletter-wrapper .resource-media-block-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  border-radius: 0.22222222em;
  background-size: cover;
  background-position: 50%;
  background-color: #F8F7FF;
  box-shadow: 0 0.66666667em 1.33333333em 0 rgba(0, 0, 0, 0.07);
}
.recent-resources--newsletter-wrapper .newsletter__form .hs-error-msgs {
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 500px) {
  .recent-resources--newsletter-wrapper {
    display: flex;
    flex-wrap: no-wrap;
  }
  .recent-resources--newsletter-wrapper .post-group {
    padding-right: 30px;
  }
  .recent-resources--newsletter-wrapper .resource-media-block {
    flex: 0 0 48%;
  }
  .recent-resources--newsletter-wrapper .resource-media-block-image {
    height: 26vw;
  }
}
@media (min-width: 768px) {
  .recent-resources--newsletter-wrapper .resource-media-block {
    flex: 0 0 50%;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .recent-resources--newsletter-wrapper .banner {
    flex: 0 1 50%;
  }
  .recent-resources--newsletter-wrapper .resource-media-block-image {
    display: flex;
    width: 15vw;
    height: 14vw;
    max-width: 144px;
    max-height: 136px;
  }
  .recent-resources--newsletter-wrapper .resource-media-block-content {
    flex: 1;
  }
}
@media (min-width: 920px) {
  .recent-resources--newsletter-wrapper .resource-media-block-title {
    font-size: 1.22222222em;
  }
}
.newsletter__headline {
  padding-top: 0.5em;
  padding-right: 2.1rem;
}
.newsletter__form .hbspt-form {
  position: relative;
}
.newsletter__form .hs-email {
  min-width: 325px;
}
.newsletter__form .hs-email > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.newsletter__form .hs-email .hs-input {
  padding-right: 5em;
  margin-bottom: 0.5rem;
}
.newsletter__form .hs-submit {
  margin: 0;
}
.newsletter__form .hs-submit .hs-button {
  position: absolute;
  top: 0.39301512rem;
  right: 0.39301512rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.725em 0.85em 0.775em;
  padding: var(--gdt-button-padding);
  border: 1px solid #7259ef;
  border-color: var(--gdt-button-bg-color);
  border-radius: 0.33333333em;
  border-radius: var(--gdt-button-border-radius);
  background: #7259ef;
  background: var(--gdt-button-bg);
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  font-size: var(--gdt-button-size);
  font-weight: 500;
  font-weight: var(--gdt-button-font-weight);
  text-transform: none;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 -0.25em 0.5em 0 rgba(0, 0, 0, 0.05), inset 0 0.25em 0.5em 0 rgba(255, 255, 255, 0.05), 0 0.075em 0.5em 0 rgba(0, 0, 0, 0.15);
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: calc(var(--gdt-button-size) / var(--gdt-button-size-scale));
}
.newsletter__form .hs-submit .hs-button:focus,
.newsletter__form .hs-submit .hs-button:hover {
  background: #8358EE;
  color: #FFF;
  text-decoration: none;
}
.newsletter__form .hs-submit .hs-button:active,
.newsletter__form .hs-submit .hs-button.is-active {
  background: #5643b3;
  color: #FFF;
  box-shadow: inset 0 -0.12em 0.37em 0 rgba(0, 0, 0, 0.01), inset 0 0.1875em 0.125em 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.newsletter__form .hs-error-msgs {
  /*
            position: absolute;
            bottom: 100%;
            */
  background: #ECEFF9;
  padding: 0.25em 1em;
  border-radius: 4px;
  list-style: none;
}
.global-wrapper {
  overflow-x: clip; /* hidden; */
}
.common-curves-outer-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  contain: content;
  pointer-events: none;
}
.common-curves-wrapper {
  width: 2560px;
  width: calc(100vw * 1.7777);
  max-width: 2560px;
}
@supports (--css: variables) {
  .common-curves-wrapper {
    width: calc(100vw * var(--width-modifier, 1.7777));
  }
}
.common-curves-wrapper path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.common-curves-wrapper > svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.page-standard-hero .curves-type-hero {
  left: 62%;
  top: 26%;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .page-standard-hero .curves-type-hero {
    left: 75%;
    top: calc(70px + 6% + 3vw);
  }
}
.page-standard-hero .curves-type-hero-alt1 {
  left: 55%;
  top: 0;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .page-standard-hero .curves-type-hero-alt1 {
    left: 75%;
    top: 10%;
  }
}
.page-standard-hero .curves-type-hero-alt4 {
  top: 2%;
  transform: translate(-50%, 0);
}
@media (max-width: 1600px) {
  .page-standard-hero .curves-type-hero-alt4 {
    left: 57%;
  }
}
@media (max-width: 800px) {
  .page-standard-hero .curves-type-hero-alt4 {
    top: 22%;
  }
}
@media (max-width: 620px) {
  .page-standard-hero .curves-type-hero-alt4 {
    display: none;
  }
}
.page-standard-hero .curves-type-hero-alt6 {
  top: 0%;
  transform: translate(-50%, 0);
}
@media (max-width: 859px) {
  .page-standard-hero .curves-type-hero-alt6 {
    left: calc(50% + 120px);
  }
}
@media (max-width: 460px) {
  .page-standard-hero .curves-type-hero-alt6 {
    display: none;
  }
}
.page-standard-hero .curves-type-hero-alt5 {
  top: 56%;
}
@media (max-width: 800px) {
  .page-standard-hero .curves-type-hero-alt5 {
    display: none;
  }
}
.page-standard-hero .curves-type-hero-alt3 {
  top: 0;
  transform: translate(-50%, 0);
}
.page-standard-hero .curves-type-hero-alt3 .common-curves-wrapper {
  width: calc(100vw * 1.7777 + 40em);
}
.hero-has-media.page-standard-hero .curves-type-hero-alt3 .common-curves-wrapper {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 0);
}
@media (max-width: 1000px) {
  .page-standard-hero .curves-type-hero-alt3 {
    transform: translate(-50%, -60%);
  }
}
@media (max-width: 700px) {
  .page-standard-hero .curves-type-hero-alt3 {
    display: none;
  }
}
.page-standard-hero .curves-type-hero-alt2 {
  top: calc(7% + 70px);
  transform: translate(-42%, 0);
}
@supports ( --css: variables) {
  .page-standard-hero .curves-type-hero-alt2 {
    transform: translate(var(--translate-X, -42%), 0);
  }
}
@media (min-width: 960px) {
  .page-standard-hero .curves-type-hero-alt2 {
    --width-modifier: 1.5;
  }
}
@media (min-width: 1600px) {
  .page-standard-hero .curves-type-hero-alt2 {
    --translate-X: calc(-40% + 3vw);
  }
}
@media (max-width: 959px) {
  .page-standard-hero .curves-type-hero-alt2 {
    transform: translate(-38%, -2%);
  }
}
@media (max-width: 640px) {
  .page-standard-hero .curves-type-hero-alt2 {
    display: none;
  }
}
.page-standard-hero .curves-type-callout-alt2 {
  top: 0;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .page-standard-hero .curves-type-callout-alt2 {
    display: none;
  }
}
.lottie-animation-wrapper {
  width: 100%;
  max-width: 640px;
  pointer-events: none;
  contain: content;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
  max-width: 100%;
  height: auto;
}
.alignnone {
  display: block;
  margin: 0 0 1.11111111rem;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.11111111rem;
}
.alignleft,
.alignright {
  display: block;
}
@media (min-width: 640px) {
  .alignleft,
  .alignright {
    max-width: 50%;
    height: auto;
  }
  .alignleft {
    float: left;
    margin: 0 2.22155111rem 1.11111111rem 0;
  }
  .alignleft .alignleft {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: auto;
  }
  .alignleft.wp-caption {
    margin: 0 2.22155111rem 1.11111111rem 0;
  }
  .alignleft.wp-caption + ul,
  .alignleft.wp-caption + ol {
    list-style-position: inside;
  }
  .alignright {
    float: right;
    margin: 0 0 1.11111111rem 2.22155111rem;
  }
  .alignright .alignright {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: auto;
  }
  .alignright.wp-caption {
    margin: 0 0 1.11111111rem 2.22155111rem;
  }
}
@media (min-width: 940px) {
  .wp-item-breaks-out-with-alignment.alignleft,
  .wp-caption.alignleft {
    margin-left: -70px;
  }
  .wp-item-breaks-out-with-alignment.alignright,
  .wp-caption.alignright {
    margin-right: -70px;
  }
}
.main-content-wrapper--single .main-content-container {
  padding-bottom: calc(4% + 40px);
}
@media (min-width: 1080px) {
  .main-content-wrapper--single .main-content-container {
    padding-bottom: calc((1080px * 4 / 100) + 40px);
  }
}
.main-content-wrapper--single .main-content-container .flexible-content-module-container--classic_editor {
  padding: 0;
}
.hero-has-dark-theme + .main-content-wrapper--single .post-meta .social-sharing {
  margin-bottom: 0;
}
.hero-has-dark-theme + .main-content-wrapper--single .main-content-container {
  padding-top: calc(4% + 40px);
}
@media (min-width: 1080px) {
  .hero-has-dark-theme + .main-content-wrapper--single .main-content-container {
    padding-top: calc((1080px * 4 / 100) + 40px);
  }
}
.entry-content {
  margin: 0 auto;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content > :last-child,
.single-resources .entry-content > :last-child {
  margin-bottom: 0;
}
.wp-caption > img {
  border-radius: 0.22222222em;
  margin-bottom: 1.11111111rem;
  margin-bottom: var(--wp-caption-img-mb, 1.11111111rem);
}
.wp-caption.alignleft,
.wp-caption.alignright {
  --wp-caption-img-mb: var(--spacing-sm);
}
.wp-caption-text {
  margin-bottom: 0;
  font-size: 0.88888889em;
  font-weight: 300;
  text-align: center;
}
.in-content-callout {
  padding: 1.57111111rem;
  border-radius: 0.22222222em;
  background: #F8F7FF;
  text-align: center;
}
.in-content-callout .heading {
  line-height: 1.45454545;
  margin-bottom: 1.57111111rem;
}
.in-content-callout .button {
  font-size: 1rem;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .in-content-callout {
    width: 47%;
    max-width: 19.33333333rem;
    text-align: left;
  }
}
.in-content-statistic {
  position: relative;
  padding: 0.78579287rem;
  margin-top: 1.11111111rem;
  margin-bottom: 1.11111111rem;
  text-align: center;
  color: #221F54;
}
.in-content-statistic .number {
  font-size: 3.33333333em;
  font-weight: 500;
  font-variant-numeric: proportional-nums;
  line-height: 1.2;
}
.in-content-statistic .text {
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.44444444;
}
.in-content-statistic::before,
.in-content-statistic::after {
  content: "";
  display: block;
  position: absolute;
  left: 12.7%;
  right: 12.7%;
  height: 3px;
  background: #7259ef;
  border-radius: 3px;
}
.in-content-statistic::before {
  top: 0;
}
.in-content-statistic::after {
  bottom: 0;
}
@media (min-width: 640px) {
  .in-content-statistic {
    padding-top: 0;
    padding-bottom: 0;
  }
  .in-content-statistic.alignleft,
  .in-content-statistic.alignright {
    max-width: 14.38888889rem;
  }
  .in-content-statistic.alignleft::after,
  .in-content-statistic.alignright::after {
    display: none;
  }
  .in-content-statistic.alignleft::before,
  .in-content-statistic.alignright::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 3px;
    height: auto;
  }
  .in-content-statistic.alignleft {
    padding-right: 2.22155111rem;
    margin-left: 0;
    text-align: right;
  }
  .in-content-statistic.alignright {
    padding-left: 2.22155111rem;
    margin-right: 0;
    text-align: left;
  }
  .in-content-statistic.alignright::before {
    right: auto;
    left: 0;
  }
}
.flexible-content-module--buckets {
  --buckets-gutter: 1.57111111rem;
}
.flexible-content-module--buckets .buckets-variation-default .bucket {
  text-align: center;
}
.buckets-outer-wrapper {
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}
.buckets-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.78555556rem;
  margin: 0 calc(var(--buckets-gutter) / -2);
}
@media (max-width: 1019px) {
  .buckets-wrapper.max-cols-3 .bucket-type-normal {
    font-size: 0.85em;
  }
}
.buckets-wrapper .bucket {
  flex: 1 1 100%;
  padding: 0 0.78555556rem 1.57111111rem;
  padding: 0 calc(var(--buckets-gutter) / 2) var(--buckets-gutter);
}
@media (min-width: 560px) {
  .buckets-wrapper .bucket {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .buckets-wrapper:not(.max-cols-2) .bucket {
    flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 860px) {
  .buckets-wrapper:not(.max-cols-2):not(.max-cols-3) .bucket {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1080px) {
  .buckets-wrapper:not(.max-cols-2):not(.max-cols-3):not(.max-cols-4) .bucket {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.buckets-wrapper.buckets-justify-left {
  justify-content: flex-start;
}
.buckets-wrapper.buckets-variation-mini .bucket {
  padding-bottom: 1.96388889rem;
  padding-bottom: calc(var(--buckets-gutter) * 1.25);
}
@media (max-width: 559px) {
  .buckets-wrapper.buckets-variation-mini .bucket {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.buckets-wrapper.buckets-variation-mini .bucket-image-wrapper {
  margin-bottom: 0.78579287rem;
}
.primary-content--classic_editor:after {
  content: "";
  display: block;
  clear: both;
}
.primary-content--classic_editor > :last-child {
  margin-bottom: 0;
}
.primary-content--callout {
  position: relative;
}
.primary-content--callout .callout-wrapper {
  position: relative;
  padding: 2.22222222rem 1.11111111rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
  text-shadow: 0 0 0.5em var(--callout-text-shadow, #FFF), 0 0 1em var(--callout-text-shadow, #FFF), 0 0 2em var(--callout-text-shadow, #FFF);
}
@media (max-width: 1160px) {
  .primary-content--callout .callout-wrapper {
    background-position: 75% 50%;
  }
}
.primary-content--callout .callout-wrapper.layout-type-full-width {
  padding: 0;
  background: transparent;
}
.primary-content--callout .callout-wrapper.layout-type-island {
  box-shadow: 0 0.66666667em 2em rgba(83, 83, 131, 0.09);
}
.primary-content--callout .callout-wrapper.lazyload,
.primary-content--callout .callout-wrapper.lazyloading {
  background-color: transparent !important;
}
.primary-content--callout .callout-wrapper.no-bg-image.bg-is-dark-color {
  color: #FFF;
  text-shadow: none;
}
.primary-content--callout .callout-wrapper.no-bg-image.bg-is-dark-color .callout-mini-heading,
.primary-content--callout .callout-wrapper.no-bg-image.bg-is-dark-color .callout-heading,
.primary-content--callout .callout-wrapper.no-bg-image.bg-is-dark-color .callout-copy,
.primary-content--callout .callout-wrapper.no-bg-image.bg-is-dark-color a {
  color: #FFF;
}
@media (max-width: 899px) {
  .primary-content--callout .callout-wrapper.bg-is-dark-color {
    color: #FFF;
  }
  .primary-content--callout .callout-wrapper.bg-is-dark-color .callout-mini-heading,
  .primary-content--callout .callout-wrapper.bg-is-dark-color .callout-heading,
  .primary-content--callout .callout-wrapper.bg-is-dark-color .callout-copy,
  .primary-content--callout .callout-wrapper.bg-is-dark-color a {
    color: #FFF;
  }
}
.primary-content--callout .callout-heading {
  font-size: 1.66666667em;
  font-weight: 500;
  line-height: 1.27777778;
}
@media (min-width: 440px) {
  .primary-content--callout .callout-heading {
    font-size: 2em;
  }
}
.primary-content--callout .callout-copy {
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.primary-content--callout .callout-link {
  margin: 0 0.55555556rem 1.11111111rem;
}
.primary-content--callout .callout-text-after {
  margin-top: 1.5rem;
}
.primary-content--callout .callout-text-after > :last-child {
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .flexible-content-module-container--callout {
    padding-left: 0;
    padding-right: 0;
  }
  .flexible-content-module-container--callout .callout-wrapper.layout-type-full-width,
  .flexible-content-module-container--callout .flexible-content-module-intro {
    padding-left: 1.11111111rem;
    padding-right: 1.11111111rem;
  }
  .callout-wrapper {
    background-image: none !important;
  }
}
@media (min-width: 900px) {
  .primary-content--callout {
    border-radius: 0.22222222em;
  }
  .primary-content--callout .callout-wrapper {
    padding: 10% 4.44310222rem;
    border-radius: 0.38888889rem;
    text-align: left;
  }
  .primary-content--callout .content-width-sm {
    width: 48%;
  }
  .primary-content--callout .content-width-md {
    width: 65%;
  }
  .primary-content--callout .content-width-lg {
    width: 82%;
  }
  .primary-content--callout .content-width-full {
    width: 100%;
  }
  .primary-content--callout .callout-text-and-ctas-wrapper {
    display: flex;
    flex-direction: column;
  }
  .primary-content--callout .callout-text-and-ctas-wrapper .callout-links-wrapper {
    margin-top: 1.57111111rem;
  }
  .primary-content--callout .callout-copy {
    margin-left: 0;
  }
}
.curves-type-callout-island-foreground {
  z-index: 1;
  left: 53%;
  transform: translate(-50%, -36%);
}
@media (max-width: 899px) {
  .curves-type-callout-island-foreground {
    display: none;
  }
}
.curves-type-callout-nonisland {
  transform: translate(-50%, -72%);
}
@media (max-width: 899px) {
  .curves-type-callout-nonisland {
    display: none;
  }
}
.cards-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.78555556rem;
}
@media (max-width: 1019px) {
  .cards-wrapper.max-cols-3 .card-type-normal {
    font-size: 0.85em;
  }
}
.cards-wrapper .card {
  padding: calc(1em + 5%);
  border-radius: 0.22222222em;
  color: #535383;
}
.cards-wrapper .card .card-heading {
  color: #221F54;
}
.cards-wrapper .card > :last-child {
  margin-bottom: 0;
}
.cards-wrapper.bgtype-white .card {
  background: #FFF;
  box-shadow: inset 0 0 0 1px rgba(83, 83, 131, 0.09), inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0.38888889em 1.33333333em rgba(34, 31, 84, 0.08);
}
.cards-wrapper .card--link {
  text-decoration: none;
  color: #535383;
}
.cards-wrapper .card--link:focus,
.cards-wrapper .card--link:hover {
  box-shadow: inset 0 0 0 3px rgba(114, 89, 239, 0.35), inset 0 0 0 6px rgba(255, 255, 255, 0.25), 0 0.38888889em 1.33333333em 0.25em rgba(34, 31, 84, 0.12);
}
.cards-wrapper .card--link:focus .svg-link-arrow,
.cards-wrapper .card--link:hover .svg-link-arrow {
  transform: translateX(15%);
}
.cards-wrapper .card-copy {
  font-size: 0.88888889em;
}
.cards-wrapper .card {
  flex: 1 1 0;
  width: 33.333%;
  max-width: 500px;
  min-width: 300px;
  margin: 0 0.78555556rem 1.57111111rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.cards-wrapper .card-faux-text-link {
  font-size: 0.88888889em;
  color: #7259ef;
}
@supports (display: grid) {
  .cards-wrapper {
    --gap: 1.57111111rem;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(var(--max-cols), minmax(calc(100% / var(--max-cols) - var(--gap) * (var(--max-cols) - 1)), 1fr));
    grid-gap: var(--gap);
    margin: auto;
  }
  .cards-wrapper .card {
    flex: initial;
    width: 100%;
    max-width: initial;
    min-width: initial;
    margin: initial;
    min-width: 0;
  }
  .cards-wrapper.max-cols-2 {
    --max-cols: 2;
  }
  .cards-wrapper.max-cols-3 {
    --max-cols: 3;
  }
  .cards-wrapper.max-cols-4 {
    --max-cols: 4;
  }
  @media (max-width: 999px) {
    .cards-wrapper {
      --gap: 1.57111111rem;
    }
    .cards-wrapper.max-cols-4 {
      --max-cols: 3 !important;
    }
  }
  @media (max-width: 767px) {
    .cards-wrapper.max-cols-3,
    .cards-wrapper.max-cols-4 {
      --max-cols: 2 !important;
      --gap: 1.11111111rem;
    }
  }
  @media (max-width: 619px) {
    .cards-wrapper.max-cols-2,
    .cards-wrapper.max-cols-3,
    .cards-wrapper.max-cols-4 {
      --max-cols: 1 !important;
    }
  }
}
.cards-wrapper .card-flexible-content-item {
  margin-bottom: calc(1.1em + 3%);
  margin-bottom: calc(0.5em + var(--contextual-vert-spacing, 0.6em) + 3%);
}
.cards-wrapper .card-flexible-content-item > :last-child {
  margin-bottom: 0;
}
.cards-wrapper .card-flexible-content-item.copy ul,
.cards-wrapper .card-flexible-content-item.copy ol {
  text-align: left;
  max-width: calc(13em + 25%);
  margin-left: auto;
  margin-right: auto;
}
.cards-wrapper .card-flexible-content-item.stylized_list {
  align-self: stretch;
}
.card-heading {
  font-size: 1em;
  line-height: 1.27272727;
}
@media (min-width: 768px) {
  .card-heading {
    font-size: 1.22222222em;
  }
}
.flexible-content-module--cta {
  text-align: center;
  line-height: 1.55555556;
}
.flexible-content-module--cta .cta-heading {
  font-size: 32px;
}
.flexible-content-module--cta .cta-copy {
  margin: 2.22155111rem auto;
  font-weight: 300;
}
.flexible-content-module--cta .cta-copy > :last-child {
  margin-bottom: 0;
}
.flexible-content-module--cta .cta-links-wrapper .cta-link {
  margin: 0 0.55555556rem 1.11111111rem;
}
.flexible-content-module--cta .cta-text-after {
  margin-top: 1.5rem;
}
.flexible-content-module--cta .cta-text-after > :last-child {
  margin-bottom: 0;
}
.featured-list-wrapper {
  padding: 1.57111111rem;
  border-radius: 0.22222222em;
}
.featured-list-text-and-ctas-wrapper {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}
.featured-list-heading {
  margin-bottom: 1.1em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4375;
}
@media (min-width: 480px) {
  .featured-list-heading {
    font-size: 1.77777778em;
  }
}
.featured-list-list {
  margin-bottom: 0;
  list-style: none;
  counter-reset: featured-list-counter;
  padding-left: 1.6em;
  font-size: 1.11111111em;
  line-height: 1.5;
}
.featured-list-list-item {
  position: relative;
  counter-increment: featured-list-counter;
}
.featured-list-list-item:not(:last-of-type) {
  margin-bottom: 1em;
}
.featured-list-list-item::before {
  content: counter(featured-list-counter) "  ";
  position: absolute;
  top: -0.175em;
  left: -1.25em;
  font-size: 1.15em;
  font-weight: 500;
}
.featured-list-link {
  margin: 0 0.55555556rem 1.11111111rem;
}
@media (min-width: 900px) {
  .primary-content--featured_list .featured-list-wrapper {
    padding: 7% 70px;
  }
}
@media (min-width: 940px) {
  .featured-list-wrapper {
    margin-left: -70px;
    margin-right: -70px;
  }
}
.flexible-content-module-container--gallery {
  padding: 0;
}
.gallery-wrapper {
  text-align: center;
  justify-content: center;
}
.gallery-wrapper .gallery-image-wrapper {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
  width: 25%;
  min-width: 280px;
  padding: 0 0.55555556rem;
  margin-bottom: 1.11111111rem;
  text-align: left;
}
.gallery-wrapper .gallery-image {
  width: 100%;
  border-radius: 0.22222222em;
}
@supports (display: grid) and (--css: variables) {
  .gallery-wrapper.layout-type-one-row-top-aligned,
  .gallery-wrapper.layout-type-one-row-bottom-aligned {
    --gap: 0.78579287rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: var(--gap);
  }
  .gallery-wrapper.layout-type-one-row-top-aligned .gallery-image-wrapper,
  .gallery-wrapper.layout-type-one-row-bottom-aligned .gallery-image-wrapper {
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
}
.gallery-wrapper.layout-type-one-row-bottom-aligned {
  align-items: end;
}
.gallery-wrapper.layout-type-one-row-bottom-aligned .gallery-image-wrapper {
  vertical-align: bottom;
}
.gallery-wrapper.layout-type-two-rows-gathered .gallery-image-wrapper {
  width: 33%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: bottom;
  max-width: 30vw;
  min-width: 140px;
}
.gallery-wrapper.layout-type-two-rows-gathered .gallery-image-wrapper:nth-child(n + 4) {
  vertical-align: top;
}
@supports (display: grid) and (--css: variables) {
  .gallery-wrapper.layout-type-two-rows-vert-centered-first-image {
    --gap: 0.78579287rem;
    display: grid;
    grid-template-columns: 58.57142857% 1fr;
    grid-gap: var(--gap);
    padding: 0 var(--gap);
  }
  .gallery-wrapper.layout-type-two-rows-vert-centered-first-image .gallery-image-wrapper {
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
  .gallery-wrapper.layout-type-two-rows-vert-centered-first-image .gallery-image-wrapper:first-child {
    justify-self: start;
    grid-column: span 2;
  }
  .gallery-wrapper.layout-type-two-rows-vert-centered-first-image .gallery-image {
    width: auto;
  }
  @media (min-width: 770px) {
    .gallery-wrapper.layout-type-two-rows-vert-centered-first-image .gallery-image-wrapper:first-child {
      grid-column: 1;
      grid-row: span 2;
      align-self: center;
      justify-self: end;
    }
  }
}
.flexible-content-module--logos .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -0.78579287rem;
  margin-right: -0.78579287rem;
}
.flexible-content-module--logos .logos-wrapper .logo-image-wrapper {
  box-sizing: content-box;
  max-width: 42vw;
  padding: 4px 0.78579287rem;
  margin-bottom: 0.78579287rem;
}
.flexible-content-module--logos .logos-wrapper .logo-image-wrapper > img {
  margin-left: auto;
  margin-right: auto;
}
.flexible-content-module--logos .logos-wrapper .logo-image-wrapper--link {
  border-radius: 0.22222222em;
  box-shadow: 0 0 0 2px rgba(114, 89, 239, 0);
}
.flexible-content-module--logos .logos-wrapper .logo-image-wrapper--link:focus,
.flexible-content-module--logos .logos-wrapper .logo-image-wrapper--link:hover {
  box-shadow: inset 0 0 0 2px rgba(114, 89, 239, 0.35), inset 0 0 0 4px rgba(255, 255, 255, 0.25);
}
@media (min-width: 620px) {
  .flexible-content-module--logos .logos-wrapper.logos--one-line {
    flex-wrap: nowrap;
  }
  .flexible-content-module--logos .logos-wrapper .logo-image-wrapper {
    flex: 0 1 auto;
  }
  .flexible-content-module--logos .logos-wrapper.logos--justify-content-center {
    justify-content: center;
  }
  .flexible-content-module--logos .logos-wrapper.logos--justify-content-flex-start {
    justify-content: flex-start;
  }
  .flexible-content-module--logos .logos-wrapper.logos--justify-content-flex-end {
    justify-content: flex-end;
  }
  .flexible-content-module--logos .logos-wrapper.logos--justify-content-space-between {
    justify-content: space-between;
  }
  .flexible-content-module--logos .logos-wrapper.logos--justify-content-space-around {
    justify-content: space-around;
  }
}
.flexible-content-module--media .flexible-content-module-container {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
}
.primary-content--media .media-module-figure.media-type-image {
  margin-bottom: 0;
  text-align: center;
}
.primary-content--media .media-module-media {
  display: block;
}
.primary-content--media .caption {
  margin-top: 0.39301512rem;
  font-size: 0.85em;
}
@media (max-width: 666px) {
  .primary-content--media.mobile-show-media-first {
    order: -1;
    margin-bottom: 1.11111111rem;
  }
}
.media-type-mobile-video .product-video-wrapper {
  background-image: url(/wp-content/themes/Quorum-Theme/dist//images/iphone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 712px;
  margin-right: -25px;
  margin-left: -25px;
  text-align: center;
}
.media-type-mobile-video .mobile-video {
  height: 539px;
  position: relative;
  top: 86px;
}
.media-type-mobile-video iframe {
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.primary-content--media_buckets {
  margin-left: -1.57111111rem;
  margin-right: -1.57111111rem;
}
.media-buckets-media-wrapper,
.media-buckets-buckets-wrapper {
  padding: 0 1.57111111rem;
  margin-bottom: 1.11111111rem;
}
.media-buckets-media-wrapper .bucket,
.media-buckets-buckets-wrapper .bucket {
  margin: calc(1.57111111rem + 4%) 0;
}
@media (max-width: 666px) {
  .mobile-hide-media {
    display: none;
  }
}
@media (min-width: 667px) {
  .primary-content--media_buckets {
    display: flex;
    align-items: center;
    --gap: 2%;
    margin: 0 calc(-1 * var(--gap));
  }
  .media-buckets-media-wrapper,
  .media-buckets-buckets-wrapper {
    flex: 1 1 50%;
    flex: 1 1 var(--twoup-flex-basis, 50%);
    padding: 0 1.57111111rem;
    padding: 0 calc(1.57111111rem + var(--gap));
    margin-bottom: 0;
  }
  .media-buckets-media-wrapper.media-position-right {
    order: 2;
  }
}
.flexible-content-module-container--media_text {
  padding-left: 0;
  padding-right: 0;
}
.media-text-media-wrapper,
.media-text-text-wrapper {
  padding: 0 1.57111111rem;
  margin-bottom: 1.11111111rem;
}
.media-text-image {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 666px) {
  .mobile-hide-media {
    display: none;
  }
}
@media (min-width: 667px) {
  .primary-content--media_text {
    display: flex;
    align-items: center;
    --gap: 2%;
    margin: 0 calc(-1 * var(--gap));
  }
  .media-text-media-wrapper,
  .media-text-text-wrapper {
    flex: 1 1 50%;
    flex: 1 1 var(--twoup-flex-basis, 50%);
    padding: 0 1.57111111rem;
    padding: 0 calc(1.57111111rem + var(--gap));
    margin-bottom: 0;
  }
  .media-text-media-wrapper.media-position-right {
    order: 2;
  }
}
.flexible-content-module--pull_quote + .flexible-content-module > .flexible-content-module-container,
.flexible-content-module--pull_quote .flexible-content-module-container--pull_quote {
  border-top: 0 !important;
}
.primary-content--pull_quote {
  position: relative;
  padding: 8.8% 1.11111111rem;
  border-top: 1px solid #ECEFF9;
  border-bottom: 1px solid #ECEFF9;
}
.primary-content--pull_quote .pull-quote-wrapper {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-weight: 500;
  font-size: 1.33333333em;
}
.primary-content--pull_quote .pull-quote-wrapper blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
  font-size: inherit;
}
.primary-content--pull_quote .pull-quote-wrapper .pull-quote-citation {
  margin-top: 1.11111111rem;
}
.primary-content--pull_quote .pull-quote-wrapper .citation-name {
  font-size: 0.6em;
  color: rgba(83, 83, 131, 0.75);
}
.primary-content--pull_quote .pull-quote-opening-quote-mark {
  height: 35px;
  margin-bottom: 1.11111111rem;
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  color: #7259ef;
}
@media (min-width: 768px) {
  .primary-content--pull_quote .pull-quote-wrapper {
    font-size: 2.22222222em;
  }
  .primary-content--pull_quote .pull-quote-bg-quote-mark {
    top: 6.66666667em;
    width: 7.44444444em;
  }
}
.selected-resources-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.selected-resources-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1.57111111rem;
}
.selected-resources-wrapper .selected_resource-item {
  flex: 0 1 0;
  width: 33.333%;
  max-width: 500px;
  min-width: 300px;
  margin: 0 2.22155111rem 2.22155111rem;
}
@supports (display: grid) {
  .selected-resources-wrapper {
    --gap: 2.22155111rem;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(var(--max-cols), minmax(calc(100% / var(--max-cols) - var(--gap) * (var(--max-cols) - 1)), 1fr));
    grid-gap: calc(var(--gap) * 2);
    margin: initial;
  }
  .selected-resources-wrapper .selected_resource-item {
    flex: initial;
    width: initial;
    max-width: initial;
    min-width: initial;
    margin: initial;
    min-width: 0;
  }
  .selected-resources-wrapper.max-cols-2 {
    --max-cols: 2;
  }
  .selected-resources-wrapper.max-cols-3 {
    --max-cols: 3;
  }
  @media (max-width: 767px) {
    .selected-resources-wrapper.max-cols-3 {
      --max-cols: 2 !important;
      --gap: 0.78579287rem;
    }
    .selected-resources-wrapper.max-cols-3 .selected-resource-item {
      text-align: center;
    }
    .selected-resources-wrapper.max-cols-3 .selected-resource-image {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (max-width: 619px) {
    .selected-resources-wrapper.max-cols-2,
    .selected-resources-wrapper.max-cols-3 {
      --max-cols: 1 !important;
    }
  }
}
.selected-resource-image {
  position: relative;
  display: block;
  padding-bottom: 93%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #221F54;
  border-radius: 0.22222222em;
  margin-bottom: 25px;
}
.selected-resource-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.22222222em;
  background: rgba(78, 48, 161, 0.82);
  -webkit-backdrop-filter: saturate(0%);
  backdrop-filter: saturate(0%);
  transition: opacity 0.2s ease;
}
.selected-resource-image:hover::after {
  opacity: 0.75;
}
.selected-resource:nth-child(2) .selected-resource-image::after {
  background: rgba(168, 143, 77, 0.8);
}
.selected-resource:nth-child(3) .selected-resource-image::after {
  background: rgba(213, 220, 239, 0.8);
}
.selected-resource-image.remove-filter-on-image::after {
  display: none !important;
}
.selected-resource-title {
  font-size: 1.38888889em;
  line-height: 1.25;
}
.selected-resource-title a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 520px) {
  .selected-resource-title {
    font-size: 1.77777778em;
  }
}
.recent-resources__tabs {
  display: flex;
  margin-bottom: 3%;
}
.recent-resources__tabs .tab button {
  padding: 0.75em 1rem;
  border: 0;
  border-radius: 0.22222222em;
  background: none;
  font-size: 0.88888889em;
  font-weight: 500;
  color: #535383;
  opacity: 0.46;
  outline: none;
}
.recent-resources__tabs .tab button:focus,
.recent-resources__tabs .tab button:hover {
  background: rgba(34, 31, 84, 0.07);
  opacity: 0.75;
}
.recent-resources__tabs .tab button.active {
  opacity: 1 !important;
}
@media (min-width: 500px) {
  .recent-resources__tabs {
    overflow-x: auto;
  }
  .recent-resources__tabs .tab button {
    margin-bottom: 1.11111111rem;
  }
}
.recent-resources__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
    .search {
        margin-left: auto;
        margin-right: 0;
    }*/
}
.recent-resources__search {
  width: 100%;
  margin-bottom: 1.11111111rem;
}
.recent-resources__search .input {
  position: relative;
  width: 100%;
}
.recent-resources__search .icon {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 12px;
  width: 16px;
}
.recent-resources__search .icon svg {
  max-width: 100%;
}
.recent-resources__search .icon path {
  fill: #7259EF;
}
.recent-resources__search input[type="text"] {
  border: 0;
  border-radius: 4px;
  background: #F8F7FF;
  color: #7259EF;
  padding: 0.75em;
  padding-left: 40px;
  font-size: 0.88888889em;
  width: 100%;
}
.recent-resources__search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7259EF !important;
  font-weight: 500;
}
.recent-resources__search ::-ms-input-placeholder {
  color: #7259EF !important;
  font-weight: 500;
}
.recent-resources__search ::placeholder {
  color: #7259EF !important;
  font-weight: 500;
}
@media (min-width: 500px) {
  .recent-resources__search {
    width: auto;
    margin-bottom: 1.11111111rem;
  }
}
.resource-group-container:not(.active) {
  display: none;
}
.recent-resource-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .recent-resource-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.recent-resource-group.cards-wrapper {
  display: grid;
  /* 
        &:not(.active) {
            display: none;
        }*/
}
.recent-resource-group .card-branding {
  width: 87px;
  height: 20px;
  background: url(/wp-content/themes/Quorum-Theme/dist/images/logo-quorum-mini@2x.png) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: calc(0.5em + var(--contextual-vert-spacing, 0.6em) + 3%);
}
.primary-content--recent_resources .resource-media-block {
  flex: 1 1 50%;
}
@media (min-width: 500px) {
  .primary-content--recent_resources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .primary-content--recent_resources .resource-media-block {
    flex: 0 0 48%;
  }
  .primary-content--recent_resources .resource-media-block-image {
    height: 26vw;
  }
}
@media (min-width: 768px) {
  .primary-content--recent_resources .resource-media-block {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .primary-content--recent_resources .resource-media-block-image {
    display: flex;
    width: 15vw;
    height: 14vw;
    max-width: 144px;
    max-height: 136px;
  }
  .primary-content--recent_resources .resource-media-block-content {
    flex: 1;
    padding-right: 2.22222222em;
  }
}
@media (min-width: 920px) {
  .primary-content--recent_resources .resource-media-block-title {
    font-size: 1.22222222em;
  }
}

/*** Recent Case Studies Module - Derivated from Recent Resources ***/
  .flexible-content-module-container--recent_casestudies {
      max-width: calc(1080px + var(--gdt-container-side-gutter) * 2) !important;
  }
  .primary-content--recent_casestudies .resource-media-block {
    flex: 1 1 50%;
  }
  @media (min-width: 500px) {
    .primary-content--recent_casestudies {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .primary-content--recent_casestudies .resource-media-block {
      flex: 0 0 48%;
    }
    .primary-content--recent_casestudies .resource-media-block-image {
      height: 26vw;
    }
  }
  @media (min-width: 768px) {
    .primary-content--recent_casestudies .resource-media-block {
      flex: 0 0 50%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .primary-content--recent_casestudies .resource-media-block-image {
      display: flex;
      width: 15vw;
      height: 14vw;
      max-width: 144px;
      max-height: 136px;
    }
    .primary-content--recent_casestudies .resource-media-block-content {
      flex: 1;
      padding-right: 2.22222222em;
    }
  }
  @media (min-width: 920px) {
    .primary-content--recent_casestudies .resource-media-block-title {
      font-size: 1.22222222em;
    }
  }
  .flexible-content-module-container--recent_casestudies .filter-module {
      display: flex;
      align-items: center;
      flex-wrap: wrap; 
      gap: 1rem; 
      margin-bottom: 2rem;
  }
  .flexible-content-module-container--recent_casestudies .product-filter-radio {
    display: none;
  }
  .flexible-content-module-container--recent_casestudies .product-filter-dropdown {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .flexible-content-module-container--recent_casestudies .product-filter-radio {
      display: block;
    }
    .flexible-content-module-container--recent_casestudies .product-filter-dropdown {
      display: none;
    }    
  }
  .flexible-content-module-container--recent_casestudies .filter-module span {
      display: block;
      font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 0.77777778rem;
      text-transform: uppercase;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
      letter-spacing: 0.125em;
      font-weight: 500;
      color: #7259ef;
      white-space: nowrap; 
  }
  .flexible-content-module-container--recent_casestudies .product-filter-list {
      list-style: none;
      display: flex; 
      gap: 1rem; 
      padding: 0;
      margin: 0;
      flex-wrap: wrap; 
  }
  .flexible-content-module-container--recent_casestudies .product-filter-list li {
      display: flex;
      align-items: center; 
  }
  .flexible-content-module-container--recent_casestudies .product-filter-list input[type="radio"] {
      margin-right: 0.25rem; 
  }
  .flexible-content-module-container--recent_casestudies .product-filter-dropdown {
        appearance: none;
        background-color: #fff;
        border: 2px solid #535383;
        border-radius: 5px;
        padding: 0.75rem 1.25rem;
        color: #535383;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .flexible-content-module-container--recent_casestudies .product-filter-dropdown:focus {
      border-color: #221f54;
      box-shadow: 0 0 5px rgba(34, 31, 84, 0.5); 
      outline: none; 
  }
  .flexible-content-module-container--recent_casestudies .product-filter-dropdown option {
    background-color: #fff; /* White background */
    color: #333; /* Neutral dark text */
    font-size: 1rem;
    padding: 0.5rem;
  }
  @media screen and (min-width: 768px) {
    .flexible-content-module-container--recent_casestudies .resource-media-block {
      display: flex;
      justify-content: center;
      align-items: center;
    }    
  }
  .flexible-content-module-container--recent_casestudies .taxonomy.smallercap-text {
    visibility: hidden;
    display: none;
  }
  .flexible-content-module-container--recent_casestudies #product-filter {
    scroll-margin-top: 70px;
  }

.resource-media-block {
  margin-bottom: 3%;
}
.resource-media-block-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  border-radius: 0.22222222em;
  background-size: cover;
  background-position: 50%;
  background-color: #F8F7FF;
  box-shadow: 0 0.66666667em 1.33333333em 0 rgba(0, 0, 0, 0.07);
}
.resource-media-block-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.22222222em;
  background: rgba(78, 48, 161, 0.82);
  -webkit-backdrop-filter: saturate(0%);
  backdrop-filter: saturate(0%);
  transition: opacity 0.2s ease;
}
.resource-media-block-image:hover::after {
  opacity: 0.75;
}
.resource-media-block:nth-child(5n - 4) .resource-media-block-image::after {
  background: rgba(78, 48, 161, 0.5);
  -webkit-backdrop-filter: saturate(0) contrast(1.1);
          backdrop-filter: saturate(0) contrast(1.1);
}
.resource-media-block:nth-child(5n - 3) .resource-media-block-image::after {
  background: rgba(114, 89, 239, 0.6);
  -webkit-backdrop-filter: saturate(0) contrast(1.2);
          backdrop-filter: saturate(0) contrast(1.2);
}
.resource-media-block:nth-child(5n - 2) .resource-media-block-image::after {
  background: rgba(168, 143, 77, 0.6);
  -webkit-backdrop-filter: saturate(0) contrast(1.1);
          backdrop-filter: saturate(0) contrast(1.1);
}
.resource-media-block:nth-child(5n - 1) .resource-media-block-image::after {
  background: rgba(78, 48, 161, 0.5);
  -webkit-backdrop-filter: saturate(0) contrast(1.5);
          backdrop-filter: saturate(0) contrast(1.5);
}
.resource-media-block:nth-child(5n) .resource-media-block-image::after {
  background: rgba(34, 31, 84, 0.5);
  -webkit-backdrop-filter: saturate(0) contrast(1.2);
          backdrop-filter: saturate(0) contrast(1.2);
}
.resource-media-block-title {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.18181818;
  font-weight: 500;
}
.resource-media-block-title > a {
  text-decoration: none;
  color: #535383;
}
.resource-media-block-content {
  padding: 0.55555556em 1.11111111em;
}
.recent-resources-cta-wrapper {
  width: 100%;
  margin-top: 5%;
}
.suggested_links-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.suggested_links-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1.57111111rem;
}
.suggested_links-wrapper .suggested_link-item {
  flex: 0 1 0;
  width: 33.333%;
  max-width: 500px;
  min-width: 300px;
  margin: 0 2.22155111rem 2.22155111rem;
}
.suggested_link-item .suggested_link-meta {
  font-size: 0.77777778em;
  font-weight: 500;
  margin-bottom: 0.667em;
}
.suggested_link-item .suggested_link-image-wrapper {
  display: block;
  width: 100%;
  border-radius: 0.22222222em;
  margin-bottom: 1.57111111rem;
}
.suggested_link-item .suggested_link-image-wrapper:focus,
.suggested_link-item .suggested_link-image-wrapper:hover {
  opacity: 0.8;
}
.suggested_link-item .suggested_link-image {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0.66666667em 1.33333333em 0 rgba(0, 0, 0, 0.07);
  border-radius: 0.22222222em;
}
.suggested_link-item .suggested_link-heading {
  margin-bottom: 0;
  font-size: 1.11111111em;
  font-weight: 500;
  color: #535383;
  line-height: 1.4;
}
.suggested_link-item .suggested_link-heading > a {
  text-decoration: none;
  -webkit-text-decoration-color: rgba(57, 22, 229, 0);
          text-decoration-color: rgba(57, 22, 229, 0);
  color: inherit;
}
.suggested_link-item .suggested_link-heading > a:focus,
.suggested_link-item .suggested_link-heading > a:hover {
  color: #3916e5;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(57, 22, 229, 0.15);
          text-decoration-color: rgba(57, 22, 229, 0.15);
}
@supports (display: grid) {
  .suggested_links-wrapper {
    --gap: 2.22155111rem;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(var(--max-cols), minmax(calc(100% / var(--max-cols) - var(--gap) * (var(--max-cols) - 1)), 1fr));
    grid-gap: calc(var(--gap) * 2);
    margin: initial;
  }
  .suggested_links-wrapper .suggested_link-item {
    flex: initial;
    width: initial;
    max-width: initial;
    min-width: initial;
    margin: initial;
    min-width: 0;
  }
  .suggested_links-wrapper.max-cols-2 {
    --max-cols: 2;
  }
  .suggested_links-wrapper.max-cols-3 {
    --max-cols: 3;
  }
  @media (max-width: 767px) {
    .suggested_links-wrapper.max-cols-3 {
      --max-cols: 2 !important;
      --gap: 0.78579287rem;
    }
    .suggested_links-wrapper.max-cols-3 .suggested_link-item {
      text-align: center;
    }
    .suggested_links-wrapper.max-cols-3 .suggested_link-image {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (max-width: 619px) {
    .suggested_links-wrapper.max-cols-2,
    .suggested_links-wrapper.max-cols-3 {
      --max-cols: 1 !important;
    }
  }
}
.flexible-content-module--team .intro-alignment-default {
  margin-left: 0;
  text-align: left;
}
.team-wrapper {
  text-align: left;
  margin: 0 -1.11111111rem;
}
.team-wrapper .team-member {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
  width: 25%;
  min-width: 280px;
  padding: 0 1.11111111rem;
  margin-bottom: 2.22155111rem;
  text-align: left;
}
@supports (display: grid) {
  .team-wrapper {
    display: grid;
    --max-cols: 4;
    --gap: 3.14127327rem;
    justify-items: center;
    grid-template-columns: repeat(var(--max-cols), minmax(calc(100% / var(--max-cols) - var(--gap) * (var(--max-cols) - 1)), 1fr));
    grid-gap: var(--gap);
    margin: 0;
  }
  .team-wrapper .team-member {
    display: block;
    margin-right: 0;
    width: auto;
    min-width: 0;
    max-width: 182px;
    padding: 0;
    margin-bottom: 0;
  }
  @media (max-width: 1020px) {
    .team-wrapper {
      --max-cols: 3;
      --gap: 2.22155111rem;
    }
  }
  @media (max-width: 630px) {
    .team-wrapper {
      --max-cols: 2;
      --gap: 1.57111111rem;
    }
  }
  @media (max-width: 400px) {
    .team-wrapper {
      --max-cols: 1;
      --gap: 1.11111111rem;
    }
  }
}
.team-member-photo-wrapper {
  max-width: 80%;
  margin-bottom: 1.57111111rem;
}
.team-member-photo {
  border-radius: 0.33333333em;
}
.team-member-name-wrapper {
  margin-bottom: 0.39301512rem;
}
.team-member-name {
  margin-right: 0.39301512rem;
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.22222222em;
  font-weight: 500;
  line-height: 1.36363636;
  color: #221F54;
}
.team-member-linkedin-link {
  font-size: 20px;
  color: #0077B5;
}
.team-member-linkedin-link:focus,
.team-member-linkedin-link:hover {
  color: #0099e8;
}
.team-member-position {
  margin-bottom: 1.57111111rem;
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #7259ef;
}
.team-member-description-text {
  margin-bottom: 1.11111111rem;
  font-size: 0.88888889em;
  line-height: 1.5;
  font-weight: 300;
}
.flexible-content-module--two_column_text {
  --two-column-text-gutter: 4.44176041rem;
}
.primary-content--two_column_text {
  overflow-x: hidden;
}
.primary-content--two_column_text .text-block-heading {
  font-size: 32px;
}
.two-column-text-column {
  margin-bottom: 2.22155111rem;
  margin-bottom: max(20px, min(8%, 40px));
  margin-bottom: clamp(20px, 8%, 40px);
  line-height: 1.55555556;
}
.two-column-text-column .text-block-copy > :last-child {
  margin-bottom: 0;
}
@media (min-width: 830px) {
  .two-column-text-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: -4.44176041rem;
    margin-left: calc(-1 * var(--two-column-text-gutter));
    margin-right: -4.44176041rem;
    margin-right: calc(-1 * var(--two-column-text-gutter));
  }
  .two-column-text-wrapper.flex-align-flex-end {
    align-items: flex-end;
  }
  .two-column-text-wrapper.flex-align-center {
    align-items: center;
  }
  .two-column-text-column {
    flex: 1 1 50%;
    padding: 0 4.44176041rem;
    padding: 0 var(--two-column-text-gutter);
  }
}
.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bucket + .cta-link.text,
.bucket + .cta-link.button {
  margin-top: 0;
}
.bucket > :last-child {
  margin-bottom: 0;
}
.bucket-icon-wrapper {
  display: inline-block;
  width: 33px;
  width: var(--bucket-icon-max-size, 33px);
  height: 33px;
  height: var(--bucket-icon-max-size, 33px);
  margin-bottom: 1.57111111rem;
  color: #4e30a1;
}
.bucket-icon-wrapper > svg {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}
.bucket-image-wrapper {
  margin-bottom: 1.11111111rem;
}
.bucket-image-wrapper > .custom-image {
  margin: auto;
}
.u-text-align-center > .bucket-image-wrapper .custom-image {
  margin: auto;
}
.bucket-heading {
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.22222222em;
  line-height: 1.36363636;
}
.bucket-copy {
  font-size: 0.88888889em;
  line-height: 1.625;
  font-weight: 300;
}
.bucket-copy > :last-child {
  margin-bottom: 0;
}
.bucket-cta {
  margin-top: 0.78579287rem;
  font-size: 0.88888889em;
}
.bucket-cta > .cta-link {
  margin-top: 0 !important;
}
.buckets-variation-featured {
  --bucket-icon-max-size: 40px;
}
.buckets-variation-featured .bucket-heading {
  font-size: 1.55555556em;
  line-height: 1.35714286;
}
.buckets-variation-featured .bucket-copy {
  font-size: 1em;
  line-height: 1.44444444;
}
.buckets-variation-featured .bucket-heading {
  line-height: 1.13636364;
}
.buckets-variation-articles .bucket {
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}
.buckets-variation-articles .bucket-image-wrapper {
  display: flex;
  align-items: center;
  height: 65px;
}
.buckets-variation-articles .bucket-heading {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-line-clamp: var(--lines-to-clamp, 4);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buckets-variation-articles .bucket-cta {
  margin-top: auto;
}
.cta-link {
  line-height: 1.3;
}
.cta-link.text,
.cta-link.button {
  margin-top: 2.22155111rem;
  margin-top: max(20px, min(8%, 35px));
  margin-top: clamp(20px, 8%, 35px);
}
.cta-link.text {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.38888889em;
  font-weight: 500;
  text-decoration: none;
}
.cta-link.text::before,
.cta-link.text::after {
  content: "";
  position: absolute;
  bottom: 0.05555556em;
  width: 100%;
  height: 0.16666667em;
  border-radius: 0.16666667em;
  background-color: currentColor;
  transition: width 0.275s ease-out;
  pointer-events: none;
}
.cta-link.text::before {
  right: 0;
  transition-delay: 0.05s;
}
.cta-link.text::after {
  left: 0;
  width: 0;
  background-color: #D5DCEF;
}
.cta-link:focus.text::before,
.cta-link:hover.text::before {
  width: 0;
  transition-delay: 0s;
  transition-timing-function: ease-in;
}
.cta-link:focus.text::after,
.cta-link:hover.text::after {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in;
}
.custom-image-wrapper {
  display: flex;
  align-items: flex-start;
}
.custom-image-wrapper.alignment_is_left {
  justify-content: flex-start;
}
.custom-image-wrapper.alignment_is_center {
  justify-content: center;
}
.custom-image-wrapper.alignment_is_right {
  justify-content: flex-end;
}
.custom-image-wrapper.alignment_is_fit-container {
  justify-content: center;
}
.custom-image-wrapper.alignment_is_fit-container .custom-image {
  width: 100%;
}
.custom-image-wrapper.alignment_is_full-width {
  justify-content: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 1080px) {
  .custom-image-wrapper.alignment_is_full-width {
    width: 1080px;
    max-width: 1080px;
    margin-left: calc(50% - 50vw + (100vw - 1440px) / 2);
  }
}
.custom-image-wrapper.alignment_is_full-width .media-module-media-wrapper,
.custom-image-wrapper.alignment_is_full-width .media-module-media {
  width: 100%;
}
.text-block-copy {
  font-weight: 300;
  line-height: 1.625;
}
.text-block-copy > :last-child {
  margin-bottom: 0;
}
.flexible-content-module-container {
  padding-top: calc(4% + 40px);
  padding-bottom: calc(4% + 40px);
}
@media (min-width: 1080px) {
  .flexible-content-module-container {
    padding-top: calc((1080px * 4 / 100) + 40px);
    padding-bottom: calc((1080px * 4 / 100) + 40px);
  }
}
.flexible-content-module-container::after {
  content: "";
  display: table;
}
@supports (display: flow-root) {
  .flexible-content-module-container {
    display: flow-root;
  }
  .flexible-content-module-container::after {
    display: unset;
  }
}
.flexible-content-module-container .flexible-content-module-container {
  padding-left: 0;
  padding-right: 0;
}
.flexible-content-module.vspace-top-sm .flexible-content-module-container {
  padding-top: calc(2.5% + 20px);
}
@media (min-width: 1080px) {
  .flexible-content-module.vspace-top-sm .flexible-content-module-container {
    padding-top: calc((1080px * 2.5 / 100) + 20px);
  }
}
.flexible-content-module.vspace-top-none .flexible-content-module-container {
  padding-top: 0;
}
.flexible-content-module.vspace-top-lg .flexible-content-module-container {
  padding-top: calc(7.5% + 40px);
}
@media (min-width: 1080px) {
  .flexible-content-module.vspace-top-lg .flexible-content-module-container {
    padding-top: calc((1080px * 7.5 / 100) + 40px);
  }
}
.flexible-content-module.vspace-bottom-sm .flexible-content-module-container {
  padding-bottom: calc(2.5% + 20px);
}
@media (min-width: 1080px) {
  .flexible-content-module.vspace-bottom-sm .flexible-content-module-container {
    padding-bottom: calc((1080px * 2.5 / 100) + 20px);
  }
}
.flexible-content-module.vspace-bottom-none .flexible-content-module-container {
  padding-bottom: 0;
}
.flexible-content-module.vspace-bottom-lg .flexible-content-module-container {
  padding-bottom: calc(7.5% + 40px);
}
@media (min-width: 1080px) {
  .flexible-content-module.vspace-bottom-lg .flexible-content-module-container {
    padding-bottom: calc((1080px * 7.5 / 100) + 40px);
  }
}
.flexible-content-module-intro {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: calc(4% + 20px);
  text-align: center;
}
@media (min-width: 1080px) {
  .flexible-content-module-intro {
    padding-bottom: calc((1080px * 4 / 100) + 20px);
  }
}
.flexible-content-module-intro > :last-child {
  margin-bottom: 0;
}
.flexible-content-module-intro.intro-alignment-left {
  margin-left: 0;
  text-align: left;
}
.flexible-content-module-intro.container--xs {
  max-width: 401.37938832px;
}
.flexible-content-module-intro.container--sm {
  max-width: 533.83458647px;
}
.flexible-content-module-intro.container--md {
  max-width: 710px;
}
.flexible-content-module-intro.container--lg {
  max-width: 944.3px;
}
.flexible-content-module-intro.container--xl {
  max-width: 1255.919px;
}
.flexible-content-module-intro.spacing-below--sm {
  padding-bottom: calc(2.5% + 20px);
}
@media (min-width: 1080px) {
  .flexible-content-module-intro.spacing-below--sm {
    padding-bottom: calc((1080px * 2.5 / 100) + 20px);
  }
}
.flexible-content-module-intro.spacing-below--xs {
  padding-bottom: calc(1% + 10px);
}
@media (min-width: 1080px) {
  .flexible-content-module-intro.spacing-below--xs {
    padding-bottom: calc((1080px * 1 / 100) + 10px);
  }
}
.flexible-content-module-intro.spacing-below--none {
  padding-bottom: 0;
}
.has-intersection-observer-support .flexible-content-module-intro {
  animation: fadeIn 0.5s ease 0.2s 1 normal both paused;
}
.has-been-intersected .flexible-content-module-intro {
  animation-play-state: running;
}
.flexible-content-module-intro-heading,
.media-buckets-heading,
.text-block-heading {
  margin-bottom: calc(2.5% + 1.11111111rem);
  font-size: 40px;
  line-height: 1.15;
}
@media (max-width: 680px) {
  .flexible-content-module-intro-heading,
  .media-buckets-heading,
  .text-block-heading {
    font-size: 2em;
  }
}
@media (max-width: 520px) {
  .flexible-content-module-intro-heading,
  .media-buckets-heading,
  .text-block-heading {
    font-size: 1.66666667em;
  }
}
.flexible-content-module-intro-copy {
  line-height: 1.75;
  font-weight: 300;
}
.flexible-content-module-intro-copy > :last-child {
  margin-bottom: 0;
}
.flexible-content-module-intro-cta {
  margin-top: 1.57111111rem;
}
@media (min-width: 520px) {
  .flexible-content-module-intro-cta {
    margin-top: 2.22155111rem;
  }
}
.flexible-content-module-intro-cta:first-child,
.sr-only + .flexible-content-module-intro-cta,
.flexible-content-module-intro-cta > .cta-link {
  margin-top: 0;
}
.edge-divider-top,
.edge-divider-bottom {
  overflow: hidden;
  display: block;
  width: 100%;
}
.edge-divider-top .edge-divider-image {
  margin-top: -2px;
}
.edge-divider-bottom .edge-divider-image {
  margin-bottom: -2px;
}
.edge-divider-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.has-intersection-observer-support .intersection-animate-in-item {
  animation: fadeIn 0.5s ease 0.2s 1 normal both paused;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(n) {
  animation-delay: 0.585s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(7) {
  animation-delay: 0.53s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(6) {
  animation-delay: 0.475s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(5) {
  animation-delay: 0.42s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(4) {
  animation-delay: 0.365s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(3) {
  animation-delay: 0.31s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(2) {
  animation-delay: 0.255s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(1) {
  animation-delay: 0.2s;
}
.has-intersection-observer-support .has-been-intersected .intersection-animate-in-item {
  animation-play-state: running;
}
.cbfr {
  position: relative;
  padding-top: calc(4% + 40px);
  background: #F8F7FF;
}
@media (min-width: 1080px) {
  .cbfr {
    padding-top: calc((1080px * 4 / 100) + 40px);
  }
}
.cbfr .edge-divider-top,
.cbfr .edge-divider-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cbfr .edge-divider-bottom {
  top: auto;
  bottom: 0;
}
.cbfr .edge-divider-top {
  top: 0;
  bottom: calc(63% + 5vw);
  background: #FFF;
  overflow: visible;
}
.cbfr .edge-divider-top .edge-divider-image {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.cbfr-container {
  position: relative;
}
.resources-grid {
  display: flex;
  flex-wrap: wrap;
}
.resources-grid .resource-item {
  flex: 1 1 20em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 11em;
  padding: 1.57111111rem;
  border-radius: 0.22222222rem;
  margin: 0 0.78555556rem 1.57111111rem;
  text-decoration: none;
}
.resources-grid .resource-item .resource-type {
  font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 0.125em;
  font-weight: 500;
  color: #7259ef;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}
.resources-grid .resource-item .resource-title {
  width: calc(50% + 4em);
  max-width: 100%;
  font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.22222222em;
  line-height: 1.42857143;
  font-weight: 500;
  color: #FFF;
}
.resources-grid .resource-item .button {
  margin: 1.57111111rem auto 0 0;
}
.resources-grid .resource-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.resources-grid .resource-item.bg-cool-gray .resource-type,
.resources-grid .resource-item.bg-white .resource-type {
  color: #7259ef;
}
.resources-grid .resource-item.bg-cool-gray .resource-title,
.resources-grid .resource-item.bg-white .resource-title {
  color: #221F54;
}
.resources-grid .resource-item.bg-white {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.resources-grid .resource-item:first-of-type {
  flex: 1 1 100%;
}
.resources-grid .resource-item:focus::after,
.resources-grid .resource-item:hover::after {
  opacity: 0.18;
}
@media (min-width: 640px) {
  .resources-grid .resource-item .resource-title {
    font-size: 1.55555556em;
  }
  .resources-grid .resource-item:first-of-type .resource-title {
    font-size: 2em;
    line-height: 1.27777778;
  }
}
@supports (display: grid) and (--css: variables) {
  .resources-grid {
    display: grid;
    --gap: 1.11111111rem;
    grid-gap: var(--gap);
  }
  .resources-grid .resource-item {
    padding: var(--gap);
    margin: 0;
    margin: unset;
    margin: revert;
  }
  @media (min-width: 520px) {
    .resources-grid {
      --gap: 1.57111111rem;
      grid-template-columns: 1fr 1fr;
    }
    .resources-grid .resource-item:first-of-type {
      grid-column: 1 / -1;
      border-radius: 0.44444444rem;
    }
  }
  @media (min-width: 900px) {
    .resources-grid {
      --gap: 2.22155111rem;
      grid-template-rows: 1fr 1fr;
    }
    .resources-grid .resource-item:first-of-type {
      grid-column: 1 / 2;
      grid-row: span 2;
    }
  }
}
.conversion-banner {
  padding-top: calc(4% + 40px);
}
@media (max-width:839px) {
  .conversion-banner {
    padding-bottom: calc(4% + 40px);
  } 
}
@media (min-width: 1080px) {
  .conversion-banner {
    padding-top: calc((1080px * 4 / 100) + 40px);
  }
}
.cbfr-heading {
  margin-bottom: 1.57111111rem;
  font-size: 2em;
  line-height: 1.27777778;
}
.cbfr-human-image-wrapper {
  display: none;
}
.cbfr-human-image {
  display: block;
  margin: auto;
}
@media (min-width: 840px) {
  .conversion-banner {
    display: flex;
    align-items: center;
  }
  .text-and-cta-column,
  .cbfr-human-image-wrapper {
    flex: 1 1 52%;
    padding: 0 1.57111111rem;
  }
  .cbfr-human-image-wrapper {
    flex: 1 1 48%;
  }
  .cbfr-human-image-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-id-1786 #our-products .bucket:nth-child(2) {
    margin-right: 33%;
  }
}
.single-resources .page-standard-hero .custom-image-wrapper {
  position: relative;
}
.single-resources .page-standard-hero .custom-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.22222222em;
  background: rgba(78, 48, 161, 0.82);
  background: var(--single-resource-page-image-filter-by-id, rgba(78, 48, 161, 0.82));
}
.single-resources .page-standard-hero .custom-image {
  filter: saturate(0);
}
.single-resources .page-standard-hero .remove-filter-on-hero-image::after {
  display: none !important;
}
.single-resources .page-standard-hero .remove-filter-on-hero-image .custom-image {
  filter: none !important;
}
@media (max-width: 800px) {
  .page-id-1827 .page-standard-hero .curves-type-hero-alt5 {
    display: block;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 10%);
  }
}
@media (max-width: 540px) {
  .page-id-1827 .page-standard-hero .curves-type-hero-alt5 {
    transform: translate(-70%, 39%);
  }
  .page-id-1827 .hero-curves-wrapper {
    --width-modifier: 2.5;
  }
  .page-id-1827 .hero-block-copy {
    font-size: 0.83333333em;
  }
  .page-id-1827 .gallery-wrapper.layout-type-two-rows-gathered .gallery-image-wrapper {
    max-width: 40vw;
    min-width: 134px;
  }
  .page-id-1827 .gallery-wrapper.layout-type-two-rows-gathered .gallery-image-wrapper:nth-last-child(-n + 2) {
    display: none;
  }
}
.u-pause-svg-path-animation path {
  animation-play-state: paused !important;
}
#hs-eu-cookie-confirmation p a {
  color: #7259ef !important;
}

/** 2025 **/
/** Styling for icons on the menu nav **/
  .menu-item__icon_title_wrapper {
    display: flex;
    align-items: center;
    gap: .25rem;
    margin-bottom: .25rem;
  }
  .menu-item__icon_title_wrapper .icon-wrapper,
  .menu-item__icon_title_wrapper .icon-wrapper img {
    max-width: 25px;
  }
  .menu-item__icon_title_wrapper .nav-link-inner {
    margin-bottom: 0;
  }
/** Blog Layout Updates + ToC **/
    .page-standard-hero.hero-blog-post .page-standard-hero-container.container {
      max-width: calc(1280px + var(--gdt-container-side-gutter) * 2)
    }
    .hero-main-contents-wrapper.full-width-blog-post {
      --desktop-flex-basis: 100% !important;
      width: 100% !important;
      max-width: var(--desktop-flex-basis, 100%) !important;
    } 
    .main-heading.entry-title.full-width-blog-post {
      margin-bottom: 1.5rem;
      text-align: center;
      color: var(--bg-white);
      text-shadow: none;
      font-weight: bold;
    }
    .hero-pre-heading.smallcap-text.full-width-blog-post {
      text-align: center;
      color: var(--bg-white);
      text-shadow: none;
    } 
    .hero__byline.byline.full-width-blog-post {
      color: var(--bg-white);
      text-shadow: none;  
      text-align: center;
    }
    @media screen and (max-width: 899px) {
      .page-standard-hero-container.full-width-blog-post {
        /* padding-bottom: 0; */      
      }
    }
    @media screen and (min-width: 1280px) {
      .hero-blog-post {
        background-image:url('/wp-content/themes/Quorum-Theme/dist/images/BLOG-BANNER_2560X600PX_V01-NOGRADIENT.png');
        background-size: cover;
        background-attachment: no-repeat;
      }
      .main-heading.entry-title.full-width-blog-post {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
      }
    }
    .blog-post-tags {
      margin-top: .5rem;
    }
    .blog-post-tags a {
      color: var(--bg-white);
    }
    @media screen and (min-width: 1280px) {
      .hero-has-dark-theme.hero-blog-post + .main-content-wrapper--single .main-content-container.post-with-toc-padding-adjusment {
        padding-top: 0;
      }
    }
    .hero-blog-post .taxonomy_text {
      background: var(--bg-white); 
      color: var(--bg-color-indigo); 
      padding: .25rem; 
      border-radius: 0.33333333em; 
      margin-right: .5rem;
    }
    .hero-blog-post .publish_date {
      font-family: var(--gdt-heading-font-family);
    }
    .post-date {
      display: block;
    }
    /* ToC */
    .toc { display: none; }
    @media screen and (min-width: 1280px) {
      .hero-with-toc {
        max-width: calc(1280px + var(--gdt-container-side-gutter) * 2);
        padding-bottom: calc((540px * 5 / 100) + 40px);
      }   
      .post-with-toc {
        max-width: calc(1280px + var(--gdt-container-side-gutter) * 2);
        margin: 0 auto; 
        display: flex;
        padding-right: var(--gdt-container-side-gutter);
        padding-left: var(--gdt-container-side-gutter);
      }
      .post-with-toc-padding-adjusment {
        padding-left: 10px;
        padding-right: 10px;
        max-width: calc(1280px + var(--gdt-container-side-gutter) * 2);
      }
      .single-resources .post-meta-with-toc.post-meta {
        position: relative;
        left: 0;
        transform: none;
        margin-top: 0;
        max-width: calc(1280px + var(--gdt-container-side-gutter) * 2);
      } 
      .single-resources .post-meta-with-toc.post-meta .social-sharing {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-top: calc((20px * 5 / 50) + 20px);
        padding-bottom: calc((40px * 5 / 100) + 40px);
      } 
      .single-resources .post-meta-with-toc.post-meta .social-sharing ul { display: inline; } 
      .single-resources .post-meta-with-toc.post-meta .social-sharing li { display: inline-block; }     
      .single-resources .post-meta-with-toc.post-meta .social-sharing .smallercap-text {
        margin-bottom: 0;
        margin-right: 0.25rem;
      }
      /* ToC */
      .toc {
        display: block;
        max-height: 80vh;
        overflow-y: auto;
        width: 350px;
        font-size: 16px;
        list-style: none;
        line-height: 1.65;
        position: sticky;
        top: 120px;
        align-self: flex-start;
      }
      .toc ul {
        list-style: none;
        margin-left: -32px;
      }
      .toc li { margin-bottom: .5rem; }
      .toc a {
        text-decoration: none;
        color: #221F54;
        text-shadow: none;
        transition: .3s ease-in-out;
        font-weight: 300;
      }
      .toc a:hover,
      .toc a.active { font-weight: 400; }
      .toc-title {
        font-family: "prenton", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.77777778rem;
        text-transform: uppercase;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
        letter-spacing: 0.125em;
        font-weight: 500;
        color: #7259ef;
        margin-bottom: 1rem;
      }
    }
    @media screen and (min-width: 900px) and (max-width: 1279px) {
      .post-meta-with-toc.post-meta .social-sharing {
        display: none;
      }       
    } 
/** Tour (Resource Type) Page **/
  #menu-tour-post-menu .global-nav-item .global-nav-link {
      font-family: "niveau-grotesk", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 0.88888889em;
      font-weight: 500;
  }
  .footer-tour .legal-text {
    max-width: 100%; 
    margin-left: auto; 
    margin-right: auto;
  }
  .tour .bg-circle-graphic-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .tour .bg-circle-graphic-wrapper .bg-circle-graphic-inner-wrapper {
    bottom: 20%;
    right: -45%;
    width: 95.41666667%;
    position: absolute;
  }
  .tour .header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 120px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
  }
  .tour .header h1,
  .tour .header .social-sharing .smallercap-text,
  .tour .header .social-sharing ul {
    margin-bottom: 0;
  }
  .tour .header .social-sharing  {
    display: flex;
    align-items: center;
  }
  .tour .header .social-sharing ul {
    display: flex;
    list-style: none;
  }
  .tour .header .social-sharing a path {
    fill: #AFBCCE;
  }
  .tour .header .social-sharing a:hover path {
    fill: #7259EF;
  }
  .tour .embedded-code {
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2rem;
      margin-bottom: 2rem;
      padding: 0 20px;
      position: relative;
  }

  .tour #related-resources {
    padding-top: calc(4% + 40px);
    padding-bottom: calc(4% + 40px);
  }    
  @media screen and (min-width: 1080px) {
    .tour #related-resources {
      padding-top: calc((1080px * 4 / 100) + 40px);
      padding-bottom: calc((1080px * 4 / 100) + 40px);
    }    
  }
  .tour #related-resources .resource-group {
    display: flex;
    flex-wrap: wrap;
  }
  .tour #related-resources .resource-group .resource-item {
    flex: 0 0 50%; 
    box-sizing: border-box; 
    padding: 10px;
  }
  .tour #related-resources .resource-group .resource-item .resource-inner-container {
    display: flex; 
    align-items: center; 
    gap: 10px
  }
  .tour .resource-inner-container .resource-image {
    display: block; 
    width: 144px; 
    height: 136px; 
    background-size: cover; 
    background-position: center; 
    border-radius: 0.22222222em;
    box-shadow: 0 0.66666667em 1.33333333em 0 rgba(0, 0, 0, 0.07); 
    position: relative;
    overflow: hidden;
  }
  .tour div.resource-item:nth-of-type(1) .resource-inner-container .resource-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.22222222em;
    background: rgba(78, 48, 161, 0.5);
    -webkit-backdrop-filter: saturate(0%);
    backdrop-filter: saturate(0%);
    transition: opacity 0.2s ease;
  }
  .tour div.resource-item:nth-of-type(2) .resource-inner-container .resource-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.22222222em;
    background: rgba(114, 89, 239, 0.6);
    -webkit-backdrop-filter: saturate(0%);
    backdrop-filter: saturate(0%);
    transition: opacity 0.2s ease;
  }
  .tour div.resource-item:nth-of-type(3) .resource-inner-container .resource-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.22222222em;
    background: rgba(168, 143, 77, 0.6);
    -webkit-backdrop-filter: saturate(0%);
    backdrop-filter: saturate(0%);
    transition: opacity 0.2s ease;
  }
  .tour div.resource-item:nth-of-type(4) .resource-inner-container .resource-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.22222222em;
    background: rgba(34, 31, 84, 0.5);
    -webkit-backdrop-filter: saturate(0%);
    backdrop-filter: saturate(0%);
    transition: opacity 0.2s ease;
  }
  .tour .resource-inner-container .resource-image.resource-default-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 136px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tour .resource-inner-container .resource-title {
    flex: 1; 
    padding-right: 2.22222222em;
  }
  .tour .resource-inner-container .resource-title a {
    font-size:1.22222222em; 
    font-weight: 500; 
    font-family: var(--gdt-heading-font-family); 
    color: #535383; 
    text-decoration: none;  
  }
  @media screen and (max-width: 767px) {
    .tour #related-resources .resource-group {
      display: block;
    } 
    .tour .resource-inner-container .resource-image,
    .tour .resource-inner-container .resource-image.resource-default-image {
      display: none; 
    }  
    .tour .resource-inner-container .resource-title {
      padding-right: 0;
    } 
    .tour .resource-inner-container .resource-title a {
        font-size: 1em;
        line-height: 1.3;
        font-weight: 500;
        color: #535383;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: anywhere;
        display: block;
        width: 100%;
    }   
  } 
/*# sourceMappingURL=global.css.map*/