/*! Searchspring 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 {
  --base-font-family: "proxima-nova", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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";
  --base-font-size-unitless: 15.12;
  --base-font-size: calc(1px * var(--base-font-size-unitless));
  --base-font-size-percentage: calc(1% * var(--base-font-size-unitless) / 16 * 100);
  --base-line-height: 1.85185185;
  --base-font-weight: 400;
  --bold-font-weight: 700;
  --base-color-primary: #3A23AD;
  --base-color-secondary: #4C3CE2;
  --base-color-tertiary: #00CEE1;
  --base-color-gray: #AAA;
  --base-color-gray-light: #E6E6E6;
  --base-color-white: white;
  --base-color-dark-blue: #000054;
  --base-text-color: #000;
  --base-border-color: #8D8D8D;
  --ui-highlight-bg-color: rgba(195, 190, 253, 0.1);
  --ui-shade-bg-color: rgba(58, 35, 173, 0.07);
  --ui-lesser-shade-bg-color: rgba(58, 35, 173, 0.04);
  --base-border-radius: 1.1111em;
  --base-box-shadow: 0px 0px 32px 0px rgba(71, 71, 85, 0.2);
  --base-spacing: 1.11111111rem;
  --spacing-scale: 1.414;
  --spacing-xxxs: calc(var(--base-spacing) / var(--spacing-scale) / var(--spacing-scale) / var(--spacing-scale) / var(--spacing-scale));
  --spacing-xxs: calc(var(--base-spacing) / var(--spacing-scale) / var(--spacing-scale) / var(--spacing-scale));
  --spacing-xs: calc(var(--base-spacing) / var(--spacing-scale) / var(--spacing-scale));
  --spacing-sm: calc(var(--base-spacing) / var(--spacing-scale));
  --spacing-md: calc(var(--base-spacing));
  --spacing-lg: calc(var(--base-spacing) * var(--spacing-scale));
  --spacing-xl: calc(var(--base-spacing) * var(--spacing-scale) * var(--spacing-scale));
  --spacing-xxl: calc(var(--base-spacing) * var(--spacing-scale) * var(--spacing-scale) * var(--spacing-scale));
  --spacing-xxxl: calc(var(--base-spacing) * var(--spacing-scale) * var(--spacing-scale) * var(--spacing-scale) * var(--spacing-scale));
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  --button-bg-color: #3A23AD;
  --button-bg: linear-gradient(142deg, #6D27E5 0%, #1F21A6 100%);
  --button-secondary-bg-color: #00CEE1;
  --button-secondary-bg: #00CEE1;
  --button-tertiary-bg-color: #8F6AF6;
  --button-tertiary-bg: #8F6AF6;
  --button-gradient-bg-color: #4C3CE2;
  --button-gradient-bg: linear-gradient(93.48deg, #4C3CE2 -17.76%, #459FD8 125.86%);
  --button-size: 0.8889em;
  --button-size-scale: 1.2;
  --button-font-weight: var(--bold-font-weight);
  --button-border-radius: 3em;
  --button-text-transform: uppercase;
  --button-padding: 1em 1.85em 0.85em;
  --button-smallest-size: calc(var(--button-size) / var(--button-size-scale) / var(--button-size-scale));
  --button-smaller-size: calc(var(--button-size) / var(--button-size-scale));
  --button-larger-size: calc(var(--button-size) * var(--button-size-scale));
  --button-largest-size: calc(var(--button-size) * var(--button-size-scale) * var(--button-size-scale));
  --container-md-max-width: 1080px;
  --container-side-gutter: var(--spacing-lg);
  --container-size-scale: 1.2;
  --heading-font-family: inherit;
  --heading-font-size-base: 1rem;
  --heading-font-size-scale: 1.333;
  --heading-font-weight: var(--bold-font-weight);
  --heading-line-height: 1.1;
  --heading-color: inherit;
  --heading-text-transform: none;
  --h1-font-size: 3.3333rem;
  --h2-font-size: 2.3889rem;
  --h3-font-size: 1.8889rem;
  --h4-font-size: 1.5556rem;
  --h5-font-size: 1.3889rem;
  --h6-font-size: 1rem;
  --link-color: #4C3CE2;
  --link-secondary-color: #00CEE1;
  --link-tertiary-color: #DB2F78;
  --link-text-decoration: underline;
  --ss-color-darker-gray: #515151;
  --ss-color-dark-gray: #707070;
  --ss-color-gray: #AAA;
  --ss-color-light-gray: #E6E6E6;
  --ss-color-lighter-gray: #F7F7F7;
  --ss-color-gray-light-blue: #F0F9FC;
  --ss-color-gray-light-purple: #F6F5FE;
  --ss-color-gray-light-cerise: #FDF4F8;
  --ss-color-gray-light-cyan: #E5FAFC;
  --ss-color-light-gradient: linear-gradient(92deg, #EDEDFC 0%, #ECF5FB 100%);
  --ss-color-white: #FFF;
  --ss-color-main-purple-dark: #3A23AD;
  --ss-color-main-purple-light: #4C3CE2;
  --ss-color-accent: #00CEE1;
  --ss-color-accent-2: #8F6AF6;
  --ss-color-accent-3: #DB2F78;
  --ss-color-cool-gray: #515151;
  --ss-color-dark-blue: #000054;
  --ss-color-dark-gradient: linear-gradient(94deg, #3A23AD 0%, #261772 100%);
  --ss-color-light-purple: #C3BEFD;
  --ss-color-darker-teal: #3DC7C9;
  --bg-white: #FFF;
  --animation-fadeInUp-y-distance: 2.7778em;
  --animation-fadeInDown-y-distance: -2.7778em;
  --animation-levitate-y-distance: -20%;
  --dashed-border: 3px dashed #00CEE1;
  --dashed-border-gray: 3px dashed #8E8E8E;
  --hero-scroll-down-icon-size: 36px;
  --island-base-padding: var(--spacing-lg);
  --island-box-shadow: var(--base-box-shadow);
}
@media (min-width: 560px) {
  :root {
    --container-side-gutter: var(--spacing-xl);
  }
}
@media (min-width: 768px) {
  :root {
    --container-side-gutter: var(--spacing-xxl);
  }
}
@media (min-width: 1040px) {
  :root {
    --container-side-gutter: var(--spacing-xxxl);
  }
}
@media (max-width: 800px) {
  :root {
    --h1-font-size: 2.2222rem;
    --h2-font-size: 1.7778rem;
    --h3-font-size: 1.4444rem;
    --h4-font-size: 1.2222rem;
    --h5-font-size: 1rem;
    --h6-font-size: 0.7778rem;
  }
}
@media (max-width: 400px) {
  :root {
    --h1-font-size: 1.6667rem;
    --h2-font-size: 1.4444rem;
    --h3-font-size: 1.2222rem;
    --h4-font-size: 1.0556rem;
    --h5-font-size: 0.9444rem;
    --h6-font-size: 0.7222rem;
  }
}
@media (max-width: 728px) {
  :root {
    --button-size: 0.8333em;
  }
}
@media (max-width: 400px) {
  :root {
    --button-size: 0.7778em;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
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.2222em;
}
label {
  display: block;
}
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
hr,
.content-block {
  margin-top: 0;
  margin-bottom: var(--spacing-md);
}
::selection {
  color: #000000;
  background: #B4D5FF;
  text-shadow: none;
}
.sr-only,
.mobile-nav-drawer-social-links .widget-title {
  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: var(--spacing-md);
  left: var(--spacing-md);
  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: 999px) {
  .is-mobile-scroll-locked {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 999px) 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: var(--base-font-family);
  font-size: calc(1% * var(--base-font-size-unitless) / 16 * 100);
  font-weight: var(--base-font-weight);
  color: var(--base-text-color);
  background-color: #FFF;
}
body {
  position: relative;
  min-height: 100vh;
  background-color: #FFF;
  line-height: var(--base-line-height);
  overflow-x: hidden;
}
.global-wrapper {
  position: relative;
  height: 100%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 1em 1.85em 0.85em;
  padding: var(--button-padding);
  border: 0;
  border-radius: 3em;
  border-radius: var(--button-border-radius);
  text-align: center;
  background: linear-gradient(142deg, #6D27E5 0%, #1F21A6 100%);
  background: var(--button-bg);
  font-family: var(--base-font-family);
  font-size: 0.8889em;
  font-size: var(--button-size);
  font-weight: var(--bold-font-weight);
  font-weight: var(--button-font-weight);
  text-transform: uppercase;
  letter-spacing: 0.0555em;
  -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: none;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145ms ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
}
.button:focus,
.button:hover {
  background: linear-gradient(142deg, #6D27E5 0%, #9470DD 100%);
  color: #FFF;
  text-decoration: none;
  box-shadow: none;
}
.button:active,
.button.is-active {
  background: #8F6AF6;
  color: #FFF;
  box-shadow: none;
}
.button--smallest {
  font-size: var(--button-smallest-size);
}
.button--smaller {
  font-size: var(--button-smaller-size);
}
.button--larger {
  font-size: var(--button-larger-size);
}
.button--largest {
  font-size: var(--button-largest-size);
}
.button--secondary {
  background: #00CEE1;
  background: var(--button-secondary-bg);
  color: #4C3CE2;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.button--tertiary {
  background: #8F6AF6;
  background: var(--button-tertiary-bg);
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.button--gradient {
  background: linear-gradient(93.48deg, #4C3CE2 -17.76%, #459FD8 125.86%);
  background: var(--button-gradient-bg);
  color: #FFF;
  text-shadow: 0 0 0.08em rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.button--gradient:focus,
.button--gradient:hover {
  background: linear-gradient(93.45deg, rgba(0, 206, 225, 0.5) -17.74%, #459FD8 107.31%);
  color: #FFF;
}
.button--gradient:active,
.button--gradient.is-active {
  background: linear-gradient(93.48deg, #6D27E5 -17.76%, #1F21A6 125.86%);
  color: #FFF;
}
.button--outline {
  border-width: 2px;
}
.button--outline:not(:focus):not(:hover):not(:active):not(.is-active) {
  outline: 2px solid currentColor;
  outline-offset: -0.15em;
  background: transparent;
  color: #3A23AD;
  color: var(--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: #00CEE1;
  color: var(--button-secondary-bg-color);
}
.button--outline:not(:focus):not(:hover):not(:active):not(.is-active).button--tertiary {
  color: #8F6AF6;
  color: var(--button-tertiary-bg-color);
}
.double-buttons {
  display: flex;
  gap: 4px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .double-buttons {
    max-width: calc(100vw - var(--container-side-gutter)*2);
  }
  .double-buttons .button .icon {
    display: none;
  }
}
@media (max-width: 360px) {
  .double-buttons {
    white-space: initial;
  }
  .double-buttons .button {
    border-radius: var(--button-border-radius) !important;
    margin-bottom: 4px;
  }
}
.double-buttons > .button:first-child {
  border-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.double-buttons > .button:last-child {
  border-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
blockquote {
  padding: 0.25em 0 0.25em 1em;
  border-left: 0.2em solid #CCC;
  margin: 0 0 var(--spacing-md);
}
blockquote > :last-child {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  blockquote {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    font-size: 1.15em;
  }
}
.breadcrumbs-wrapper {
  margin: calc(2.5% + 10px) auto calc(1.3em + 0.2%);
}
.parent-pageid-14188 .breadcrumbs-wrapper {
  display: none;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 0;
  margin: 0 0 0;
  font-size: 0.8889em;
}
.breadcrumb-item:not(:last-child)::after {
  display: inline-block;
  content: "/";
  padding: 0 0.65em 0 0.55em;
  font-size: 1em;
  font-weight: normal;
  color: #333;
}
.breadcrumb {
  color: inherit;
  text-transform: uppercase;
}
a.breadcrumb {
  text-decoration: underline;
}
.breadcrumbs__current {
  text-transform: uppercase;
}
.container {
  max-width: calc(1435px + var(--container-side-gutter) * 2);
  padding-right: var(--container-side-gutter);
  padding-left: var(--container-side-gutter);
  margin-right: auto;
  margin-left: auto;
}
.container--xxs {
  max-width: calc(540px + var(--container-side-gutter) * 2);
}
.container--xs {
  max-width: calc(768px + var(--container-side-gutter) * 2);
}
.container--sm {
  max-width: calc(912px + var(--container-side-gutter) * 2);
}
.container--md {
  max-width: calc(1080px + var(--container-side-gutter) * 2);
}
.container--lg {
  max-width: calc(1375px + var(--container-side-gutter) * 2);
}
.container--xl {
  max-width: calc(1435px + var(--container-side-gutter) * 2);
}
.container--xxl {
  max-width: calc(1920px + var(--container-side-gutter) * 2);
}
.embed-wrapper {
  display: flex;
}
.embed-wrapper.alignment_is_left {
  justify-content: flex-start;
}
.embed-wrapper.alignment_is_center {
  justify-content: center;
}
.embed-wrapper.alignment_is_right {
  justify-content: flex-end;
}
.embed-wrapper:not(.self-sizing) {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  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;
}
.custom-input-wrapper {
  display: flex;
}
.custom-input-wrapper input[type="radio"],
.custom-input-wrapper input[type="checkbox"] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
.custom-input-wrapper input[type="radio"] ~ .label-contents,
.custom-input-wrapper input[type="checkbox"] ~ .label-contents {
  display: flex;
  padding: 0.5em;
  padding-left: 48px;
  cursor: pointer;
}
.custom-input-wrapper input[type="radio"] ~ .label-contents::before,
.custom-input-wrapper input[type="checkbox"] ~ .label-contents::before {
  content: '';
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.75);
  margin-left: calc(-24px - 0.5em);
  margin-top: 0.075em;
  margin-right: 0.5em;
  text-align: center;
  background-color: #00CEE1;
  box-shadow: inset 0 0 0 12px #FFF;
  transition: box-shadow 0.15s cubic-bezier(0.09, 0.64, 0.38, 1.25);
}
.custom-input-wrapper input[type="radio"]:focus ~ .label-contents,
.custom-input-wrapper input[type="checkbox"]:focus ~ .label-contents {
  color: #000;
  outline: 1px dotted #4C3CE2;
  outline: none;
  animation: focusedBoxShadow 1.5s cubic-bezier(0.28, 0.18, 0.49, 0.77) infinite alternate both;
}
.custom-input-wrapper input[type="radio"]:disabled ~ .label-contents,
.custom-input-wrapper input[type="checkbox"]:disabled ~ .label-contents {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.custom-input-wrapper input[type="radio"]:disabled ~ .label-contents::before,
.custom-input-wrapper input[type="checkbox"]:disabled ~ .label-contents::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-input-wrapper input[type="radio"]:focus ~ .label-contents::before,
.custom-input-wrapper input[type="checkbox"]:focus ~ .label-contents::before,
.custom-input-wrapper input[type="radio"] ~ .label-contents:hover::before,
.custom-input-wrapper input[type="checkbox"] ~ .label-contents:hover::before {
  will-change: box-shadow;
}
.custom-input-wrapper input[type="radio"] ~ .label-contents::before {
  border-radius: 100%;
}
.custom-input-wrapper input[type="radio"]:checked ~ .label-contents::before {
  border-color: #00CEE1;
  box-shadow: inset 0 0 0 4px #FFF;
}
.custom-input-wrapper input[type="checkbox"] ~ .label-contents {
  position: relative;
}
.custom-input-wrapper input[type="checkbox"] ~ .label-contents::before {
  width: 24px;
  height: 24px;
  border-radius: 0.2778em;
  flex: 0 0 24px;
}
.custom-input-wrapper input[type="checkbox"] ~ .label-contents::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(24px * 0.4 + 0.075em);
  left: 21.6px;
  width: 10.8px;
  height: 19.2px;
  border-right: 5.4px solid transparent;
  border-bottom: 5.4px solid transparent;
  transform: scale(0.6) rotate(45deg);
  transition: transform 0.15s cubic-bezier(0.09, 0.64, 0.38, 1.5);
  filter: drop-shadow(0 0 0.0625em hsl(0, 0%, 100%)) drop-shadow(0 0 0.1875em hsla(0, 0%, 100%, 0.5));
}
.custom-input-wrapper input[type="checkbox"]:checked ~ .label-contents::before {
  border-color: #00CEE1;
}
.custom-input-wrapper input[type="checkbox"]:checked ~ .label-contents::after {
  border-right-color: #00CEE1;
  border-bottom-color: #00CEE1;
  transform: scale(1) rotate(45deg);
}
.custom-input-wrapper input[type="checkbox"]:disabled ~ .label-contents::before {
  border-color: rgba(0, 0, 0, 0.1);
}
.custom-input-wrapper input[type="checkbox"]:disabled ~ .label-contents::after {
  border-color: transparent;
}
.custom-input-wrapper input[type="checkbox"]:disabled:checked ~ .label-contents::after {
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.custom-input-wrapper input[type="checkbox"]:focus ~ .label-contents::after,
.custom-input-wrapper input[type="checkbox"] ~ .label-contents:hover::after {
  will-change: transform;
}
@media screen and (-ms-high-contrast: active) {
  .custom-input-wrapper input[type="checkbox"]:checked ~ .label-contents::after {
    border-right-color: windowText;
    border-bottom-color: windowText;
  }
  .custom-input-wrapper input[type="radio"] ~ .label-contents::after {
    display: block;
    content: '';
    position: absolute;
    top: 1.05em;
    left: 0.9em;
    width: 0.2em;
    height: 0.2em;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.1s ease-out;
  }
  .custom-input-wrapper input[type="radio"]:checked ~ .label-contents::after {
    top: 0.85em;
    left: 0.7em;
    width: 0.6em;
    height: 0.6em;
    background-color: windowText;
  }
  .custom-input-wrapper input[type="checkbox"]:disabled ~ .label-contents,
  .custom-input-wrapper input[type="checkbox"]:disabled:checked ~ .label-contents::after,
  .custom-input-wrapper input[type="radio"]:disabled ~ .label-contents {
    color: grayText;
    cursor: not-allowed;
    border-right-color: grayText;
    border-bottom-color: grayText;
  }
}
@media print {
  .custom-input-wrapper input[type="radio"] ~ .label-contents::before,
  .custom-input-wrapper input[type="radio"] ~ .label-contents::after,
  .custom-input-wrapper input[type="radio"]:disabled ~ .label-contents,
  .custom-input-wrapper input[type="checkbox"] ~ .label-contents::before,
  .custom-input-wrapper input[type="checkbox"] ~ .label-contents::after,
  .custom-input-wrapper input[type="checkbox"]:disabled ~ .label-contents {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.required-symbol {
  position: relative;
  top: 0.25em;
  display: inline-block;
  vertical-align: baseline;
  color: #B94A39;
  font-size: 1.4em;
  line-height: 0;
}
.input-field {
  box-sizing: border-box;
  display: block;
  padding: 1.05em 1em;
  width: 100%;
  max-width: 100%;
  border: 1px solid #00CEE1;
  border-radius: 0.2778em;
  background-color: #FFF;
  font-family: "proxima-nova", 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: #000;
  outline: 0;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 206, 225, 0.04);
  transition: background-color 115ms ease-out, box-shadow 175ms ease-out, border-color 115ms ease-out;
}
.input-field:hover {
  background-color: #FFF;
  border-color: #009fae;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.05), 0 0 0 0.15em rgba(0, 206, 225, 0.04);
}
.input-field:focus {
  background-color: #FFF;
  border-color: #00CEE1;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0.09), 0 0 0 0.15em rgba(0, 206, 225, 0.24);
}
.input-field[disabled] {
  background-color: #FFF;
  border-color: #00CEE1;
  box-shadow: inset 0 0.2em 0.5em rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 206, 225, 0.04);
}
textarea.input-field {
  padding: 1.05em 1em;
  line-height: 1.335;
}
select.input-field {
  height: 3.433em;
  border-color: #00CEE1;
  background-color: #FFF;
  box-shadow: inset 0 1px 0 #FFF;
}
::-webkit-input-placeholder {
  color: #929292 !important;
}
::-moz-placeholder {
  color: #929292 !important;
}
:placeholder-shown {
  color: #929292 !important;
}
.input-embedded-button {
  position: relative;
  max-width: 100%;
}
.input-embedded-button__button {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 2.1rem;
  height: auto;
  line-height: 1;
  padding: 0.55em 0.15em 0.58em;
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 240px) {
  .input-embedded-button__input {
    padding-right: calc(2.1rem + 1em);
  }
  .input-embedded-button__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
h1,
.like-h1,
h2,
.like-h2,
h3,
.like-h3,
h4,
.like-h4,
h5,
.like-h5,
h6,
.like-h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  color: var(--heading-color);
  text-transform: var(--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 var(--spacing-md) 0;
  font-size: var(--h1-font-size);
}
h2,
.like-h2 {
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--h2-font-size);
}
h3,
.like-h3 {
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--h3-font-size);
}
h4,
.like-h4 {
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--h4-font-size);
}
h5,
.like-h5 {
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--h5-font-size);
  line-height: 1.25;
}
h6,
.like-h6 {
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--h6-font-size);
}
hr {
  border: 0;
  background: #8D8D8D;
}
hr:not([size]) {
  height: 1px;
}
.line-wings {
  --gutter: var(--spacing-md);
  --border: var(--dashed-border);
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
}
.line-wings::before,
.line-wings::after {
  content: '';
  flex-grow: 1;
  height: 0;
  background: transparent;
  min-width: 1.5rem;
  border-bottom: var(--border);
}
.line-wings::before {
  margin-right: var(--gutter);
}
.line-wings::after {
  margin-left: var(--gutter);
}
a {
  color: var(--link-color);
  -webkit-text-decoration: var(--link-text-decoration);
          text-decoration: var(--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: #352a9e;
  text-decoration: underline;
}
a:active {
  color: #261e71;
}
.link--secondary {
  color: var(--link-secondary-color);
}
.link--secondary:focus,
.link--secondary:hover {
  color: #00abbb;
}
.link--secondary:active {
  color: #008692;
}
.link--tertiary {
  color: var(--link-tertiary-color);
}
.link--tertiary:focus,
.link--tertiary:hover {
  color: #ba2866;
}
.link--tertiary:active {
  color: #992154;
}
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;
}
ul.item-list {
  list-style: none;
  padding-left: 0;
}
ul.item-list li {
  display: flex;
  align-items: center;
  padding: var(--spacing-sm) 0;
  font-weight: initial;
  line-height: 1.6;
}
ul.item-list li img:first-child {
  margin-right: var(--spacing-lg);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
ul.item-list li p:last-child {
  margin-bottom: 0;
}
ul.no-bullet-list {
  list-style: none;
  padding-left: 0;
}
.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 #8D8D8D;
  border-left: 1px solid #8D8D8D;
}
th,
td {
  padding: var(--spacing-xxxs);
  border-right: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
  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;
}
body.admin-bar .navigation-drawer {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .navigation-drawer {
    margin-top: 46px;
  }
}
@media (min-width: 1000px) {
  body.admin-bar .navigation-drawer {
    margin-top: 0;
  }
}
.browser-message {
  display: none;
  max-width: 1435px;
  padding: 3.7% 1em;
  margin: auto auto 1.1rem;
  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;
}
.u-hide {
  display: none !important;
}
@media (max-width: 999px) {
  .u-hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .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: var(--bold-font-weight) !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;
}
html,
body {
  scroll-padding-top: 70px;
  scroll-padding-top: var(--header-measured-height, 70px);
}
b,
strong {
  font-weight: var(--bold-font-weight);
}
iframe {
  border: 0;
  max-width: 100%;
}
video {
  background: #333;
}
ul li::marker {
  font-size: 1.25em;
  color: #00CEE1;
}
.global-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-bottom: -94px;
  padding-top: calc(var(--spacing-xs) * 2.678);
  padding-bottom: var(--spacing-xs);
  color: #000;
}
.global-header.color-theme-dark-bg {
  color: #FFF;
  background: transparent;
}
.global-header.is-past-scroll-threshold {
  position: fixed;
  top: 0;
  padding: calc(var(--spacing-xs) * 1.5) 0;
  margin-top: 0px;
  background: #FFF !important;
  box-shadow: 0 1rem 2rem rgba(80, 80, 100, 0.12);
  animation: fadeIn 0.3s ease both;
}
.global-header.is-past-scroll-threshold .global-nav-link .nav-link-inner::after {
  display: none !important;
}
@media (min-width: 1000px) {
  .global-header.is-past-scroll-threshold {
    padding: calc(var(--spacing-xs) * 2.678) 0;
  }
  .global-header.is-past-scroll-threshold .global-nav-item:not(.main-nav-button) > .global-nav-link {
    color: #000;
  }
}
body.banner_hidden #banner_001_container {
  display: none;
}
body.banner_hidden .global-header {
  margin-top: 0;
}
#banner_001_container {
  width: 100%;
  position: relative;
  z-index: 9;
}
#banner_001_container .banner_slider {
  width: 100%;
  height: 48px;
  max-width: calc(1435px + var(--container-side-gutter) * 2);
  padding-right: calc(var(--container-side-gutter) * 2);
  padding-left: calc(var(--container-side-gutter) * 2);
  margin: 0 auto;
}
@media (max-width: 1435px) {
  #banner_001_container .banner_slider {
    height: 72px;
  }
}
@media (max-width: 540px) {
  #banner_001_container .banner_slider {
    height: 112px;
  }
}
#banner_001_container .banner_slider .flickity-prev-next-button.previous {
  margin-left: calc(var(--container-side-gutter) - 0.75em);
}
@media (max-width: 912px) {
  #banner_001_container .banner_slider .flickity-prev-next-button.previous {
    transform: none;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 540px) {
  #banner_001_container .banner_slider .flickity-prev-next-button.previous {
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#banner_001_container .banner_slider .flickity-prev-next-button.next {
  margin-right: calc(var(--container-side-gutter) + 2em);
}
@media (max-width: 912px) {
  #banner_001_container .banner_slider .flickity-prev-next-button.next {
    transform: none;
    top: auto;
    bottom: 0;
    margin-right: calc(var(--container-side-gutter) - 0.75em);
  }
}
@media (max-width: 540px) {
  #banner_001_container .banner_slider .flickity-prev-next-button.next {
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#banner_001_container .banner_slide {
  width: 100%;
  height: 100%;
  padding: 0.725em 0;
  color: var(--base-color-primary);
  text-decoration: none;
  font-size: inherit;
  font-weight: 600;
  bottom: 0;
}
#banner_001_container .banner_slide > a {
  text-decoration: none;
  color: var(--base-color-primary);
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#banner_001_container .banner_slide p {
  margin: 0;
  text-align: center;
  font-size: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
}
#banner_001_container .banner_slide p > * {
  margin: 0.1em 0.5em;
}
#banner_001_container .banner_slide p .banner_highlight {
  background: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 95%;
  padding: 0 1em;
  border-radius: 6px;
}
#banner_001_container .banner_slide p .banner_countdown {
  background: var(--base-color-primary);
  color: white;
  font-weight: normal;
  font-size: 95%;
  padding: 0 0.5em;
  border-radius: 6px;
  white-space: nowrap;
}
#banner_001_container .banner_slide p .banner_countdown span {
  padding: 0 0.25em;
}
#banner_001_container .banner_slide p .banner_cta {
  display: inline-block;
  font-size: medium;
  font-weight: 700;
}
#banner_001_container .banner_slide p .banner_cta svg {
  margin: -2px 0 -6px 0;
}
#banner_001_container #banner_close {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  margin-right: calc(50vw - 1435px/2);
}
@media (max-width: 1600px) {
  #banner_001_container #banner_close {
    margin-right: var(--container-side-gutter);
  }
}
@media (max-width: 912px) {
  #banner_001_container #banner_close {
    transform: none;
    top: 0.8em;
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: height 0.2s;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: var(--base-color-primary);
}
.flickity-button:hover {
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
  width: 1.5875em;
}
.flickity-prev-next-button {
  top: 50%;
  width: 3em;
  height: 3em;
  transform: translateY(-50%);
  -webkit-appearance: none;
  background: transparent;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.global-logo-wrapper {
  flex: 0 0 auto;
}
.global-logo {
  position: relative;
  display: inline-flex;
  padding: 0.55rem var(--spacing-xs);
  margin-left: calc(-1 * var(--spacing-xs));
  border-radius: 1.1111em;
}
.global-logo > .svg-wrapper {
  width: 169.5px;
  height: 34.49px;
}
@media (min-width: 1205px) {
  .global-logo > .svg-wrapper {
    width: 198.37px;
    height: 40.36449145px;
  }
}
@media (min-width: 1520px) {
  .global-logo > .svg-wrapper {
    width: 227.24px;
    height: 46.24334px;
  }
}
.color-theme-dark-bg:not(.is-past-scroll-threshold) .global-logo .logo-mark,
.color-theme-dark-bg:not(.is-past-scroll-threshold) .global-logo .logo-text {
  fill: #FFF;
}
.navigation-toggle-button {
  display: none;
  align-items: center;
  padding: 0.5em;
  border: 0;
  border-radius: 1.1111em;
  color: #515151;
}
.navigation-toggle-button:focus,
.navigation-toggle-button:hover {
  background: rgba(58, 35, 173, 0.04);
  color: var(--base-color-primary);
}
.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 {
  position: fixed;
  top: 1.5rem;
  bottom: auto;
}
.navigation-toggle-button.is-active .hamburger-bar {
  fill: #FFF;
  width: 32px;
  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);
}
body.admin-bar .navigation-toggle-button.is-active {
  top: calc(1.5rem + var(--wp-admin--admin-bar--height));
}
.navigation-drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 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: 999px) {
  .navigation-toggle-button {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: calc(var(--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: 0 0 var(--spacing-xxxl);
    background-color: #3A23AD;
    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: 999px) and (min-width: 480px) {
  .navigation-drawer {
    width: 400px;
  }
}
@media (max-width: 999px) {
  .mobile-nav-drawer-logo {
    display: block !important;
    width: 169.5px;
    height: 34.49px;
    margin-left: var(--spacing-xl);
    margin-top: calc(calc(var(--spacing-xs) * 2.678) + 0.55rem);
    margin-bottom: var(--spacing-xl);
  }
  .mobile-nav-drawer-logo .logo-mark,
  .mobile-nav-drawer-logo .logo-text {
    fill: #FFF;
  }
}
@media (max-width: 999px) {
  .mobile-drawer-container {
    display: block !important;
    width: 100%;
  }
}
.global-nav {
  padding: 0 var(--global-nav-gutter, var(--spacing-xl));
}
.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%;
}
@media (max-width: 999px) {
  #global-main-nav .global-nav-item:not(:first-child) {
    border-top: 1px solid rgba(0, 206, 225, 0.3);
  }
}
.global-nav-link {
  display: block;
  padding: 0.75rem 0.75rem;
  border-radius: 1.1111em;
  text-decoration: none;
  color: var(--base-text-color);
  font-size: 1.1111em;
  font-weight: var(--bold-font-weight);
  letter-spacing: 0.02em;
  -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,
.global-nav-item--level-0:hover > .nav-item-outer-wrapper > .global-nav-link {
  color: #4a2ed5;
  text-decoration: none;
}
@media (max-width: 999px) {
  .global-nav-link {
    padding: 0.85em 0;
    font-size: 0.8333em;
    color: #FFF;
  }
  .global-nav-link:not(.global-nav-link--title-only):hover,
  .global-nav-link:not(.global-nav-link--title-only):focus,
  .is-active > .global-nav-link:not(.global-nav-link--title-only),
  .global-nav-item--level-0:hover > .nav-item-outer-wrapper > .global-nav-link {
    color: #FFF;
    text-shadow: 0 0 1.5em #1e1258, 0 0 0.75em #1e1258;
  }
}
#menu-main-menu .global-nav-item--level-0 > .nav-item-outer-wrapper > .global-nav-link--title-only {
  cursor: pointer;
}
.menu-item__description {
  font-size: 0.9em;
  line-height: 1.85185185;
  font-weight: 400;
  color: #ededed;
}
@media (max-width: 999px) {
  #menu-utility-menu {
    margin-top: var(--spacing-xxl);
    text-align: center;
  }
}
#menu-main-menu .global-nav-item--has-children > .nav-item-outer-wrapper > .global-nav-link .nav-link-inner {
  position: relative;
}
#menu-main-menu .global-nav-item--has-children.is-active > .nav-item-outer-wrapper > .global-nav-link {
  border-radius: 0;
}
@media (min-width: 1000px) {
  #menu-main-menu > .global-nav-item > .child-nav-wrapper {
    padding-top: 1rem;
  }
  #menu-main-menu > .global-nav-item > .child-nav-wrapper:not(.is-open) {
    display: none;
  }
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 0.5556rem;
  background: #FFF;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-text-color);
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-child-list--level-0 {
  padding: var(--spacing-md) var(--spacing-lg);
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-item {
  min-width: 8em;
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-link {
  padding: 0.325rem 0;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 500;
  color: var(--base-text-color);
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-link:focus,
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-link:hover {
  color: #4C3CE2;
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-link--title-only.global-nav-link {
  font-size: 1.1111em;
  font-weight: 800;
  color: #7d52f5;
  background: transparent !important;
}
#menu-main-menu > .global-nav-item .child-nav-inner-wrapper .menu-item__description {
  color: #4d4d4d;
}
@media (max-width: 999px) {
  #menu-main-menu > .global-nav-item .child-nav-inner-wrapper {
    border-radius: 0;
    --gutter: var(--global-nav-gutter, var(--spacing-xl));
    padding: 0 var(--gutter);
    margin: 0 calc(-1 * var(--gutter)) var(--spacing-md);
  }
  #menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-child-list {
    padding: 0.5em 0;
  }
  #menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-item {
    border: 0;
  }
  #menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-link:not(.global-nav-link--title-only) {
    font-size: 0.8333em;
    font-weight: 500;
    text-shadow: none;
    background: transparent !important;
  }
  #menu-main-menu > .global-nav-item .child-nav-inner-wrapper .global-nav-link--title-only {
    font-size: 0.8333em;
  }
}
#menu-main-menu > .global-nav-item.wider-child-items .global-nav-item {
  min-width: 11.2em;
}
.submenu-opener-button {
  position: absolute;
  top: 0.5em;
  right: -1.025em;
  padding: 0.68em 1.025em;
  border: 0;
  background: transparent;
  color: #FFF;
  outline: none;
}
.submenu-opener-button:focus {
  background: rgba(195, 190, 253, 0.1);
}
.submenu-opener-button > .icon-chevron-down {
  transition: all 0.2s ease;
}
.global-nav-item--level-0.subnav-is-open .submenu-opener-button > .icon-chevron-down {
  transform: rotate3d(1, 0, 0, 180deg);
}
@media (max-width: 999px) {
  #menu-main-menu .global-nav-item--level-0:not(.subnav-is-open) > .child-nav-wrapper {
    max-height: 0;
    overflow: hidden;
  }
  #menu-main-menu .global-nav-item--level-0 > .nav-item-outer-wrapper {
    position: relative;
    display: block;
  }
  #menu-main-menu .submenu-opener-button {
    display: block !important;
  }
}
.main-nav-button {
  z-index: 1;
}
@media (min-width: 1000px) {
  .main-nav-button {
    margin-right: var(--spacing-md);
  }
}
.main-nav-button > .nav-item-outer-wrapper > .global-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.85em 0.85em;
  border-radius: 3em;
  background: linear-gradient(142deg, #6D27E5 0%, #1F21A6 100%);
  color: #FFF;
  font-size: 0.8889rem;
  line-height: 1.3;
  font-weight: var(--bold-font-weight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.0555em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145ms ease-out;
}
.main-nav-button > .nav-item-outer-wrapper > .global-nav-link:focus,
.main-nav-button > .nav-item-outer-wrapper > .global-nav-link:hover {
  text-shadow: none;
  background: linear-gradient(142deg, #6D27E5 0%, #9470DD 100%);
  color: #fff;
}
.main-nav-button > .nav-item-outer-wrapper > .global-nav-link:active {
  background: #8F6AF6;
}
.global-header.color-theme-dark-bg:not(.is-past-scroll-threshold) .main-nav-button > .nav-item-outer-wrapper > .global-nav-link {
  border-color: #FFF !important;
  background: #FFF !important;
  color: #4C3CE2 !important;
  box-shadow: none;
}
.global-header.color-theme-dark-bg:not(.is-past-scroll-threshold) .main-nav-button > .nav-item-outer-wrapper > .global-nav-link:focus,
.global-header.color-theme-dark-bg:not(.is-past-scroll-threshold) .main-nav-button > .nav-item-outer-wrapper > .global-nav-link:hover {
  border-color: #00CEE1 !important;
  background: #00CEE1 !important;
  color: #FFF !important;
  box-shadow: none;
}
.global-header.color-theme-dark-bg:not(.is-past-scroll-threshold) .main-nav-button > .nav-item-outer-wrapper > .global-nav-link:active {
  background: #00b9cb !important;
}
@media (max-width: 999px) {
  .main-nav-button {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .main-nav-button > .nav-item-outer-wrapper > .global-nav-link {
    border-color: #FFF !important;
    background: #FFF !important;
    color: #4C3CE2 !important;
    box-shadow: none;
  }
  .main-nav-button > .nav-item-outer-wrapper > .global-nav-link:focus,
  .main-nav-button > .nav-item-outer-wrapper > .global-nav-link:hover {
    border-color: #00CEE1 !important;
    background: #00CEE1 !important;
    color: #FFF !important;
    box-shadow: none;
  }
  .main-nav-button > .nav-item-outer-wrapper > .global-nav-link:active {
    background: #00b9cb !important;
  }
}
.alternate-link-color > .nav-item-outer-wrapper > .global-nav-link {
  --alternate-link-color: #22CEE3;
  color: var(--alternate-link-color) !important;
}
.alternate-link-color > .nav-item-outer-wrapper > .global-nav-link:hover,
.alternate-link-color > .nav-item-outer-wrapper > .global-nav-link:focus {
  --alternate-link-color: #6fdfed;
}
@media (min-width: 1000px) {
  .global-header-container {
    display: flex;
    align-items: center;
  }
  .navigation-drawer-wrapper {
    flex: 1 0 auto;
  }
  .navigation-drawer {
    display: flex;
  }
  .global-logo-wrapper {
    margin-right: auto;
    padding-right: 4.4444rem;
  }
  .global-utility-nav {
    padding: 0;
    margin-left: auto;
  }
  .global-utility-nav .global-nav-item:last-of-type .global-nav-link {
    margin-right: -1.113465em;
  }
  .global-nav-list {
    flex-direction: row;
  }
  .global-nav-child-list {
    flex-direction: column;
  }
  .global-nav-item {
    flex: 1 0 auto;
    width: auto;
  }
  .global-nav-link {
    padding-left: 1.113465em;
    padding-right: 1.113465em;
  }
  .global-main-nav {
    flex: 1 0 auto;
    text-align: center;
  }
  .global-main-nav > .global-nav-list {
    display: inline-flex;
    width: auto;
  }
  .main-nav-button > .nav-item-outer-wrapper > a {
    margin-left: 1.113465em;
  }
  #menu-main-menu > .global-nav-item {
    position: relative;
    z-index: 10;
    perspective: 1000px;
  }
  #menu-main-menu > .global-nav-item > .nav-item-outer-wrapper > .global-nav-link {
    position: relative;
  }
  #menu-main-menu > .global-nav-item > .nav-item-outer-wrapper > .global-nav-link > .nav-link-inner {
    position: relative;
  }
  #menu-main-menu > .global-nav-item > .nav-item-outer-wrapper > .global-nav-link > .nav-link-inner::after {
    content: "";
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: block;
    width: auto;
    height: 5px;
    background: var(--gnav-topitem-hover-genbar-color, #4a2ed5);
    opacity: 0;
    transition: opacity 0.15s ease 0.175s, transform 0.15s ease-out 0.175s;
    transform: translateY(-5px);
    pointer-events: none;
  }
  #menu-main-menu > .global-nav-item > .nav-item-outer-wrapper > .global-nav-link:focus > .nav-link-inner::after,
  #menu-main-menu > .global-nav-item:hover > .nav-item-outer-wrapper > .global-nav-link > .nav-link-inner::after {
    opacity: 1;
    transform: translateY(1px);
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
  }
  #menu-main-menu > .global-nav-item--has-children .child-nav-inner-wrapper--level-0 {
    border-radius: 1.1111em;
    background: var(--global-child-nav-desktop-bg-color, #FFF);
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.16);
    transform-origin: 50% 0;
    transform: rotate3d(1, 0, 0, -25deg);
    will-change: transform;
    transition: transform 0.275s cubic-bezier(0.41, 0.93, 0.54, 1.44) 0.275s, max-height 0.001s linear 0.275s;
    max-height: 0;
    overflow: hidden;
  }
  #menu-main-menu > .global-nav-item--has-children .child-nav-inner-wrapper--level-0 > .global-nav-child-list {
    width: 14em;
    flex-direction: column;
  }
  #menu-main-menu > .global-nav-item--has-children .child-nav-inner-wrapper--level-0 .global-nav-link:not(.global-nav-link--title-only) {
    color: var(--global-child-nav-link-desktop-color, var(--base-text-color));
  }
  #menu-main-menu > .global-nav-item--has-children .child-nav-inner-wrapper--level-0 .global-nav-link:not(.global-nav-link--title-only):focus,
  #menu-main-menu > .global-nav-item--has-children .child-nav-inner-wrapper--level-0 .global-nav-link:not(.global-nav-link--title-only):hover {
    color: #676767;
  }
  #menu-main-menu > .global-nav-item--has-children.wider-child-items .child-nav-inner-wrapper--level-0 > .global-nav-child-list {
    width: 19.5em;
  }
  #menu-main-menu > .global-nav-item--has-children > .child-nav-wrapper.is-open > .child-nav-inner-wrapper--level-0,
  #menu-main-menu > .global-nav-item--has-children:focus-within > .child-nav-wrapper > .child-nav-inner-wrapper--level-0,
  #menu-main-menu > .global-nav-item--has-children:hover > .child-nav-wrapper > .child-nav-inner-wrapper--level-0 {
    transform: rotate3d(1, 0, 0, 0deg);
    max-height: 2000px;
  }
}
@media (min-width: 1000px) and (max-width: 1519px) {
  .global-nav {
    --global-nav-gutter: var(--spacing-xs);
  }
  .child-nav-wrapper--level-0 {
    font-size: var(--menu-link-resize-val, 0.85em);
  }
  #menu-main-menu > .global-nav-item:not(.main-nav-button) > .nav-item-outer-wrapper > .global-nav-link,
  #menu-utility-menu > .global-nav-item:not(.main-nav-button) > .nav-item-outer-wrapper > .global-nav-link {
    padding-left: var(--menu-link-padding-resize-val, var(--spacing-xs));
    padding-right: var(--menu-link-padding-resize-val, var(--spacing-xs));
    font-size: var(--menu-link-resize-val, 0.85em);
  }
  #menu-utility-menu > .main-nav-button > .nav-item-outer-wrapper > .global-nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: 0.75em;
  }
}
@media (min-width: 1205px) and (max-width: 1519px) {
  :root {
    --menu-link-padding-resize-val: calc(var(--spacing-xs) * 1.1);
    --menu-link-resize-val: 0.85em;
  }
  @supports ( font-size: clamp(1rem, 2.5vw, 2rem) ) and (--css: vars) {
    :root {
      --menu-link-resize-val: clamp(0.85em, .425em + 0.75vw, 1em);
    }
  }
  #menu-utility-menu > .main-nav-button > .nav-item-outer-wrapper > .global-nav-link {
    font-size: 0.8em;
  }
}
.global-header.color-theme-dark-bg {
  --gnav-topitem-hover-genbar-color: #FFF;
}
.global-header.color-theme-dark-bg:not(.is-past-scroll-threshold) .navigation-toggle-button:not(.is-active) {
  color: #FFF;
}
@media (min-width: 1000px) {
  .global-header.color-theme-dark-bg:not(.is-past-scroll-threshold) .global-nav-link {
    color: #FFF;
  }
}
@media (min-width: 1000px) {
  .has-sub-columns > .child-nav-wrapper > .child-nav-inner-wrapper > .global-nav-child-list:first-child {
    width: auto !important;
    display: block;
    columns: var(--menu-cols, 2);
    column-gap: var(--spacing-lg);
  }
  .has-sub-columns > .child-nav-wrapper > .child-nav-inner-wrapper > .global-nav-child-list:first-child > .global-nav-item {
    break-inside: avoid;
  }
  .has-sub-columns > .child-nav-wrapper > .child-nav-inner-wrapper .encourage-column-break-before {
    break-before: column;
  }
}
.bottom-subnav-links-wrapper {
  padding: var(--spacing-md) 0;
  margin: 0 var(--spacing-lg);
  border-top: var(--dashed-border-gray);
  border-top-width: 1px;
}
.bottom-subnav-link {
  text-align: center;
  font-size: 1.1111em !important;
  font-weight: 700 !important;
  color: #4C3CE2 !important;
}
.bottom-subnav-link::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: -1em;
  left: 1.35em;
  top: -0.1em;
  border: 0.5em solid transparent;
  border-left: 0.6667em solid #00CEE1;
}
.mobile-drawer-footer-secondary-menu {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: var(--spacing-md);
}
.mobile-drawer-footer-secondary-menu > .global-nav-item {
  width: auto;
  flex: 0 0 auto;
}
.mobile-drawer-footer-secondary-menu > .global-nav-item:not(:last-child) {
  margin-right: 1.75ch;
}
.mobile-drawer-footer-secondary-menu > .global-nav-item > .nav-item-outer-wrapper > .global-nav-link:not(.global-nav-link--title-only) {
  font-size: 0.6667em;
  text-transform: uppercase;
}
.mobile-nav-drawer-social-links .social-links-list {
  justify-content: center;
}
@media (min-width: 1000px) {
  .add-bottom-margin-at-desktop-to-aid-column-split {
    margin-bottom: 1.5em;
  }
}
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));
}
.single-academy .global-footer {
  margin-top: 4%;
}
.global-footer {
  position: relative;
  --bg-extra-sizing: 30vw;
  background: #3A23AD linear-gradient(#3A23AD 0%, #3A23AD calc(100% - 150px - var(--bg-extra-sizing)), #1D1257 100%);
  color: #FFF;
}
@media (min-width: 1600px) {
  .global-footer {
    --bg-extra-sizing: (1600px / 100 * 30);
  }
}
.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(255, 255, 255, 0);
            text-decoration-color: rgba(255, 255, 255, 0);
  }
}
.global-footer a:focus,
.global-footer a:hover {
  color: #FFF;
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
}
.global-footer .footer-contact-item {
  margin-bottom: var(--spacing-sm);
  font-weight: var(--bold-font-weight);
}
.global-footer .footer-contact-item a {
  font-weight: 400;
}
.global-footer .newsletter__headline {
  margin-bottom: calc(2.5% + var(--spacing-md));
}
.global-footer .newsletter-wrapper .input-field:not(:focus) {
  border-color: #FFF;
}
.global-footer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1px;
  background: linear-gradient(to bottom, #FFF, #FFF 2px, transparent 2px, transparent 100%);
  pointer-events: none;
}
.global-footer-container {
  display: flex;
  flex-direction: column;
  padding-top: calc(1.8815% + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
  padding-left: var(--container-side-gutter);
  padding-right: var(--container-side-gutter);
}
@media (min-width: 1435px) {
  .global-footer-container {
    padding-top: calc((1435px * 1.8815 / 100) + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
  }
}
.has-pre-footer .global-footer-container {
  padding-top: calc(var(--spacing-xxl) * 3);
}
.footer-top {
  text-align: center;
  display: none;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--spacing-lg) 0;
  border-top: 2px solid rgba(255, 255, 255, 0.46);
}
@media (min-width: 960px) {
  .footer-bottom {
    flex-wrap: nowrap;
    align-items: center;
  }
  .footer-bottom .global-footer-logo-link {
    flex: 0 1 auto;
    max-width: 21vw;
    margin-right: var(--spacing-xl);
    margin-bottom: 0;
  }
  .footer-bottom .footer-secondary-menu-column {
    flex: 1 1 auto;
  }
  .footer-bottom .footer-secondary-menu-column > .menu {
    display: flex;
    justify-content: space-around;
    max-width: 44em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .footer-bottom .footer-secondary-menu-column > .menu a {
    padding: 0.65em 1em;
    font-size: 1em;
  }
  .footer-bottom .footer-social-links-wrapper {
    padding-left: var(--spacing-xl);
    flex: 0 0 auto;
  }
  .footer-bottom .social-icons {
    margin-top: 0;
  }
}
.global-footer-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: var(--spacing-xl);
  max-width: 100%;
}
.global-footer-logo-link > .svg-wrapper {
  width: 195px;
}
.global-footer-logo-link .logo-mark,
.global-footer-logo-link .logo-text {
  fill: #FFF;
}
.global-footer-logo-link:focus,
.global-footer-logo-link:hover {
  background: rgba(195, 190, 253, 0.1);
  box-shadow: 0 0 0 0.5em rgba(195, 190, 253, 0.1);
}
@media (min-width: 500px) {
  .global-footer-logo-link > .svg-wrapper {
    max-width: 100%;
  }
}
#menu-footer-menu {
  --footer-menu-gutter: calc(var(--spacing-lg) / 2);
  list-style: none;
  padding: 0;
  margin: auto 0;
  font-size: 0.8333em;
}
#menu-footer-menu .child-nav-wrapper {
  font-size: 1em;
}
#menu-footer-menu a {
  color: #FFF;
}
#menu-footer-menu > .level-0 {
  padding: 0 calc(var(--spacing-md) / 2) var(--spacing-md) 0;
}
#menu-footer-menu > .level-0 > .nav-item-outer-wrapper > a,
#menu-footer-menu > .level-0 > .nav-item-outer-wrapper > span {
  display: inline-block;
  vertical-align: top;
  padding: var(--spacing-xxxs) 0;
  margin-bottom: var(--spacing-xs);
  font-size: 1.1111em;
  font-weight: 800;
}
#menu-footer-menu > .level-0 > .nav-item-outer-wrapper > span {
  color: #FFF;
}
#menu-footer-menu .sub-menu {
  list-style: none;
  padding: 0;
}
#menu-footer-menu .sub-menu .global-nav-link--title-only,
#menu-footer-menu .sub-menu a {
  display: inline-block;
  padding: calc(var(--spacing-xxs) / 2) 0;
  line-height: 1.25;
  color: #C3BEFF;
}
#menu-footer-menu .sub-menu a:focus,
#menu-footer-menu .sub-menu a:hover {
  color: #FFF;
}
#menu-footer-menu .sub-menu .global-nav-link--title-only {
  font-weight: 800;
}
#menu-footer-menu .child-lists-2-col-with-room .level-1,
#menu-footer-menu .child-lists-2-col-with-extra-room .level-1 {
  margin-bottom: var(--spacing-md);
}
@media (max-width: 519px) {
  #menu-footer-menu .level-0:not(.subnav-is-open) > .sub-menu {
    max-height: 0;
    overflow: hidden;
  }
  #menu-footer-menu .level-0 > .nav-item-outer-wrapper {
    position: relative;
    display: block;
  }
  #menu-footer-menu .submenu-opener-button {
    display: block !important;
  }
}
@media (min-width: 520px) {
  #menu-footer-menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #menu-footer-menu .level-0 {
    --col-size: 33.333%;
    --larger-col-size: 66.667%;
    padding: 0;
    margin-bottom: var(--spacing-xl);
    flex: 1 0 var(--col-size);
    max-width: var(--col-size);
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-room .level-1,
  #menu-footer-menu .level-0.child-lists-2-col-with-extra-room .level-1 {
    break-inside: avoid;
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-room {
    flex: 1 0 var(--larger-col-size);
    max-width: var(--larger-col-size);
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-room > .sub-menu {
    columns: 2;
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-room > .sub-menu > .level-1 {
    break-inside: avoid;
    margin-bottom: var(--spacing-md);
  }
}
@media (min-width: 800px) {
  #menu-footer-menu .level-0 {
    --col-size: 25%;
    --larger-col-size: 50%;
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-extra-room {
    flex: 1 0 var(--larger-col-size);
    max-width: var(--larger-col-size);
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-extra-room > .sub-menu {
    columns: 2;
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-extra-room > .sub-menu > .level-1 {
    break-inside: avoid;
  }
}
@media (min-width: 1100px) {
  #menu-footer-menu .level-0 {
    flex: 1 0 auto;
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-room {
    flex: 2 0 24em;
  }
  #menu-footer-menu .level-0.child-lists-2-col-with-extra-room {
    flex: 2 0 24em;
  }
}
.footer-menu-column {
  flex: 1 1 auto;
}
.global-footer .input-with-inline-button {
  justify-content: flex-start;
}
.footer-secondary-menu-column {
  width: 100%;
}
.footer-secondary-menu-column > .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--spacing-md);
}
.footer-secondary-menu-column > .menu a {
  display: inline-block;
  padding: 0.65em 0;
  font-size: 0.8333em;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
.footer-secondary-menu-column > .menu a:focus,
.footer-secondary-menu-column > .menu a:hover {
  text-decoration: underline;
}
.footer-blob-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 631.5px;
  max-width: 39.15550595%;
  min-width: 280px;
  height: auto;
}
.global-footer .edge-divider-top {
  overflow: hidden;
}
.global-footer .edge-divider-top .edge-divider-image {
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .global-footer .edge-divider-top .edge-divider-image {
    width: 260%;
    margin-left: -150%;
  }
  .global-footer .global-footer-container,
  .global-footer .footer-top {
    padding-top: var(--spacing-md);
  }
}
.bg-white {
  background-color: #FFF;
}
.mini-text {
  display: block;
  font-size: 1rem;
  --mini-text-color: var(--base-color-primary);
  font-weight: 700;
  color: var(--mini-text-color, #AAA);
  margin-bottom: 1rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAlt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes levitate {
  to {
    transform: translateY(var(--animation-levitate-y-distance));
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(var(--animation-fadeInUp-y-distance));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(var(--animation-fadeInDown-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;
    animation-delay: -1ms !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 1ms !important;
  }
}
.link--gray {
  color: #707070;
}
.link--gray:focus,
.link--gray:hover {
  color: #5a5a5a;
}
.link--gray:active {
  color: #434343;
}
.link--white {
  color: #FFF;
}
.link--white:focus,
.link--white:hover {
  color: #fdf5f8;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
}
.link--white:active {
  color: #FFF;
}
.social-links-list > li:not(:last-child) {
  margin-right: 0.85em;
}
.social-icons {
  margin-top: var(--spacing-md);
}
.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.588em;
  height: 1.588em;
  border-radius: 2em;
  font-size: 1.05em;
  background-color: #00CEE1;
  color: #4C3CE2;
}
.social-icon-link:focus,
.social-icon-link:hover {
  background: #FFF;
}
.social-icon-link:focus.facebook,
.social-icon-link:hover.facebook {
  color: #3B5998;
}
.social-icon-link:focus.twitter,
.social-icon-link:hover.twitter {
  color: #00ACED;
}
.social-icon-link:focus.linkedin,
.social-icon-link:hover.linkedin {
  color: #0077B5;
}
.button--white {
  background: #FFF;
  color: #4C3CE2;
  text-shadow: none;
}
.button--white:focus,
.button--white:hover {
  background: #7a8ae1;
  color: #FFF;
}
.button--white:focus path,
.button--white:hover path {
  fill: #fff;
}
.button--white:active,
.button--white.is-active {
  background: #00b9cb;
}
.button--outline:not(:focus):not(:hover):not(:active):not(.is-active).button--white {
  color: #FFF;
}
.custom-select {
  display: block;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  outline: none;
}
.select-css:disabled,
.select-css[aria-disabled=true] {
  color: graytext;
}
.select-css:disabled:hover,
.select-css[aria-disabled=true] {
  border-color: #aaa;
}
label {
  padding-left: 1em;
  padding-bottom: var(--spacing-xxs);
}
label .required-symbol {
  margin-left: -0.55em;
}
.hero__content .breadcrumbs-wrapper {
  margin-bottom: calc(0.8em + 1.5%);
}
.input-embedded-button__button {
  width: 3.3334rem;
  border-radius: 0 0.2778em 0.2778em 0;
  margin-right: 0;
  margin-left: auto;
}
.input-embedded-button__button:not(.button--secondary):not(.button--tertiary) {
  color: #00CEE1;
}
.input-embedded-button__button:not(.button--secondary):not(.button--tertiary):focus,
.input-embedded-button__button:not(.button--secondary):not(.button--tertiary):hover {
  color: #FFF;
}
.input-embedded-button__button .svg-icon--checkmark {
  width: 31px;
}
hr.dashed {
  height: 0;
  background: transparent;
  border-bottom: 3px dashed #00CEE1;
}
.line-wings.-gray {
  --border: 2px dashed #8E8E8E;
}
.line-wings.-light-gray {
  --border: 1px dashed #D1D1D1;
}
.page-standard-hero {
  position: relative;
  padding-top: 70px;
  padding-top: var(--header-measured-height, 70px);
  background: var(--header-color-theme);
}
.page-standard-hero .pre-heading-label {
  margin-bottom: var(--spacing-md);
  font-size: 1rem;
  --mini-text-color: var(--base-color-primary);
  font-weight: 700;
  color: var(--mini-text-color, #AAA);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-standard-hero .eyebrow-bar {
  max-width: 12.5rem;
  margin-bottom: 2.5%;
  margin-bottom: 3.132%;
}
.page-standard-hero.text-align-center .page-standard-hero-container {
  text-align: center;
}
.page-standard-hero.text-align-left .main-heading,
.page-standard-hero.text-align-left .hero-block-copy,
.page-standard-hero.text-align-left .hero-block-lead-in-copy {
  max-width: 45rem;
  margin-left: 0;
}
.page-standard-hero .bg-graphic-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-standard-hero .bg-graphic-inner-wrapper {
  position: absolute;
}
.page-standard-hero .bg-graphic-inner-wrapper > svg {
  width: 100%;
  height: auto;
  float: right;
  max-width: 800px;
}
.page-standard-hero .bg-graphic-wrapper.type-small-blob-dip .bg-graphic-inner-wrapper {
  width: 35.46875%;
}
.page-standard-hero .bg-graphic-wrapper.type-larger-blob-quarter .bg-graphic-inner-wrapper {
  width: 47.65625%;
}
.page-standard-hero .bg-graphic-wrapper .bg-graphic-inner-wrapper {
  top: 0;
  right: 0;
  color: var(--hero-bg-graphic-color, rgba(0, 0, 0, 0.1));
}
.page-standard-hero .edge-divider-bottom {
  position: relative;
  --mt: -12%;
  margin-top: var(--mt);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.page-standard-hero .edge-divider-bottom.variety-flat {
  display: none;
}
.page-standard-hero .edge-divider-bottom.variety-hill-then-valley {
  --mt: -12%;
}
.text-align-left.page-standard-hero .edge-divider-bottom.variety-hill-then-valley {
  --mt: -8%;
}
.page-standard-hero .edge-divider-bottom.variety-hill-then-ascent {
  --mt: calc(-20% + 40px);
  --mt: calc(-1 * var(--ed-context-width, 100vw) * var(--ed-original-height) / var(--ed-original-width) * var(--ed-y-focal-pct));
}
.hero-has-media.page-standard-hero .edge-divider-bottom.variety-hill-then-ascent {
  --ed-y-focal-pct: 0.67 !important;
}
.page-standard-hero .edge-divider-bottom.variety-hill-then-ascent-flattened {
  --mt: -18%;
  --mt: calc(-1 * var(--ed-context-width, 100vw) * var(--ed-original-height) / var(--ed-original-width) * var(--ed-y-focal-pct));
}
.hero-has-media.page-standard-hero .edge-divider-bottom.variety-hill-then-ascent-flattened {
  --ed-y-focal-pct: 0.67 !important;
}
.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;
}
.global-header.color-theme-dark-bg + .global-main .page-standard-hero {
  color: #FFF;
}
.global-header.color-theme-dark-bg + .global-main .page-standard-hero a:not(.button):focus,
.global-header.color-theme-dark-bg + .global-main .page-standard-hero a:not(.button):hover {
  color: #F6F5FE;
}
.global-header.color-theme-dark-bg + .global-main .page-standard-hero .breadcrumb-item::after {
  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;
}
.global-header.color-theme-default + .global-main .page-standard-hero {
  color: var(--base-color-dark-blue);
}
.move-content-below-hero-up-sm + .main-content-wrapper {
  --pct: -4;
}
.move-content-below-hero-up-md + .main-content-wrapper {
  --pct: -8;
}
.move-content-below-hero-up-lg + .main-content-wrapper {
  --pct: -10;
}
.move-content-below-hero-up-xl + .main-content-wrapper {
  --pct: -12;
}
.move-content-below-hero-up-sm + .main-content-wrapper,
.move-content-below-hero-up-md + .main-content-wrapper,
.move-content-below-hero-up-lg + .main-content-wrapper,
.move-content-below-hero-up-xl + .main-content-wrapper {
  margin-top: calc(var(--pct) * 1%);
}
@media (min-width: 1435px) {
  .move-content-below-hero-up-sm + .main-content-wrapper,
  .move-content-below-hero-up-md + .main-content-wrapper,
  .move-content-below-hero-up-lg + .main-content-wrapper,
  .move-content-below-hero-up-xl + .main-content-wrapper {
    margin-top: calc(var(--pct) * 1435px / 100);
  }
}
.main-heading {
  margin-bottom: 1.3%;
  font-size: 1.8889em;
  font-weight: 900;
  line-height: 1.167;
  letter-spacing: 0.02em;
}
@media (min-width: 800px) {
  .main-heading {
    font-size: 2.5em;
    margin-bottom: 0.457879em;
  }
}
@media (min-width: 1000px) {
  .main-heading {
    font-size: 3.1667em;
    line-height: 1.038;
  }
}
@media (min-width: 800px) {
  .home .main-heading {
    font-size: 2.5em;
  }
}
@media (min-width: 1100px) {
  .home .main-heading {
    font-size: 3.1111em;
  }
}
@media (min-width: 1260px) {
  .home .main-heading {
    font-size: 4.3333em;
  }
}
.main-heading span.highlighted {
  color: #76eef9;
  background-color: #76eef9;
  background-image: linear-gradient(92.59deg, #B2FEFA 45.42%, #0ED2F7 95.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.hero-block-copy,
.hero-block-lead-in-copy {
  max-width: 45rem;
  margin: 0 auto calc(5% + var(--spacing-xs));
  font-size: 1em;
  line-height: 1.16;
  letter-spacing: 0.02125em;
}
@media (min-width: 800px) {
  .hero-block-copy,
  .hero-block-lead-in-copy {
    font-size: 1.2222em;
    line-height: 1.4;
  }
}
.hero-has-form .hero-block-copy {
  font-size: 1rem;
  max-width: 42em;
}
.hero-block-lead-in-copy {
  margin: var(--spacing-md) auto;
  text-shadow: 0px 1px 2px rgba(17, 11, 48, 0.2);
  font-size: 1.2778em;
}
@media (min-width: 720px) {
  .hero-block-lead-in-copy {
    font-size: 1.4444em;
  }
}
.hero-cta-wrapper {
  margin-top: var(--spacing-xl);
  margin-top: max(20px, min(8%, 35px));
  margin-top: clamp(20px, 8%, 35px);
}
.hero-cta-wrapper > .cta-link {
  margin-top: 0 !important;
}
.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  opacity: 0.05;
}
.bg-texture-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--dot-color, rgba(0, 0, 0, 0.05));
  left: auto;
  overflow: hidden;
}
.bg-texture-wrapper > .bg-texture--cascading-dots {
  height: 100%;
  max-height: 150vmin;
  width: auto;
  margin-right: calc(-150px - 10vw);
  vertical-align: bottom;
}
.hero-has-form .bg-texture-wrapper {
  max-width: 1000px;
  max-height: 1000px;
  top: auto;
}
@media (min-width: 620px) {
  .bg-texture-wrapper {
    top: -30%;
  }
}
.page-standard-hero-container {
  position: relative;
  z-index: 2;
  padding-bottom: var(--container-side-gutter);
  padding-top: calc(var(--container-side-gutter) * 1.5);
}
.vspace-bottom-sm > .page-standard-hero-container {
  padding-bottom: calc(var(--container-side-gutter) / 1.5);
}
.vspace-bottom-none > .page-standard-hero-container {
  padding-bottom: 0;
}
.vspace-bottom-lg > .page-standard-hero-container {
  padding-bottom: calc(var(--container-side-gutter) * 1.5);
}
.has-hero-scroll-down-icon .page-standard-hero-container {
  --addlPB: calc(var(--hero-scroll-down-icon-size) + var(--spacing-md));
}
.hero-has-clipped-image .page-standard-hero-container {
  padding-top: 7%;
}
@media (min-width: 1920px) {
  .hero-has-clipped-image .page-standard-hero-container {
    padding-top: calc(1920px / 100 * 7);
  }
}
.text-align-left .page-standard-hero-container,
.hero-has-media .page-standard-hero-container,
.hero-has-form .page-standard-hero-container {
  padding-top: 2%;
}
@media (min-width: 1920px) {
  .text-align-left .page-standard-hero-container,
  .hero-has-media .page-standard-hero-container,
  .hero-has-form .page-standard-hero-container {
    padding-top: calc(1920px / 100 * 2);
  }
}
.text-align-left:not(.hero-has-media):not(.hero-has-form) .page-standard-hero-container .main-heading:first-child {
  margin-top: calc(2.5% + 10px);
}
.page-standard-hero-container .breadcrumbs-wrapper + .hero-contents-wrapper .main-heading {
  margin-top: 0 !important;
}
.hero-has-form .page-standard-hero-container {
  padding-top: 5.1%;
}
@media (min-width: 720px) {
  .hero-form-wrapper .form-embed-wrapper {
    max-width: 35.8333rem;
    margin-left: auto;
  }
}
.hero-media-wrapper {
  margin-top: -2%;
}
.hero-has-media .hero-main-contents-wrapper,
.hero-has-form .hero-main-contents-wrapper {
  padding-top: var(--spacing-md);
  margin-bottom: var(--spacing-xxl);
}
.hero-has-media .breadcrumbs-wrapper + .hero-contents-wrapper .hero-main-contents-wrapper,
.hero-has-form .breadcrumbs-wrapper + .hero-contents-wrapper .hero-main-contents-wrapper {
  padding-top: 0;
}
@media (max-width: 619px) {
  .hero-has-media,
  .hero-has-form {
    --hero-scroll-down-icon-size: 0px;
  }
  .hero-has-media .has-mobile-hide-media .hero-main-contents-wrapper,
  .hero-has-form .has-mobile-hide-media .hero-main-contents-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
  }
  .hero-has-media .has-mobile-hide-media .hero-main-contents-wrapper .double-buttons,
  .hero-has-form .has-mobile-hide-media .hero-main-contents-wrapper .double-buttons {
    display: flex;
  }
  .hero-has-media .has-mobile-hide-media .hero-main-contents-wrapper .double-buttons .button,
  .hero-has-form .has-mobile-hide-media .hero-main-contents-wrapper .double-buttons .button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    flex: 1;
  }
  .hero-has-media .mobile-hide-media,
  .hero-has-form .mobile-hide-media {
    display: none;
  }
  .hero-has-media .hero-scroll-down-icon,
  .hero-has-form .hero-scroll-down-icon {
    display: none;
  }
}
@media (min-width: 620px) {
  .hero-has-media .start-display-none-for-mobile,
  .hero-has-form .start-display-none-for-mobile {
    display: block !important;
  }
}
@media (min-width: 620px) {
  .hero-has-media .hero-contents-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: calc(-1 * var(--spacing-md));
    margin-right: calc(-1 * var(--spacing-md));
  }
  .hero-has-media .hero-contents-wrapper .hero-main-contents-wrapper,
  .hero-has-media .hero-contents-wrapper .hero-media-wrapper {
    width: var(--desktop-flex-basis, 45.75%);
    max-width: var(--desktop-flex-basis, 45.75%);
    flex: 1 0 var(--desktop-flex-basis, 45.75%);
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    /* if the video is high resolution, keep it neat, otherwise it's too big */
  }
  .hero-has-media .hero-contents-wrapper .hero-main-contents-wrapper .self-sizing > video.embed-object,
  .hero-has-media .hero-contents-wrapper .hero-media-wrapper .self-sizing > video.embed-object {
    max-width: 480px;
    width: 100%;
  }
  .hero-has-media .hero-contents-wrapper .hero-main-contents-wrapper {
    padding-top: var(--spacing-md);
    width: var(--desktop-flex-basis, 54.25%);
    max-width: var(--desktop-flex-basis, 54.25%);
    flex: 1 0 var(--desktop-flex-basis, 54.25%);
    margin-bottom: var(--spacing-lg);
  }
  .hero-has-media .hero-contents-wrapper.align-center {
    align-items: center;
  }
}
@media (max-width: 620px) {
  .hero-has-media .hero-contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .hero-contents-wrapper.has-mobile-top-media .hero-media-wrapper {
    order: -1;
  }
}
@media (min-width: 720px) {
  .hero-has-form .hero-contents-wrapper {
    display: flex;
    align-items: flex-start;
    margin-left: calc(-1 * var(--spacing-md));
    margin-right: calc(-1 * var(--spacing-md));
  }
  .hero-has-form .hero-contents-wrapper .hero-main-contents-wrapper,
  .hero-has-form .hero-contents-wrapper .hero-form-wrapper {
    width: var(--desktop-flex-basis, 45.75%);
    max-width: var(--desktop-flex-basis, 45.75%);
    flex: 1 0 var(--desktop-flex-basis, 45.75%);
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  .hero-has-form .hero-contents-wrapper .hero-main-contents-wrapper {
    padding-top: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
  }
  .hero-has-form .hero-contents-wrapper .hero-form-wrapper {
    --desktop-flex-basis: 54.25%;
    margin-top: -1rem;
  }
}
@media (min-width: 1280px) {
  .hero-has-form .hero-contents-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-has-form .hero-contents-wrapper {
  align-items: flex-start;
}
.hero-has-form .hero-contents-wrapper .hero-form-wrapper {
  position: relative;
  margin-top: calc(2.5% + var(--spacing-lg));
  margin-bottom: -17%;
}
@media (min-width: 720px) {
  .hero-has-form .hero-contents-wrapper .hero-form-wrapper {
    margin-top: 0;
  }
}
.home .has-hero-scroll-down-icon .page-standard-hero-container {
  --addlPB: calc(var(--hero-scroll-down-icon-size));
}
.home .hero-scroll-down-icon {
  bottom: calc(var(--hero-scroll-down-icon-size) + var(--spacing-md));
}
.home .hero-contents-wrapper {
  padding-top: 1%;
  padding-bottom: 1%;
}
.home .page-standard-hero .eyebrow-bar {
  max-width: 13rem;
  height: 6px;
  width: 32%;
  margin-bottom: 3.5%;
}
.home .hero-cta-wrapper {
  position: relative;
  margin-top: calc(10% + var(--spacing-xl));
  /*&::before {
            content: "";
            position: absolute;
            top: calc(50% - 0.75px); //1.2rem;
            right: 100%;
            width: 50vw;
            border-bottom: 1.5px dashed #FFF;
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            opacity: 0;
            pointer-events: none;
        }*/
}
.home .page-standard-hero.has-been-intersected .hero-cta-wrapper::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transition: opacity 0.7s ease-out 0.35s, -webkit-clip-path 1.4s ease-in 0.35s;
  transition: clip-path 1.4s ease-in 0.35s, opacity 0.7s ease-out 0.35s;
  transition: clip-path 1.4s ease-in 0.35s, opacity 0.7s ease-out 0.35s, -webkit-clip-path 1.4s ease-in 0.35s;
}
@media (min-width: 620px) {
  .home .hero-has-media .hero-contents-wrapper .hero-main-contents-wrapper {
    width: var(--desktop-flex-basis, 51%);
    max-width: var(--desktop-flex-basis, 51%);
    flex: 1 0 var(--desktop-flex-basis, 51%);
  }
  .home .hero-has-media .hero-contents-wrapper .hero-media-wrapper {
    width: var(--desktop-flex-basis, 49%);
    max-width: var(--desktop-flex-basis, 49%);
    flex: 1 0 var(--desktop-flex-basis, 49%);
  }
}
.page-standard-hero:not(.hero-has-media):not(.hero-has-form) .hero-main-contents-wrapper > :last-child,
.page-standard-hero:not(.hero-has-media):not(.hero-has-form) .hero-block-copy > :last-child {
  margin-bottom: 0;
}
@media (min-width: 899px) {
}
@media (min-width: 899px) {
}
.hero-media-wrapper.media-type-image > .custom-image {
  width: auto;
  max-height: calc(45vmin + 55px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 620px) {
  .hero-media-wrapper img {
    max-width: var(--imageMaxWidthAtMobile, 100%);
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-clipped-image-outer-wrapper {
  position: absolute;
  top: var(--header-measured-height, 74px);
  bottom: 0;
  right: 0;
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-clipped-image {
  display: block;
  max-height: 100%;
  width: auto;
  margin: auto auto auto 0;
}
@media (max-width: 960px) {
  .hero-clipped-image {
    display: none;
  }
}
@media (min-width: 960px) {
  .hero-has-clipped-image .hero-main-contents-wrapper {
    width: 50%;
  }
}
.hero-scroll-down-icon {
  position: absolute;
  bottom: calc(var(--hero-scroll-down-icon-size) + var(--spacing-md) + 5%);
  left: calc(50% - var(--hero-scroll-down-icon-size) / 2);
  width: var(--hero-scroll-down-icon-size);
  height: var(--hero-scroll-down-icon-size);
  margin: auto;
  text-align: center;
  color: var(--hero-bg-graphic-color, rgba(255, 255, 255, 0.15));
  animation: levitate 1.75s ease 1s infinite alternate both;
}
.hero-scroll-down-icon:focus,
.hero-scroll-down-icon:hover {
  color: #F0F9FC;
  animation-play-state: paused;
}
.author__avatar > img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}
.post-attribution {
  display: flex;
}
.post-attribution .author {
  display: flex;
  align-items: center;
  margin-right: var(--spacing-xl);
}
.post-attribution .author__avatar {
  max-width: 2.3rem;
}
.post-attribution .author__avatar + .author__name {
  margin-left: var(--spacing-sm);
}
.post-attribution .author__name {
  font-size: 0.8889em;
}
.island {
  --island-padding: var(--island-base-padding);
  padding: var(--island-padding, var(--island-base-padding));
  border-radius: 1.1111em;
  box-shadow: var(--island-box-shadow);
  text-decoration: none !important;
  color: inherit;
}
@supports ( top: max(1%, 2px) ) {
  .island {
    --island-padding: max(var(--island-padding-percent, 2%), var(--island-base-padding));
  }
}
.island > :last-child {
  margin-bottom: 0;
}
.page-template-template-index .hero--index .search--index {
  margin-top: 6.15%;
  margin-bottom: -5.6%;
}
.page-template-template-index .page-standard-hero-container {
  z-index: 3;
}
.hero--index {
  text-align: center;
}
.hero--index .eyebrow-bar {
  margin-bottom: 4.8%;
  --eyebrow-bar-color: #DB2F78;
}
.hero--index .text-block-heading {
  margin-bottom: 1.3889rem;
  font-weight: 900;
}
.hero--index .text-block-copy {
  font-size: 1.3889rem;
  line-height: 1.45;
}
.hero--index .edge-divider-bottom.variety-hill-then-valley {
  --mt: -13.5%;
}
.hero--index .custom-select-wrapper .select-items-wrapper > * {
  white-space: nowrap;
}
.hero--index .search--index {
  margin-top: 8.7778rem;
}
.hero--index .search--index,
.hero--index .search--index form,
.hero--index .search--index .filters {
  display: flex;
  flex-wrap: wrap;
}
.hero--index .search--index .input-field {
  border: 0;
  border-radius: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  padding-left: 1.1111rem;
}
.hero--index .search--index form {
  margin-left: -25px;
  margin-right: -25px;
  flex-wrap: wrap;
  flex: 1;
}
.hero--index .search--index .filters {
  flex: 0 0 100%;
}
.hero--index .search--index .search__filter {
  flex: 0 0 calc(100% - var(--spacing-md)*2);
  margin: 0 var(--spacing-md) var(--spacing-md);
  position: relative;
}
.hero--index .search--index .search__filter .input-field {
  font-weight: 700;
  color: #DB2F78;
}
.hero--index .search--index .search__filter .input-field option {
  font-weight: normal;
  color: #000;
}
.hero--index .search--index .search__filter button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  margin-top: 0;
  border-radius: 0 30px 30px 0;
  pointer-events: none;
  background: #DB2F78;
  border-color: #DB2F78;
  color: #FFF;
}
.hero--index .search--index .search-field-wrapper {
  padding: 0;
  margin: 0 25px;
  flex: 1;
}
.hero--index .search--index .search-field-wrapper .input-field {
  font-size: 0.9444rem;
  padding-top: 1.2778rem;
  padding-bottom: 1.2778rem;
}
.hero--index .search--index .search-field-wrapper .input-embedded-button__button {
  width: 5.5rem;
  background-color: #00CEE1;
  border-color: #00CEE1;
  color: #3A23AD;
  border-radius: 0 30px 30px 0;
}
@media (min-width: 768px) {
  .hero--index .search--index .search__filter {
    flex: 1;
  }
  .hero--index .search--index .search-field-wrapper {
    flex: 0 1 100%;
  }
  .hero--index .search--index .search-field-wrapper .input-field {
    font-size: 1.3889rem;
    padding-top: 0.8333rem;
    padding-bottom: 0.8333rem;
  }
  .hero--index .search--index .input-field {
    padding-left: 2.4444rem;
  }
}
@media (min-width: 1024px) {
  .hero--index .search--index form {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
  }
  .hero--index .search--index .filters {
    flex: 0 1 53.71428571%;
    flex-wrap: nowrap;
  }
  .hero--index .search--index .search__filter {
    max-width: 325px;
  }
  .hero--index .search--index .search-field-wrapper {
    flex: 0 1 45.81245526%;
  }
}
.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.4444em;
  line-height: 1.16666667;
}
.hero--index .post-group .resource-media-block-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  border-radius: 1.1111em;
  background-size: cover;
  background-position: 50%;
  background-color: #C3BEFD;
  box-shadow: 0 0.6667em 1.3333em 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.7778em;
  }
  .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.2222em;
  }
}
.iframe-container > iframe {
  width: 1px;
  min-width: 100%;
}
.form-embed-wrapper {
  padding: 1.5556rem 2.7778rem;
  border-radius: 1.1111rem;
  background: var(--bg-white);
  box-shadow: var(--base-box-shadow);
}
.form-embed-wrapper iframe {
  height: 100%;
}
button .search-svg-wrapper {
  width: 1.9444rem;
  top: -2px;
  position: relative;
  left: -2px;
}
.custom-select-wrapper {
  position: relative;
  color: #000;
  text-shadow: none;
  border: 0;
  border-radius: 30px;
  box-shadow: var(--base-box-shadow);
  background: #FFF;
}
.custom-select-wrapper,
.custom-select-wrapper .select-selected {
  width: 100%;
  height: 3.433rem;
  text-transform: capitalize;
}
.custom-select-wrapper .select-selected {
  padding: 0.6em 1.4em 0.5em 0.8em;
  padding: 0 calc(5.5rem + 1.6667rem) 0 1.111rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 3.433rem;
  color: #DB2F78;
  text-align: left;
  cursor: pointer;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select-wrapper .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  right: auto;
  min-width: 100%;
  padding: 1rem 0;
}
.custom-select-wrapper .select-items-wrapper {
  padding: 1rem 2.4444rem;
  border-radius: 1.6667rem;
  box-shadow: var(--base-box-shadow);
  background-color: #FFF;
  color: #361642;
}
.custom-select-wrapper .select-items-wrapper > * {
  border: 0;
  padding: 0.5556rem 0;
  cursor: pointer;
}
.custom-select-wrapper .select-items-wrapper > *:hover {
  color: #DB2F78;
}
.custom-select-wrapper .select-hide {
  display: none;
}
@media (min-width: 1000px) {
  .custom-select-wrapper .select-selected {
    padding-left: 2.4444rem;
  }
}
.page-standard-hero.text-align-center .page-standard-hero-container .select-items-wrapper {
  text-align: left;
}
.post-preview {
  display: flex;
}
.post-preview__image-container {
  flex: 0 1 39%;
  margin-right: 15px;
}
.post-preview__image-wrapper {
  position: relative;
  padding-bottom: 63.07692308%;
  padding-bottom: 56.25%;
}
.post-preview__image-wrapper .ratio--thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #CCC;
}
.post-preview__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-preview__meta {
  font-weight: 800;
}
.post-preview__meta,
.post-preview__date {
  font-size: 1rem;
  color: #707070;
}
.post-preview__title {
  font-size: 1.1111rem;
  font-weight: bold;
  color: #4C3CE2;
  line-height: 1.2;
}
.post-preview__title a {
  text-decoration: none;
}
.post-preview__title a:hover {
  color: #000;
}
.post-preview__date {
  margin-top: auto;
  margin-bottom: 0;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
  max-width: 100%;
  height: auto;
}
.alignnone {
  display: block;
  margin: 0 0 var(--spacing-md);
}
.aligncenter {
  display: block;
  margin: 0 auto var(--spacing-md);
}
.alignleft,
.alignright {
  display: block;
  margin-bottom: var(--spacing-md);
}
@media (min-width: 640px) {
  .alignleft,
  .alignright {
    max-width: 50%;
    height: auto;
  }
  .alignleft {
    float: left;
    margin: 0 var(--spacing-xl) var(--spacing-md) 0;
  }
  .alignleft .alignleft {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: auto;
  }
  .alignleft.wp-caption {
    margin: 0 var(--spacing-xl) var(--spacing-md) 0;
  }
  .alignleft.wp-caption + ul,
  .alignleft.wp-caption + ol {
    list-style-position: inside;
  }
  .alignright {
    float: right;
    margin: 0 0 var(--spacing-md) var(--spacing-xl);
  }
  .alignright .alignright {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: auto;
  }
  .alignright.wp-caption {
    margin: 0 0 var(--spacing-md) var(--spacing-xl);
  }
}
@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;
  }
}
img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
blockquote {
  position: relative;
  padding: calc(4% + 17px);
  border: 0;
  background: url("/wp-content/themes/SearchSpring-Theme/dist//images/quote.svg") no-repeat 0 0;
  background-size: 23px auto;
  color: #8D8D8D;
  font-size: 1.3333rem;
  font-size: max(1.15em, min(0.5vw + 1em, 1.3333em));
  font-size: clamp(1.15em, 0.5vw + 1em, 1.3333em);
  line-height: 1.45833333;
  margin: 3.8889rem 0;
}
blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 100%;
  width: 4px;
  background: url("/wp-content/themes/SearchSpring-Theme/dist//images/dash-pattern@2x.png") repeat-y 0 0;
  background-size: 8px auto;
}
blockquote:before {
  height: 4px;
  left: 30px;
  top: 0;
  width: 40%;
  border: 0;
  background-repeat: repeat-x;
}
.column--sidebar .recent-resource-group {
  margin: auto;
}
.single .main-content-wrapper--single .module:not(.bg-is-not-transparent) .module-container,
.single .main-content-wrapper--single .module.module--chapter_heading .module-container {
  padding-left: 0;
  padding-right: 0;
}
.single .main-content-wrapper--single .module:last-child.bg-is-not-transparent {
  margin-bottom: 9.4444rem;
}
.single .entry-content h2,
.single .module--classic_editor h2,
.single .entry-content h3,
.single .module--classic_editor h3,
.single .entry-content h4,
.single .module--classic_editor h4,
.single .entry-content h5,
.single .module--classic_editor h5,
.single .entry-content h6,
.single .module--classic_editor h6 {
  margin-top: 1.5em;
}
.single .module--chapter_heading + .module--classic_editor h2:first-child,
.single .module--chapter_heading + .module--classic_editor h3:first-child,
.single .module--chapter_heading + .module--classic_editor h4:first-child,
.single .module--chapter_heading + .module--classic_editor h5:first-child,
.single .module--chapter_heading + .module--classic_editor h6:first-child,
.single .module--chapter_heading + .module--classic_editor *:first-child {
  margin-top: 0;
}
.single .main-content-wrapper {
  flex-wrap: wrap;
}
.single .hero-has-clipped-image .page-standard-hero-container {
  padding-top: 2.9%;
}
.single .page-standard-hero .author {
  display: flex;
  align-items: center;
}
.single .page-standard-hero .author__avatar {
  width: 3.8889rem;
  width: clamp(2.5rem, 20px + 2.5vw, 3.8889rem);
  margin-right: 15px;
}
.single .page-standard-hero .author__label {
  font-weight: normal;
  font-size: 1.3333em;
}
.single .page-standard-hero .author__name {
  font-weight: bold;
}
@media (max-width: 999px) {
  .single .page-standard-hero .author {
    margin-top: var(--spacing-md);
    font-size: 0.75em;
  }
}
.single .main-heading {
  font-size: 1.6667rem;
}
.single .column {
  flex: 0 1 100%;
}
.single .column--content {
  margin-bottom: 3.3333rem;
}
.single .column--content .flexible-content-outer-wrapper {
  overflow: visible;
}
.single .column--sidebar .recent-resources .post-preview {
  padding-bottom: 2.3333rem;
  margin-bottom: 2.3333rem;
  border-bottom: 3px dotted #707070;
}
.single .column--sidebar .recent-resources .post-preview:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.single .column--sidebar .box {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  background: #4C3CE2;
  border-radius: 21px;
  padding: 1.5556rem 2.5556rem 2rem 2.5556rem;
  margin-bottom: 4.2222rem;
}
.single .column--sidebar .box__title {
  color: #FFF;
  font-size: 1.1111rem;
  font-weight: bold;
  margin-bottom: 0.33em;
}
.single .column--sidebar .box__description {
  color: #FFF;
  font-size: 1.3333rem;
  line-height: 1.45833333;
  margin-bottom: 1em;
}
.single .column--sidebar .box .input-field {
  border: 0;
}
.single .column--sidebar .box button {
  background: #00CEE1;
  color: #3A23AD;
}
.single .column--sidebar .box--subscribe .box__title {
  font-size: 2.2222rem;
  line-height: 1.125;
}
.single .column--sidebar .box--meta {
  background: #FFF;
  text-align: center;
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}
.single .column--sidebar .box--meta .meta__logo {
  margin-top: 1.1111rem;
  margin-bottom: 1.1111rem;
}
.single .column--sidebar .box--meta .meta-heading,
.single .column--sidebar .box--meta .meta-content {
  color: #000;
  text-transform: none;
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}
.single .column--sidebar .box--meta .meta-heading ul,
.single .column--sidebar .box--meta .meta-content ul {
  margin-bottom: 0;
}
.single .column--sidebar .box--meta .meta-heading {
  font-weight: bold;
}
.single .column--sidebar .box--metric {
  color: #FFF;
  font-size: 1rem;
}
.single .column--sidebar .box--metric.bg--pink {
  background: #DB2F78;
}
.single .column--sidebar .box--metric.bg--purple {
  background: #8F6AF6;
}
.single .column--sidebar .box--metric.bg--blue {
  background: #00CEE1;
}
.single .column--sidebar .box--metric .metric__number {
  font-size: 4.4444rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1000px) {
  .single .main-heading {
    font-size: 3.3333rem;
  }
  .single .main-content-wrapper {
    flex-wrap: nowrap;
  }
  .single .column {
    flex: 0 1 50%;
  }
  .single .column--content {
    flex: 0 1 57.5%;
    margin-bottom: 0;
  }
  .single .column--content .flexible-content-outer-wrapper {
    overflow: visible;
  }
  .single .column--sidebar {
    flex: 0 1 33.90243902%;
    padding-left: 1.9444rem;
    margin-right: 0;
  }
}
.single .social-sharing > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  margin-top: -5px;
}
.single .social-sharing > ul li {
  margin: 5px;
}
.single .social-icon-link {
  background: #3A23AD;
  color: #FFF;
  width: 1.6em;
  height: 1.6em;
  font-size: 0.9028rem;
}
.single .post-meta {
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
  border-bottom: 3px dashed #C3BEFD;
}
.single .post-meta > .meta-section {
  padding: 0 30px 0 0;
  flex: 0 1 50%;
  margin-bottom: 30px;
}
.single .post-meta > .meta-section:first-child {
  flex: 0 1 100%;
}
.single .meta-heading {
  font-size: 0.8889rem;
  font-weight: 800;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.single .meta-content {
  font-size: 1.1111rem;
  color: #707070;
}
.single .meta-content a {
  text-decoration: none;
  color: #707070;
}
.single .meta-content a:hover {
  text-decoration: underline;
}
.single .meta-taxonomy ul {
  list-style: none;
  padding: 0;
}
.single .meta-taxonomy li {
  display: inline-block;
}
.single .meta-taxonomy li:after {
  content: ", ";
}
.single .meta-taxonomy li:last-child:after {
  content: "";
  display: none;
}
.single .meta-section--full {
  text-align: center;
  color: #000;
}
.single .meta-section--full a {
  color: #00CEE1;
  text-decoration: underline;
}
.single .meta-section--full a:hover {
  text-decoration: none;
}
.single .meta-section--full .meta-heading,
.single .meta-section--full .meta-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  font-size: 1.1111rem;
}
.single .meta-section--full .meta-heading {
  color: #000;
  text-transform: none;
  font-weight: normal;
}
.single .meta-section--full.meta-taxonomy ul {
  margin-bottom: 0;
}
.single .meta-section--full.meta-taxonomy li {
  margin-right: 9px;
}
.single .meta-section--full.meta-taxonomy li:last-child {
  margin-right: 0;
}
.single .meta-section--full.meta-taxonomy li:after {
  content: "";
  display: none;
}
.single .box .input-field {
  padding-top: 0.667em;
  padding-bottom: 0.667em;
  font-size: 1.3889rem;
}
.single .box button {
  border: 0;
}
.single .module--cta .cta-wrapper.has-image {
  padding-top: 3.3333rem;
  padding-bottom: 2.6111rem;
}
.single .module--cta .cta-wrapper.has-image .cta-image {
  position: relative;
  width: 100%;
  margin-bottom: -2.6111rem;
  right: auto;
  text-align: left;
  justify-content: center;
}
@media (min-width: 840px) {
  .single .module--cta .cta-wrapper.has-image .cta-image {
    position: absolute;
    width: 50%;
    right: 0;
    margin-bottom: 0;
    text-align: right;
    justify-content: flex-end;
  }
}
@media (min-width: 1000px) {
  .single .module--cta .cta-wrapper.has-image {
    align-items: center;
  }
  .single .module--cta .cta-wrapper.has-image .cta-image {
    position: relative;
    width: 100%;
    margin-bottom: -2.6111rem;
    right: auto;
    text-align: left;
    justify-content: center;
  }
}
@media (min-width: 1300px) {
  .single .module--cta .cta-wrapper.has-image {
    align-items: flex-start;
  }
  .single .module--cta .cta-wrapper.has-image .cta-heading,
  .single .module--cta .cta-wrapper.has-image .cta-links-wrapper {
    max-width: 50%;
    padding-right: 0;
  }
  .single .module--cta .cta-wrapper.has-image .cta-image {
    position: absolute;
    width: 50%;
    right: 0;
    margin-bottom: 0;
    text-align: right;
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .single .post-meta {
    flex-wrap: nowrap;
  }
  .single .post-meta > .meta-section,
  .single .post-meta > .meta-section:first-child {
    flex: 1;
    margin-bottom: 24px;
  }
}
/*  Single Hero */
.single .page-standard-hero {
  background: #8620f9;
  background: linear-gradient(135deg, #8620f9 0%, #002199 100%);
}
.single .hero-clipped-image {
  margin-bottom: 0;
  max-width: 100%;
}
.single .hero-clipped-image-outer-wrapper {
  height: calc(100% - 11vw);
  width: 57%;
}
/*  Authors */
.single .module--authors .author {
  text-align: center;
}
.single .module--authors .author__label {
  margin-top: 1em;
  margin-bottom: 1em;
}
.single .module--authors .author__avatar {
  width: 150px;
}
.single .module--authors .author__bio {
  max-width: 924px;
  margin: 0 auto;
}
.author__label {
  font-size: 1.6667rem;
  font-weight: bold;
}
.author__title {
  font-weight: normal;
}
.author__title:before {
  content: "-";
  font-weight: bold;
  padding: 0 0.25em;
}
.author__bio {
  font-size: 0.8889rem;
}
/* Posts */
.single-post .main-content-wrapper + .related_resources-wrapper,
.single-news .main-content-wrapper + .related_resources-wrapper {
  padding-top: calc(4% + 40px + var(--addlPT, 0px));
}
/*  Guides & Webinars */
.single-guides .main-content-wrapper--single,
.single-webinars .main-content-wrapper--single,
.single--gated .main-content-wrapper--single {
  margin-top: 0;
}
.single-guides .hero__content,
.single-webinars .hero__content,
.single--gated .hero__content {
  position: relative;
  z-index: 2;
  padding: 6% 0 calc(var(--header-measured-height, 70px) + 17vw);
  color: #FFF;
}
.single-guides .hero__content .breadcrumb-item:not(:last-child)::after,
.single-webinars .hero__content .breadcrumb-item:not(:last-child)::after,
.single--gated .hero__content .breadcrumb-item:not(:last-child)::after {
  color: #FFF;
}
.single-guides .hero__content .hero-block-copy,
.single-webinars .hero__content .hero-block-copy,
.single--gated .hero__content .hero-block-copy {
  margin-left: 0;
  font-weight: normal;
}
.single-guides .hero__bg,
.single-webinars .hero__bg,
.single--gated .hero__bg {
  position: absolute;
  background: #8620f9;
  background: linear-gradient(135deg, #8620f9 0%, #002199 100%);
  top: 0;
  margin-left: calc(-1 * var(--container-side-gutter));
  margin-top: calc(-1 * var(--header-measured-height, 70px));
  width: calc(100 * var(--trueVw, 1vw));
  height: 100%;
}
.single-guides .hero__bg .edge-divider-bottom,
.single-webinars .hero__bg .edge-divider-bottom,
.single--gated .hero__bg .edge-divider-bottom {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.single-guides .hero__bg .edge-divider-bottom .edge-divider-image,
.single-webinars .hero__bg .edge-divider-bottom .edge-divider-image,
.single--gated .hero__bg .edge-divider-bottom .edge-divider-image {
  margin-left: -90px;
  min-width: 1260px;
}
.single-guides .hero__bg::after,
.single-webinars .hero__bg::after,
.single--gated .hero__bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: -1px;
  background: linear-gradient(to top, #FFF, #FFF 3px, transparent 3px, transparent 100%);
  pointer-events: none;
}
.single-guides .main-content-wrapper--single,
.single-webinars .main-content-wrapper--single,
.single--gated .main-content-wrapper--single {
  flex-wrap: wrap;
  padding-top: var(--header-measured-height, 70px);
}
.single-guides .main-content-wrapper--single > .column--sidebar,
.single-webinars .main-content-wrapper--single > .column--sidebar,
.single--gated .main-content-wrapper--single > .column--sidebar {
  flex: 1 0 100%;
  margin-right: auto;
}
.single-guides .main-content-wrapper--single img,
.single-webinars .main-content-wrapper--single img,
.single--gated .main-content-wrapper--single img {
  max-width: 100%;
}
@media (min-width: 1000px) {
  .single-guides .hero-form-wrapper,
  .single-webinars .hero-form-wrapper,
  .single--gated .hero-form-wrapper {
    padding: 15% 0 0;
  }
  .single-guides .single-webinars__hero + .post-meta,
  .single-webinars .single-webinars__hero + .post-meta,
  .single--gated .single-webinars__hero + .post-meta,
  .single-guides .single-ebooks__hero + .post-meta,
  .single-webinars .single-ebooks__hero + .post-meta,
  .single--gated .single-ebooks__hero + .post-meta {
    position: relative;
    margin-top: -23%;
  }
  .single-guides .hero-form-wrapper .form-embed-wrapper,
  .single-webinars .hero-form-wrapper .form-embed-wrapper,
  .single--gated .hero-form-wrapper .form-embed-wrapper {
    position: sticky;
    max-width: 645px;
    margin-right: 0;
  }
  .single-guides .main-content-wrapper--single,
  .single-webinars .main-content-wrapper--single,
  .single--gated .main-content-wrapper--single {
    flex-wrap: nowrap;
  }
  .single-guides .main-content-wrapper--single > .column--content,
  .single-webinars .main-content-wrapper--single > .column--content,
  .single--gated .main-content-wrapper--single > .column--content {
    flex: 0 1 62%;
    padding-right: 76px;
  }
  .single-guides .main-content-wrapper--single > .column--sidebar,
  .single-webinars .main-content-wrapper--single > .column--sidebar,
  .single--gated .main-content-wrapper--single > .column--sidebar {
    flex: 0 1 38%;
    padding-left: 76px;
    padding-right: 40px;
    margin-right: 0;
  }
  .single-guides .hero__bg .edge-divider-bottom .edge-divider-image,
  .single-webinars .hero__bg .edge-divider-bottom .edge-divider-image,
  .single--gated .hero__bg .edge-divider-bottom .edge-divider-image {
    margin-left: 0;
  }
}
@media (max-width: 1260px) {
  .single-guides .hero__content,
  .single-webinars .hero__content,
  .single--gated .hero__content {
    padding: 6% 0 calc(var(--header-measured-height, 70px) + 13.8889rem);
  }
}
@media (min-width: 1620px) {
  .single-guides .hero__bg,
  .single-webinars .hero__bg,
  .single--gated .hero__bg {
    margin-left: calc((-100vw + 1435px) / 2);
  }
}
/*  Guides */
@media (max-width: 1260px) {
  .single-guides .hero__content {
    padding-bottom: calc(var(--header-measured-height, 70px) + 13.8889rem + 52px + var(--spacing-md));
  }
}
.single-guides .jump-nav,
.single-guides .box {
  position: relative;
  margin-bottom: 2em;
}
.single-guides .jump-nav button,
.single-guides .box button {
  border: 0;
  bottom: 0;
  margin-top: 0;
}
.single-guides .column--content {
  margin-bottom: 0;
}
.single-guides .column--sidebar .jump-nav,
.single-guides .column--sidebar .box {
  margin-bottom: 4.2222rem;
}
.single-guides .box {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
}
.single-guides .box__title {
  color: #FFF;
  font-size: 1.1111rem;
  font-weight: bold;
  margin-bottom: 0.33em;
}
.single-guides .box .input-field {
  border: 0;
}
.single-guides .box button {
  background: #00CEE1;
  color: #3A23AD;
}
.single-guides .jump-nav {
  position: sticky;
  top: calc(var(--header-measured-height, 100px) + 20px);
  z-index: 5;
}
.single-guides .jump-nav .custom-select-wrapper .button,
.single-guides .jump-nav .custom-select-wrapper .select-selected {
  z-index: 101;
}
.single-guides .jump-nav .custom-select-wrapper .select-selected {
  z-index: 100;
  position: relative;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  color: #8F6AF6;
}
.single-guides .jump-nav .custom-select-wrapper .select-selected > div {
  display: none;
}
.single-guides .jump-nav .custom-select-wrapper .select-items {
  padding: 1rem;
  margin-top: -3rem;
}
.single-guides .jump-nav .custom-select-wrapper .select-items-wrapper {
  padding-top: 3rem;
  max-height: 67vh;
  overflow: hidden;
  overflow-y: auto;
}
.single-guides .jump-nav .custom-select-wrapper .select-items-wrapper > * {
  font-weight: bold;
  color: #00CEE1;
  font-size: 1.1111rem;
  border-bottom: 1px dotted #000;
  padding: 0.5em 0;
}
.single-guides .jump-nav .custom-select-wrapper .select-items-wrapper > *:last-child {
  border-bottom: 0;
}
.single-guides .jump-nav .custom-select-wrapper .select-items-wrapper > * > div {
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
  line-height: 1.2;
}
.single-guides .jump-nav .input-field {
  font-weight: 700;
  color: #8F6AF6;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  padding-left: 2.4444rem;
}
.single-guides .jump-nav .input-field option {
  font-weight: normal;
  color: #000;
}
.single-guides .jump-nav button {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5rem;
  border-radius: 0 30px 30px 0;
  pointer-events: none;
  background: #8F6AF6;
  border-color: #8F6AF6;
  color: #FFF !important;
}
.single-guides .single-guides__hero {
  position: relative;
}
.single-guides .single-guides__hero ~ .jump-nav {
  margin-top: -15.5556rem;
}
@media (max-width: 999px) {
  .single-guides .single-guides__hero ~ .jump-nav {
    margin-top: calc(-1 * var(--header-measured-height, 70px) - 15.5556rem - var(--spacing-md));
    margin-bottom: calc(52px + var(--spacing-md) * 2 + 5%);
  }
}
.single-guides .module--chapter_heading {
  margin: calc(-1.8815% / 2 - 8px) 0 calc(-1.8815% * 1.5 - 8px);
}
@media (min-width: 1435px) {
  .single-guides .module--chapter_heading {
    margin: calc((1435px / 2 * -1.8815 / 100) - 8px) 0 calc((1435px * 1.5 * -1.8815 / 100) - 8px);
  }
}
.single-guides .module--chapter_heading .module-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-guides .chapter-heading {
  color: #00CEE1;
  font-size: 1.9444rem;
  font-weight: bold;
}
.single-guides .sidebar-content {
  max-width: 27.4444rem;
  margin-left: auto;
  margin-right: auto;
}
.single-guides .main-content-wrapper--single hr {
  background: none;
  border-bottom: 3px dashed #C3BEFD;
}
.single-guides .main-content-wrapper--single > .column--sidebar .box {
  background: #4C3CE2;
  border-radius: 21px;
  padding: 1.5556rem 2.5556rem 2rem 2.5556rem;
}
@media (min-width: 1000px) {
  .single-guides .jump-nav {
    position: relative;
    margin-top: 0;
    top: auto;
  }
  .single-guides .single-guides__hero ~ .post-meta {
    margin-top: -9.4444rem;
  }
  .single-guides .sidebar-content {
    position: sticky;
    top: calc(var(--header-measured-height, 90px) + 20px);
    margin-right: 0;
  }
  .single-guides .column--content {
    margin-bottom: 3.3333rem;
  }
  .single-guides .main-content-wrapper--single > .column--sidebar {
    padding-top: 120px;
  }
}
@media (min-width: 1400px) {
  .single-guides .single-guides__hero ~ .post-meta {
    margin-top: calc(-9.4444rem - 2vw);
  }
}
/*  Webinars */
.single-webinars .ebook_page_above_fold,
.single--gated .ebook_page_above_fold {
  margin-top: 0 !important;
}
.single-webinars__hero,
.single--gated__hero,
.single-webinars .single-ebooks__hero,
.single--gated .single-ebooks__hero {
  position: relative;
}
.single-webinars__hero + .post-meta,
.single--gated__hero + .post-meta,
.single-webinars .single-ebooks__hero + .post-meta,
.single--gated .single-ebooks__hero + .post-meta {
  position: relative;
  margin-top: -11.1111rem;
}
.single-webinars .related_resources-wrapper--single,
.single--gated .related_resources-wrapper--single {
  margin-top: calc(4% + 40px + var(--addlPT, 0px));
}
.single-webinars .main-content-container,
.single--gated .main-content-container {
  max-width: none;
  padding: 3.3333rem 0 0;
  /*
                .ebook_page_content_right,
                .ebook_page_above_fold,
                #fold_image_resource,
                .ab-container-inside {
                    display: none;
                }
                #fold_image_resource {
                    display: none !important;
                }
                .ebook_page_content_left {
                    margin: 0 !important;
                    float: none;
                    width: 100% !important;
                }
                */
}
.single-webinars .main-content-container .ebook_page_content_container,
.single--gated .main-content-container .ebook_page_content_container {
  margin: 0 auto !important;
}
.single-webinars .hero-form-wrapper,
.single--gated .hero-form-wrapper {
  padding: 0;
  height: 100%;
}
.single-webinars .hero-form-wrapper .form-embed-wrapper,
.single--gated .hero-form-wrapper .form-embed-wrapper {
  top: calc(var(--header-measured-height, 100px) + 20px);
  max-width: 645px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 32px;
}
.single-webinars .speakers-section,
.single--gated .speakers-section {
  padding-top: 2.5rem;
  border-top: 0.1667rem dashed #C3BEFD;
}
.single-webinars .speakers__headline,
.single--gated .speakers__headline {
  font-size: var(--h3-font-size);
  margin-bottom: 5rem;
}
.single-webinars .speaker,
.single--gated .speaker {
  overflow: hidden;
  margin: 0 auto 3.8889rem;
  max-width: 600px;
  text-align: center;
}
.single-webinars .speaker__avatar,
.single--gated .speaker__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 158px;
  margin: 0 auto 1em;
}
.single-webinars .speaker__avatar > img,
.single--gated .speaker__avatar > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-webinars .speaker__name,
.single--gated .speaker__name {
  font-size: 1.5556rem;
  font-weight: 800;
}
.single-webinars .speaker__title,
.single--gated .speaker__title {
  font-size: 1.2778rem;
}
.single-webinars .speaker__description,
.single--gated .speaker__description {
  margin-top: 1.3333rem;
  font-size: 1rem;
}
.single-webinars .hero-form-wrapper,
.single--gated .hero-form-wrapper {
  display: none;
}
.single-webinars .main-content-wrapper--single .main-content-container + .form-wrapper,
.single--gated .main-content-wrapper--single .main-content-container + .form-wrapper {
  margin-bottom: 4rem;
}
@media (min-width: 1000px) {
  .single-webinars .hero-form-wrapper,
  .single--gated .hero-form-wrapper {
    padding: 15% 0 0;
    display: block;
  }
  .single-webinars .main-content-wrapper--single .column--content .form-wrapper,
  .single--gated .main-content-wrapper--single .column--content .form-wrapper {
    color: #000;
    display: none;
  }
  .single-webinars .main-content-wrapper--single .main-content-container + .form-wrapper,
  .single--gated .main-content-wrapper--single .main-content-container + .form-wrapper {
    display: none;
  }
  .single-webinars .single-webinars__hero + .post-meta,
  .single--gated .single-webinars__hero + .post-meta,
  .single-webinars .single-ebooks__hero + .post-meta,
  .single--gated .single-ebooks__hero + .post-meta {
    position: relative;
    margin-top: -23%;
  }
  .single-webinars .hero-form-wrapper .form-embed-wrapper,
  .single--gated .hero-form-wrapper .form-embed-wrapper {
    position: sticky;
    max-width: 550px;
    margin-right: 0;
  }
  .single-webinars .main-content-wrapper--single,
  .single--gated .main-content-wrapper--single {
    flex-wrap: nowrap;
  }
  .single-webinars .hero__bg .edge-divider-bottom .edge-divider-image,
  .single--gated .hero__bg .edge-divider-bottom .edge-divider-image {
    margin-left: 0;
  }
  .single-webinars .speaker,
  .single--gated .speaker {
    text-align: left;
    margin: 0 0 3.8889rem;
    max-width: none;
  }
  .single-webinars .speaker__avatar,
  .single--gated .speaker__avatar {
    float: left;
    margin: 0;
  }
  .single-webinars .speaker__text,
  .single--gated .speaker__text {
    float: right;
    padding: 0 2.5556rem;
    width: calc(100% - 178px);
  }
}
@media (min-width: 1000px) {
  .single.single--gated .main-content-wrapper--single {
    flex-wrap: nowrap;
  }
  .single.single--gated .main-content-wrapper--single > .column--content {
    padding-right: 40px;
  }
  .single.single--gated .main-content-wrapper--single > .column--sidebar {
    margin-left: auto;
    margin-right: 0;
    flex: 1 0 42.65625%;
  }
}
.single-webinars.single--open .main-content-wrapper--single {
  padding-top: 0;
  margin-top: -3.67%;
}
/*  Case Studies */
.single-case-studies .hero-background-image {
  opacity: 1;
}
.single-case-studies .post-meta {
  border: 0;
}
.single-case-studies .flexible-content-outer-wrapper--footer .module-container,
.single-case-studies .post-content-modules .module-container,
.single-case-studies .flexible-content-outer-wrapper--main .module--image_bubble_text .module-container {
  padding-top: 0;
}
@media (min-width: 1000px) {
  .single-case-studies .sidebar-content {
    position: relative;
    top: auto;
    margin-top: -100px;
  }
  .single-case-studies .sidebar-content .box:last-child {
    margin-bottom: 0;
  }
  .single-case-studies .column--sidebar {
    padding-left: 3.8889rem;
  }
}
.main-content-wrapper--single {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-top: var(--header-measured-height, 70px);
}
.main-content-wrapper--single img {
  max-width: 100%;
  height: auto;
}
.main-content-wrapper--single .main-content-container {
  padding: 4rem 0 0;
  padding-bottom: calc(1.8815% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .main-content-wrapper--single .main-content-container {
    padding-bottom: calc((1435px * 1.8815 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.main-content-wrapper--single .main-content-container .module-container--classic_editor {
  padding: 0;
}
.hero-has-dark-theme + .main-content-wrapper--single .main-content-container {
  padding: 4rem 0 0;
}
.main-content-wrapper--single > .column--content {
  position: relative;
}
.main-content-wrapper--single > .column--sidebar {
  flex: 0 1 494px;
  margin-left: auto;
  margin-right: auto;
}
.main-content-wrapper--single .resource-media-block {
  margin-left: -38px;
  margin-right: -38px;
}
.main-content-wrapper--single .resource-media-block.card {
  flex: 0 1 calc(100% - 76px);
}
.main-content-wrapper--single .resource-media-block--full.card {
  flex: 1 1 100%;
}
@media (min-width: 1250px) {
  .main-content-wrapper--single .resource-media-block.card {
    flex: 0 1 calc(50% - 76px);
  }
  .main-content-wrapper--single .resource-media-block--full.card {
    flex: 1 1 100%;
  }
}
@media (min-width: 1000px) {
  .main-content-wrapper--single > .column--content {
    flex: 0 1 62%;
    position: relative;
    padding-right: 4.2222rem;
  }
  .main-content-wrapper--single > .column--sidebar {
    flex: 0 1 38%;
    padding-left: 4.2222rem;
    padding-right: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1530px) {
  .main-content-wrapper--single > .column--sidebar {
    padding-right: 1.6rem;
  }
}
.page-standard-hero + .main-content-wrapper--single {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 587px) {
}
@media (min-width: 840px) {
}
@media (min-width: 1000px) {
}
@media (min-width: 1440px) {
}
.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: 1.1111em;
  margin-bottom: var(--wp-caption-img-mb, var(--spacing-md));
}
.wp-caption.alignleft,
.wp-caption.alignright {
  --wp-caption-img-mb: var(--spacing-sm);
}
.wp-caption-text {
  margin-bottom: 0;
  font-size: 0.8889em;
  font-weight: 300;
  text-align: center;
}
.in-content-callout.bg--pink .in-content-element__content,
.in-content-statistic.bg--pink .in-content-element__content {
  background-color: #DB2F78;
  color: #FFF;
}
.in-content-callout.bg--purple .in-content-element__content,
.in-content-statistic.bg--purple .in-content-element__content {
  background-color: #4C3CE2;
  color: #FFF;
}
.in-content-callout.bg--blue .in-content-element__content,
.in-content-statistic.bg--blue .in-content-element__content {
  background-color: #00CEE1;
  color: #FFF;
}
.in-content-callout__content,
.in-content-statistic__content {
  padding: 1.9444rem 1.6667rem;
}
.single .module--classic_editor .in-content-callout,
.in-content-callout {
  margin-bottom: var(--spacing-md);
}
.single .module--classic_editor .in-content-callout .heading,
.in-content-callout .heading {
  font-size: 1.9444rem;
  font-weight: normal;
  margin: 0 0 1.1em 0;
  line-height: 1.367;
  letter-spacing: 0.0175em;
}
.in-content-statistic-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.83335em 0;
}
.in-content-statistic-group .in-content-statistic {
  min-width: 11em;
  width: calc(33.333% - 1.6667em * 2) !important;
  margin: 0 0.83335em 1.6667em;
  flex: 1 1 calc(33.333% - 1.6667em * 2);
}
.in-content-statistic-group .in-content-statistic__content {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .in-content-statistic-group .in-content-statistic:first-child:last-child {
    min-width: 0;
    max-width: 33%;
  }
}
.in-content-statistic {
  font-size: 1em;
  line-height: 1.39;
}
.in-content-statistic__content {
  padding: 2.7222em 2.1667em;
  margin-bottom: var(--spacing-md);
}
.in-content-statistic .number {
  font-size: 4.2222em;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1679px) {
  .image_bubble_text-wrapper .in-content-statistic .number {
    font-size: 3.7222em;
  }
}
.in-content-statistic.format--full .in-content-statistic__content {
  width: 100%;
  border-radius: 12px;
  font-size: 1.1111em;
  font-weight: bold;
}
.page-template-template--two-col .main-content-wrapper > .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.page-template-template--two-col .main-content-wrapper .resource-group-container,
.page-template-template--two-col .main-content-wrapper .post-preview {
  width: 100%;
}
.page-template-template--two-col .flexible-content-outer-wrapper > .module:first-child .module-container {
  padding-top: 0;
}
.page-template-template--two-col .column {
  flex: 0 1 100%;
  padding: 0 calc(var(--container-side-gutter));
  margin-bottom: var(--spacing-md);
}
.page-template-template--two-col .column-headline {
  font-size: 1.9444rem;
}
.page-template-template--two-col .column--content .resource-media-block.card {
  flex: 0 1 100%;
  margin: 0 auto 3rem;
}
.page-template-template--two-col .column--sidebar .flexible-content-outer-wrapper,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .flexible-content-outer-wrapper {
  overflow: visible;
}
.page-template-template--two-col .column--sidebar .module .module-container,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .module .module-container {
  padding-bottom: 0;
}
.page-template-template--two-col .column--sidebar .post-preview,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .post-preview {
  padding-bottom: 2.3333rem;
  margin-bottom: 2.3333rem;
  border-bottom: 3px dotted #707070;
}
.page-template-template--two-col .column--sidebar .post-preview:last-child,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .post-preview:last-child {
  margin-bottom: 0;
}
.page-template-template--two-col .column--sidebar .post-preview .post-preview__meta,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .post-preview .post-preview__meta {
  display: none;
}
.page-template-template--two-col .column--sidebar .post-preview .post-preview__title a,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .post-preview .post-preview__title a {
  color: #707070;
}
.page-template-template--two-col .column--sidebar .box,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .box {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  background: #4C3CE2;
  border-radius: 21px;
  padding: 1.5556rem 2.5556rem 2rem 2.5556rem;
  margin-bottom: 4.2222rem;
}
.page-template-template--two-col .column--sidebar .box__title,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .box__title {
  color: #FFF;
  font-size: 1.1111rem;
  font-weight: bold;
  margin-bottom: 0.33em;
}
.page-template-template--two-col .column--sidebar .box__description,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .box__description {
  color: #FFF;
  font-size: 1.3333rem;
  line-height: 1.45833333;
  margin-bottom: 1em;
}
.page-template-template--two-col .column--sidebar .box .input-field,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .box .input-field {
  border: 0;
}
.page-template-template--two-col .column--sidebar .box button,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .box button {
  background: #00CEE1;
  color: #3A23AD;
  border-color: #00CEE1;
}
.page-template-template--two-col .column--sidebar .box--subscribe .box__title,
.page-template-template--two-col .column .sidebar_bottom_modules__wrapper .box--subscribe .box__title {
  font-size: 2.2222rem;
  line-height: 1.125;
}
.page-template-template--two-col .column .flexible-content-outer-wrapper {
  margin: 0 calc(-1 * var(--container-side-gutter));
}
@media (min-width: 500px) {
  .page-template-template--two-col .column .recent-resource-group {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -38px;
    margin: auto;
  }
}
.page-template-template--two-col .sidebar_bottom_modules__wrapper {
  margin-top: 6.6667rem;
  display: none;
}
.page-template-template--two-col .sidebar_bottom_modules__wrapper--mobile {
  margin-top: 0;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .page-template-template--two-col .main-content-wrapper > .container {
    flex-wrap: nowrap;
  }
  .page-template-template--two-col .column {
    flex: 0 1 50%;
  }
  .page-template-template--two-col .column--content {
    flex: 1;
    padding-left: 1.9444rem;
  }
  .page-template-template--two-col .column--content .flexible-content-outer-wrapper {
    overflow: visible;
  }
  .page-template-template--two-col .column--content .resource-group {
    width: auto;
    min-width: 100%;
    margin-left: -38px;
    margin-right: -38px;
  }
  .page-template-template--two-col .column--content .resource-media-block.card {
    flex: 0 1 calc(50% - 76px);
    margin: 0 38px 3rem;
  }
  .page-template-template--two-col .column--sidebar {
    flex: 0 1 33.90243902%;
    padding-right: 1.9444rem;
    margin-right: 0;
  }
  .page-template-template--two-col .sidebar_bottom_modules__wrapper {
    display: block;
  }
  .page-template-template--two-col .sidebar_bottom_modules__wrapper--mobile {
    display: none;
  }
}
body.admin-bar .global-header.is-past-scroll-threshold {
  margin-top: var(--wpadminoffset, 32px);
}
@media (max-width: 782px) {
  body.admin-bar {
    --wpadminoffset: 46px;
  }
}
@media (min-width: 1000px) {
  body.admin-bar .navigation-drawer {
    margin-top: 0;
  }
}
.flexible-content-outer-wrapper {
  flex: 1 1 auto;
  overflow: hidden;
}
.post-content-modules .flexible-content-outer-wrapper {
  overflow: visible;
}
.module-container {
  padding-top: calc(1.8815% + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
  padding-bottom: calc(1.8815% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module-container {
    padding-top: calc((1435px * 1.8815 / 100) + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
    padding-bottom: calc((1435px * 1.8815 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
@supports (display: flow-root) {
  .module-container {
    display: flow-root;
  }
}
@supports not (display: flow-root) {
  .module-container::after {
    content: "";
    display: table;
  }
}
.module-container .module-container {
  padding-left: 0;
  padding-right: 0;
}
.module {
  background: var(--bgColor, transparent);
}
.module.bg-main-purple-dark,
.module.bg-main-purple-light,
.module.bg-accent-2,
.module.bg-accent-3 {
  color: #FFF;
}
.module.bg-main-purple-dark .module-intro-heading,
.module.bg-main-purple-light .module-intro-heading,
.module.bg-accent-2 .module-intro-heading,
.module.bg-accent-3 .module-intro-heading,
.module.bg-main-purple-dark .text-block-heading,
.module.bg-main-purple-light .text-block-heading,
.module.bg-accent-2 .text-block-heading,
.module.bg-accent-3 .text-block-heading,
.module.bg-main-purple-dark .heading,
.module.bg-main-purple-light .heading,
.module.bg-accent-2 .heading,
.module.bg-accent-3 .heading,
.module.bg-main-purple-dark h1,
.module.bg-main-purple-light h1,
.module.bg-accent-2 h1,
.module.bg-accent-3 h1,
.module.bg-main-purple-dark h2,
.module.bg-main-purple-light h2,
.module.bg-accent-2 h2,
.module.bg-accent-3 h2,
.module.bg-main-purple-dark h3,
.module.bg-main-purple-light h3,
.module.bg-accent-2 h3,
.module.bg-accent-3 h3,
.module.bg-main-purple-dark h4,
.module.bg-main-purple-light h4,
.module.bg-accent-2 h4,
.module.bg-accent-3 h4,
.module.bg-main-purple-dark h5,
.module.bg-main-purple-light h5,
.module.bg-accent-2 h5,
.module.bg-accent-3 h5,
.module.bg-main-purple-dark h6,
.module.bg-main-purple-light h6,
.module.bg-accent-2 h6,
.module.bg-accent-3 h6 {
  color: #FFF;
}
.module.bg-main-purple-dark a:not(.cta-link),
.module.bg-main-purple-light a:not(.cta-link),
.module.bg-accent-2 a:not(.cta-link),
.module.bg-accent-3 a:not(.cta-link) {
  color: #FFF;
}
.module.vspace-top-sm .module-container {
  padding-top: calc(1.2543% + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
}
@media (min-width: 1435px) {
  .module.vspace-top-sm .module-container {
    padding-top: calc((1435px * 1.2543 / 100) + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
  }
}
.module.vspace-top-none .module-container {
  padding-top: 0;
}
.module.vspace-top-lg .module-container {
  padding-top: calc(2.8222% + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
}
@media (min-width: 1435px) {
  .module.vspace-top-lg .module-container {
    padding-top: calc((1435px * 2.8222 / 100) + var(--container-side-gutter) / 2 + var(--addlPT, 0px));
  }
}
.module.vspace-bottom-sm .module-container {
  padding-bottom: calc(1.2543% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module.vspace-bottom-sm .module-container {
    padding-bottom: calc((1435px * 1.2543 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.module.vspace-bottom-none .module-container {
  padding-bottom: 0;
}
.module.vspace-bottom-lg .module-container {
  padding-bottom: calc(2.8222% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module.vspace-bottom-lg .module-container {
    padding-bottom: calc((1435px * 2.8222 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.scaling-full-width-heading-h1-size {
  font-size: 3.3333em;
  font-size: max(1.9444em, min(1.3130818181818182em + 0.019091061818181817 * 100vw, 3.3333em));
  font-size: clamp(1.9444em, 1.3130818181818182em + 0.019091061818181817 * 100vw, 3.3333em);
}
.module-intro {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: calc(4% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  text-align: center;
}
@media (min-width: 1435px) {
  .module-intro {
    padding-bottom: calc((1435px * 4 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.module-intro > :last-child {
  margin-bottom: 0;
}
.module-intro.intro-alignment-left {
  margin-left: 0;
  text-align: left;
}
.module-intro.container--default {
  max-width: calc(1080px + var(--container-side-gutter) * 2);
}
.module-intro.spacing-below--xl {
  padding-bottom: calc(7% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module-intro.spacing-below--xl {
    padding-bottom: calc((1435px * 7 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.module-intro.spacing-below--lg {
  padding-bottom: calc(6.25% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module-intro.spacing-below--lg {
    padding-bottom: calc((1435px * 6.25 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.module-intro.spacing-below--sm {
  padding-bottom: calc(2.5% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module-intro.spacing-below--sm {
    padding-bottom: calc((1435px * 2.5 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.module-intro.spacing-below--xs {
  padding-bottom: calc(1% + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
}
@media (min-width: 1435px) {
  .module-intro.spacing-below--xs {
    padding-bottom: calc((1435px * 1 / 100) + var(--container-side-gutter) / 2 + var(--addlPB, 0px));
  }
}
.module-intro.spacing-below--none {
  padding-bottom: 0;
}
.module-intro.font-size-sm {
  font-size: 0.75em;
}
.module-intro.font-size-sm .module-intro-cta {
  font-size: 1.33333333em;
}
.has-intersection-observer-support .module-intro {
  animation: fadeIn 0.5s ease 0.2s 1 normal both paused;
}
.has-been-intersected .module-intro {
  animation-play-state: running;
}
.page-thinner-default-module-containers .module-container:not(.module-container--selected_resources):not(.module-container--related_resources):not(.module-container--recent_resources).container--default {
  max-width: calc(1200px + var(--container-side-gutter) * 2);
}
.eyebrow-bar {
  display: inline-block;
  height: 4px;
  width: 30%;
  max-width: 8.75rem;
  margin-bottom: var(--spacing-md);
  background: var(--eyebrow-bar-color, #00CEE1);
}
.module-intro-heading,
.text-block-heading {
  margin-bottom: calc(1.75% + var(--spacing-xs));
  font-size: 2.1111em;
  font-size: max(1.5em, min(1.2222272727272727em + 0.008399847272727272 * 100vw, 2.1111em));
  font-size: clamp(1.5em, 1.2222272727272727em + 0.008399847272727272 * 100vw, 2.1111em);
  line-height: 1.15;
}
@supports (top: min(1vw, 1px)) {
  .module-intro-heading,
  .text-block-heading {
    margin-bottom: min(2% + var(--spacing-sm), 1.39rem);
  }
}
.module-intro-copy {
  font-size: 1.1111em;
  line-height: 1.75;
  font-weight: 600;
}
.module-intro-copy > :last-child {
  margin-bottom: 0;
}
.module-intro-cta {
  margin-top: var(--spacing-lg);
}
@media (min-width: 520px) {
  .module-intro-cta {
    margin-top: var(--spacing-xl);
  }
}
.module-intro-cta:first-child,
.sr-only + .module-intro-cta,
.module-intro-cta > .cta-link {
  margin-top: 0;
}
.module-container {
  z-index: 1;
  position: relative;
}
.module-container.has-tall-wave-bg-blob {
  z-index: 0;
}
.module-container.has-tall-wave-bg-blob .bg-blob-wrapper {
  transform: translateY(-25%);
}
.bg-blob-wrapper {
  position: absolute;
  top: var(--bg-blob-vert-pos, 50%);
  left: calc(-100vw + 100%);
  width: 200vw;
  transform: translateY(-50%);
  pointer-events: none;
}
.bg-blob-wrapper > .bg-blob {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .bg-blob-wrapper.constrain-at-mobile {
    width: 100vw;
  }
}
@media (min-width: 600px) {
  .bg-blob-wrapper {
    left: calc(-50vw + 50%);
    width: 100vw;
  }
}
@media (min-width: 1920px) {
  .bg-blob-wrapper > .bg-blob {
    height: var(--bg-blob-native-height);
  }
}
.edge-divider-top,
.edge-divider-bottom {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.edge-divider-top.force-higher-z-index,
.edge-divider-bottom.force-higher-z-index {
  position: relative;
  z-index: 2;
}
.edge-divider-top::after,
.edge-divider-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.edge-divider-top::after {
  top: -1px;
  background: linear-gradient(to bottom, #FFF, #FFF 3px, transparent 3px, transparent 100%);
}
.edge-divider-top.force-overlapping {
  margin-bottom: calc(-1 * var(--edgeDividerTopHeight));
}
.edge-divider-bottom::after {
  bottom: -1px;
  background: linear-gradient(to top, #FFF, #FFF 3px, transparent 3px, transparent 100%);
}
.edge-divider-bottom.force-overlapping {
  margin-top: calc(-1 * var(--edgeDividerBottomHeight) + 2px);
}
.edge-divider-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.ss-edge-divider-top,
.ss-edge-divider-bottom {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1921px) {
  .ss-edge-divider-top:not(.edge-divider-variety-valley) .edge-divider-image,
  .ss-edge-divider-bottom:not(.edge-divider-variety-valley) .edge-divider-image {
    max-height: 100%;
    width: 130%;
    flex: 1 0 auto;
    margin-left: -15%;
  }
  .ss-edge-divider-top.edge-divider-variety-valley,
  .ss-edge-divider-bottom.edge-divider-variety-valley {
    max-height: none;
  }
}
.ss-edge-divider-top {
  max-height: var(--edgeDividerTopHeight);
}
@media (min-width: 1921px) {
  .ss-edge-divider-top {
    --edgeDividerTopHeight: var(--edge-divider-natural-height) !important;
  }
}
.ss-edge-divider-bottom {
  max-height: var(--edgeDividerBottomHeight);
}
@media (min-width: 1921px) {
  .ss-edge-divider-bottom {
    --edgeDividerBottomHeight: var(--edge-divider-natural-height) !important;
  }
}
.module.has-external-overlapping {
  position: relative;
  z-index: 2;
}
.edge-divider-top.has-external-overlap,
.edge-divider-bottom.has-external-overlap {
  position: absolute;
  left: 0;
  right: 0;
  background: inherit;
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.edge-divider-top.has-external-overlap > .edge-divider-image,
.edge-divider-bottom.has-external-overlap > .edge-divider-image {
  visibility: hidden;
}
.edge-divider-top.has-external-overlap {
  top: calc(-1 * var(--edgeDividerTopHeight) + 2px);
}
.edge-divider-top.has-external-overlap > .edge-divider-image {
  margin-bottom: 2px;
}
.edge-divider-bottom.has-external-overlap {
  bottom: calc(-1 * var(--edgeDividerBottomHeight) + 2px);
}
.edge-divider-bottom.has-external-overlap > .edge-divider-image {
  margin-top: 2px;
}
.module.has-forced-z-forward-2 {
  position: relative;
  z-index: 2;
}
.has-intersection-observer-support .module-container {
  animation: var(--intersection-anim-module-anim-name, fadeIn) var(--intersection-anim-module-timing, 0.55s) ease 0.2s 1 normal both paused;
}
.has-intersection-observer-support .module-container.has-been-intersected {
  animation-play-state: running;
}
.has-intersection-observer-support .intersection-animate-in-item {
  animation: var(--intersection-anim-item-anim-name, fadeIn) var(--intersection-anim-item-timing, 0.55s) ease 0.2s 1 normal both paused;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(n) {
  animation-delay: 0.84s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(8) {
  animation-delay: 0.76s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(7) {
  animation-delay: 0.68s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(6) {
  animation-delay: 0.6s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(5) {
  animation-delay: 0.52s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(4) {
  animation-delay: 0.44s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(3) {
  animation-delay: 0.36s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(2) {
  animation-delay: 0.28s;
}
.has-intersection-observer-support .intersection-animate-in-item:nth-child(1) {
  animation-delay: 0.2s;
}
.has-intersection-observer-support .intersection-animate-in-item.has-been-intersected {
  animation-play-state: running;
}
.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.island {
  --island-base-padding: 2.1111rem;
  width: 100%;
  background: #FFF;
}
.bucket-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--bucket-icon-max-size, 100px);
  height: var(--bucket-icon-max-size, 100px);
  margin-bottom: var(--spacing-xxxs);
  border-radius: 50%;
  background-color: transparent;
  color: #FFF;
}
.bucket-icon-wrapper > svg {
  vertical-align: middle;
  max-width: 60%;
  max-height: 60%;
  fill: currentColor;
}
@media (max-width: 1200px) {
  .bucket-icon-wrapper {
    --bucket-icon-max-size: 80px;
  }
}
@media (max-width: 960px) {
  .bucket-icon-wrapper {
    --bucket-icon-max-size: 70px;
  }
}
@media (max-width: 700px) {
  .bucket-icon-wrapper {
    --bucket-icon-max-size: 60px;
  }
}
.bucket-heading {
  font-size: var(--h4-font-size);
  line-height: 1.333;
  margin-bottom: var(--spacing-xxs);
}
.bucket-copy {
  line-height: 1.625;
}
.bucket .bucket-copy > :last-child {
  margin-bottom: 0;
}
.bucket-cta {
  margin-top: var(--spacing-lg);
  font-size: 0.8889em;
}
.bucket-cta > .cta-link {
  margin-top: 0 !important;
}
.buckets-variation-flat-card .bucket {
  padding: 12.5% 12.5%;
  width: 100%;
  background: #F6F5FE;
}
.buckets-variation-flat-card .bucket-heading {
  margin-bottom: var(--spacing-xxxs);
  font-size: 1.3889em;
  line-height: 1.12;
  font-weight: 700;
}
.buckets-variation-flat-card .bucket-copy {
  font-size: 1em;
  line-height: 1.556;
  font-weight: normal;
}
.buckets-variation-flat-card a {
  color: #00CEE1;
}
.buckets-variation-flat-card a:focus,
.buckets-variation-flat-card a:hover {
  color: #00abbb;
}
.buckets-variation-flat-card a:active {
  color: #008692;
}
.buckets-variation-minimal .bucket-heading {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.556;
  font-weight: 700;
}
.buckets-variation-minimal .bucket-copy {
  font-size: 1em;
  line-height: 1.556;
  font-weight: normal;
}
.buckets-justify-center .bucket-column {
  justify-content: center;
}
.cta-link {
  line-height: 1.3;
}
.cta-link.text,
.cta-link.button {
  margin-top: var(--spacing-xl);
  margin-top: max(16px, min(8%, 24px));
  margin-top: clamp(16px, 8%, 24px);
}
.cta-link.text {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.3889em;
  font-size: 0.9444em;
  font-weight: var(--bold-font-weight);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.0555em;
}
.cta-link-icon-wrapper {
  position: relative;
  top: -0.05em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 0.05em;
}
.cta-link-icon-wrapper > svg {
  display: inline-block;
  vertical-align: top;
  width: 1.25em;
  height: 1.25em;
}
.cta-link-icon-wrapper.icon--animated {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.2s ease;
}
.cta-link-icon-wrapper.icon--arrow {
  height: 0.7em;
  width: 1.1em;
  overflow: hidden;
}
.cta-link-icon-wrapper.icon--arrow > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.cta-link-icon-wrapper.icon--play {
  height: 1em;
  width: 1.1em;
}
.cta-link-icon-wrapper.icon--play > svg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translateX(-50%) translateY(-50%);
}
.cta-link-icon-wrapper.icon--listen {
  width: 1.1em;
}
.cta-link-icon-wrapper.icon--listen > svg line {
  transform-origin: bottom center;
  transition: all 0.2s ease;
}
.cta-link-icon-wrapper.icon--listen > svg line:nth-child(1) {
  transform: translate(0px, 1px) scaleY(0.47368421);
}
.cta-link-icon-wrapper.icon--listen > svg line:nth-child(2) {
  transform: translate(9px, 1px) scaleY(0.78947368);
}
.cta-link-icon-wrapper.icon--listen > svg line:nth-child(3) {
  transform: translate(18px, 1px) scaleY(0.68421053);
}
.cta-link-icon-wrapper.icon--listen > svg line:nth-child(4) {
  transform: translate(27px, 1px) scaleY(1);
}
.cta-link:hover .cta-link-icon-wrapper.icon--arrow {
  width: 2em;
}
.cta-link:hover .cta-link-icon-wrapper.icon--arrow > svg {
  width: 100%;
}
.cta-link:hover .cta-link-icon-wrapper.icon--play {
  width: 2em;
}
.cta-link:hover .cta-link-icon-wrapper.icon--listen {
  width: 2em;
}
.cta-link:hover .cta-link-icon-wrapper.icon--listen > svg line:nth-child(1) {
  transform: translate(0px, 1px) scaleY(1);
}
.cta-link:hover .cta-link-icon-wrapper.icon--listen > svg line:nth-child(2) {
  transform: translate(9px, 1px) scaleY(0.47368421);
}
.cta-link:hover .cta-link-icon-wrapper.icon--listen > svg line:nth-child(3) {
  transform: translate(18px, 1px) scaleY(0.78947368);
}
.cta-link:hover .cta-link-icon-wrapper.icon--listen > svg line:nth-child(4) {
  transform: translate(27px, 1px) scaleY(0.63157895);
}
.resource-media-block .cta-link .cta-link-icon-wrapper.icon--play {
  border-color: currentColor;
}
.resource-media-block .cta-link .cta-link-icon-wrapper.icon--play:hover {
  border-color: #4C3CE2;
}
.resource-media-block .cta-link .cta-link-icon-wrapper.icon--play:active {
  border-color: #4C3CE2;
}
.resource-media-block--full .cta-link .cta-link-icon-wrapper.icon--play {
  border-color: var(--link-tertiary-color);
}
.resource-media-block--full .cta-link .cta-link-icon-wrapper.icon--play:hover {
  border-color: #ba2866;
}
.resource-media-block--full .cta-link .cta-link-icon-wrapper.icon--play:active {
  border-color: #ba2866;
}
.cta-link .cta-link-icon-wrapper.icon--play {
  border-color: var(--link-color);
}
.cta-link .cta-link-icon-wrapper.icon--play:hover {
  border-color: #352a9e;
}
.cta-link .cta-link-icon-wrapper.icon--play:active {
  border-color: #261e71;
}
.cta-link.link--tertiary .cta-link-icon-wrapper.icon--play {
  border-color: var(--link-tertiary-color);
}
.cta-link.link--tertiary .cta-link-icon-wrapper.icon--play:hover {
  border-color: #ba2866;
}
.cta-link.link--tertiary .cta-link-icon-wrapper.icon--play:active {
  border-color: #992154;
}
.cta-link.link--secondary .cta-link-icon-wrapper.icon--play {
  border-color: var(--link-secondary-color);
}
.cta-link.link--secondary .cta-link-icon-wrapper.icon--play:hover {
  border-color: #00abbb;
}
.cta-link.link--secondary .cta-link-icon-wrapper.icon--play:active {
  border-color: #008692;
}
.nav-links .page-numbers {
  margin: 0 var(--spacing-xxxs);
  padding: 1rem 1.333rem;
}
.nav-links .page-numbers.dots {
  padding: 0;
}
.nav-links .page-numbers.current {
  box-shadow: var(--base-box-shadow);
}
.custom-image-wrapper {
  display: flex;
  align-items: flex-start;
}
.custom-image-wrapper.alignment_is_left {
  justify-content: flex-start;
}
.custom-image-wrapper.alignment_is_,
.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: 1435px) {
  .custom-image-wrapper.alignment_is_full-width {
    width: 1435px;
    max-width: 1435px;
    margin-left: calc(50% - 50vw + (100vw - 1920px) / 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 {
  line-height: 1.85185185;
}
.text-block-copy > :last-child {
  margin-bottom: 0;
}
.module--buckets {
  --buckets-gutter: var(--spacing-lg);
}
.module--buckets .buckets-variation-default .bucket {
  text-align: center;
}
.buckets-outer-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.buckets-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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-column {
  flex: 1 1 100%;
  display: flex;
  padding: 0 calc(var(--buckets-gutter) / 2) var(--buckets-gutter);
}
@media (min-width: 640px) {
  .buckets-wrapper .bucket-column {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 860px) {
  .buckets-wrapper:not(.max-cols-2) .bucket-column {
    flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1020px) {
  .buckets-wrapper:not(.max-cols-2):not(.max-cols-3) .bucket-column {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .buckets-wrapper:not(.max-cols-2):not(.max-cols-3):not(.max-cols-4) .bucket-column {
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.buckets-wrapper.buckets-justify-left {
  justify-content: flex-start;
}
.buckets-wrapper.content-to-expand {
  transition: max-height 0.6s ease-in;
  max-height: var(--timedHeightMeasurement, 4000px);
  position: relative;
}
.buckets-wrapper.content-to-expand::after {
  max-height: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94) 65%, #FFF);
  pointer-events: none;
}
.buckets-wrapper.content-to-expand.expanded {
  margin-bottom: 50px;
}
.buckets-wrapper.content-to-expand:not(.expanded) {
  transition: max-height 0.4s ease-in;
  max-height: var(--custom-expand-max-height, calc(13rem));
  overflow: hidden;
}
.buckets-wrapper.content-to-expand:not(.expanded)::after {
  max-height: 4000px;
  opacity: 1;
}
.expand-controls-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: transform 0.4s ease;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94) 65%, #FFF);
}
.expand-controls-wrapper .expanded-text {
  display: none;
  align-items: center;
}
.expand-controls-wrapper .unexpanded-text {
  display: flex;
  align-items: center;
}
.expand-controls-wrapper svg {
  margin-left: var(--spacing-xxs);
}
.expand-controls-wrapper.expanded {
  transition: none;
  transform: translateY(100%);
}
.expand-controls-wrapper.expanded .expanded-text {
  display: flex;
}
.expand-controls-wrapper.expanded .unexpanded-text {
  display: none;
}
.module--case_study_callout .edge-divider-top.force-overlapping.edge-divider-variety-valley {
  margin-bottom: calc(-1 * var(--edgeDividerTopHeight) * 1.1);
}
@media (min-width: 1450px) {
  .module--case_study_callout .edge-divider-top.force-overlapping.edge-divider-variety-valley {
    margin-bottom: calc(-1 * var(--edgeDividerTopHeight) * 0.95 + 4vw);
  }
}
@media (max-width: 767px) {
  .module--case_study_callout .edge-divider-top.force-overlapping.edge-divider-variety-valley {
    margin-bottom: 0;
  }
  .module--case_study_callout .edge-divider-top.force-overlapping.edge-divider-variety-valley + .module-container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .edge-divider-variety-valley + .module-container--case_study_callout .text-and-ctas-wrapper {
    margin-top: calc(5% + 20px);
  }
}
@media (max-width: 767px) {
}
.primary-content--case_study_callout .text-and-ctas-wrapper {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}
@media (max-width: 767px) {
  .has-overlapping-edge-dividers .primary-content--case_study_callout .text-and-ctas-wrapper {
    padding-top: var(--edgeDividerTopHeight);
  }
}
@media (min-width: 1100px) {
  .primary-content--case_study_callout .text-and-ctas-wrapper {
    font-size: var(--h3-font-size);
    line-height: 1.5;
  }
}
.primary-content--case_study_callout .main-text {
  margin-bottom: var(--spacing-md);
}
.primary-content--case_study_callout .quote-source {
  font-weight: 600;
  margin-bottom: var(--spacing-md);
}
.primary-content--case_study_callout .cta-wrapper {
  font-size: 15.12px;
}
@media (max-width: 767px) {
  .primary-content--case_study_callout .callout-image-wrapper .custom-image {
    max-width: var(--imageMaxWidthAtMobile, 100%);
  }
}
@media (min-width: 768px) {
  .primary-content--case_study_callout .case-study-callout-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .primary-content--case_study_callout .text-and-ctas-wrapper,
  .primary-content--case_study_callout .callout-image-wrapper {
    flex: 1 1 50%;
  }
  .primary-content--case_study_callout .text-and-ctas-wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 2.5%;
  }
  .module--case_study_callout {
    margin-top: 7em;
  }
  .module--case_study_callout .callout-image-wrapper {
    margin-top: -7em;
  }
}
.cards-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--spacing-lg) / 2);
}
@media (max-width: 1019px) {
  .cards-wrapper.max-cols-3 .card-type-normal {
    font-size: 0.85em;
  }
}
.cards-wrapper .card {
  border-radius: 1.1111em;
  color: #000;
}
.cards-wrapper .card .card-heading {
  color: inherit;
}
.cards-wrapper .card > :last-child {
  margin-bottom: 0;
}
.cards-wrapper.bgtype-white .card {
  background: #FFF;
  box-shadow: inset 0 0 0 1px rgba(76, 60, 226, 0.09), inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0.3889em 1.3333em rgba(58, 35, 173, 0.08);
}
.cards-wrapper .card--link:not(.resource-media-block--full) {
  text-decoration: none;
  color: #000;
}
.cards-wrapper .card--link:not(.resource-media-block--full):focus,
.cards-wrapper .card--link:not(.resource-media-block--full):hover {
  box-shadow: inset 0 0 0 3px rgba(76, 60, 226, 0.35), inset 0 0 0 6px rgba(255, 255, 255, 0.25), 0 0.3889em 1.3333em 0.25em rgba(58, 35, 173, 0.12);
}
.cards-wrapper .card--link:not(.resource-media-block--full):focus .svg-link-arrow,
.cards-wrapper .card--link:not(.resource-media-block--full):hover .svg-link-arrow {
  transform: translateX(15%);
}
.cards-wrapper .card-copy {
  font-size: 0.8889em;
}
.cards-wrapper .card {
  flex: 1 1 0;
  width: 33.333%;
  max-width: 500px;
  min-width: 300px;
  margin: 0 calc(var(--spacing-lg) / 2) var(--spacing-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.cards-wrapper .card-faux-text-link {
  font-size: 0.8889em;
  color: #4C3CE2;
}
@supports (display: grid) {
  .cards-wrapper {
    --gap: var(--spacing-lg);
    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: var(--spacing-lg);
    }
    .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: var(--spacing-md);
    }
  }
  @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.2222em;
  }
}
.resource-media-block.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFF;
  box-shadow: var(--base-box-shadow);
  border-radius: 1.1111em;
  margin: 0 auto 3rem;
  transition: all 0.2s ease;
}
.resource-media-block.card .resource-media-block-image-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 56.24%;
  overflow: hidden;
  border-radius: 1.1111em 1.1111em 0 0;
}
.resource-media-block.card .resource-media-block-image-wrapper .resource-media-block-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  outline-offset: -2px;
  transition: transform 0.3s ease-out;
  transform-origin: 50% 50%;
}
.resource-media-block.card:not(.resource-media-block--full).resource-media-block.card:hover {
  transform: translateY(-1rem);
  cursor: pointer;
}
.resource-media-block.card:not(.resource-media-block--full).resource-media-block.card:hover .cta-link:not(.button) {
  color: var(--accentColor, #4C3CE2);
}
.resource-media-block.card:not(.resource-media-block--full).resource-media-block.card:hover .resource-media-block-image-wrapper .resource-media-block-image {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.resource-media-block.card .resource-media-block-image {
  border-radius: 0;
  display: block;
}
.resource-media-block.card .resource-media-block-image:after {
  display: none;
}
.resource-media-block.card .resource-media-block__excerpt {
  line-height: 1.44444444;
  margin-top: 0.5em;
}
.resource-media-block--full.card {
  flex: 1 1 100%;
}
.resource-media-block--full.card .mini-text {
  color: #DB2F78;
}
.resource-media-block--full.card .resource-media-block-image-wrapper {
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 1.1111em;
  border-top-right-radius: 1.1111em;
}
.resource-media-block--full.card .resource-media-block-image {
  width: 100%;
  height: 100%;
  max-height: none;
  background-position: left center;
}
@media (min-width: 768px) {
  .resource-media-block--full.card {
    flex-direction: row;
  }
  .resource-media-block--full.card .resource-media-block-image-wrapper {
    width: 48.4%;
    height: 100%;
    padding-bottom: 0;
    max-height: none;
    min-height: clamp(96px, 30vw, 350px);
    border-radius: 0;
    border-bottom-left-radius: 1.1111em;
    border-top-left-radius: 1.1111em;
  }
  .resource-media-block--full.card .resource-media-block-image-wrapper .resource-media-block-image {
    position: relative;
  }
  .resource-media-block--full.card .resource-media-block-content {
    padding: 3.0556em 2.2222em;
  }
  .resource-media-block--full.card .resource-media-block-title {
    font-size: 1.7778rem;
    font-weight: 800;
    line-height: 1.08333333;
    color: #000;
  }
  .resource-media-block--full.card .resource-media-block__excerpt {
    color: #000;
  }
}
@media (min-width: 1200px) {
  .resource-media-block--full.card .mini-text {
    margin-bottom: 1em;
  }
  .resource-media-block--full.card .resource-media-block-title {
    font-size: 2.2222rem;
  }
  .resource-media-block--full.card .resource-media-block__excerpt {
    color: #000;
    font-size: 1.1111em;
    max-width: 570px;
  }
}
.resource-media-block-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vw;
  border-radius: 1.1111em;
  background-size: cover;
  background-position: 50%;
  background-color: var(--base-color-secondary);
  box-shadow: 0 0.6667em 1.3333em 0 rgba(0, 0, 0, 0.07);
}
.resource-media-block-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(76, 60, 226, 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(58, 35, 173, 0.82);
}
.resource-media-block:nth-child(5n - 3) .resource-media-block-image::after {
  background: rgba(76, 60, 226, 0.8);
}
.resource-media-block:nth-child(5n - 2) .resource-media-block-image::after {
  background: rgba(0, 206, 225, 0.8);
}
.resource-media-block:nth-child(5n - 1) .resource-media-block-image::after {
  background: rgba(170, 170, 170, 0.8);
}
.resource-media-block:nth-child(5n) .resource-media-block-image::after {
  background: rgba(230, 230, 230, 0.8);
}
.resource-media-block-title {
  margin-bottom: 0;
  font-size: 1.1667rem;
  line-height: 1.3;
  font-weight: var(--bold-font-weight);
  color: #4C3CE2;
}
.resource-media-block-title > a {
  text-decoration: none;
  color: var(--base-text-color);
}
.resource-media-block-content {
  flex: 1;
  padding: 1.3333em 1.3333em;
}
.resource-media-block-title {
  font-size: 1.4667rem;
}
.resource-media-block .mini-text {
  margin-bottom: 0.16666667em;
}
@media (min-width: 500px) {
  .resource-media-block-image {
    height: 26vw;
  }
  .resource-media-block--full.card {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  .resource-media-block.card {
    flex: 0 1 calc(50% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .resource-media-block--full.card {
    flex: 1 1 100%;
  }
  .resource-media-block-image {
    display: flex;
  }
  .resource-media-block-content {
    padding-right: 2.2222em;
  }
  .resource-group .resource-media-block.card:not(.resource-media-block--full) {
    max-width: calc(50% - 48px);
  }
}
@media (min-width: 920px) {
  .resource-media-block-title {
    font-size: 1.5556em;
  }
  .resource-media-block-content {
    padding: 1.6667em 2.2222em 2.2222em;
  }
  .resource-media-block .mini-text {
    font-size: 1.1111rem;
  }
}
@media (min-width: 1200px) {
  .resource-media-block.card {
    flex: 0 1 calc(33.3% - 48px);
  }
  .resource-media-block--full.card {
    flex: 1 1 100%;
  }
  .resource-group .resource-media-block.card:not(.resource-media-block--full) {
    max-width: calc(33.3% - 48px);
  }
  .column--content .resource-media-block.card:not(.resource-media-block--full) {
    max-width: calc(50% - 48px);
  }
}
@media (max-width: 767px) {
  .resource-media-block {
    max-width: 400px;
    margin-bottom: 40px;
  }
  .resource-media-block.card .resource-media-block-image {
    height: 264px;
  }
}
@media (max-width: 460px) {
  .resource-media-block.card .resource-media-block-image {
    height: 57.39130435vw;
  }
}
.module-container--cta.container--default {
  max-width: calc(1375px + var(--container-side-gutter) * 2);
}
.module--cta {
  text-align: center;
  line-height: 1.55555556;
}
.module--cta .cta-heading {
  margin-bottom: var(--spacing-sm);
  font-size: var(--h2-font-size);
  color: var(--cta-heading-text-color);
}
.module--cta .cta-heading:only-child {
  margin-bottom: 0;
}
.module--cta .cta-copy {
  --copy-size: 1.3333em;
  margin: 0 auto;
  font-size: var(--copy-size);
}
.module--cta .cta-links-wrapper {
  margin-top: var(--spacing-xxl);
}
.module--cta .cta-links-wrapper .cta-link {
  margin: 0 var(--spacing-md) var(--spacing-md);
}
.module--cta .cta-text-after {
  margin-top: 1.5rem;
}
.module--cta .cta-text-after > :last-child {
  margin-bottom: 0;
}
.module--cta .size-variation-larger .cta-heading {
  font-size: var(--h1-font-size);
}
.module--cta .layout-variation-horizontal-island-bg {
  --island-padding-percent: 3%;
  background: var(--bgColor);
}
.module--cta .layout-variation-horizontal-island-bg .cta-heading {
  font-size: var(--cta-horz-island-fz, --h5-font-size);
  font-weight: 600;
}
.module--cta .layout-variation-horizontal-island-bg .cta-links-wrapper {
  margin-top: auto;
  margin-bottom: calc(-1 * var(--spacing-md));
}
@media (min-width: 840px) {
  .module--cta .layout-variation-horizontal-island-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .module--cta .layout-variation-horizontal-island-bg .cta-heading {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .module--cta .layout-variation-horizontal-island-bg .cta-links-wrapper {
    flex: 1 2 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-width: 12em;
  }
}
@media (min-width: 1100px) {
  .module--cta .layout-variation-horizontal-island-bg {
    --cta-horz-island-fz: var(--h4-font-size);
  }
}
.module--cta .layout-variation-horizontal-island {
  --island-padding-percent: 3%;
  background: #FFF;
}
.module--cta .layout-variation-horizontal-island .cta-heading {
  font-size: var(--cta-horz-island-fz, --h5-font-size);
  font-weight: 600;
}
.module--cta .layout-variation-horizontal-island .cta-links-wrapper {
  margin-top: auto;
  margin-bottom: calc(-1 * var(--spacing-md));
}
@media (min-width: 840px) {
  .module--cta .layout-variation-horizontal-island {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .module--cta .layout-variation-horizontal-island .cta-heading {
    flex: 1 1 auto;
    padding-right: var(--spacing-xl);
    margin-bottom: 0;
  }
  .module--cta .layout-variation-horizontal-island .cta-links-wrapper {
    flex: 1 2 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-width: 15em;
  }
}
@media (min-width: 1100px) {
  .module--cta .layout-variation-horizontal-island {
    --cta-horz-island-fz: var(--h4-font-size);
  }
}
.module--cta .cta-wrapper.has-image {
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.module--cta .cta-wrapper.has-image .cta-heading + .cta-links-wrapper,
.module--cta .cta-wrapper.has-image .cta-copy + .cta-links-wrapper {
  margin-top: 1.9444rem;
}
.module--cta .cta-wrapper.has-image .cta-links-wrapper .cta-link {
  margin-left: 0;
}
.module--cta .cta-wrapper.has-image .cta-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  text-align: right;
  padding-right: 0.5556rem;
}
.module--cta .cta-wrapper.has-image .cta-image img {
  max-height: 100%;
  width: auto;
}
.module--cta .primary-content--cta.u-text-align-left .cta-link.button:only-of-type {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 728px) {
  .module--cta .cta-copy {
    --copy-size: 1.1111em;
  }
}
@media (max-width: 400px) {
  .module--cta .cta-copy {
    --copy-size: 1em;
  }
}
.primary-content--classic_editor:after {
  content: "";
  display: block;
  clear: both;
}
.primary-content--classic_editor > :last-child {
  margin-bottom: 0;
}
.pre-footer-cta-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: calc(-10% - 20px);
  margin-bottom: max(-18% - 20px, -168px);
}
@media (max-width: 520px) {
  .pre-footer-cta-wrapper {
    margin-top: 0;
    margin-bottom: -1px;
  }
}
.pre-footer-cta-container.container--default {
  max-width: calc(1200px + var(--container-side-gutter) * 2);
}
@media (max-width: 520px) {
  .pre-footer-cta-container {
    padding: 0;
  }
}
.pre-footer-cta {
  background: var(--base-color-dark-blue);
  color: white;
  border-radius: var(--base-border-radius);
}
@media (max-width: 520px) {
  .pre-footer-cta {
    padding: var(--container-side-gutter);
    border-radius: 0;
  }
  .pre-footer-cta .media-column {
    display: none;
  }
}
.pre-footer-cta .pre-footer-cta-heading {
  font-size: var(--h3-font-size);
  line-height: 1.16666667;
}
.pre-footer-cta .pre-footer-cta-text {
  font-size: 1.1111em;
  font-weight: 600;
}
.pre-footer-cta .media-column .custom-image-wrapper {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 520px) {
  .pre-footer-cta {
    display: flex;
    align-items: center;
  }
  .pre-footer-cta .text-and-cta-column,
  .pre-footer-cta .media-column {
    flex: 1 1 54%;
    padding: 0 6%;
  }
  .pre-footer-cta .text-and-cta-column {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
    text-align: left;
  }
  .pre-footer-cta .media-column {
    flex: 1 1 48%;
    display: block;
  }
  .pre-footer-cta .media-column .embed-wrapper {
    margin-bottom: 0;
  }
  .pre-footer-cta-container:not(.container--default):not(.container--) .text-and-cta-column,
  .pre-footer-cta-container:not(.container--default):not(.container--) .media-column {
    padding-left: calc(var(--container-side-gutter) / 1.5);
    padding-right: calc(var(--container-side-gutter) / 1.5);
  }
}
@media (min-width: 960px) {
  .pre-footer-cta .pre-footer-cta-text {
    font-size: 1.3889em;
  }
}
@media (min-width: 1280px) {
  .pre-footer-cta-container:not(.container--default):not(.container--) .pre-footer-cta .text-and-cta-column {
    padding-right: 0;
    padding-left: calc(var(--container-side-gutter) / 1.5);
  }
  .pre-footer-cta-container:not(.container--default):not(.container--) .pre-footer-cta .media-column {
    padding-left: calc(var(--container-side-gutter) / 2);
  }
}
.featured-button-links-wrapper {
  display: grid;
  --gap: var(--spacing-lg);
  grid-gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
@media (min-width: 768px) {
  .featured-button-links-wrapper {
    --gap: var(--spacing-xxxl);
  }
}
.featured-button-link {
  display: flex;
  align-items: center;
  padding: 1.25em 1rem;
  border-radius: 1.1111em;
  border: 3px solid #4C3CE2;
  color: #515151;
  text-decoration: none !important;
  --bsSize: 0;
  --bsColor: rgba(58, 35, 173, 0);
  box-shadow: 0 0 0 var(--bsSize) var(--bsColor);
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145ms ease-out, transform 0.145s ease-out;
}
.featured-button-link .icon-wrapper {
  max-width: 34%;
  padding: 0 10% 0 calc(10% - 1rem);
}
.featured-button-link .text-wrapper {
  font-weight: bold;
  font-size: 0.8em;
}
.featured-button-link .primary-text {
  font-size: 1.5556em;
  line-height: 1.071;
}
.featured-button-link .secondary-text {
  font-size: 1.1111em;
  line-height: 1.5;
}
.featured-button-link:focus,
.featured-button-link:hover {
  --bsSize: 4px;
  --bsColor: rgba(58, 35, 173, 0.15);
  border-color: #3A23AD;
  background-color: rgba(76, 60, 226, 0.015);
  color: #3A23AD;
  transform: translateY(-1rem);
}
@media (min-width: 540px) {
  .featured-button-link {
    border-width: 4px;
  }
  .featured-button-link .text-wrapper {
    font-size: 0.9em;
  }
}
@media (min-width: 840px) {
  .featured-button-link .text-wrapper {
    font-size: 1em;
  }
}
.module-container--featured_resource_or_link.container--default {
  max-width: calc(1260px + var(--container-side-gutter) * 2 - var(--spacing-xl) * 2);
}
.featured-resource-or-link.card {
  --mini-text-color: var(--accentColor, #707070);
  margin-bottom: 0;
  overflow: hidden;
}
.featured-resource-or-link.card .resource-media-block-image {
  box-shadow: none;
}
.featured-resource-or-link.card .resource-media-block-content {
  padding: 1.5rem;
}
.featured-resource-or-link.card .resource-media-block-title {
  margin-bottom: var(--spacing-xl);
  font-size: var(--h4-font-size);
}
.featured-resource-or-link.card .resource-media-block-title > a {
  color: #000 !important;
}
.featured-resource-or-link.card .resource-media-block__excerpt {
  font-size: large;
}
.variation-full-size .featured-resource-or-link.card .resource-media-block__excerpt {
  font-size: 1em;
  font-weight: 600;
}
.featured-resource-or-link.card .cta-link:not(.button) {
  color: var(--accentColor, #4C3CE2);
}
@media (min-width: 1100px) {
  .container--default .variation-full-size .featured-resource-or-link.card .resource-media-block__excerpt,
  .container--xl .variation-full-size .featured-resource-or-link.card .resource-media-block__excerpt,
  .container--xxl .variation-full-size .featured-resource-or-link.card .resource-media-block__excerpt {
    font-size: 1.3889em;
  }
  .container--default .variation-full-size .featured-resource-or-link.card .resource-media-block-content,
  .container--xl .variation-full-size .featured-resource-or-link.card .resource-media-block-content,
  .container--xxl .variation-full-size .featured-resource-or-link.card .resource-media-block-content {
    padding: 2.5rem 3.5rem;
  }
}
.variation-spotlight .featured-resource-or-link.card {
  --gutter: 1.1111rem;
  padding: var(--gutter);
  align-items: center;
}
.variation-spotlight .featured-resource-or-link.card .featured-resource-or-link-image-link {
  margin-bottom: var(--gutter);
}
.variation-spotlight .featured-resource-or-link.card .resource-media-block-content {
  padding: 0;
}
.variation-spotlight .featured-resource-or-link.card .resource-media-block-title {
  margin-bottom: var(--spacing-md);
}
.variation-spotlight .featured-resource-or-link.card .resource-media-block__cta {
  margin-top: var(--spacing-md);
}
@media (min-width: 768px) {
  .variation-spotlight .featured-resource-or-link.card {
    width: 90%;
    max-width: 76.2222rem;
    margin: auto;
  }
}
@media (min-width: 1100px) {
  .variation-spotlight .featured-resource-or-link.card {
    --gutter: 1.6667rem;
  }
}
.page-thinner-default-module-containers .variation-spotlight .featured-resource-or-link.card {
  width: 100%;
  max-width: 100%;
}
.variation-no-card .featured-resource-or-link.card {
  --gutter: 2.2222rem;
  align-items: center;
  background: transparent;
  box-shadow: none;
  transform: none !important;
}
.variation-no-card .featured-resource-or-link.card .featured-resource-or-link-image-link {
  margin-bottom: var(--gutter);
}
.variation-no-card .featured-resource-or-link.card .featured-resource-or-link-image-link img {
  border-radius: var(--base-border-radius);
  box-shadow: var(--island-box-shadow);
}
.variation-no-card .featured-resource-or-link.card .resource-media-block-content {
  padding: 0;
}
.variation-no-card .featured-resource-or-link.card .resource-media-block-title {
  margin-bottom: var(--spacing-md);
}
.variation-no-card .featured-resource-or-link.card .resource-media-block__cta {
  margin-top: var(--spacing-md);
}
@media (min-width: 768px) {
  .variation-no-card .featured-resource-or-link.card {
    width: 100%;
    max-width: 76.2222rem;
    margin: auto;
  }
}
@media (min-width: 1100px) {
}
.page-thinner-default-module-containers .variation-no-card .featured-resource-or-link.card {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .featured-resource-or-link.card {
    flex-direction: row;
    align-items: center;
  }
  .featured-resource-or-link.card .resource-media-block-image {
    min-width: 45.81039755%;
    max-width: 45.81039755%;
    width: 45.81039755%;
    flex-basis: 45.81039755%;
    height: 100%;
    max-height: 100%;
    border-radius: 1.1111em 0 0 1.1111em;
  }
  .featured-resource-or-link.card .featured-resource-or-link-image-link {
    width: 38%;
    min-width: 240px;
    margin-right: var(--gutter);
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .variation-full-size .featured-resource-or-link.card .resource-media-block__excerpt {
    font-size: 1.1667em;
  }
}
.link-cards-wrapper {
  --gap: var(--spacing-xxl);
  --mini-text-color: var(--base-color-primary);
}
.link-cards-wrapper .card {
  margin-bottom: 0;
}
.link-cards-wrapper .resource-media-block-content {
  display: flex;
  flex-direction: column;
}
.link-cards-wrapper .resource-media-block-image {
  box-shadow: none;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
}
.link-cards-wrapper .taxonomy {
  margin-bottom: 0;
}
.link-cards-wrapper .resource-media-block__excerpt {
  font-size: var(--base-font-size);
}
.link-cards-wrapper .resource-media-block__cta {
  margin-top: auto;
}
.link-cards-wrapper .cta-link:focus,
.link-cards-wrapper .cta-link:hover {
  color: var(--accentColor, #4C3CE2);
}
.module-container--logos.container--default {
  max-width: calc(1080px + var(--container-side-gutter) * 2);
}
.module--logos .logos-heading {
  max-width: 90%;
  margin: 0 auto calc(var(--spacing-md) + 2.5%);
  text-align: center;
  font-size: 1.2222em;
  color: #D2D2D2;
}
.module--logos .logos-wrapper {
  --my-spacing: var(--spacing-sm);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: calc(-1 * var(--my-spacing));
  margin-right: calc(-1 * var(--my-spacing));
}
.module--logos .logos-wrapper .logo-image-wrapper {
  box-sizing: content-box;
  max-width: 42vw;
  padding: 7px var(--my-spacing);
  margin-bottom: var(--my-spacing);
}
.module--logos .logos-wrapper .logo-image-wrapper > img {
  margin-left: auto;
  margin-right: auto;
}
.module--logos .logos-wrapper .logo-image-wrapper--link {
  border-radius: 1.1111em;
  box-shadow: 0 0 0 2px rgba(76, 60, 226, 0);
}
.module--logos .logos-wrapper .logo-image-wrapper--link:focus,
.module--logos .logos-wrapper .logo-image-wrapper--link:hover {
  box-shadow: inset 0 0 0 2px rgba(76, 60, 226, 0.35), inset 0 0 0 4px rgba(255, 255, 255, 0.25);
}
@media (min-width: 620px) {
  .module--logos .logos-wrapper .logos-heading {
    font-size: 1.5556em;
  }
  .module--logos .logos-wrapper.logos--one-line {
    flex-wrap: nowrap;
  }
  .module--logos .logos-wrapper .logo-image-wrapper {
    flex: 0 1 auto;
  }
  .module--logos .logos-wrapper.logos--justify-content-center {
    justify-content: center;
  }
  .module--logos .logos-wrapper.logos--justify-content-flex-start {
    justify-content: flex-start;
  }
  .module--logos .logos-wrapper.logos--justify-content-flex-end {
    justify-content: flex-end;
  }
  .module--logos .logos-wrapper.logos--justify-content-space-between {
    justify-content: space-between;
  }
  .module--logos .logos-wrapper.logos--justify-content-space-around {
    justify-content: space-around;
  }
}
@media (min-width: 840px) {
  .module--logos .logos-wrapper .logos-heading {
    font-size: 1.9444em;
  }
}
.module--logos .centered-validation-badge-wrapper .custom-image {
  margin-left: auto;
  margin-right: auto;
}
.module--logos .badges-wrapper {
  --my-spacing: var(--spacing-lg);
}
.module--media .module-container {
  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: var(--spacing-xxs);
  font-size: 0.85em;
}
@media (max-width: 639px) {
  .primary-content--media.mobile-show-media-first {
    order: -1;
    margin-bottom: var(--spacing-md);
  }
  .primary-content--media .custom-image {
    max-width: var(--imageMaxWidthAtMobile, 100%);
  }
}
.custom-html-embed-wrapper.has-form-styles iframe {
  padding: 2.6111em;
  border-radius: 1.1111em;
  background: #F0F9FC;
  box-shadow: 0 0.5556rem 1.1111rem 0 rgba(0, 0, 0, 0.16);
}
.media-text-wrapper {
  display: flex;
  flex-direction: column;
}
.media-text-wrapper.bg-variation-color {
  background: var(--bgColor);
  border-radius: var(--base-border-radius);
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 666px) {
  .media-text-wrapper.bg-variation-color {
    padding: var(--island-base-padding);
  }
  .media-text-wrapper.bg-variation-color .media-text-text-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 667px) {
  .media-text-wrapper.bg-variation-color .media-text-media-wrapper {
    padding: 0 6%;
  }
  .media-text-wrapper.bg-variation-color .media-text-text-wrapper {
    padding: var(--spacing-xl) 6%;
  }
}
.media-text-wrapper .heading {
  font-size: 2.1111rem;
  font-size: max(1.6667rem, min(1.1668436762225973rem + 0.01133107588532883 * 100vw, 2.1111rem));
  font-size: clamp(1.6667rem, 1.1668436762225973rem + 0.01133107588532883 * 100vw, 2.1111rem);
}
.media-text-wrapper .text-block-copy {
  font-size: 1.1111em;
  font-size: max(0.8889em, min(0.6389718381112987em + 0.005665537942664415 * 100vw, 1.1111em));
  font-size: clamp(0.8889em, 0.6389718381112987em + 0.005665537942664415 * 100vw, 1.1111em);
  font-weight: 500;
}
.media-text-wrapper.size-variation-larger .heading {
  font-size: 3.3333rem;
  font-size: max(2.0556rem, min(0.6184568296795958rem + 0.03257811804384485 * 100vw, 3.3333rem));
  font-size: clamp(2.0556rem, 0.6184568296795958rem + 0.03257811804384485 * 100vw, 3.3333rem);
}
.media-text-wrapper.size-variation-larger .text-block-copy {
  font-size: 1.3889em;
  font-size: max(1em, min(0.5625694772344014em + 0.009915966273187181 * 100vw, 1.3889em));
  font-size: clamp(1em, 0.5625694772344014em + 0.009915966273187181 * 100vw, 1.3889em);
  font-weight: 400;
}
.media-text-wrapper.heading-fw-variation-900 .heading {
  font-weight: 900;
}
.media-text-media-wrapper,
.media-text-text-wrapper {
  margin-bottom: calc(var(--spacing-md) + 2.5%);
}
.media-text-media-wrapper {
  order: 2;
}
.media-text-image {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 666px) {
  .module--media_text .mobile-hide-media {
    display: none;
  }
  .module--media_text .mobile-media-top .media-text-media-wrapper {
    order: 0;
  }
  .module--media_text .custom-image {
    max-width: var(--imageMaxWidthAtMobile, 100%);
  }
}
@media (min-width: 667px) {
  .media-text-wrapper {
    flex-direction: row;
    align-items: center;
    margin: 0 calc(-1 * var(--container-side-gutter));
  }
  .media-text-media-wrapper,
  .media-text-text-wrapper {
    flex: 1 1 50%;
    flex: 1 1 var(--twoup-flex-basis, 50%);
    padding: 0 var(--container-side-gutter);
    max-width: var(--twoup-flex-basis, 50%);
    margin-bottom: 0;
  }
  .media-position-left > .media-text-media-wrapper {
    order: 0;
  }
}
@media (min-width: 1280px) {
  .media-text-wrapper.media-position-right .media-text-text-wrapper {
    padding-right: calc(var(--container-side-gutter) / 2);
  }
  .media-text-wrapper.media-position-right .media-text-media-wrapper {
    padding-left: calc(var(--container-side-gutter) / 2);
  }
  .media-text-wrapper.media-position-left .media-text-media-wrapper {
    padding-right: calc(var(--container-side-gutter) / 2);
  }
  .media-text-wrapper.media-position-left .media-text-text-wrapper {
    padding-left: calc(var(--container-side-gutter) / 2);
  }
}
.media-text-wrapper.bg-variation-color[style="--bgColor: var(--ss-color-dark-blue, transparent)"] {
  color: white;
}
.module--media_text .module-intro.intro-alignment-center .mini-text.text-block-mini-heading {
  font-size: var(--h5-font-size);
}
.person-quote-wrapper .person-quote-text-wrapper {
  max-width: 26em;
  margin-bottom: var(--spacing-md);
}
.person-quote-wrapper .person-quote-text {
  font-size: 1.1111em;
  line-height: 1.75;
  font-style: italic;
  font-weight: 500;
}
.person-quote-wrapper .person-quote-source {
  font-size: 1.1111em;
}
.person-quote-wrapper .person-quote-photo-wrapper {
  max-width: 50%;
}
@media (min-width: 640px) {
  .person-quote-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .person-quote-photo-wrapper {
    order: -1;
    max-width: 315px;
    margin-right: var(--spacing-xxl);
  }
}
@media (min-width: 1020px) {
  .person-quote-wrapper {
    justify-content: flex-start;
    padding-left: 10%;
  }
}
.module-container--pricing_cards.container--default {
  max-width: calc(1375px + var(--container-side-gutter) * 2);
}
.pricing-cards-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.pricing-cards-wrapper {
  --gap: var(--spacing-lg);
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
  margin: auto;
}
.pricing-cards-wrapper .pricing-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 30em;
  padding: calc(1em + 10%) calc(1em + 5%);
  border-radius: 0.5556rem;
  background: var(--bgColor, #EEE);
  text-align: center;
  box-shadow: 0 1.1111em 1.6667em rgba(0, 0, 0, 0.16);
}
.pricing-cards-wrapper .pricing-card.dark-bg {
  color: #FFF;
}
@media (min-width: 768px) {
  .pricing-cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .pricing-cards-wrapper {
    --gap: var(--spacing-xxl);
  }
}
@media (min-width: 1280px) {
  .pricing-cards-wrapper {
    --gap: 70px;
  }
}
.pricing-card-icon.use-accent,
.pre-price-text.use-accent,
.pricing-card-price.use-accent,
.post-price-text.use-accent,
.pricing-card-custom-text.use-accent {
  color: var(--accentColor, inherit);
}
.pricing-card-icon {
  margin-bottom: var(--spacing-sm);
}
.pricing-card-name {
  margin-bottom: var(--spacing-xxl);
  font-size: 1.5556em;
  line-height: 1.071;
  text-transform: uppercase;
  letter-spacing: 0.13571429em;
}
.pricing-card-description-heading {
  margin-bottom: var(--spacing-xxs);
  font-size: 1.3333em;
}
.pricing-card-description-content {
  font-size: 1.1111em;
  font-weight: 500;
  line-height: 1.5;
}
.pricing-card-pricing-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: var(--spacing-md) auto var(--spacing-xl);
}
.pricing-card-pricing-section .pre-price-text {
  margin-bottom: var(--spacing-xxxs);
  font-size: 1.3333em;
  font-weight: 500;
}
.pricing-card-pricing-section .pricing-card-price {
  font-size: 3.3333em;
  line-height: 1.167;
  font-weight: 900;
}
.pricing-card-pricing-section .post-price-text {
  font-size: 1em;
  line-height: 1.667;
  font-weight: 500;
  letter-spacing: 0.15555556em;
  text-transform: uppercase;
}
.pricing-card-pricing-section .pricing-card-custom-text {
  font-size: 2.2222em;
  line-height: 1.75;
  font-weight: 900;
}
.pricing-card-cta-wrapper {
  width: 100%;
  max-width: 18em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card-cta-wrapper .button {
  --button-size: 0.725em;
  --button-padding: 0.6em 1em 0.65em;
  width: 100%;
  transition: color 145ms ease-out, background-color 145ms ease-out, border-color 145ms ease-out, box-shadow 145ms ease-out, transform 145ms ease-out;
}
.pricing-card-cta-wrapper .button:focus,
.pricing-card-cta-wrapper .button:hover,
.pricing-card-cta-wrapper .button:active {
  border-color: var(--local-box-shadow-color, #B426FF);
  box-shadow: 0 0.2222em 1.1111em var(--local-box-shadow-color, #B426FF);
}
@media (min-width: 500px) {
  .pricing-card-cta-wrapper .button {
    --button-size: 0.775em;
  }
}
@media (min-width: 750px) {
  .pricing-card-cta-wrapper .button {
    --button-size: 0.8em;
  }
}
@media (min-width: 860px) {
  .pricing-card-cta-wrapper .button {
    --button-size: 0.833em;
  }
}
.pricing-card.dark-bg .pricing-card-cta-wrapper .button {
  background: #FFF;
  color: #4C3CE2;
  text-shadow: none;
}
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:focus,
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:hover {
  background: #7a8ae1;
  color: #FFF;
}
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:focus path,
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:hover path {
  fill: #fff;
}
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:active,
.pricing-card.dark-bg .pricing-card-cta-wrapper .button.is-active {
  background: #00b9cb;
}
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:focus,
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:hover,
.pricing-card.dark-bg .pricing-card-cta-wrapper .button:active {
  border-color: var(--local-box-shadow-color, #B426FF);
  background: #FFF;
  color: #3A23AD !important;
  transform: translateY(-0.5em);
}
.pricing-card.bg-color-main-purple-light .pricing-card-cta-wrapper {
  --local-box-shadow-color: #22CEE1;
}
.module-hide {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
table {
  border: none!important;
  text-align: center;
}
table.pricing-tiers {
  width: 100%;
  border-collapse: collapse;
}
table.pricing-tiers tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-xl);
}
@media (max-width: 860px) {
  table.pricing-tiers tr {
    grid-template-columns: 1fr;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
table.pricing-tiers td {
  background: white;
  padding: var(--spacing-xxl) var(--spacing-xl);
  border: 0;
  border-radius: 12px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
  color: var(--base-color-primary);
  position: relative;
}
table.pricing-tiers td:nth-child(2) {
  background: var(--base-color-dark-blue);
  color: white;
}
table.pricing-info {
  width: 100%;
  border-collapse: collapse;
}
.pricing-info td {
  padding: var(--spacing-sm) 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #D8D3D6;
  width: 25%;
  vertical-align: middle;
  line-height: 1.25;
}
.pricing-info tr:first-child td {
  border-top: 0;
}
.pricing-info td:first-child {
  text-align: left;
  opacity: 0.8;
}
.price_dollar_amount span {
  font-size: 0.9rem;
  display: block;
  font-weight: normal;
  padding-bottom: 6px;
}
.price_pack_name {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.price_cell_copy {
  text-align: left;
}
.price_cell_copy ul li span {
  color: #00CEE1;
  font-size: 120%;
  font-weight: bold;
}
.floating-tier-label {
  display: none;
  position: absolute;
  top: -1.15em;
  left: 0;
  right: 0;
  color: var(--base-color-primary);
  font-size: 110%;
  font-weight: var(--button-font-weight);
  text-transform: uppercase;
  padding: var(--spacing-xxs) var(--spacing-xxl);
  border-radius: var(--button-border-radius);
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
table.pricing-tiers td:nth-child(2) .floating-tier-label {
  display: inline-block;
}
.price_pack_usage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-md);
  position: relative;
}
.price_pack_usage > p {
  margin-bottom: 0 !important;
  font-size: larger;
}
.tooltip-start {
  cursor: pointer;
  margin-top: 4px;
}
.tooltip-start::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%2300CEE1' d='M10.5 6.6a.8.8 0 0 1-.8-.7v-.2a.7.7 0 0 1 .2-.2v-.2a.8.8 0 0 1 1.1 0l.1.2.1.2V6a.8.8 0 0 1-.7.7ZM10.5 14.7a.6.6 0 0 1-.6-.6v-5h-.5a.6.6 0 1 1 0-1.2h1.1a.6.6 0 0 1 .6.6v5.6a.6.6 0 0 1-.6.6Z'/%3E%3Cpath fill='%2300CEE1' d='M11.7 14.7H9.3a.6.6 0 0 1 0-1.1h2.4a.6.6 0 0 1 0 1Z'/%3E%3Cpath fill='%2300CEE1' d='M10.5 19.6A9.6 9.6 0 1 1 20 9a.6.6 0 0 1-1.1 0 8.4 8.4 0 1 0-.3 3.3.6.6 0 0 1 1 .4 9.6 9.6 0 0 1-9.1 6.9Z'/%3E%3C/svg%3E");
}
.tooltip-popup {
  display: none;
  position: absolute;
  background: var(--base-color-secondary);
  width: 112%;
  padding: var(--spacing-xl) var(--spacing-xl);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
  color: white;
  text-align: left;
  z-index: 9;
  border-radius: 12px;
  line-height: 1.666;
  top: 100%;
  left: -6%;
  right: 0;
}
.tooltip-start:hover .tooltip-popup {
  display: block;
}
.price_cell_copy ul {
  padding-left: 1em;
}
.price_cell_copy ul li {
  padding-left: 1em;
}
.price_cell_copy ul li::marker {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none' viewBox='0 0 14 10'%3E%3Cpath fill='%233A23AD' d='M14 1v1l-8 8a1 1 0 0 1-2 0L0 6V5a1 1 0 0 1 2-1l3 4 7-8h1l1 1Z'/%3E%3C/svg%3E");
}
li.plus-sign::marker {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2300CEE1' d='M9 15a1 1 0 0 1-2 0V9H1a1 1 0 1 1 0-2h6V1a1 1 0 1 1 2 0v6h6a1 1 0 1 1 0 2H9v6Z'/%3E%3C/svg%3E") !important;
}
table.pricing-tiers td:nth-child(2) .price_cell_copy ul li::marker {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none' viewBox='0 0 14 10'%3E%3Cpath fill='%23ffffff' d='M14 1v1l-8 8a1 1 0 0 1-2 0L0 6V5a1 1 0 0 1 2-1l3 4 7-8h1l1 1Z'/%3E%3C/svg%3E");
}
.price_cell_copy ul.no-bullet-list {
  list-style: none;
  padding-left: 0;
}
.price_cell_copy ul.no-bullet-list li {
  padding-left: 0;
}
.price_cell_copy ul.no-bullet-list li::marker {
  content: none !important;
}
.price_sub_head_row td:first-child {
  opacity: 1;
  padding-bottom: var(--spacing-sm);
  font-weight: var(--heading-font-weight);
  font-size: 130%;
}
.price_sub_head_row td {
  border-top: 0;
  padding-top: var(--spacing-md);
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  background-color: #2196F3;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
@media (max-width: 630px) {
  table {
    font-size: small;
  }
  table.pricing-tiers td {
    padding: var(--spacing-xl) var(--spacing-xl);
  }
  table.pricing-tiers td p {
    margin-bottom: var(--spacing-xs);
  }
  .slider {
    transform: scale(0.6) !important;
  }
  .switch {
    width: 48px!important;
    margin: 0px -8px !important;
  }
}
.module--pull_quote + .module > .module-container,
.module--pull_quote .module-container--pull_quote {
  border-top: 0 !important;
}
.primary-content--pull_quote {
  position: relative;
  padding: 8.8% var(--spacing-md);
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
}
.primary-content--pull_quote .pull-quote-wrapper {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.25;
  font-weight: var(--bold-font-weight);
  font-size: 1.3333em;
}
.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: var(--spacing-md);
}
.primary-content--pull_quote .pull-quote-wrapper .citation-name {
  font-size: 0.6em;
  color: rgba(0, 0, 0, 0.75);
}
.primary-content--pull_quote .pull-quote-opening-quote-mark {
  height: 35px;
  margin-bottom: var(--spacing-md);
  text-align: center;
  font-size: 70px;
  font-weight: var(--bold-font-weight);
  line-height: 70px;
  color: #3A23AD;
}
@media (min-width: 768px) {
  .primary-content--pull_quote .pull-quote-wrapper {
    font-size: 2.2222em;
  }
  .primary-content--pull_quote .pull-quote-bg-quote-mark {
    top: 6.6667em;
    width: 7.4444em;
  }
}
.module--recent_resources.vspace-bottom-md .edge-divider-bottom.force-overlapping.edge-divider-variety-valley {
  --btmOvrlpVlleyPb: 17vw;
  padding-bottom: var(--btmOvrlpVlleyPb);
  box-shadow: inset 0 calc(-1 * var(--btmOvrlpVlleyPb)) 0 #FFF;
  max-height: var(--edgeDividerBottomHeight);
}
.module--recent_resources.vspace-bottom-md .edge-divider-bottom.force-overlapping.edge-divider-variety-valley::after {
  background: linear-gradient(to bottom, #FFF, #FFF 2px, transparent 2px, transparent 100%);
  top: -1px;
  bottom: 0;
}
@media (max-width: 1000px) {
  .module--recent_resources.vspace-bottom-md .edge-divider-bottom.force-overlapping.edge-divider-variety-valley {
    margin-top: -34vw;
    margin-bottom: 16vw;
  }
}
.module--recent_resources .button--load--wrapper {
  margin-top: calc(2.5% + var(--spacing-md));
}
.module-container--recent_resources .module-intro {
  position: relative;
  z-index: 2;
}
.module-container--recent_resources.complete .bg-blob-wrapper,
.module-container--recent_resources.complete .button--load--wrapper {
  display: none;
}
.module-container--recent_resources.empty .bg-blob-wrapper,
.module-container--recent_resources.empty .button--load--wrapper {
  display: none;
}
.module-container--recent_resources.empty .recent-resource-group {
  padding-top: 3em;
  justify-content: center;
  font-size: 1.6667rem;
}
.archive .module-container--recent_resources .short-wave-cls-1,
.blog .module-container--recent_resources .short-wave-cls-1 {
  fill: #F0F9FC;
  opacity: 1;
}
.recent-resources__tabs {
  display: flex;
  margin-bottom: 3%;
}
.recent-resources__tabs .tab button {
  padding: 0.75em 1rem;
  border: 0;
  border-radius: 1.1111em;
  background: none;
  font-size: 0.8889em;
  font-weight: var(--bold-font-weight);
  color: #000;
  opacity: 0.46;
  outline: none;
}
.recent-resources__tabs .tab button:focus,
.recent-resources__tabs .tab button:hover {
  background: rgba(58, 35, 173, 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: var(--spacing-md);
  }
}
.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: var(--spacing-md);
}
.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 ::placeholder {
  color: #7259EF !important;
  font-weight: var(--bold-font-weight);
}
@media (min-width: 500px) {
  .recent-resources__search {
    width: auto;
    margin-bottom: var(--spacing-md);
  }
}
.resource-group-container {
  width: 100%;
}
.resource-group-container:not(.active) {
  display: none;
}
.recent-resource-group {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
@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 .resource-media-block-content {
  display: flex;
  flex-direction: column;
}
.recent-resource-group .resource-media-block__excerpt {
  margin-bottom: 1.3333rem;
}
.recent-resource-group .resource-media-block__cta {
  margin-bottom: 0;
  margin-top: auto;
}
.recent-resource-group .card-branding {
  width: 87px;
  height: 20px;
  background: url(/wp-content/themes/SearchSpring-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 {
  position: relative;
  z-index: 3;
}
@media (min-width: 500px) {
  .primary-content--recent_resources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.recent-resources-cta-wrapper {
  width: 100%;
  margin-top: 5%;
}
.recent_resources--mobileCarousel .carousel-prev-next-buttons,
.selected_resources--mobileCarousel .carousel-prev-next-buttons {
  display: none;
  justify-content: center;
  margin-top: 2.2222rem;
}
.recent_resources--mobileCarousel .carousel-prev-next-buttons.begin .prev-button,
.selected_resources--mobileCarousel .carousel-prev-next-buttons.begin .prev-button {
  opacity: 0.4;
}
.recent_resources--mobileCarousel .carousel-prev-next-buttons.end .next-button,
.selected_resources--mobileCarousel .carousel-prev-next-buttons.end .next-button {
  opacity: 0.4;
}
.recent_resources--mobileCarousel .carousel-prev-next-button,
.selected_resources--mobileCarousel .carousel-prev-next-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 2rem;
  margin: auto var(--spacing-xxs);
  background: transparent;
  font-size: 0.85em;
  line-height: 1;
  color: #707070;
}
.recent_resources--mobileCarousel .carousel-prev-next-button > .the-icon,
.selected_resources--mobileCarousel .carousel-prev-next-button > .the-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.1em;
}
.recent_resources--mobileCarousel .carousel-prev-next-button > .the-icon > svg,
.selected_resources--mobileCarousel .carousel-prev-next-button > .the-icon > svg {
  width: 0.6em;
}
.recent_resources--mobileCarousel .carousel-prev-next-button.next-button > .the-icon,
.selected_resources--mobileCarousel .carousel-prev-next-button.next-button > .the-icon {
  margin-left: 0.1em;
}
@media (max-width: 520px) {
  .recent_resources--mobileCarousel .carousel-prev-next-button,
  .selected_resources--mobileCarousel .carousel-prev-next-button {
    font-size: 0.7em;
  }
}
@media (max-width: 767px) {
  .recent_resources--mobileCarousel .carousel-prev-next-buttons,
  .selected_resources--mobileCarousel .carousel-prev-next-buttons {
    display: flex;
  }
  .recent_resources--mobileCarousel .carousel-container,
  .selected_resources--mobileCarousel .carousel-container {
    transition: all 0.3s ease;
  }
  .recent_resources--mobileCarousel .recent-resource-group,
  .selected_resources--mobileCarousel .recent-resource-group {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .recent_resources--mobileCarousel .carousel-container,
  .selected_resources--mobileCarousel .carousel-container {
    --c-gutter: calc(50vw - 200px - var(--container-side-gutter));
    --c-gutter: calc(50vw - (var(--carousel-card-width, 400px) / 2) - var(--container-side-gutter));
  }
  .recent_resources--mobileCarousel .card,
  .selected_resources--mobileCarousel .card {
    flex: 0 0 calc(100vw - 2 * var(--container-side-gutter));
    margin: 0 calc(var(--c-gutter) + var(--container-side-gutter)) 0 var(--c-gutter);
  }
}
@media (max-width: 559px) {
  .recent_resources--mobileCarousel .card,
  .selected_resources--mobileCarousel .card {
    flex: 0 0 calc(100vw - 50px);
  }
}
@media (min-width: 768px) {
  .recent_resources--mobileCarousel .carousel-container,
  .selected_resources--mobileCarousel .carousel-container {
    transform: none !important;
  }
}
.module--selected_resources .resource-media-block--full .resource-media-block-image {
  width: 38.26530612%;
  min-height: 23.27380952vw;
  height: auto;
  max-height: 100%;
  align-self: stretch;
}
.module--selected_resources .resource-media-block.card {
  margin-bottom: 0;
}
.selected_resources {
  margin-bottom: 3%;
}
.selected-resources-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.selected-resources-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--spacing-lg));
}
.selected-resources-wrapper .selected_resource-item {
  flex: 0 1 0;
  width: 33.333%;
  max-width: 500px;
  min-width: 300px;
  margin: 0 var(--spacing-xl) var(--spacing-xl);
}
.selected-resources-wrapper .resource-media-block {
  height: 100%;
}
.selected-resources-wrapper .resource-media-block-content {
  display: flex;
  flex-direction: column;
}
.selected-resources-wrapper .resource-media-block__excerpt {
  margin-bottom: 1.3333rem;
}
.selected-resources-wrapper .resource-media-block__cta {
  margin-bottom: 0;
  margin-top: auto;
}
.selected-resources-wrapper .resource-media-block__cta .cta-link {
  margin-top: 0;
}
@supports (display: grid) {
  .selected-resources-wrapper {
    --gap: var(--spacing-xxl);
    display: grid;
    justify-items: center;
    grid-gap: var(--gap);
    grid-template-columns: repeat(var(--max-cols), minmax(calc(100% / var(--max-cols) - var(--gap) * (var(--max-cols) - 1)), 1fr));
    margin: initial;
  }
  .selected-resources-wrapper.max-cols-1 {
    display: block;
  }
  .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-1 {
    --max-cols: 1;
  }
  .selected-resources-wrapper.max-cols-2 {
    --max-cols: 2;
  }
  .selected-resources-wrapper.max-cols-3 {
    --max-cols: 3;
  }
  @media (max-width: 1199px) {
    .selected-resources-wrapper.max-cols-3 {
      --max-cols: 2 !important;
      --gap: var(--spacing-xl);
    }
    .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: 767px) {
    .selected-resources-wrapper.max-cols-2,
    .selected-resources-wrapper.max-cols-3 {
      --max-cols: 1 !important;
    }
    .selected-resources-wrapper.carousel-container {
      display: flex;
      flex-wrap: nowrap;
      grid-gap: 0;
      justify-content: flex-start;
    }
    .selected-resources-wrapper .resource-media-block {
      max-height: 0;
    }
    .selected-resources-wrapper .resource-media-block.is-open {
      max-height: 1500px;
    }
  }
}
.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: 1.1111em;
  margin-bottom: 25px;
}
.selected-resource-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.1111em;
  background: rgba(76, 60, 226, 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(0, 206, 225, 0.8);
}
.selected-resource:nth-child(3) .selected-resource-image::after {
  background: rgba(230, 230, 230, 0.8);
}
.selected-resource-image.remove-filter-on-image::after {
  display: none !important;
}
.selected-resource-title {
  font-size: 1.3889em;
  line-height: 1.25;
}
.selected-resource-title a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 520px) {
  .selected-resource-title {
    font-size: 1.7778em;
  }
}
.team-wrapper {
  text-align: left;
  margin: 0 calc(-1 * var(--spacing-md));
}
.team-wrapper .team-member {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
  width: 25%;
  min-width: 280px;
  padding: 0 var(--spacing-md);
  margin-bottom: var(--spacing-xl);
  text-align: left;
}
@supports (display: grid) and (--css: variables) {
  .team-wrapper {
    display: grid;
    --max-cols: 3;
    --gap: var(--spacing-xxl);
    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;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .team-wrapper {
    --gap: var(--spacing-xl);
  }
}
@media (max-width: 1024px) {
  .team-wrapper {
    --max-cols: 2;
    --gap: var(--spacing-lg);
  }
}
@media (max-width: 600px) {
  .team-wrapper {
    --max-cols: 1;
    --gap: var(--spacing-md);
  }
}
.team-member-photo-and-info-wrapper {
  display: flex;
  --gutter: var(--spacing-md);
  margin: 0 calc(-1 * var(--gutter));
}
.team-member-photo-wrapper {
  flex: 1 1 34.44444444%;
  max-width: 80%;
  padding: 0 var(--gutter);
  margin-bottom: 5%;
}
.team-member-photo {
  border-radius: 50%;
}
.team-member-info-wrapper {
  flex: 1 1 65.55555556%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--gutter);
  margin-bottom: 5%;
}
@media (max-width: 1200px) {
  .team-member-info-wrapper {
    font-size: 0.8em;
  }
}
.team-member-name {
  margin-bottom: var(--spacing-xxs);
  font-size: var(--h5-font-size);
  font-weight: 600;
  line-height: 1.17857143;
}
.team-member-role,
.team-member-location {
  font-size: 1.05rem;
  line-height: 1.43478261;
  color: #1C1C1C;
}
.team-member-bio-text {
  margin-bottom: 5%;
}
.module-container--testimonial.container--default {
  max-width: 1246px;
}
.testimonial-wrapper {
  --island-padding-percent: 2.65%;
}
.testimonial-photo-wrapper {
  margin-bottom: var(--spacing-lg);
  max-width: 520px;
}
.quote-icon-wrapper {
  margin-bottom: 2.5%;
  color: #DB2F78;
}
.testimonial-text {
  font-size: var(--h5-font-size);
  font-weight: 600;
  line-height: calc(var(--base-line-height) * 0.8);
}
.testimonial-text::before {
  content: open-quote;
  margin-right: -4px;
}
.testimonial-text::after {
  content: close-quote;
  margin-left: -4px;
}
.testimonial-source {
  margin-top: var(--spacing-md);
  font-size: 1.05rem;
  font-style: normal;
}
.testimonial-source::before {
  content: "\2013";
}
@media (min-width: 720px) {
  .testimonial-wrapper {
    display: flex;
    align-items: center;
  }
  .testimonial-photo-wrapper {
    flex: 1 1 45%;
    min-width: 45%;
    margin-bottom: 0;
    margin-right: var(--spacing-xxxl);
  }
  .testimonial-text-wrapper {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonial-text {
    margin-bottom: auto;
  }
}
.module--two_column_text {
  --two-column-text-gutter: var(--spacing-xxxl);
}
.primary-content--two_column_text {
  overflow-x: hidden;
}
.primary-content--two_column_text .text-block-heading {
  font-size: var(--h3-font-size);
}
.two-column-text-column {
  margin-bottom: var(--spacing-xl);
  margin-bottom: max(20px, min(8%, 40px));
  margin-bottom: clamp(20px, 8%, 40px);
  line-height: 1.5556;
}
.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: calc(-1 * var(--two-column-text-gutter));
    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 var(--two-column-text-gutter);
  }
}
.module--image_bubble_text .f-copy {
  max-width: none;
}
.img-copy.overlap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img-copy.overlap .f-img {
  flex: 1 0 auto;
  padding: 0;
}
.img-copy.overlap .f-img img {
  max-width: 100%;
}
.img-copy.overlap .f-copy {
  flex: 1 0 auto;
  margin: 0 0 0 auto;
  position: relative;
}
.img-copy.overlap.overlap-left .f-copy {
  margin-left: 0;
  margin-right: auto;
}
.img-copy.overlap.orientation-portrait .f-img {
  width: auto;
}
.img-copy.overlap.orientation-portrait .f-copy {
  flex: 1 1 100%;
  width: auto;
}
.f-img {
  /*
        margin-right: -20%;
        width: 70%;
        */
}
.f-copy {
  padding: 0;
  min-width: none;
  /*
        width: 50%;
        box-shadow: 0 0 40px rgba(0,0,0,.2);
        order: 2;
        padding: .remmy(63)[] .remmy(56)[];
        flex: 1 0 auto;
        border-radius: .remmy(22)[];
        background: #FFF;
        */
}
.single-case-studies .f-copy {
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 568px) {
  .f-img {
    margin-right: -20%;
    width: 70%;
  }
  .f-copy {
    width: 50%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    order: 2;
    padding: 3.5rem 3.1111rem;
    flex: 1 0 auto;
    border-radius: 1.2222rem;
    background: #FFF;
  }
  .img-copy.overlap .f-img {
    margin: 0 0 -15%;
    width: 85%;
  }
  .img-copy.overlap .f-copy {
    width: 80%;
  }
  .img-copy.overlap.orientation-portrait .f-img {
    margin: 0 0 -15% 0;
  }
  .img-copy.overlap.orientation-portrait.overlap-right .f-img {
    margin-right: -8%;
  }
  .img-copy.overlap.orientation-portrait.overlap-left .f-img {
    margin-left: -8%;
  }
}
@media (min-width: 667px) {
  max-width: none;
}
@media (min-width: 1024px) {
  .img-copy.overlap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .img-copy.overlap .f-img {
    width: 55%;
    flex: 1 0 auto;
    margin-bottom: 0;
  }
  .img-copy.overlap .f-img img {
    max-width: 100%;
  }
  .img-copy.overlap .f-copy {
    flex: 1 0 auto;
    width: 40%;
    position: relative;
    z-index: 2;
  }
  .img-copy.overlap.overlap-right .f-img {
    margin-right: -15%;
  }
  .img-copy.overlap.overlap-right .f-copy {
    order: 2;
  }
  .img-copy.overlap.overlap-left .f-img {
    margin-right: 0;
    margin-left: -15%;
    order: 2;
  }
  .img-copy.overlap.overlap-left .f-copy {
    order: 1;
  }
  .img-copy.overlap.orientation-portrait .f-img {
    margin: 0;
    width: auto;
  }
  .img-copy.overlap.orientation-portrait .f-copy {
    flex: 1 1 100%;
    width: auto;
  }
  .img-copy.overlap.orientation-portrait.overlap-right .f-img {
    margin-right: -8%;
  }
  .img-copy.overlap.orientation-portrait.overlap-left .f-img {
    margin-left: -8%;
  }
  .f-img {
    margin-right: -20%;
    width: 70%;
  }
  .f-copy {
    width: 50%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    order: 2;
    padding: 3.5rem 3.1111rem;
    flex: 1 0 auto;
    border-radius: 1.2222rem;
    background: #FFF;
  }
  .single-case-studies .f-copy {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 1440px) {
  .img-copy.overlap.orientation-landscape .f-copy,
  .img-copy.overlap.orientation-landscape.overlap-left .f-copy,
  .img-copy.overlap.orientation-landscape.overlap-right .f-copy {
    margin-top: 190px;
  }
}

/*# sourceMappingURL=global.css.map*/