*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/* Objects */
/* CSS variables */
:root {
  --column-gap: 2.13%;
}
/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}
.position-relative {
  position: relative;
}
.standard-indents {
  padding: 96px 0;
}
.standard-indents-sm {
  padding: 48px 0;
}
.c-mb-0 {
  margin-bottom: 0;
}
.c-mb-1 {
  margin-bottom: 4px;
}
.c-mt-2 {
  margin-top: 8px;
}
.c-mb-2 {
  margin-bottom: 8px;
}
.c-mb-3 {
  margin-bottom: 12px;
}
.c-mt-3 {
  margin-top: 12px;
}
.c-mt-4 {
  margin-top: 16px;
}
.c-mr-4 {
  margin-right: 16px;
}
.c-mb-4 {
  margin-bottom: 16px;
}
.c-mb-5 {
  margin-bottom: 20px;
}
.c-mt-6 {
  margin-top: 24px;
}
.c-mb-6 {
  margin-bottom: 24px;
}
.c-mt-8 {
  margin-top: 32px;
}
.c-mr-8 {
  margin-right: 32px;
}
.c-mb-8 {
  margin-bottom: 32px;
}
.c-mt-10 {
  margin-top: 40px;
}
.c-mb-10 {
  margin-bottom: 40px;
}
.c-mt-12 {
  margin-top: 48px;
}
.c-mb-12 {
  margin-bottom: 48px;
}
.c-mt-16 {
  margin-top: 64px;
}
.c-mb-16 {
  margin-bottom: 64px;
}
.c-mb-18 {
  margin-bottom: 72px;
}
.c-mb-20 {
  margin-bottom: 80px;
} 
.c-mt-24 {
  margin-top: 96px;
}
.c-mb-24 {
  margin-bottom: 96px;
}
.c-mb-32 {
  margin-bottom: 128px;
}
.c-mb-40 {
  margin-bottom: 160px;
}
.c-mb-48 {
  margin-bottom: 192px;
}
.c-mb-56 {
  margin-bottom: 224px;
}
.c-mb-64 {
  margin-bottom: 256px;
}
@media (min-width: 576px) {
  .c-mt-sm-6 {
    margin-top: 24px;
  }
  .c-mb-sm-6 {
    margin-bottom: 24px;
  }
  .c-mt-sm-8 {
    margin-top: 32px;
  } 
  .c-mr-sm-8 {
    margin-right: 32px;
  }
  .c-mb-sm-8 {
    margin-bottom: 32px;
  }
  .c-mt-sm-10 {
    margin-top: 40px;
  }
  .c-mb-sm-10 {
    margin-bottom: 40px;
  }
  .c-mt-sm-12 {
    margin-top: 48px;
  }
  .c-mb-sm-12 {
    margin-bottom: 48px;
  }
  .c-mt-sm-16 {
    margin-top: 64px;
  }
  .c-mb-sm-16 {
    margin-bottom: 64px;
  } 
}
@media (min-width: 768px) {
  .c-mb-md-6 {
    margin-bottom: 24px;
  }
  .c-mt-md-8 {
    margin-top: 32px;
  }
  .c-mb-md-8 {
    margin-bottom: 32px;
  }
  .c-mt-md-16 {
    margin-top: 64px;
  }
  .c-mb-md-16 {
    margin-bottom: 64px;
  }
  .c-mb-md-18 {
    margin-bottom: 72px;
  }
  .c-mb-md-20 {
    margin-bottom: 80px;
  } 
}
@media (min-width: 992px) {
  .c-mt-lg-4 {
    margin-top: 16px;
  }
  .c-mt-lg-3 {
    margin-top: 12px;
  }
  .c-mb-lg-6 {
    margin-bottom: 24px;
  }
  .c-mb-lg-8 {
    margin-bottom: 32px;
  }
  .c-mb-lg-10 {
    margin-bottom: 40px;
  }
  .c-mb-lg-16 {
    margin-bottom: 64px;
  }
  .c-mb-lg-18 {
    margin-bottom: 72px;
  }
  .c-mb-lg-24 {
    margin-bottom: 96px;
  }
}
/* Desktop layout */
@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }
  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }
  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }
  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }
  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }
  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }
  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }
  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }
  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }
  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }
  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
@media (max-width: 991px) {
  .standard-indents {
    padding: 72px 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .standard-indents {
    padding: 40px 0;
  }
  .standard-indents-sm  {
    padding: 36px 0;
  }
  .footer .hs-menu-wrapper > ul {
    max-width: 100%;
  }
}

.overflow-hidden {
  overflow: hidden;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
.container-fluid.body-container {
  padding: 0;
}

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

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

/* Pearson Typography CSS Variables */
:root {
  --color--ui-background-light: #ffffffff;
  --color--ui-background-gray: #fafafaff;
  --color--ui-background-med: #f3f8fbff;
  --color--ui-background-med-gray: #dfe1e1ff;
  --color--ui-background-dark-gray: #333333ff;
  --color--ui-background-dark: #151515ff;
  --color--ui-01: #f5f5f5ff;
  --color--ui-02: #fefefeff;
  --color--ui-03: #151515ff;
  --color--ui-04: #505759ff;
  --color--ui-05: #919191ff;
  --color--ui-06: #e6e6e6ff;
  --color--ui-border-01: #dfe1e1ff;
  --color--ui-border-02: #151515ff;
  --color--ui-border-03: #919191ff;
  --color--ui-field: #ffffffff;
  --color--ui-overlay-dark: #151515b3;
  --color--ui-overlay-light: #50575980;
  --gradient--ui-dark: linear-gradient(125.83deg,#00000040 0%,#0000001d 41%,#0000001d 56.00000000000001%,#00000040 100%);
  --gradient--ui-light: linear-gradient(313.98deg,#99999940 0%,#f2f2f240 41%,#f2f2f240 56.00000000000001%,#99999940 100%);
  --gradient--ui-light-on-dark: linear-gradient(43.98deg,#cccccc40 0%,#f2f2f21d 41%,#f2f2f21d 56.00000000000001%,#cccccc40 100%);
  --color--text-primary: #151515ff;
  --color--text-secondary: #333333ff;
  --color--text-tertiary: #505759ff;
  --color--text-link: #007a9cff;
  --color--text-link-hover: #005d77ff;
  --color--text-link-active: #004b60ff;
  --color--text-link-focus: #005d77ff;
  --color--text-primary-inverse: #fefefeff;
  --color--text-secondary-inverse: #fafafaff;
  --color--text-tertiary-inverse: #f5f5f5ff;
  --color--text-quaternary-inverse: #a8abacff;
  --color--text-link-inverse: #fefefeff;
  --color--text-link-inverse-hover: #fafafaff;
  --color--text-link-inverse-active: #f5f5f5ff;
  --color--icon-primary: #151515ff;
  --color--icon-secondary: #333333ff;
  --color--icon-tertiary: #505759ff;
  --color--icon-quaternary: #a8abacff;
  --color--icon-accent-01: #9e007eff;
  --color--icon-link: #007a9cff;
  --color--icon-link-hover: #005d77ff;
  --color--icon-link-active: #004b60ff;
  --color--icon-primary-inverse: #fefefeff;
  --color--icon-secondary-inverse: #fafafaff;
  --color--icon-tertiary-inverse: #f5f5f5ff;
  --color--icon-link-inverse: #fefefeff;
  --color--icon-link-inverse-hover: #fafafaff;
  --color--icon-link-inverse-active: #f5f5f5ff;
  --color--interactive-action: #ffbb1cff;
  --color--interactive-action-hover: #151515ff;
  --color--interactive-action-active: #151515ff;
  --color--interactive-action-focus: #ffffffff;
  --color--interactive-primary: #9e007eff;
  --color--interactive-primary-hover: #722351ff;
  --color--interactive-primary-active: #722351ff;
  --color--interactive-secondary: #151515ff;
  --color--interactive-secondary-hover: #505759ff;
  --color--interactive-secondary-active: #505759ff;
  --color--interactive-tertiary: #151515ff;
  --color--interactive-tertiary-hover: #151515ff;
  --color--interactive-tertiary-active: #151515ff;
  --color--interactive-accent-03-primary: #269c93ff;
  --color--interactive-accent-03-primary-hover: #28aba1ff;
  --color--interactive-accent-03-primary-active: #2abaafff;
  --color--label-interactive: #f3f8fbff;
  --color--label-non-interactive: #f5f5f5ff;
  --color--interactive-action-inverse: #ffbb1cff;
  --color--interactive-action-inverse-hover: #ffd06bff;
  --color--interactive-action-inverse-focus: #ffffffff;
  --color--interactive-action-inverse-active: #ffd06bff;
  --color--interactive-primary-inverse: #ae367eff;
  --color--interactive-primary-inverse-hover: #be4b90ff;
  --color--interactive-primary-inverse-active: #be4b90ff;
  --color--interactive-secondary-inverse: #ffffffff;
  --color--interactive-secondary-inverse-hover: #e1ffffff;
  --color--interactive-secondary-inverse-active: #e1ffffff;
  --color--interactive-tertiary-inverse: #ffffffff;
  --color--interactive-tertiary-inverse-hover: #ffffffff;
  --color--interactive-tertiary-inverse-active: #ffffffff;
  --color--interactive-focus: #4fa8ffff;
  --color--interactive-focus-field: #2192fbff;
  --color--interactive-disabled-01: #e6e6e6ff;
  --color--interactive-disabled-02: #919191ff;
  --color--interactive-disabled-03: #767676ff;
  --color--interactive-disabled-04: #666666ff;
  --gradient--interactive-accent-01: linear-gradient(279.07deg,#ff8275ff 6%,#9e007eff 73%,#722351ff 100%);
  --color--alert-background: #effbfcff;
  --color--alert-error: #d30018ff;
  --color--alert-success: #008638ff;
  --color--alert-warning: #fc630fff;
  --color--alert-information: #151515ff;
  --color--alert-error-inverse: #eb3d1aff;
  --color--alert-success-inverse: #12b2a6ff;
  --color--alert-warning-inverse: #ff9c1aff;
  --color--alert-information-inverse: #fefefeff;
  --color--accent-01-light: #ffbb1cff;
  --color--accent-01-primary: #ff757aff;
  --color--accent-01-medium: #9e007eff;
  --color--accent-01-dark: #722362ff;
  --color--accent-02-light: #d2db0eff;
  --color--accent-02-primary: #84bd00ff;
  --color--accent-02-medium: #008638ff;
  --color--accent-02-dark: #003a00ff;
  --color--accent-03-light: #94e7eaff;
  --color--accent-03-primary: #12b2a6ff;
  --color--accent-03-medium: #003057ff;
  --color--accent-03-dark: #000a31ff;
  --color--tint-accent-01-medium-03: #9e007e08
}

:root {
  --corners-semiround-sm: 0.25em;
  --corners-semiround-md: 0.5em;
  --corners-semiround-pill: 2.5em;
  --button-corners: var(--corners-semiround-pill)
}

:root {
  --shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  --shadow-blur: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

:root {
  --spacing-90: 90px;
  --spacing-60: 60px;
  --spacing-45: 45px;
  --spacing-30: 30px;
  --spacing-20: 20px;
  --spacing-15: 15px;
  --spacing-10: 10px;
  --spacing-5: 5px;
  --space-unit: 5px;
  --space-zero: calc(0 * var(--space-unit));
  --space-xxxsmall: calc(1 * var(--space-unit));
  --space-xxsmall: calc(2 * var(--space-unit));
  --space-xsmall: calc(3 * var(--space-unit));
  --space-small: calc(4 * var(--space-unit));
  --space-medium: calc(6 * var(--space-unit));
  --space-large: calc(9 * var(--space-unit));
  --space-xlarge: calc(12 * var(--space-unit));
  --space-xxlarge: calc(15 * var(--space-unit));
  --space-xxxlarge: calc(18 * var(--space-unit));
  --space-xxxxlarge: calc(24 * var(--space-unit))
}

:root {
  --color--background-light: var(--color--ui-background-light, #ffffffff);
  --color--background-gray: var(--color--ui-background-gray, #fafafaff);
  --color--background-medium: var(--color--ui-background-med, #f3f8fbff);
  --color--background-medium-gray: var(--color--ui-background-med-gray, #dfe1e1ff);
  --color--background-dark: var(--color--ui-background-dark, #151515ff);
  --color--border-01: var(--color--ui-border-01, #dfe1e1ff);
  --color--border-02: var(--color--ui-border-02, #151515ff);
  --color--border-03: var(--color--ui-border-03, #919191ff);
  --color--field: var(--color--ui-field, #ffffffff);
  --color--overlay-dark: var(--color--ui-overlay-dark, #151515b3);
  --color--overlay-light: var(--color--ui-overlay-light, #50575980);
  --color--text-link-hover-inverse: var(--color--text-link-inverse-hover, #fafafaff);
  --color--text-link-active-inverse: var(--color--text-link-inverse-active, #f5f5f5ff);
  --color--icon-link-hover-inverse: var(--color--icon-link-inverse-hover, #fafafaff);
  --color--icon-link-active-inverse: var(--color--icon-link-inverse-active, #f5f5f5ff);
  --color--interactive-action-hover-inverse: var(--color--interactive-action-inverse-hover, #ffd06bff);
  --color--interactive-action-active-inverse: var(--color--interactive-action-inverse-active, #ffd06bff);
  --color--interactive-primary-hover-inverse: var(--color--interactive-primary-inverse-hover, #be4b90ff);
  --color--interactive-primary-active-inverse: var(--color--interactive-primary-inverse-active, #be4b90ff);
  --color--interactive-secondary-hover-inverse: var(--color--interactive-secondary-inverse-hover, #e1ffffff);
  --color--interactive-secondary-active-inverse: var(--color--interactive-secondary-inverse-active, #e1ffffff);
  --color--interactive-tertiary-hover-inverse: var(--color--interactive-tertiary-inverse-hover, #ffffffff);
  --color--interactive-tertiary-active-inverse: var(--color--interactive-tertiary-inverse-active, #ffffffff);
  --color--gradient-dark: linear-gradient(125.83deg,#00000040 0%,#0000001d 41%,#0000001d 56.00000000000001%,#00000040 100%);
  --color--gradient-light: linear-gradient(313.98deg,#99999940 0%,#f2f2f240 41%,#f2f2f240 56.00000000000001%,#99999940 100%);
  --color--gradient-light-on-dark: linear-gradient(43.98deg,#cccccc40 0%,#f2f2f21d 41%,#f2f2f21d 56.00000000000001%, #cccccc40 100%);
  --color--accent-01-gradient: linear-gradient(279.07deg,#ff8275ff 6%,#9e007eff 73%,#722351ff 100%)
}

:root {
  --typefamily-fallback: Helvetica,Verdana,sans-serif;
  --typefamily-alt: var(--typefamily-primary);
  --typefamily-primary: "Open Sans Static",var(--typefamily-fallback)
}

@supports (font-variation-settings: normal) {
  :root {
    --typefamily-primary:"Open Sans Variable",var(--typefamily-fallback);
    --typefamily-primary-italic: "Open Sans Italic Variable",var(--typefamily-fallback)
  }
}

:root {
  --typesize-exa: clamp(3.125rem, -1.8750rem + 10.4167vw, 7.5rem);
  --typesize-peta: clamp(3.125rem, -0.4464rem + 7.4405vw, 6.25rem);
  --typesize-tera: clamp(3.125rem, -0.1607rem + 6.8452vw, 6rem);
  --typesize-giga: clamp(3.125rem, 0.9821rem + 4.4643vw, 5rem);
  --typesize-mega: clamp(3.125rem, 1.4107rem + 3.5714vw, 4.625rem);
  --typesize-kilo: clamp(3.125rem, 1.6964rem + 2.9762vw, 4.375rem);
  --typesize-h1-plus: clamp(3.125rem, 4.35vw + 1rem, 4rem);
  --typesize-h1: clamp(2.5rem, 3.25vw + 1rem, 3.125rem);
  --typesize-h1-catalog: clamp(2.375rem, 2.75vw + 1rem, 2.625rem);
  --typesize-h2: clamp(2.125rem, 2.35vw + 1rem, 2.5rem);
  --typesize-h3: clamp(1.75rem, 1.5vw + 1rem, 1.875rem);
  --typesize-h4: 1.5rem;
  --typesize-h5: clamp(1.25rem, 0.6vw + 1rem, 1.375rem);
  --typesize-h6: 1.125rem;
  --typesize-default: 1rem;
  --typesize-p: var(--typesize-default);
  --typesize-minor: 0.875rem;
  --typesize-milli: 0.75rem;
  --typesize-micro: 0.625rem;
  --typeweight--light: 300;
  --typeweight--default: 400;
  --typeweight--medium: 500;
  --typeweight--semibold: var(--typeweight--semibold-plus);
  --typeweight--semibold-plus: 645;
  --typeweight--bold: var(--typeweight--semibold-plus);
  --leading--tightest: 0.825;
  --leading--1: 1;
  --leading--1-1: 1.1;
  --leading--1-15: 1.15;
  --leading--1-2: 1.2;
  --leading--1-3: 1.3;
  --leading--1-4: 1.4;
  --leading--1-5: 1.5;
  --leading--1-6: 1.6;
  --leading--default: var(--leading--1-6);
  --leading--1-7: 1.7;
  --leading--1-8: 1.8;
  --leading--2: 2;
  --typecase-upper: uppercase;
  --typecase-lower: lowercase;
  --typestyle-normal: normal;
  --typestyle-italic: italic;
  --typestyle-oblique: oblique
}

/* Elements */
:root {
  /* display font size */
  --display-xl: 65px; 
  --display-lg: 60px;
  --display-md: 55px;
  --display-sm: 48px;
  --display-xs: 33px;
  /* display line height */
  --display-lh-xl: 1.2;
  --display-lh-lg: 1.2;
  --display-lh-md: 1.2;
  --display-lh-sm: 1.1666;
  --display-lh-xs: 1.2051;
  /* heading font size */
  --heading-xl: 39px;
  --heading-lg: 33px;
  --heading-md: 28px;
  --heading-sm: 23px;
  --heading-xs: 19px;
  /* heading line height */
  --heading-lh-xl: 1.2051;
  --heading-lh-lg: 1.2121;
  /* --heading-lh-md: .8571; */
  --heading-lh-md: 1.2173;
  --heading-lh-sm: 1.2173;
  --heading-lh-xs: 1.2105;
  /* text font size */
  --text-lg: 24px;
  --text-lg: 20px;
  --text-md: 16px;
  --text-sm: 14px;
  --text-xs: 12px;
  /* text line height */
  --text-lh-lg: 1.5; 
  --text-lh-md: 1.75; 
  --text-lh-sm: 1.4285;  
  --text-lh-xs: 1.3333;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--gray-800);
  overflow-wrap: break-word;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}
/* Paragraphs */
p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
/* Anchors */
a {
  cursor: pointer;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {  
  margin: 0 0 1.4rem;
  color: var(--gray-900);
  font-weight: 400;
}
h1,
h2,
h3 { 
}
/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}
/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}
/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}
.ff-open-sans {
  font-family: 'Open Sans', sans-serif;
}
/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-semibold {
  font-weight: 600;
}
/* ================================ */
.display-xl {
  font-size: var(--display-xl);
  line-height: var(--display-lh-xl);
}
.display-lg {
  font-size: var(--display-lg); 
  line-height: var(--display-lh-lg);
}
.display-md {
  font-size: var(--display-md);
  line-height: var(--display-lh-md);
}
.display-sm {
  font-size: var(--display-sm); 
  line-height: var(--display-lh-sm);
}
.display-xs {
  font-size: var(--display-xs);
  line-height: var(--display-lh-xs); 
}
.heading-xl {
  font-size: var(--heading-xl);
  line-height: var(--heading-lh-xl);
  letter-spacing: -0.02em;
}
.heading-lg {
  font-size: var(--heading-lg);
  line-height: var(--heading-lh-lg);
  letter-spacing: -0.02em;
}
.heading-md {
  font-size: var(--heading-md);
  line-height: var(--heading-lh-md);
  letter-spacing: -0.02em;
}
.heading-sm {
  font-size: var(--heading-sm);
  line-height: var(--heading-lh-sm);
  letter-spacing: -0.02em;
}
.heading-xs {
  font-size: var(--heading-xs);
  line-height: var(--heading-lh-xs);
  letter-spacing: -0.02em;
} 
.text-xl {
  font-size: var(--text-xl);
  line-height: 1.5;
}
.text-lg,
.text-lg p {
  font-size: var(--text-lg);
  line-height: var(--text-lh-lg);
}
.text-md,
.text-md p {
  font-size: var(--text-md);
  line-height: var(--text-lh-md);
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--text-lh-sm);
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--text-lh-xs);
}
.medium-weight {
  font-weight: 500;
}
.semibold-weight {
  font-weight: 600;
}
.bold-weight {
  font-weight: 700;
}
.extra-bold-weight {
  font-weight: 800;
}
.black-weight {
  font-weight: 900;
}
.text-center {
  text-align: center;
}
.kicker { 
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px; 
  margin-bottom: 24px; 
  letter-spacing: 0.02em;
  text-transform: uppercase;  
  color: var(--primary-700-p);
}
.subheading p:last-child,
.last-p p:last-child {
  margin-bottom: 0;
}
.subheading ul {
  padding: 0;
}
.subheading li {
  list-style-type: none;
  padding-left: 36px;
  position: relative;
}
.subheading li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/List%20Icon%20Container.svg") no-repeat center/cover;
  width: 24px;
  height: 28px;
}
@media (min-width: 576px) {  
  .display-sm-xl {
    font-size: var(--display-xl);
    line-height: var(--display-lh-xl);
  }
  .display-sm-lg {
    font-size: var(--display-lg); 
    line-height: var(--display-lh-lg);
  }
  .display-sm-sm {
    font-size: var(--display-sm); 
    line-height: var(--display-lh-sm);
  } 
  .display-sm-xs {
    font-size: var(--display-xs);
    line-height: var(--display-lh-xs); 
  }
  .heading-sm-xl {
    font-size: var(--heading-xl);
    line-height: var(--heading-lh-xl);
    letter-spacing: -0.02em;
  }
  .heading-sm-sm {
    font-size: var(--heading-sm);
    line-height: var(--heading-lh-sm);
    letter-spacing: -0.02em;
  } 
  .text-sm-xl {
    font-size: var(--text-xl);
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .display-md-xl {
    font-size: var(--display-xl);
    line-height: var(--display-lh-xl);
  }
  .display-md-lg {
    font-size: var(--display-lg); 
    line-height: var(--display-lh-lg);
  }
  .display-md-md {
    font-size: var(--display-md);
    line-height: var(--display-lh-md);
  }
  .display-md-sm {
    font-size: var(--display-sm); 
    line-height: var(--display-lh-sm);
  } 
  .heading-md-xl {
    font-size: var(--heading-xl);
    line-height: var(--heading-lh-xl);
    letter-spacing: -0.02em;
  }
  .text-md-lg,
  .text-md-lg p {
    font-size: var(--text-lg);
    line-height: var(--text-lh-lg);
  }
  .text-md-md {
    font-size: var(--text-md);
    line-height: var(--text-lh-md);
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .display-lg-xl {
    font-size: var(--display-xl);
    line-height: var(--display-lh-xl);
  }
  .display-lg-sm {
    font-size: var(--display-sm); 
    line-height: var(--display-lh-sm);
  }
  .heading-sm-lg {
    font-size: var(--heading-lg);
    line-height: var(--heading-lh-lg);
    letter-spacing: -0.02em;
  }
  .text-lg-lg,
  .text-lg-lg p {
    font-size: var(--text-lg);
    line-height: var(--text-lh-lg);
  } 
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .display-xl-lg {
    font-size: var(--display-lg); 
    line-height: var(--display-lh-lg);
  }
  .display-xl-xl {
    font-size: var(--display-xl);
    line-height: var(--display-lh-xl);
  }
}
@media (max-width: 575px) {
  .subheading {
    font-size: 16px;
    line-height: 1.75; 
  }
}
:root {
  --border-light: 1px solid var(--gray-100);
  --border-gray: 1px solid var(--gray-200);
}

/* Base border classes */
.border-top-light {
  border-top: var(--border-light);
}

.border-top-gray {
  border-top: var(--border-gray);
}

/* Responsive border classes */
@media (min-width: 575px) {
  .border-top-light {
    border-top: var(--border-light);
  }
  
  .border-top-gray {
    border-top: var(--border-gray);
  }
}

@media (min-width: 768px) {
  .border-top-light {
    border-top: var(--border-light);
  }
  
  .border-top-gray {
    border-top: var(--border-gray);
  }
}

@media (min-width: 992px) {
  .border-top-light {
    border-top: var(--border-light);
  }
  
  .border-top-gray {
    border-top: var(--border-gray);
  }
}

@media (min-width: 1200px) {
  .border-top-light {
    border-top: var(--border-light);
  }
  
  .border-top-gray {
    border-top: var(--border-gray);
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.mask-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
a:focus {
  outline: none;
}
.btns-wrap {
  display: flex;
  align-items: center;
}
.btns-wrap a:nth-child(2) {
  margin-left: 12px;
}
.btns-wrap a.lg:nth-child(2) {
  margin-left: 16px;
}
.primary-btn,
.secondary-btn,
.tertiary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  padding: 10px 18px;
  color: var(--white); 
  background: var(--primary-700-p);  
  border-radius: 8px;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
}
.primary-btn:hover {
  -webkit-box-shadow: var(--shadow-xs);
  box-shadow: var(--shadow-xs); 
  background: var(--primary-500); 
  color: var(--white); 
}
.primary-btn:focus,
.secondary-btn:focus { 
  -webkit-box-shadow: var(--shadow-xs-4px-primary-100);
  box-shadow: var(--shadow-xs-4px-primary-100);
}
.primary-btn.disabled {
  background: var(--primary-50);
  color: var(--gray-400);
}
.secondary-btn { 
  background: var(--primary-50);
  padding: 8px 16px;
  border: 2px solid var(--primary-700-p);
  color: var(--primary-900);
}
.secondary-btn:hover {
  background: var(--primary-100); 
  border-color: var(--primary-400);
  -webkit-box-shadow: var(--shadow-xs);
  box-shadow: var(--shadow-xs);
  color: var(--gray-900); 
}
.secondary-btn.disabled {
  background: var(--primary-25);
  color: var(--gray-300);
}
.tertiary-btn {
  color: var(--gray-900);
  background: var(--tertiary-500-p); 
}
.tertiary-btn:hover {
  background: var(--tertiary-600);
  color: var(--gray-800);
}
.tertiary-btn:focus {
  box-shadow: 0px 0px 0px 4px var(--gray-100);
}
.primary-btn.lg {
  padding: 12px 20px;
}
.secondary-btn.lg {
  padding: 10px 18px;
}
.primary-btn.md,
.secondary-btn.md {
  padding: 10px 16px;
  line-height: 1.4285;
  font-size: 14px;
}
.secondary-btn.md {
  padding: 8px 14px;
}
.inline-btn {
  color: #004838;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.btn-inline-arrow {
  display: none;
  margin-left: 12px;
  transition: .3s;
}
.inline-btn:hover .btn-inline-arrow {
  transform: translateX(5px);
}
.inline-btn .btn-inline-arrow {
  display: inline;
}
@media (min-width: 992px) {
  .primary-btn.xl {
    padding: 16px 28px;
  }
  .secondary-btn.xl {
    padding: 14px 26px;
  }
}
@media (max-width: 575px) {
  .btns-wrap {
    flex-direction: column;
  }
  .btns-wrap > a {
    width: 100%;
  }
  .btns-wrap a:nth-child(2) {
    margin: 12px 0 0 0;
  }
  .btns-wrap a.lg:nth-child(2) {
    margin: 16px 0 0 0;
  }
}
:root {
  --card-p-xs: .5rem;
  --card-p-sm: 1rem;
  --card-p-md: 1.2rem;
  --card-p-lg: 1.5rem;
  --card-p-xl: 2rem;
}

/* Card base styles with selectors for all breakpoints */
:is(.card-xs, .card-sm, .card-md, .card-lg, .card-xl) {
  border-radius: .5rem;
}

/* Card styles for each breakpoint */
.card-xs {
  -webkit-box-shadow: var(--shadow-xs);
  box-shadow: var(--shadow-xs);
  padding: var(--card-p-xs);
}

.card-sm {
  -webkit-box-shadow: var(--shadow-sm);
  box-shadow: var(--shadow-sm);
  padding: var(--card-p-sm);
}

.card-md {
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md);
  padding: var(--card-p-md);
}

.card-lg {
  -webkit-box-shadow: var(--shadow-lg);
  box-shadow: var(--shadow-lg);
  padding: var(--card-p-lg);
}

.card-xl {
  -webkit-box-shadow: var(--shadow-xl);
  box-shadow: var(--shadow-xl);
  padding: var(--card-p-xl);
}
:root {
  /* Base */
  --white: #ffffff;
  --black: #000000;
  /* Neutrals Gray */
  --gray-25: #FCFCFD;
  --gray-50: #F8F8F8;
  --gray-100: #F3F3F3;
  --gray-200: #DFE1E1;
  --gray-300: #CDCDCD;
  --gray-400: #B0B0B0;
  --gray-500: #858585;
  --gray-600: #707070;
  --gray-700: #505759;
  --gray-800: #2E2E2E;
  --gray-900: #111111;
  /* Primary */
  --primary-25: #EFEDFF;
  --primary-50: #EFEDFF;
  --primary-100: #EFEDFF;
  --primary-200: #DAD8FF;
  --primary-300: #C1BFFF;
  --primary-400: #AAA5EE;
  --primary-500: #8E84DC;
  --primary-600: #7261C6;
  --primary-700-p: #512EAB;
  --primary-800: #3D1788;
  --primary-900: #330B77;
  /* Secondary - placeholder, don't know what I want here */
  --secondary-25: #FFF5FF;
  --secondary-50: #FFE6FF;
  --secondary-100: #FFD0FF;
  --secondary-200: #FFB3FF;
  --secondary-300: #FF94FF;
  --secondary-400: #FF7AFF;
  --secondary-500: #FF5EFF;
  --secondary-600: #FF47E6;
  --secondary-700: #E633BF;
  --secondary-800: #B3248C;
  --secondary-900: #7A1460;
  /* Tertiary - 500 value #ffce00 */
  --tertiary-25: #FFFBF0;
  --tertiary-50: #FFF7E0;
  --tertiary-100: #FFEFBE;
  --tertiary-200: #FFE695;
  --tertiary-300: #FFDC6A;
  --tertiary-400: #FFD44A;
  --tertiary-500-p: #FFCE00;
  --tertiary-600: #E6B800;
  --tertiary-700: #BF9F00;
  --tertiary-800: #8C7300;
  --tertiary-900: #605200;
  /* Bright Orange - (Warning) */
  --warning-25: #FFFEF5;
  --warning-50: #FFFCE6;
  --warning-100: #FFF8C1;
  --warning-200: #FFF397;
  --warning-300: #FFEE6D;
  --warning-400: #FFE84A;
  --warning-500: #FFE321;
  --warning-600: #FFD322;
  --warning-700: #FFBB1C;
  --warning-800: #FDA215;
  --warning-900: #FA7709;
  /* Coral Pink - (Error) */
  --error-25: #FFFBFA;
  --error-50: #FFECF0;
  --error-100: #FFD0D7;
  --error-200: #FF9DA0;
  --error-300: #FF757A;
  --error-400: #FF5055;
  --error-500: #FF3D39;
  --error-600: #FF333A;
  --error-700: #F22734;
  --error-800: #E41F2D;
  --error-900: #D40D20;
  /* Fresh Green - (Success) */
  --success-25: #F9FBF3;
  --success-50: #F1F7E4;
  --success-100: #DCEBBD;
  --success-200: #C4DD92;
  --success-300: #ABD064;
  --success-400: #97C73E;
  --success-500-p: #84BD00;
  --success-600: #74AD00;
  --success-700: #5F9A00;
  --success-800: #498700;
  --success-900: #1B6500;
  /* Royal Purple */
  --royal-purple-25: #FBF4F8;
  --royal-purple-50: #F4E3EE;
  --royal-purple-100: #E4B8D6;
  --royal-purple-200: #D189BC;
  --royal-purple-300: #BD5AA2;
  --royal-purple-400: #AE358F;
  --royal-purple-500-p: #9E007E;
  --royal-purple-600: #92007A;
  --royal-purple-700: #820073;
  --royal-purple-800: #73006C;
  --royal-purple-900: #58005E;
  /* Midnight Blue */
  --midnight-blue-25: #F5F8FF;
  --midnight-blue-50: #E6EBF0;
  --midnight-blue-100: #BECDDC;
  --midnight-blue-200: #95ACC5;
  --midnight-blue-300: #6C8CAD;
  --midnight-blue-400: #4A739D;
  --midnight-blue-500: #1E5C90;
  --midnight-blue-600: #155487;
  --midnight-blue-700: #064A7C;
  --midnight-blue-800: #00416F;
  --midnight-blue-900-p: #003057;
  /* Sky Blue */
  --sky-blue-25: #F5FEFF;
  --sky-blue-50: #E4F9FA;
  --sky-blue-100: #BCF0F1;
  --sky-blue-200-p: #94E7EA;
  --sky-blue-300: #6FDDE2;
  --sky-blue-400: #58D5DD;
  --sky-blue-500: #4CCDD9;
  --sky-blue-600: #47BCC6;
  --sky-blue-700: #41A6AC;
  --sky-blue-800: #3C9295;
  --sky-blue-900: #316E6B;
  /* Marine Turquoise */
  --marine-turquoise-25: #F6FEFC;
  --marine-turquoise-50: #DCF1F0;
  --marine-turquoise-100: #A8DDD9;
  --marine-turquoise-200: #6CC8C1;
  --marine-turquoise-300-p: #12B2A7;
  --marine-turquoise-400: #00A194;
  --marine-turquoise-500: #009081;
  --marine-turquoise-600: #008474;
  --marine-turquoise-700: #007464;
  --marine-turquoise-800: #006455;
  --marine-turquoise-900: #004838;
  /* Grass Green */
  --grass-green-25: #F7FCF9;
  --grass-green-50: #E7F7EB;
  --grass-green-100: #C4EACD;
  --grass-green-200: #9EDCAD;
  --grass-green-300: #74CF8B;
  --grass-green-400: #52C472;
  --grass-green-500: #2BB959;
  --grass-green-600: #21AA4F;
  --grass-green-700: #129743;
  --grass-green-800-p: #008638;
  --grass-green-900: #006723;
  /* Lime Green */
  --lime-green-25: #FDFEF6;
  --lime-green-50: #FAFBE5;
  --lime-green-100: #F2F4BE;
  --lime-green-200: #E9ED93;
  --lime-green-300: #E0E667;
  --lime-green-400: #D8E042;
  --lime-green-500-p: #D1DB0E;
  --lime-green-600: #C4C905;
  --lime-green-700: #B2B300;
  --lime-green-800: #A19C00;
  --lime-green-900: #867600;
  /* Midnight Blue */
  --midnight-blue-25: #F2F5F8; 
  
  /* Additional Gray Variations */
  --gray-175: #E6E6E6;
  --gray-250: #D0D0D0;
  --gray-550: #989AA2;
  --gray-650: #667085;
  --gray-750: #5B5D65;
  
  /* Near-white variations */
  --neutral-50: #FAFAFA;
  --neutral-75: #F5F5F5;
  
  /* Border colors */
  --border-light-gray: #E8E8E8;
  --border-medium-gray: #DADDE5;
  --border-form: #F1F0F5;
  --border-modal: #DEE2E6;
  --border-menu-light: #CED4DB;
  --border-menu-medium: #D1D6DC;
  --border-menu-dark: #EBEFF3;
  
  /* Custom brand colors */
  --custom-blue-primary: #2E80EF;
  --custom-blue-secondary: #33475B;
  --custom-blue-tertiary: #7C98B6;
  
  /* Custom oranges/reds */
  --custom-orange: #EF6B51;
  
  /* Lime variations */
  --lime-green-alt: #D2DB0E;
  
  /* Marine turquoise with opacity */
  --marine-turquoise-50-alpha: #DCF1F047;
  --marine-turquoise-300-alpha: #12B2A62B;
  
  /* Tertiary variation */
  --tertiary-45: #FFF8E0;
  
  /* Additional template colors */
  --template-bg-light: #F8FAFC;
  --template-border: #E9EBF4;
  --template-text-dark: #24262E;
}
.white {
  color: var(--white);
}
.black {
  color: var(--black);
}
.white-bg {
  background: var(--white) !important;
}

@font-face {
    font-family: "Open Sans Variable";
    font-style: normal;
    font-display: block;
    font-weight: 300 800;
    font-stretch: 75% 100%;
    unicode-range: U+0-24F,U+259,U+2BB,U+2BC,U+2C6,U+2DA,U+2DC,U+1E00-1EFF,U+2000-206F,U+2074,U+20A0-20CF,U+2113,U+2122,U+2191,U+2193,U+2212,U+2215,U+2C60-2C7F,U+A720-A7FF,U+FEFF,U+FFFD;
    src: url(https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/raw_assets/public/Credly/fonts/OpenSans-VariableFont_wdth%2cwght.ttf) format("woff2 supports variations");
    src: url(https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/raw_assets/public/Credly/fonts/OpenSans-VariableFont_wdth%2cwght.ttf) format("woff2-variations")
}

@font-face {
    font-family: "Open Sans Italic Variable";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 75% 100%;
    unicode-range: U+0-24F,U+259,U+2BB,U+2BC,U+2C6,U+2DA,U+2DC,U+1E00-1EFF,U+2000-206F,U+2074,U+20A0-20CF,U+2113,U+2122,U+2191,U+2193,U+2212,U+2215,U+2C60-2C7F,U+A720-A7FF,U+FEFF,U+FFFD;
    src: url(https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/raw_assets/public/Credly/fonts/OpenSans-Italic-VariableFont_wdth%2cwght.ttf) format("woff2 supports variations");
    src: url(https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/raw_assets/public/Credly/fonts/OpenSans-Italic-VariableFont_wdth%2cwght.ttf) format("woff2-variations")
}

@font-face {
  font-family: 'Open Sans Static';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Static';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Static';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal; 
}



@font-face {
  font-family: 'Open Sans';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'Inter';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/Inter-SemiBold.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal; 
}
@font-face {
  font-family: 'Inter';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/Inter-Regular.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'Grad';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/Grad-Bold.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/Grad-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal; 
}
@font-face {
  font-family: 'Circular';
  src: url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/CircularXXWeb-Regular.woff2') format('woff2'),
    url('https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_Fonts/CircularXXWeb-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal; 
}
/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}
/* Labels */
form label {
  display: block; 
  margin-bottom: 6px; 
  color: var(--gray-700); 
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285; 
}
/* Help text */
form legend {
  font-size: 0.875rem;
}
/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px; 
  width: 100% !important;
}
form textarea {
  resize: none !important;
}
form fieldset {
  max-width: 100% !important;
}
/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}
/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
  color: var(--white);
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: var(--white);
}
/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}
/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}
/* Validation */
.hs-form-required {
  color: #EF6B51;
}
.hs-input.invalid.error {
  border: 1px solid var(--error-300);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--error-50);
  border-color: var(--error-300);
}
.hs-error-msg { 
  margin-top: 0.35rem;
  font-size: 14px;
  line-height: 1.4285;
  color: var(--error-500);
}
/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  white-space: normal;
}
/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}
.form-wrapper {
  background: var(--white);   
  border-radius: 12px;
  padding: 40px;
}
.form-wrapper form,
.hs-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form-wrapper h5 { 
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
:is(.form-wrapper, .hs-form) :is(input,select,textarea) {
  background: var(--white);
  border: 1px solid var(--gray-300);
  -webkit-box-shadow: var(--shadow-xs);
  box-shadow: var(--shadow-xs);
  border-radius: 8px; 
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-900);
  padding: 9px 12px;
  outline: none !important;
}
:is(.form-wrapper, .hs-form)  select {
  color: var(--gray-500);
}
:is(.form-wrapper, .hs-form)  .input {
  margin-right: 0 !important;
}
:is(.form-wrapper, .hs-form)  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--white) url("https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/Icon.svg") no-repeat;
  background-position-x: calc(100% - 18px);
  background-position-y: 16px;
  background-size: 12px 8px;
}
:is(.form-wrapper, .hs-form)  
:is(input::placeholder,
select:placeholder,
textarea:placeholder) {
  color: var(--gray-500);
  transition: .2s;
}
:is(.form-wrapper, .hs-form)  input:focus::placeholder {
  opacity: 0;
}
:is(.form-wrapper, .hs-form) 
:is(input:focus,
select:focus,
textarea:focus) {
  border-color: var(--primary-900);  
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
}
:is(.form-wrapper, .hs-form)  textarea {
  resize: none;
}
:is(.form-wrapper, .hs-form)  .hs-input.invalid.error:focus {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--error-50) !important;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--error-50) !important;
}
:is(.form-wrapper, .hs-form)  input:disabled,
:is(.form-wrapper, .hs-form)  select:disabled {
  background: var(--gray-50) !important;
  color: var(--gray-500) !important;
  border: 1px solid var(--gray-300) !important;
}
fieldset.form-columns-2 .hs-form-field:nth-child(2) {
  margin-left: 18px !important;
}
fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 9px) !important;
  float: left !important;
}
:is(.form-wrapper, .hs-form)  .legal-consent-container .hs-form-booleancheckbox-display > :is(span, span p) {
  margin-left: 0 !important;;
}
:is(.form-wrapper, .hs-form)  :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
  box-shadow: none !important;
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) input:disabled + span:before {
  background: var(--gray-100); 
  border: 1px solid var(--gray-300);
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) input:disabled + span:after {
  content: none !important;
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) span {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
  display: block;
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) span a:hover {
  text-decoration: none;
  color: #667085;
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) span:before, 
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) span:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px; 
  transition: .2s; 
  background: var(--white); 
  border: 1px solid var(--gray-300);
  border-radius: 4px;
}
:is(.form-wrapper, .hs-form) 
:is(.hs-form-checkbox-display, .hs-form-booleancheckbox) span:hover:before {
  background: var(--primary-100); 
  border-color: 1px solid var(--primary-900);
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) input:focus + span:before {
  border-color: var(--primary-900);  
  box-shadow: 0px 0px 0px 4px var(--primary-100);
  -webkit-box-shadow: 0px 0px 0px 4px var(--primary-100); 
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) span:after { 
  opacity: 0;
  background: var(--primary-100) url(https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/checkbox-icon.svg) no-repeat center;
  border-color: 1px solid var(--primary-900);
}
:is(.form-wrapper, .hs-form) :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) input:checked + span:after { 
  opacity: 1;
}
:is(.form-wrapper, .hs-form) .hs-form-booleancheckbox {
  margin: 20px 0;
}
:is(.form-wrapper, .hs-form) .hs-submit {
  margin: 24px 0;
}
:is(.form-wrapper, .hs-form) .hs-button[type=submit] { 
  color: var(--white); 
  background: var(--primary-700-p);  
  border-radius: 8px;
  text-decoration: none !important;
  outline: none !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  padding: 10px 18px;
  width: 100%; 
} 

form.hs-form .hs-button[type=submit] { 
  width: unset; 
} 

:is(.form-wrapper, .hs-form)  .hs-button:hover {
  -webkit-box-shadow: var(--shadow-xs);
  box-shadow: var(--shadow-xs); 
  background: var(--primary-500); 
  color: var(--gray-900); 
} 
:is(.form-wrapper, .hs-form)  h3 {
  display: none;
}
:is(.form-wrapper, .hs-form)  h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2142; 
  letter-spacing: -0.02em; 
  color: var(--gray-900);
  margin-bottom: 16px;
}
:is(.form-wrapper, .hs-form)  .hs-richtext p { 
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-800);
}
:is(.form-wrapper form, form.hs-form) :is(.hs-richtext, .hs-richtext p) {
  margin: 0;
}
.form-wrapper fieldset:nth-child(2) {
  margin-bottom: 32px;
}
.form-wrapper .hs-form-field {
  margin-bottom: 24px;
}
:is(.form-wrapper, .hs-form)  ul.inputs-list {
  display: flex;
  flex-wrap: wrap;
}
:is(.form-wrapper, .hs-form)  ul.inputs-list li.hs-form-checkbox {
  flex: 0 0 50%;
  border-radius: 4px;
  padding: 9px 12px;
  flex-basis: calc(50% - 6px);
  transition: .3s;
  margin-top: 0;
  margin-bottom: 8px;
}  
:is(.form-wrapper, .hs-form)  ul.inputs-list li.hs-form-checkbox:nth-child(odd) {
  margin-right: 6px;
}
:is(.form-wrapper, .hs-form)  ul.inputs-list li.hs-form-checkbox:nth-child(even) { 
  margin-left: 6px;
}
:is(.form-wrapper, .hs-form)  ul.inputs-list li.hs-form-checkbox:last-child {
  flex-basis: 100%;
  margin: 0;
}
:is(.form-wrapper, .hs-form)  ul.inputs-list .hs-form-checkbox-display {
  margin-bottom: 0;
}
:is(.form-wrapper, .hs-form)  ul.inputs-list .hs-form-checkbox-display span:hover:before {
  background: var(--white); 
  border-color: var(--gray-300);
}
:is(.form-wrapper, .hs-form)  ul.inputs-list .hs-form-checkbox :is(span:before, span:after) {
  box-shadow: none !important;
}
.form-wrapper fieldset:nth-child(9) .hs-form-booleancheckbox-display,
.hs-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start; 
}
.form_wrapper fieldset:nth-child(9) label {
  margin-bottom: 0;
}
.hs-form :is(.hs-form-checkbox-display, .hs-form-booleancheckbox) label p,
.form_wrapper  fieldset:nth-child(9) label p {
  font-size: 14px;
  line-height: 1.4285;
  color: var(--gray-600);
  font-weight: 400;
  margin-bottom: 0;
}
.form_wrapper fieldset:nth-child(9) label strong { 
  color: var(--gray-700);
  font-weight: 600;
}
.form-wrapper  fieldset:nth-child(9) :is(.hs-form-field,.hs-form-booleancheckbox) {
  margin: 0;
}
.form-wrapper fieldset:nth-child(10) {
  order: 1;
}
.form-wrapper fieldset:nth-child(10) p {
  font-size: 12px;
  color: var(--gray-700);
  line-height: 1.6666;
}
@media (max-width: 575px) {
  .form-wrapper {
    padding: 24px;
  }
  .form-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .form-wrapper fieldset.form-columns-2 .hs-form-field:nth-child(2),
  .form-wrapper .hs-form-field {
    margin: 0 0 16px 0 !important;
  }
  .form-wrapper h4 {
    font-size: 23px;
    line-height: 1.2173;
  }
  .form-wrapper ul.inputs-list li.hs-form-checkbox:nth-child(odd),
  .form-wrapper ul.inputs-list li.hs-form-checkbox:nth-child(even) {
    flex-basis: 100%;
    margin: 0 0 8px 0 !important;
  }
  .form-wrapper fieldset:nth-child(2) {
    margin-bottom: 24px;
  }
  .form-wrapper input, .form-wrapper select {
    padding: 7px 11px;
  }
  .form-wrapper .hs-submit {
    margin: 0 0 16px;
  }
  .form-wrapper fieldset:nth-child(9) .hs-form-field {
    margin-bottom: 8px !important;
  }
}
:root {
  --shadow-xs: 0px 4px 8px rgba(0, 0, 0, 0.08);
  --shadow-sm: 0px 6px 12px rgba(0, 0, 0, 0.11);
  --shadow-md: 0px 9px 18px -2px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0px 13px 37px rgba(0, 0, 0, 0.21);
  --shadow-xl: 0px 20px 56px rgba(0, 0, 0, 0.29); 
  --shadow-xs-4px-primary-100: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--marine-turquoise-100);
}
.shadow-xs {
  -webkit-box-shadow: var(--shadow-xs);
  box-shadow: var(--shadow-xs);
}
.shadow-sm {
  -webkit-box-shadow: var(--shadow-sm);
  box-shadow: var(--shadow-sm);
}
.shadow-md {
  -webkit-box-shadow: var(--shadow-md);
  box-shadow: var(--shadow-md);
}
.shadow-lg {
  -webkit-box-shadow: var(--shadow-lg);
  box-shadow: var(--shadow-lg);
}
.shadow-xl {
  -webkit-box-shadow: var(--shadow-xl);
  box-shadow: var(--shadow-xl);
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* General video styling */
.video-js {
  width: 100%;
  max-width: 100%;
}



/* LITE YOUTUBE CREDLY CUSTOMIZATIONS */

lite-youtube,.lite-youtube {
  max-width: 100%;
  width: 100%;
}

lite-youtube>.lty-playbtn{
  display:block;
  width:130px;
  height:130px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130' fill='none'%3E%3Crect x='15' y='15' width='100' height='100' rx='50' fill='%23FFC723'%3E%3C/rect%3E%3Cpath d='M89 65L53 85.7846L53 44.2154L89 65Z' fill='white'%3E%3C/path%3E%3Crect x='7.5' y='7.5' width='115' height='115' rx='57.5' stroke='%23FFC723' stroke-opacity='0.2' stroke-width='15'%3E%3C/rect%3E%3C/svg%3E");
  background-size: contain;
  filter:none;
  transition: 300ms ease-in-out;
}

lite-youtube>.lty-playbtn:hover{
  transform:translate3d(-50%,-50%,0) scale(1.1);
}
/* Components */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 99;
  background: #ffffff;
}
.header.transform-disable {
  transform: translateY(0) !important;
}
.header__top-content,
.main-header__nav { 
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
}
.header__top-content {
  padding: 20px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header__logo-link {
  max-width: 96px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header.stickytop .header__logo-link {
  max-width: 60px;
}
.header__logo-link span {
  display: inline-flex;
}
.header__logo-link img {
  max-width: 100%;
  height: auto;
}
.header__logo-link .header__light-logo {
  display: none;
}
.header__ctas {
  display: flex;
  align-items: center;
}
.header__ctas a:nth-child(2) {
  margin-left: 20px;
}
.header__divider {
  width: 100%;
  height: 1px;
  background: var(--gray-200);
}
.header .hs-menu-wrapper ul {
  display: flex; 
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header .hs-menu-wrapper > ul {
  align-items: center;
}
.header .hs-menu-wrapper > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
.header .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 24px;
}
.header .hs-menu-wrapper a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-900);
  text-decoration: none !important;
  transition: .3s;
  padding: 20px 0;
}
.header .hs-menu-wrapper > ul > li:hover > a {
  color: var(--primary-600);
}
.header .hs-item-has-children a {
  position: relative;
  padding-right: 28px;
}
.header .hs-item-has-children.hs-menu-depth-1 > a:before,
.header .hs-item-has-children.hs-menu-depth-1 > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/arrow-down.svg") no-repeat center/cover;
  width: 12px;
  height: 8px;
  margin: auto;
  pointer-events: none;
  transition: .3s;
}
.header .hs-item-has-children.hs-menu-depth-1 > a:after {
  opacity: 0;
  background: url("https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/arrow-down-active.svg") no-repeat center/cover; 
} 
.header .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}
.header.stickytop .hs-menu-children-wrapper:before {
  top: -32px;
  height: 32px;
}
.header .hs-menu-depth-1 > .hs-menu-children-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-100%); 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent var(--white) transparent;
}  
.header .hs-item-has-children.hs-menu-depth-1:hover > .hs-menu-children-wrapper {
  visibility: visible; 
  opacity: 1;
}
.header ul.hs-menu-children-wrapper li > a {
  padding: 16px 32px; 
  display: block;
}
.header ul.hs-menu-children-wrapper li > a:hover {
  background: var(--primary-50);
  color: var(--gray-800);
}
.header__search-container {
  display: flex;
  margin-left: auto;
  align-items: center;
  margin-right: 16px;
}
.header__search-wrapper {
  display: none;
}
.header .hs-search-field__input { 
  background: var(--white); 
  border: 1px solid var(--primary-900)!important;   
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-900);
  padding: 8px 12px;
  margin-right: 8px; 
  outline: none !important;
} 
.input-btn {
  background: transparent;
  padding: 5px;
  outline: none !important;
  border: none;
}
.header .hs-search-field__input::placeholder { 
  color: var(--gray-500);
}
.header .hs-search-field__suggestions { 
  position: absolute;
  padding: 12px !important;
  left: 0;
  top: calc(100% - 8px);
  background: var(--white) !important; 
  border: 1px solid var(--primary-900)!important;   
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  color: var(--gray-900);
  opacity: 0;
  visibility: hidden;
}
.header .hs-search-field--open .hs-search-field__suggestions {
  opacity: 1;
  visibility: visible;
}
.header .hs-search-field__suggestions a {
  color: var(--gray-600);
  font-size: 14px;
  transition: .3s;
  background: #ffffff !important; 
}
.header .hs-search-field__suggestions a:hover {
  color: var(--primary-600);
}
.transparent-theme + div > .header {
  background: transparent;
}
.transparent-theme + div > .header {
  background: transparent;
}
.transparent-theme + div > .header .header__logo-link span {
  display: none;
}
.transparent-theme + div > .header .header__logo-link span.header__light-logo {
  display: inline-flex;
}
.transparent-theme + div > .header .input-btn svg path,
.transparent-theme + div > .header .menu-btn svg path {
  stroke: var(--white);
}
.transparent-theme + div > .header .hs-menu-depth-1 > a {
  color: var(--white) !important;
}
.transparent-theme + div > .header .hs-item-has-children.hs-menu-depth-1 > a:before {
  background: url("https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/Icon-1.svg") no-repeat center/cover; 
}
.transparent-theme + div > .header .hs-item-has-children.hs-menu-depth-1 > a:after {
  content: none;
}
.header--no-navigation {
  position: absolute;
  padding: 40px 0;
  background: transparent;
}
.header .hs-menu-depth-2.hs-item-has-children > ul {
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: calc(100% - 16px);
  border-radius: 0 16px 16px 0;
  height: 100%;
  box-shadow: 10px 6px 12px 0px rgba(0,0,0,.11);
}
.header .hs-menu-depth-2.hs-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header .hs-menu-depth-2 > a {
  z-index: 1;
  background: var(--white);
}
.hs-menu-depth-2.hs-item-has-children:first-child:hover a {
  border-radius: 16px 0 0 0 !important;
}
.hs-menu-depth-2.hs-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 11px;
  background: url("https://2629051.fs1.hubspotusercontent-na1.net/hubfs/2629051/Credly_images_2022/Icon-3.svg") no-repeat center / cover !important;
}
.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper a {
  padding-left: 64px;
}
.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper .hs-menu-depth-3:first-child a {
  border-radius: 0 16px 0 0 !important;
}
.open-sub-menu {
  display: block;
}
@media (min-width: 992px) { 
  .header.stickytop .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1.hs-menu-depth-1 > a,
  .header.stickytop .header__top-content {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .hs-menu-children-wrapper {
    transition: .15s ease;
    display: flex !important;
    flex-direction: column;
    background: var(--white); 
    -webkit-box-shadow: var(--shadow-sm);
    box-shadow: var(--shadow-sm);
    border-radius: 16px; 
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    min-width: 302px;
  }
  .header.stickytop .hs-menu-children-wrapper {
    top: calc(100% + 32px);
  }
  .header .hs-item-has-children.hs-menu-depth-1:hover a:before,
  .header .hs-item-has-children.hs-menu-depth-1:hover a:after {
    transform: scaleY(-1);
  }
  .header .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1:hover a:after { 
    opacity: 1;
  }
  .header .hs-menu-children-wrapper li:first-child a {
    border-radius: 16px 16px 0 0;
  }
  .header .hs-menu-children-wrapper li:last-child:not(:first-child) a {
    border-radius: 0 0 16px 16px;
  }
}
@media (max-width: 1199px) {
  .header__top-content,
  .main-header__nav {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hs-menu-children-wrapper {
    left: 0;
    transform: none; 
  }
  .hs-menu-children-wrapper:after {
    right: auto;
    margin: 0;
    left: 20px;
  }
}
@media (max-width: 991px) {
  body.no-scroll {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  .menu-btn {
    padding: 10px 0 10px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background: none;
    outline: none !important; 
  }
  .menu-btn > svg {
    width: 24px;
    height: auto;
  }
  .menu-btn svg path {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  .menu-btn.active svg path:first-child {
    -webkit-transform: rotate(45deg) translateY(8px);
    -ms-transform: rotate(45deg) translateY(8px);
    transform: rotate(45deg) translateY(8px)
  }
  .menu-btn.active svg path:nth-child(2) {
    opacity: 0
  }
  .menu-btn.active svg path:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-8px);
    -ms-transform: rotate(-45deg) translateY(-8px);
    transform: rotate(-45deg) translateY(-8px)
  }
  .header .hs-menu-wrapper .hs-menu-children-wrapper {
    display: none;
    width: 100%;
  }
  .main-header__nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--white);
    width: 100%;
    flex-direction: column;
    padding: 15px 15px 40px;
    max-height: calc(100vh - 98px);
    overflow: scroll;
  } 
  .header .hs-menu-wrapper {
    width: 100%;
  }
  .header__top-content {
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
  }
  .header.stickytop .header__top-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__top-content,
  .header__ctas {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
  .header__ctas {
    padding: 24px 15px 0; 
  }
  .header__ctas a.md {
    width: calc(50% - 16px);
    font-size: 16px;
    line-height: 1.75;
    padding: 9px 18px;
  }
  .header__ctas a:nth-child(2) {
    margin-left: 32px;
  }
  .header .hs-menu-wrapper > ul {
    flex-direction: column;
    max-width: 770px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .header .hs-menu-depth-1 {
    flex-direction: column;
  }
  .header .hs-menu-depth-1 > a {
    font-size: 20px;
    line-height: 1.5;
    padding: 16px 0;
    width: 100%;
  }
  .header .hs-menu-depth-1 {
    width: 100%;
  } 
  .header .hs-menu-depth-1.active > a {
    color: var(--primary-600);
  }
  .header .hs-menu-wrapper>ul>li:not(:last-child) {
    margin: 0;
  }
  .header .hs-item-has-children.hs-menu-depth-1>a:after,
  .header .hs-item-has-children.hs-menu-depth-1>a:before {
    right: 6px;
  }
  .header .hs-item-has-children.active a:before,
  .header .hs-item-has-children a:after {
    opacity: 0;
  }  
  .header .hs-item-has-children.hs-menu-depth-1.active a:before,
  .header .hs-item-has-children.hs-menu-depth-1.active a:after {
    transform: scaleY(-1);
  }
  .header .hs-menu-wrapper .hs-item-has-children.hs-menu-depth-1.active a:after { 
    opacity: 1;
  }
  .header ul.hs-menu-children-wrapper li>a {
    padding: 16px 24px
  } 
  .header .hs-search-field__input {
    padding: 4px 10px;
  }
  .header--no-navigation { 
    padding: 24px 0; 
  }
  .hs-menu-depth-2.hs-item-has-children:first-child:hover a,
  .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper .hs-menu-depth-3:first-child a{
    border-radius: 0 !important;
  }
  .header .hs-menu-depth-2.hs-item-has-children > ul {
    display: block !important;
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
    box-shadow: none;
  }
  .hs-menu-depth-2.hs-item-has-children>a:after {
    content: none;
  }
  .hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper a {
    padding: 16px 24px;
  }
  .open-sub-menu {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0; 
    height: 30px;
    width: 50px;
    z-index: 2;
  }
}
@media (max-width: 575px) {
  .header__top-content {
    padding: 24px;
  }
  .main-header__nav {
    padding: 16px 24px 110px;
  }
  .header__ctas {
    flex-wrap: wrap;
    padding: 16px 0 0;
  }
  .header__ctas a.md {
    width: 100%;
  }
  .header__ctas a:nth-child(2) {
    margin: 16px 0 0;
  }
  .header__logo-link img {
    max-width: 80px !important;
  }
  .header--no-navigation { 
    padding: 16px 0; 
  }
  .header--no-navigation img {
    max-width: 80px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .header .hs-search-field__input {
    padding: 4px 8px;
    max-width: 130px;
  }
}
.footer {
  background: var(--white);
  padding: 64px 48px;
}
.footer__logo img {
  max-width: 142px !important;
  height: auto;
}
.footer__social-wrapper {
  display: flex;
  align-items: center;
}
.footer__social-wrapper > a:not(:last-child) {
  margin-right: 32px;
}
.footer a {
  color: var(--gray-800);
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
  line-height: 1.4285;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}
.footer .hs-menu-depth-1 > a {
  color: var(--gray-900) !important;
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-flex;
}
.footer .hs-menu-wrapper > ul {
  display: flex;
  margin-right: -15px;
  margin-left: -15px; 
}
.footer  .hs-menu-wrapper > ul > li {
  padding: 0 15px;
  flex: 0 0 50%; 
} 
.footer .hs-menu-wrapper > ul > li > ul,
.footer .hs-menu-depth-1 {
  display: flex;
  flex-direction: column;
}
.footer .hs-menu-depth-2 {
  display: flex;
}
.footer .hs-menu-wrapper .hs-menu-depth-2:not(:last-child) {
  margin-bottom: 12px;
}
.footer a:hover {
  text-decoration: none;
  color: var(--primary-700-p);
}
.footer__bottom-row {
  margin-top: 64px;
  padding-top: 31px;
  border-top: 1px solid #F3F3F3; 
}
.footer__copyright,
.footer__links a {
  font-size: 16px;
  line-height: 1.75; 
  color: var(--gray-600);
}
.footer__links a {
  color: var(--gray-800);
}
.footer-no-navigation {
  padding: 32px 0;
  background: var(--sky-blue-25); 
  border-top: 1px solid var(--sky-blue-100); 
}
.footer-no-navigation .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-no-navigation .copyright {
  color: var(--gray-600);
}
.footer-no-navigation .footer__links a {
  text-decoration: none; 
  padding-right: 70px;
}
.footer-no-navigation .footer__links a:hover {
  text-decoration: underline;
}
.footer-no-navigation .footer__links a:first-child {
  margin-right: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__social-col {
    padding-left: 0 !important; 
  }
  .footer__logo-col {
    padding-right: 0 !important;
  }
}
@media (max-width: 1199px) { 
  .footer .hs-menu-wrapper > ul {
    max-width: 400px;
  }
  .footer__logo img {
    max-width: 106px !important; 
  }
}
@media (max-width: 991px) {
  .footer__social-wrapper {
    justify-content: flex-end;
  }
  .footer__bottom-row {
    margin-top: 47px;
  }
  .footer-no-navigation .footer__links a { 
    padding-right: 0;
  } 
  .footer-no-navigation .footer__links a:first-child {
    margin-right: 20px;
  } 
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer__logo img {
    max-width: 80px !important; 
  }
  .footer__social-wrapper {
    justify-content: flex-start;
  }
  .footer__bottom-row {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .footer-no-navigation .container {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
} 
@media (max-width: 400px) {
  .footer__links a.col {
    max-width: max-content;
  }
}
/* Utilities */
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.hs-inline-edit div#onetrust-consent-sdk {
display: none;
}

.hs-inline-edit:after {
  display: block;
  position: fixed;
  content: "OneTrust banner is hidden in HubSpot page editor but is still fully functional on the live site";
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.9);
  z-index: 1000000;
  opacity: 1;
  color: var(--white);
  font-family: 'Open Sans Variable';
  padding: .5rem 1rem;
  font-size: .8rem;
}
/* Libraries */
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden} 
/* Bootstrap Grid */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:800px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}