/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu, nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.header .portal-header {
  background-color: #f1f1f1; }
  .header .portal-header .logo {
    background-image: url("../img/pvs-logo-black-header-2.png");
    height: 4.8rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-Bold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Bold-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Bold-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Bold-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Bold-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Bold-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Bold-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-BoldItalic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-BoldItalic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-BoldItalic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-BoldItalic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-BoldItalic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-BoldItalic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-BoldItalic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-ExtraLight.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-ExtraLight.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLight-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLight-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLight-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLight-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLight-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLight-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-ExtraLightItalic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLightItalic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLightItalic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLightItalic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLightItalic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLightItalic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ExtraLightItalic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-Italic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-Italic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Italic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-Light.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Light-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-LightItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-LightItalic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-LightItalic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-Medium.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Medium-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Medium-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Medium-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Medium-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Medium-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Medium-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-MediumItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-MediumItalic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-MediumItalic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-MediumItalic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-MediumItalic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-MediumItalic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-MediumItalic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-MediumItalic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/complete/eot/IBMPlexSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/IBMPlexSans/complete/eot/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/ttf/IBMPlexSans-Regular.ttf") format("truet ype");
  /* Safari, Android, iOS */
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Regular-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-SemiBold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBold-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-SemiBoldItalic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-SemiBoldItalic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-Thin.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-Thin.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Thin-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Thin-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Thin-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Thin-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Thin-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-Thin-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/complete/woff2/IBMPlexSans-ThinItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans/complete/woff/IBMPlexSans-ThinItalic.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ThinItalic-Cyrillic.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ThinItalic-Pi.woff2") format("woff2");
  unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ThinItalic-Latin3.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ThinItalic-Latin2.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ThinItalic-Latin1.woff2") format("woff2");
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/IBMPlexSans/split/woff2/IBMPlexSans-ThinItalic-Greek.woff2") format("woff2");
  unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
  font-display: swap; }

@font-face {
  font-family: system;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background-color: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden; }

[hidden] {
  display: none !important; }

a:focus, button:focus, input:focus, select:focus, textarea:focus,
.focus {
  outline: 4px solid #747474;
  outline-offset: 1px; }

/* stylelint-disable */
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container[class*='w-'] {
  max-width: inherit !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .row.no-gutters > .col,
    .row.no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* stylelint-enable */
html {
  font-family: "IBM Plex Sans", "system";
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

p {
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-top: 1.6rem; }

a {
  color: #004D99; }
  a:hover, a.link-hover {
    color: #000040; }
    a:hover:disabled,
    a:hover .disabled, a.link-hover:disabled,
    a.link-hover .disabled {
      background-color: transparent !important; }
  a:focus, a.link-focus {
    color: #004D99;
    outline: 4px solid #747474;
    outline-offset: 1px; }
  a:visited, a.link-visited {
    color: #800080; }
  a:disabled, a.disabled {
    cursor: not-allowed !important;
    color: #454545 !important;
    opacity: 0.3; }
    a:disabled:focus, a.disabled:focus {
      outline: none;
      background-color: transparent; }
  .background-dark a:not(.button) {
    color: #ffffff; }
  .background-dark a:disabled, .background-dark a.disabled {
    cursor: not-allowed !important;
    color: #999999 !important;
    box-shadow: none !important;
    outline-offset: inherit !important; }
    .background-dark a:disabled:focus, .background-dark a.disabled:focus {
      outline: none;
      background-color: transparent; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  word-break: break-word;
  letter-spacing: -0.3%; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3.1rem;
      line-height: 4.0rem;
      letter-spacing: -0.4px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 3.9rem;
      line-height: 4.8rem;
      letter-spacing: -0.5px; } }

h2, .h2 {
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.2px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.5rem;
      line-height: 3.2rem;
      letter-spacing: -0.3px; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 3.1rem;
      line-height: 4rem;
      letter-spacing: -0.4px; } }

h3, .h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.1px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 2.0rem;
      line-height: 2.8rem;
      letter-spacing: -0.2px; } }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 2.5rem;
      line-height: 3.2rem;
      letter-spacing: -0.3px; } }

h4, .h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.6rem;
      line-height: 2.4rem;
      letter-spacing: -0.15px; } }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 2rem;
      line-height: 2.8rem;
      letter-spacing: -0.2px; } }

h5, .h5 {
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.1px; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.4rem;
      line-height: 2.0rem;
      letter-spacing: normal; } }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.6rem;
      line-height: 2.4rem; } }

h6, .h6 {
  font-size: 1.3rem;
  line-height: 2.0rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.25px; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 1.3rem;
      line-height: 2.0rem;
      letter-spacing: -0.25px; } }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 1.3rem;
      line-height: 2rem;
      letter-spacing: -0.25px; } }

p, .body-text, .body-copy-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.1px; }

figcaption, .figcaption {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #1a1a1a;
  letter-spacing: 0.4px; }

.subheading {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #747474;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px; }

.font-lead {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: -0.15px; }

.article {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  max-width: 66ch;
  color: #1a1a1a;
  letter-spacing: -0.15px; }

.weight-normal {
  font-weight: 400; }

.weight-semibold {
  font-weight: 600; }

strong, b, .bold {
  font-weight: 700; }

.italic, em {
  font-style: italic; }

small, .small-text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.2px; }

.form-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none; }

/*h1, .h1, //Removed this styling, it make for a messy margin handling.
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p{
  &:first-child{
    margin-top: 0;
  }
  &:last-child{
    margin-bottom: 0;
  }
}*/
h1:focus, .h1:focus,
h2:focus, .h2:focus,
h3:focus, .h3:focus,
h4:focus, .h4:focus,
h5:focus, .h5:focus,
h6:focus, .h6:focus {
  outline: none; }

h1, .h1 {
  margin-bottom: 1.6rem;
  margin-top: 0px; }

h2, .h2 {
  margin-top: 32px;
  margin-bottom: 1.6rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      margin-top: 3.9rem; } }

h3, .h3 {
  margin-top: 32px;
  margin-bottom: 1.6rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      margin-top: 3.9rem; } }

h4, .h4 {
  margin-top: 2.6rem;
  margin-bottom: 1.6rem; }

h5, .h5 {
  margin-top: 2.6rem;
  margin-bottom: 0; }

h6, .h6 {
  margin-top: 2.6rem;
  margin-bottom: 0; }

.font-lead {
  margin-top: 2.6rem;
  margin-bottom: 1.6rem; }

p, .body-text {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }

h5 + p, h5 + ul, h5 + ol, .h5 + p, .h5 + ul, .h5 + ol, h6 + p, h6 + ul, h6 + ol, .h6 + p, .h6 + ul, .h6 + ol {
  margin-top: 0; }

button.function-link, button.accordion-bulk-button {
  background: none;
  padding: 0px;
  text-decoration: underline; }

.function-link, button.accordion-bulk-button {
  border: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.1px;
  display: inline-block; }
  .function-link:hover, button.accordion-bulk-button:hover, .function-link:visited, button.accordion-bulk-button:visited, .function-link:focus, button.accordion-bulk-button:focus {
    color: #1a1a1a; }
  .function-link .icon-svg, button.accordion-bulk-button .icon-svg {
    margin-right: 4px; }
    .background-dark .function-link .icon-svg, .background-dark button.accordion-bulk-button .icon-svg {
      fill: white; }
  .function-link.link-right, button.link-right.accordion-bulk-button {
    text-align: right; }

.back-link {
  border-bottom: 1px solid #747474;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  line-height: 2.4rem;
  padding-left: 14px; }
  @media (min-width: 992px) {
    .back-link {
      margin-bottom: 32px; } }
  .back-link::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    border-width: 5px 6px 5px 0;
    border-right-color: inherit;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .back-link:active, .back-link:focus, .back-link:hover, .back-link:visited {
    color: #1a1a1a; }

a.bold-link {
  font-weight: 600; }

.icon-link {
  line-height: 2.6rem; }
  .icon-link .icon-svg {
    margin-left: 4px;
    width: 1.6rem;
    height: 1.6rem;
    fill: currentColor; }

h1 a, h1 a:hover, h1 a:visited, h1 a:focus, .h1 a, .h1 a:hover, .h1 a:visited, .h1 a:focus,
h2 a,
h2 a:hover,
h2 a:visited,
h2 a:focus, .h2 a, .h2 a:hover, .h2 a:visited, .h2 a:focus,
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:focus, .h3 a, .h3 a:hover, .h3 a:visited, .h3 a:focus,
h4 a,
h4 a:hover,
h4 a:visited,
h4 a:focus, .h4 a, .h4 a:hover, .h4 a:visited, .h4 a:focus,
h5 a,
h5 a:hover,
h5 a:visited,
h5 a:focus, .h5 a, .h5 a:hover, .h5 a:visited, .h5 a:focus,
h6 a,
h6 a:hover,
h6 a:visited,
h6 a:focus, .h6 a, .h6 a:hover, .h6 a:visited, .h6 a:focus {
  text-decoration: underline; }

h1 a.search-link, .h1 a.search-link,
h2 a.search-link, .h2 a.search-link,
h3 a.search-link, .h3 a.search-link,
h4 a.search-link, .h4 a.search-link,
h5 a.search-link, .h5 a.search-link,
h6 a.search-link, .h6 a.search-link {
  text-decoration: none; }
  h1 a.search-link:visited, .h1 a.search-link:visited,
  h2 a.search-link:visited, .h2 a.search-link:visited,
  h3 a.search-link:visited, .h3 a.search-link:visited,
  h4 a.search-link:visited, .h4 a.search-link:visited,
  h5 a.search-link:visited, .h5 a.search-link:visited,
  h6 a.search-link:visited, .h6 a.search-link:visited {
    text-decoration: underline; }
  h1 a.search-link:focus, .h1 a.search-link:focus,
  h2 a.search-link:focus, .h2 a.search-link:focus,
  h3 a.search-link:focus, .h3 a.search-link:focus,
  h4 a.search-link:focus, .h4 a.search-link:focus,
  h5 a.search-link:focus, .h5 a.search-link:focus,
  h6 a.search-link:focus, .h6 a.search-link:focus {
    text-decoration: none; }
  h1 a.search-link:hover, .h1 a.search-link:hover,
  h2 a.search-link:hover, .h2 a.search-link:hover,
  h3 a.search-link:hover, .h3 a.search-link:hover,
  h4 a.search-link:hover, .h4 a.search-link:hover,
  h5 a.search-link:hover, .h5 a.search-link:hover,
  h6 a.search-link:hover, .h6 a.search-link:hover {
    text-decoration: underline; }

cite,
var,
address,
dfn {
  font-style: normal; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  max-width: 66ch; }

p,
ul:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.nav-primary):not(.inline-list):not(.tabnav):not(.sidenav-list):not(.sidenav-sub_list),
ol:not(.accordion):not(.tabnav):not(.accordion-bordered):not(.sidenav-list) {
  max-width: 66ch; }

.font-lead {
  max-width: 66ch; }

.form-label, .form-hint, .form-error-message {
  max-width: 66ch; }

.form-checkbox + label, .form-radio + label {
  max-width: 66ch; }

a:not(.button) {
  max-width: 66ch; }

.displayheading-1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.8rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: -0.2px; }

.displayheading-2 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: -0.2px; }

.text-positive {
  color: #358000; }

.text-negative {
  color: #CC0000; }

.color-text-black {
  color: #1a1a1a; }

.background-dark {
  background-color: #1a1a1a; }
  .background-dark p, .background-dark span {
    color: #ffffff; }

.field-group-title {
  font-weight: 400; }
  .field-group-title ~ hr {
    border: 2px solid #1a1a1a; }

h1, h2, h3, h4, h5, h6, p, legend, strong, b, cite, var, address, dfn {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1"; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.bg-normal {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important; }

.bg-alternative {
  background: #F5F5F5 !important;
  background-color: #F5F5F5 !important; }

.bg-modal {
  background: rgba(0, 0, 0, 0.75) !important;
  background-color: rgba(0, 0, 0, 0.75) !important; }

.w-percent-10 {
  width: 10% !important; }

.w-percent-20 {
  width: 20% !important; }

.w-percent-30 {
  width: 30% !important; }

.w-percent-40 {
  width: 40% !important; }

.w-percent-50 {
  width: 50% !important; }

.w-percent-60 {
  width: 60% !important; }

.w-percent-70 {
  width: 70% !important; }

.w-percent-80 {
  width: 80% !important; }

.w-percent-90 {
  width: 90% !important; }

.w-percent-100 {
  width: 100% !important; }

@media (min-width: 576px) {
  .w-percent-sm-10 {
    width: 10% !important; }
  .w-percent-sm-20 {
    width: 20% !important; }
  .w-percent-sm-30 {
    width: 30% !important; }
  .w-percent-sm-40 {
    width: 40% !important; }
  .w-percent-sm-50 {
    width: 50% !important; }
  .w-percent-sm-60 {
    width: 60% !important; }
  .w-percent-sm-70 {
    width: 70% !important; }
  .w-percent-sm-80 {
    width: 80% !important; }
  .w-percent-sm-90 {
    width: 90% !important; }
  .w-percent-sm-100 {
    width: 100% !important; } }

@media (min-width: 768px) {
  .w-percent-md-10 {
    width: 10% !important; }
  .w-percent-md-20 {
    width: 20% !important; }
  .w-percent-md-30 {
    width: 30% !important; }
  .w-percent-md-40 {
    width: 40% !important; }
  .w-percent-md-50 {
    width: 50% !important; }
  .w-percent-md-60 {
    width: 60% !important; }
  .w-percent-md-70 {
    width: 70% !important; }
  .w-percent-md-80 {
    width: 80% !important; }
  .w-percent-md-90 {
    width: 90% !important; }
  .w-percent-md-100 {
    width: 100% !important; } }

@media (min-width: 992px) {
  .w-percent-lg-10 {
    width: 10% !important; }
  .w-percent-lg-20 {
    width: 20% !important; }
  .w-percent-lg-30 {
    width: 30% !important; }
  .w-percent-lg-40 {
    width: 40% !important; }
  .w-percent-lg-50 {
    width: 50% !important; }
  .w-percent-lg-60 {
    width: 60% !important; }
  .w-percent-lg-70 {
    width: 70% !important; }
  .w-percent-lg-80 {
    width: 80% !important; }
  .w-percent-lg-90 {
    width: 90% !important; }
  .w-percent-lg-100 {
    width: 100% !important; } }

@media (min-width: 1200px) {
  .w-percent-xl-10 {
    width: 10% !important; }
  .w-percent-xl-20 {
    width: 20% !important; }
  .w-percent-xl-30 {
    width: 30% !important; }
  .w-percent-xl-40 {
    width: 40% !important; }
  .w-percent-xl-50 {
    width: 50% !important; }
  .w-percent-xl-60 {
    width: 60% !important; }
  .w-percent-xl-70 {
    width: 70% !important; }
  .w-percent-xl-80 {
    width: 80% !important; }
  .w-percent-xl-90 {
    width: 90% !important; }
  .w-percent-xl-100 {
    width: 100% !important; } }

.align-text-left {
  text-align: left !important; }

.align-text-right {
  text-align: right !important; }

.align-text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .align-text-sm-left {
    text-align: left !important; }
  .align-text-sm-right {
    text-align: right !important; }
  .align-text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .align-text-md-left {
    text-align: left !important; }
  .align-text-md-right {
    text-align: right !important; }
  .align-text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .align-text-lg-left {
    text-align: left !important; }
  .align-text-lg-right {
    text-align: right !important; }
  .align-text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .align-text-xl-left {
    text-align: left !important; }
  .align-text-xl-right {
    text-align: right !important; }
  .align-text-xl-center {
    text-align: center !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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: 2px !important; }

.mt-1,
.my-1 {
  margin-top: 2px !important; }

.mr-1,
.mx-1 {
  margin-right: 2px !important; }

.mb-1,
.my-1 {
  margin-bottom: 2px !important; }

.ml-1,
.mx-1 {
  margin-left: 2px !important; }

.m-2 {
  margin: 4px !important; }

.mt-2,
.my-2 {
  margin-top: 4px !important; }

.mr-2,
.mx-2 {
  margin-right: 4px !important; }

.mb-2,
.my-2 {
  margin-bottom: 4px !important; }

.ml-2,
.mx-2 {
  margin-left: 4px !important; }

.m-3 {
  margin: 8px !important; }

.mt-3,
.my-3 {
  margin-top: 8px !important; }

.mr-3,
.mx-3 {
  margin-right: 8px !important; }

.mb-3,
.my-3 {
  margin-bottom: 8px !important; }

.ml-3,
.mx-3 {
  margin-left: 8px !important; }

.m-305 {
  margin: 12px !important; }

.mt-305,
.my-305 {
  margin-top: 12px !important; }

.mr-305,
.mx-305 {
  margin-right: 12px !important; }

.mb-305,
.my-305 {
  margin-bottom: 12px !important; }

.ml-305,
.mx-305 {
  margin-left: 12px !important; }

.m-4 {
  margin: 16px !important; }

.mt-4,
.my-4 {
  margin-top: 16px !important; }

.mr-4,
.mx-4 {
  margin-right: 16px !important; }

.mb-4,
.my-4 {
  margin-bottom: 16px !important; }

.ml-4,
.mx-4 {
  margin-left: 16px !important; }

.m-405 {
  margin: 20px !important; }

.mt-405,
.my-405 {
  margin-top: 20px !important; }

.mr-405,
.mx-405 {
  margin-right: 20px !important; }

.mb-405,
.my-405 {
  margin-bottom: 20px !important; }

.ml-405,
.mx-405 {
  margin-left: 20px !important; }

.m-5 {
  margin: 24px !important; }

.mt-5,
.my-5 {
  margin-top: 24px !important; }

.mr-5,
.mx-5 {
  margin-right: 24px !important; }

.mb-5,
.my-5 {
  margin-bottom: 24px !important; }

.ml-5,
.mx-5 {
  margin-left: 24px !important; }

.m-505 {
  margin: 28px !important; }

.mt-505,
.my-505 {
  margin-top: 28px !important; }

.mr-505,
.mx-505 {
  margin-right: 28px !important; }

.mb-505,
.my-505 {
  margin-bottom: 28px !important; }

.ml-505,
.mx-505 {
  margin-left: 28px !important; }

.m-6 {
  margin: 32px !important; }

.mt-6,
.my-6 {
  margin-top: 32px !important; }

.mr-6,
.mx-6 {
  margin-right: 32px !important; }

.mb-6,
.my-6 {
  margin-bottom: 32px !important; }

.ml-6,
.mx-6 {
  margin-left: 32px !important; }

.m-605 {
  margin: 36px !important; }

.mt-605,
.my-605 {
  margin-top: 36px !important; }

.mr-605,
.mx-605 {
  margin-right: 36px !important; }

.mb-605,
.my-605 {
  margin-bottom: 36px !important; }

.ml-605,
.mx-605 {
  margin-left: 36px !important; }

.m-7 {
  margin: 40px !important; }

.mt-7,
.my-7 {
  margin-top: 40px !important; }

.mr-7,
.mx-7 {
  margin-right: 40px !important; }

.mb-7,
.my-7 {
  margin-bottom: 40px !important; }

.ml-7,
.mx-7 {
  margin-left: 40px !important; }

.m-705 {
  margin: 44px !important; }

.mt-705,
.my-705 {
  margin-top: 44px !important; }

.mr-705,
.mx-705 {
  margin-right: 44px !important; }

.mb-705,
.my-705 {
  margin-bottom: 44px !important; }

.ml-705,
.mx-705 {
  margin-left: 44px !important; }

.m-8 {
  margin: 48px !important; }

.mt-8,
.my-8 {
  margin-top: 48px !important; }

.mr-8,
.mx-8 {
  margin-right: 48px !important; }

.mb-8,
.my-8 {
  margin-bottom: 48px !important; }

.ml-8,
.mx-8 {
  margin-left: 48px !important; }

.m-805 {
  margin: 52px !important; }

.mt-805,
.my-805 {
  margin-top: 52px !important; }

.mr-805,
.mx-805 {
  margin-right: 52px !important; }

.mb-805,
.my-805 {
  margin-bottom: 52px !important; }

.ml-805,
.mx-805 {
  margin-left: 52px !important; }

.m-9 {
  margin: 56px !important; }

.mt-9,
.my-9 {
  margin-top: 56px !important; }

.mr-9,
.mx-9 {
  margin-right: 56px !important; }

.mb-9,
.my-9 {
  margin-bottom: 56px !important; }

.ml-9,
.mx-9 {
  margin-left: 56px !important; }

.m-905 {
  margin: 60px !important; }

.mt-905,
.my-905 {
  margin-top: 60px !important; }

.mr-905,
.mx-905 {
  margin-right: 60px !important; }

.mb-905,
.my-905 {
  margin-bottom: 60px !important; }

.ml-905,
.mx-905 {
  margin-left: 60px !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: 2px !important; }

.pt-1,
.py-1 {
  padding-top: 2px !important; }

.pr-1,
.px-1 {
  padding-right: 2px !important; }

.pb-1,
.py-1 {
  padding-bottom: 2px !important; }

.pl-1,
.px-1 {
  padding-left: 2px !important; }

.p-2 {
  padding: 4px !important; }

.pt-2,
.py-2 {
  padding-top: 4px !important; }

.pr-2,
.px-2 {
  padding-right: 4px !important; }

.pb-2,
.py-2 {
  padding-bottom: 4px !important; }

.pl-2,
.px-2 {
  padding-left: 4px !important; }

.p-3 {
  padding: 8px !important; }

.pt-3,
.py-3 {
  padding-top: 8px !important; }

.pr-3,
.px-3 {
  padding-right: 8px !important; }

.pb-3,
.py-3 {
  padding-bottom: 8px !important; }

.pl-3,
.px-3 {
  padding-left: 8px !important; }

.p-305 {
  padding: 12px !important; }

.pt-305,
.py-305 {
  padding-top: 12px !important; }

.pr-305,
.px-305 {
  padding-right: 12px !important; }

.pb-305,
.py-305 {
  padding-bottom: 12px !important; }

.pl-305,
.px-305 {
  padding-left: 12px !important; }

.p-4 {
  padding: 16px !important; }

.pt-4,
.py-4 {
  padding-top: 16px !important; }

.pr-4,
.px-4 {
  padding-right: 16px !important; }

.pb-4,
.py-4 {
  padding-bottom: 16px !important; }

.pl-4,
.px-4 {
  padding-left: 16px !important; }

.p-405 {
  padding: 20px !important; }

.pt-405,
.py-405 {
  padding-top: 20px !important; }

.pr-405,
.px-405 {
  padding-right: 20px !important; }

.pb-405,
.py-405 {
  padding-bottom: 20px !important; }

.pl-405,
.px-405 {
  padding-left: 20px !important; }

.p-5 {
  padding: 24px !important; }

.pt-5,
.py-5 {
  padding-top: 24px !important; }

.pr-5,
.px-5 {
  padding-right: 24px !important; }

.pb-5,
.py-5 {
  padding-bottom: 24px !important; }

.pl-5,
.px-5 {
  padding-left: 24px !important; }

.p-505 {
  padding: 28px !important; }

.pt-505,
.py-505 {
  padding-top: 28px !important; }

.pr-505,
.px-505 {
  padding-right: 28px !important; }

.pb-505,
.py-505 {
  padding-bottom: 28px !important; }

.pl-505,
.px-505 {
  padding-left: 28px !important; }

.p-6 {
  padding: 32px !important; }

.pt-6,
.py-6 {
  padding-top: 32px !important; }

.pr-6,
.px-6 {
  padding-right: 32px !important; }

.pb-6,
.py-6 {
  padding-bottom: 32px !important; }

.pl-6,
.px-6 {
  padding-left: 32px !important; }

.p-605 {
  padding: 36px !important; }

.pt-605,
.py-605 {
  padding-top: 36px !important; }

.pr-605,
.px-605 {
  padding-right: 36px !important; }

.pb-605,
.py-605 {
  padding-bottom: 36px !important; }

.pl-605,
.px-605 {
  padding-left: 36px !important; }

.p-7 {
  padding: 40px !important; }

.pt-7,
.py-7 {
  padding-top: 40px !important; }

.pr-7,
.px-7 {
  padding-right: 40px !important; }

.pb-7,
.py-7 {
  padding-bottom: 40px !important; }

.pl-7,
.px-7 {
  padding-left: 40px !important; }

.p-705 {
  padding: 44px !important; }

.pt-705,
.py-705 {
  padding-top: 44px !important; }

.pr-705,
.px-705 {
  padding-right: 44px !important; }

.pb-705,
.py-705 {
  padding-bottom: 44px !important; }

.pl-705,
.px-705 {
  padding-left: 44px !important; }

.p-8 {
  padding: 48px !important; }

.pt-8,
.py-8 {
  padding-top: 48px !important; }

.pr-8,
.px-8 {
  padding-right: 48px !important; }

.pb-8,
.py-8 {
  padding-bottom: 48px !important; }

.pl-8,
.px-8 {
  padding-left: 48px !important; }

.p-805 {
  padding: 52px !important; }

.pt-805,
.py-805 {
  padding-top: 52px !important; }

.pr-805,
.px-805 {
  padding-right: 52px !important; }

.pb-805,
.py-805 {
  padding-bottom: 52px !important; }

.pl-805,
.px-805 {
  padding-left: 52px !important; }

.p-9 {
  padding: 56px !important; }

.pt-9,
.py-9 {
  padding-top: 56px !important; }

.pr-9,
.px-9 {
  padding-right: 56px !important; }

.pb-9,
.py-9 {
  padding-bottom: 56px !important; }

.pl-9,
.px-9 {
  padding-left: 56px !important; }

.p-905 {
  padding: 60px !important; }

.pt-905,
.py-905 {
  padding-top: 60px !important; }

.pr-905,
.px-905 {
  padding-right: 60px !important; }

.pb-905,
.py-905 {
  padding-bottom: 60px !important; }

.pl-905,
.px-905 {
  padding-left: 60px !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: 2px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 2px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 2px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 2px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 2px !important; }
  .m-sm-2 {
    margin: 4px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 4px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 4px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 4px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 4px !important; }
  .m-sm-3 {
    margin: 8px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 8px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 8px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 8px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 8px !important; }
  .m-sm-305 {
    margin: 12px !important; }
  .mt-sm-305,
  .my-sm-305 {
    margin-top: 12px !important; }
  .mr-sm-305,
  .mx-sm-305 {
    margin-right: 12px !important; }
  .mb-sm-305,
  .my-sm-305 {
    margin-bottom: 12px !important; }
  .ml-sm-305,
  .mx-sm-305 {
    margin-left: 12px !important; }
  .m-sm-4 {
    margin: 16px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 16px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 16px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 16px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 16px !important; }
  .m-sm-405 {
    margin: 20px !important; }
  .mt-sm-405,
  .my-sm-405 {
    margin-top: 20px !important; }
  .mr-sm-405,
  .mx-sm-405 {
    margin-right: 20px !important; }
  .mb-sm-405,
  .my-sm-405 {
    margin-bottom: 20px !important; }
  .ml-sm-405,
  .mx-sm-405 {
    margin-left: 20px !important; }
  .m-sm-5 {
    margin: 24px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 24px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 24px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 24px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 24px !important; }
  .m-sm-505 {
    margin: 28px !important; }
  .mt-sm-505,
  .my-sm-505 {
    margin-top: 28px !important; }
  .mr-sm-505,
  .mx-sm-505 {
    margin-right: 28px !important; }
  .mb-sm-505,
  .my-sm-505 {
    margin-bottom: 28px !important; }
  .ml-sm-505,
  .mx-sm-505 {
    margin-left: 28px !important; }
  .m-sm-6 {
    margin: 32px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 32px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 32px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 32px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 32px !important; }
  .m-sm-605 {
    margin: 36px !important; }
  .mt-sm-605,
  .my-sm-605 {
    margin-top: 36px !important; }
  .mr-sm-605,
  .mx-sm-605 {
    margin-right: 36px !important; }
  .mb-sm-605,
  .my-sm-605 {
    margin-bottom: 36px !important; }
  .ml-sm-605,
  .mx-sm-605 {
    margin-left: 36px !important; }
  .m-sm-7 {
    margin: 40px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 40px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 40px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 40px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 40px !important; }
  .m-sm-705 {
    margin: 44px !important; }
  .mt-sm-705,
  .my-sm-705 {
    margin-top: 44px !important; }
  .mr-sm-705,
  .mx-sm-705 {
    margin-right: 44px !important; }
  .mb-sm-705,
  .my-sm-705 {
    margin-bottom: 44px !important; }
  .ml-sm-705,
  .mx-sm-705 {
    margin-left: 44px !important; }
  .m-sm-8 {
    margin: 48px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 48px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 48px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 48px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 48px !important; }
  .m-sm-805 {
    margin: 52px !important; }
  .mt-sm-805,
  .my-sm-805 {
    margin-top: 52px !important; }
  .mr-sm-805,
  .mx-sm-805 {
    margin-right: 52px !important; }
  .mb-sm-805,
  .my-sm-805 {
    margin-bottom: 52px !important; }
  .ml-sm-805,
  .mx-sm-805 {
    margin-left: 52px !important; }
  .m-sm-9 {
    margin: 56px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 56px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 56px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 56px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 56px !important; }
  .m-sm-905 {
    margin: 60px !important; }
  .mt-sm-905,
  .my-sm-905 {
    margin-top: 60px !important; }
  .mr-sm-905,
  .mx-sm-905 {
    margin-right: 60px !important; }
  .mb-sm-905,
  .my-sm-905 {
    margin-bottom: 60px !important; }
  .ml-sm-905,
  .mx-sm-905 {
    margin-left: 60px !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: 2px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 2px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 2px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 2px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 2px !important; }
  .p-sm-2 {
    padding: 4px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 4px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 4px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 4px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 4px !important; }
  .p-sm-3 {
    padding: 8px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 8px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 8px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 8px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 8px !important; }
  .p-sm-305 {
    padding: 12px !important; }
  .pt-sm-305,
  .py-sm-305 {
    padding-top: 12px !important; }
  .pr-sm-305,
  .px-sm-305 {
    padding-right: 12px !important; }
  .pb-sm-305,
  .py-sm-305 {
    padding-bottom: 12px !important; }
  .pl-sm-305,
  .px-sm-305 {
    padding-left: 12px !important; }
  .p-sm-4 {
    padding: 16px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 16px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 16px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 16px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 16px !important; }
  .p-sm-405 {
    padding: 20px !important; }
  .pt-sm-405,
  .py-sm-405 {
    padding-top: 20px !important; }
  .pr-sm-405,
  .px-sm-405 {
    padding-right: 20px !important; }
  .pb-sm-405,
  .py-sm-405 {
    padding-bottom: 20px !important; }
  .pl-sm-405,
  .px-sm-405 {
    padding-left: 20px !important; }
  .p-sm-5 {
    padding: 24px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 24px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 24px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 24px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 24px !important; }
  .p-sm-505 {
    padding: 28px !important; }
  .pt-sm-505,
  .py-sm-505 {
    padding-top: 28px !important; }
  .pr-sm-505,
  .px-sm-505 {
    padding-right: 28px !important; }
  .pb-sm-505,
  .py-sm-505 {
    padding-bottom: 28px !important; }
  .pl-sm-505,
  .px-sm-505 {
    padding-left: 28px !important; }
  .p-sm-6 {
    padding: 32px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 32px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 32px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 32px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 32px !important; }
  .p-sm-605 {
    padding: 36px !important; }
  .pt-sm-605,
  .py-sm-605 {
    padding-top: 36px !important; }
  .pr-sm-605,
  .px-sm-605 {
    padding-right: 36px !important; }
  .pb-sm-605,
  .py-sm-605 {
    padding-bottom: 36px !important; }
  .pl-sm-605,
  .px-sm-605 {
    padding-left: 36px !important; }
  .p-sm-7 {
    padding: 40px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 40px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 40px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 40px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 40px !important; }
  .p-sm-705 {
    padding: 44px !important; }
  .pt-sm-705,
  .py-sm-705 {
    padding-top: 44px !important; }
  .pr-sm-705,
  .px-sm-705 {
    padding-right: 44px !important; }
  .pb-sm-705,
  .py-sm-705 {
    padding-bottom: 44px !important; }
  .pl-sm-705,
  .px-sm-705 {
    padding-left: 44px !important; }
  .p-sm-8 {
    padding: 48px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 48px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 48px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 48px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 48px !important; }
  .p-sm-805 {
    padding: 52px !important; }
  .pt-sm-805,
  .py-sm-805 {
    padding-top: 52px !important; }
  .pr-sm-805,
  .px-sm-805 {
    padding-right: 52px !important; }
  .pb-sm-805,
  .py-sm-805 {
    padding-bottom: 52px !important; }
  .pl-sm-805,
  .px-sm-805 {
    padding-left: 52px !important; }
  .p-sm-9 {
    padding: 56px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 56px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 56px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 56px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 56px !important; }
  .p-sm-905 {
    padding: 60px !important; }
  .pt-sm-905,
  .py-sm-905 {
    padding-top: 60px !important; }
  .pr-sm-905,
  .px-sm-905 {
    padding-right: 60px !important; }
  .pb-sm-905,
  .py-sm-905 {
    padding-bottom: 60px !important; }
  .pl-sm-905,
  .px-sm-905 {
    padding-left: 60px !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: 2px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 2px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 2px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 2px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 2px !important; }
  .m-md-2 {
    margin: 4px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 4px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 4px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 4px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 4px !important; }
  .m-md-3 {
    margin: 8px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 8px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 8px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 8px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 8px !important; }
  .m-md-305 {
    margin: 12px !important; }
  .mt-md-305,
  .my-md-305 {
    margin-top: 12px !important; }
  .mr-md-305,
  .mx-md-305 {
    margin-right: 12px !important; }
  .mb-md-305,
  .my-md-305 {
    margin-bottom: 12px !important; }
  .ml-md-305,
  .mx-md-305 {
    margin-left: 12px !important; }
  .m-md-4 {
    margin: 16px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 16px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 16px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 16px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 16px !important; }
  .m-md-405 {
    margin: 20px !important; }
  .mt-md-405,
  .my-md-405 {
    margin-top: 20px !important; }
  .mr-md-405,
  .mx-md-405 {
    margin-right: 20px !important; }
  .mb-md-405,
  .my-md-405 {
    margin-bottom: 20px !important; }
  .ml-md-405,
  .mx-md-405 {
    margin-left: 20px !important; }
  .m-md-5 {
    margin: 24px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 24px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 24px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 24px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 24px !important; }
  .m-md-505 {
    margin: 28px !important; }
  .mt-md-505,
  .my-md-505 {
    margin-top: 28px !important; }
  .mr-md-505,
  .mx-md-505 {
    margin-right: 28px !important; }
  .mb-md-505,
  .my-md-505 {
    margin-bottom: 28px !important; }
  .ml-md-505,
  .mx-md-505 {
    margin-left: 28px !important; }
  .m-md-6 {
    margin: 32px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 32px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 32px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 32px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 32px !important; }
  .m-md-605 {
    margin: 36px !important; }
  .mt-md-605,
  .my-md-605 {
    margin-top: 36px !important; }
  .mr-md-605,
  .mx-md-605 {
    margin-right: 36px !important; }
  .mb-md-605,
  .my-md-605 {
    margin-bottom: 36px !important; }
  .ml-md-605,
  .mx-md-605 {
    margin-left: 36px !important; }
  .m-md-7 {
    margin: 40px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 40px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 40px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 40px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 40px !important; }
  .m-md-705 {
    margin: 44px !important; }
  .mt-md-705,
  .my-md-705 {
    margin-top: 44px !important; }
  .mr-md-705,
  .mx-md-705 {
    margin-right: 44px !important; }
  .mb-md-705,
  .my-md-705 {
    margin-bottom: 44px !important; }
  .ml-md-705,
  .mx-md-705 {
    margin-left: 44px !important; }
  .m-md-8 {
    margin: 48px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 48px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 48px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 48px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 48px !important; }
  .m-md-805 {
    margin: 52px !important; }
  .mt-md-805,
  .my-md-805 {
    margin-top: 52px !important; }
  .mr-md-805,
  .mx-md-805 {
    margin-right: 52px !important; }
  .mb-md-805,
  .my-md-805 {
    margin-bottom: 52px !important; }
  .ml-md-805,
  .mx-md-805 {
    margin-left: 52px !important; }
  .m-md-9 {
    margin: 56px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 56px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 56px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 56px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 56px !important; }
  .m-md-905 {
    margin: 60px !important; }
  .mt-md-905,
  .my-md-905 {
    margin-top: 60px !important; }
  .mr-md-905,
  .mx-md-905 {
    margin-right: 60px !important; }
  .mb-md-905,
  .my-md-905 {
    margin-bottom: 60px !important; }
  .ml-md-905,
  .mx-md-905 {
    margin-left: 60px !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: 2px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 2px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 2px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 2px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 2px !important; }
  .p-md-2 {
    padding: 4px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 4px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 4px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 4px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 4px !important; }
  .p-md-3 {
    padding: 8px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 8px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 8px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 8px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 8px !important; }
  .p-md-305 {
    padding: 12px !important; }
  .pt-md-305,
  .py-md-305 {
    padding-top: 12px !important; }
  .pr-md-305,
  .px-md-305 {
    padding-right: 12px !important; }
  .pb-md-305,
  .py-md-305 {
    padding-bottom: 12px !important; }
  .pl-md-305,
  .px-md-305 {
    padding-left: 12px !important; }
  .p-md-4 {
    padding: 16px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 16px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 16px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 16px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 16px !important; }
  .p-md-405 {
    padding: 20px !important; }
  .pt-md-405,
  .py-md-405 {
    padding-top: 20px !important; }
  .pr-md-405,
  .px-md-405 {
    padding-right: 20px !important; }
  .pb-md-405,
  .py-md-405 {
    padding-bottom: 20px !important; }
  .pl-md-405,
  .px-md-405 {
    padding-left: 20px !important; }
  .p-md-5 {
    padding: 24px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 24px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 24px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 24px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 24px !important; }
  .p-md-505 {
    padding: 28px !important; }
  .pt-md-505,
  .py-md-505 {
    padding-top: 28px !important; }
  .pr-md-505,
  .px-md-505 {
    padding-right: 28px !important; }
  .pb-md-505,
  .py-md-505 {
    padding-bottom: 28px !important; }
  .pl-md-505,
  .px-md-505 {
    padding-left: 28px !important; }
  .p-md-6 {
    padding: 32px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 32px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 32px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 32px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 32px !important; }
  .p-md-605 {
    padding: 36px !important; }
  .pt-md-605,
  .py-md-605 {
    padding-top: 36px !important; }
  .pr-md-605,
  .px-md-605 {
    padding-right: 36px !important; }
  .pb-md-605,
  .py-md-605 {
    padding-bottom: 36px !important; }
  .pl-md-605,
  .px-md-605 {
    padding-left: 36px !important; }
  .p-md-7 {
    padding: 40px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 40px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 40px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 40px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 40px !important; }
  .p-md-705 {
    padding: 44px !important; }
  .pt-md-705,
  .py-md-705 {
    padding-top: 44px !important; }
  .pr-md-705,
  .px-md-705 {
    padding-right: 44px !important; }
  .pb-md-705,
  .py-md-705 {
    padding-bottom: 44px !important; }
  .pl-md-705,
  .px-md-705 {
    padding-left: 44px !important; }
  .p-md-8 {
    padding: 48px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 48px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 48px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 48px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 48px !important; }
  .p-md-805 {
    padding: 52px !important; }
  .pt-md-805,
  .py-md-805 {
    padding-top: 52px !important; }
  .pr-md-805,
  .px-md-805 {
    padding-right: 52px !important; }
  .pb-md-805,
  .py-md-805 {
    padding-bottom: 52px !important; }
  .pl-md-805,
  .px-md-805 {
    padding-left: 52px !important; }
  .p-md-9 {
    padding: 56px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 56px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 56px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 56px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 56px !important; }
  .p-md-905 {
    padding: 60px !important; }
  .pt-md-905,
  .py-md-905 {
    padding-top: 60px !important; }
  .pr-md-905,
  .px-md-905 {
    padding-right: 60px !important; }
  .pb-md-905,
  .py-md-905 {
    padding-bottom: 60px !important; }
  .pl-md-905,
  .px-md-905 {
    padding-left: 60px !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: 2px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 2px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 2px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 2px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 2px !important; }
  .m-lg-2 {
    margin: 4px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 4px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 4px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 4px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 4px !important; }
  .m-lg-3 {
    margin: 8px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 8px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 8px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 8px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 8px !important; }
  .m-lg-305 {
    margin: 12px !important; }
  .mt-lg-305,
  .my-lg-305 {
    margin-top: 12px !important; }
  .mr-lg-305,
  .mx-lg-305 {
    margin-right: 12px !important; }
  .mb-lg-305,
  .my-lg-305 {
    margin-bottom: 12px !important; }
  .ml-lg-305,
  .mx-lg-305 {
    margin-left: 12px !important; }
  .m-lg-4 {
    margin: 16px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 16px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 16px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 16px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 16px !important; }
  .m-lg-405 {
    margin: 20px !important; }
  .mt-lg-405,
  .my-lg-405 {
    margin-top: 20px !important; }
  .mr-lg-405,
  .mx-lg-405 {
    margin-right: 20px !important; }
  .mb-lg-405,
  .my-lg-405 {
    margin-bottom: 20px !important; }
  .ml-lg-405,
  .mx-lg-405 {
    margin-left: 20px !important; }
  .m-lg-5 {
    margin: 24px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 24px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 24px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 24px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 24px !important; }
  .m-lg-505 {
    margin: 28px !important; }
  .mt-lg-505,
  .my-lg-505 {
    margin-top: 28px !important; }
  .mr-lg-505,
  .mx-lg-505 {
    margin-right: 28px !important; }
  .mb-lg-505,
  .my-lg-505 {
    margin-bottom: 28px !important; }
  .ml-lg-505,
  .mx-lg-505 {
    margin-left: 28px !important; }
  .m-lg-6 {
    margin: 32px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 32px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 32px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 32px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 32px !important; }
  .m-lg-605 {
    margin: 36px !important; }
  .mt-lg-605,
  .my-lg-605 {
    margin-top: 36px !important; }
  .mr-lg-605,
  .mx-lg-605 {
    margin-right: 36px !important; }
  .mb-lg-605,
  .my-lg-605 {
    margin-bottom: 36px !important; }
  .ml-lg-605,
  .mx-lg-605 {
    margin-left: 36px !important; }
  .m-lg-7 {
    margin: 40px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 40px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 40px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 40px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 40px !important; }
  .m-lg-705 {
    margin: 44px !important; }
  .mt-lg-705,
  .my-lg-705 {
    margin-top: 44px !important; }
  .mr-lg-705,
  .mx-lg-705 {
    margin-right: 44px !important; }
  .mb-lg-705,
  .my-lg-705 {
    margin-bottom: 44px !important; }
  .ml-lg-705,
  .mx-lg-705 {
    margin-left: 44px !important; }
  .m-lg-8 {
    margin: 48px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 48px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 48px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 48px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 48px !important; }
  .m-lg-805 {
    margin: 52px !important; }
  .mt-lg-805,
  .my-lg-805 {
    margin-top: 52px !important; }
  .mr-lg-805,
  .mx-lg-805 {
    margin-right: 52px !important; }
  .mb-lg-805,
  .my-lg-805 {
    margin-bottom: 52px !important; }
  .ml-lg-805,
  .mx-lg-805 {
    margin-left: 52px !important; }
  .m-lg-9 {
    margin: 56px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 56px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 56px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 56px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 56px !important; }
  .m-lg-905 {
    margin: 60px !important; }
  .mt-lg-905,
  .my-lg-905 {
    margin-top: 60px !important; }
  .mr-lg-905,
  .mx-lg-905 {
    margin-right: 60px !important; }
  .mb-lg-905,
  .my-lg-905 {
    margin-bottom: 60px !important; }
  .ml-lg-905,
  .mx-lg-905 {
    margin-left: 60px !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: 2px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 2px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 2px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 2px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 2px !important; }
  .p-lg-2 {
    padding: 4px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 4px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 4px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 4px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 4px !important; }
  .p-lg-3 {
    padding: 8px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 8px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 8px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 8px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 8px !important; }
  .p-lg-305 {
    padding: 12px !important; }
  .pt-lg-305,
  .py-lg-305 {
    padding-top: 12px !important; }
  .pr-lg-305,
  .px-lg-305 {
    padding-right: 12px !important; }
  .pb-lg-305,
  .py-lg-305 {
    padding-bottom: 12px !important; }
  .pl-lg-305,
  .px-lg-305 {
    padding-left: 12px !important; }
  .p-lg-4 {
    padding: 16px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 16px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 16px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 16px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 16px !important; }
  .p-lg-405 {
    padding: 20px !important; }
  .pt-lg-405,
  .py-lg-405 {
    padding-top: 20px !important; }
  .pr-lg-405,
  .px-lg-405 {
    padding-right: 20px !important; }
  .pb-lg-405,
  .py-lg-405 {
    padding-bottom: 20px !important; }
  .pl-lg-405,
  .px-lg-405 {
    padding-left: 20px !important; }
  .p-lg-5 {
    padding: 24px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 24px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 24px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 24px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 24px !important; }
  .p-lg-505 {
    padding: 28px !important; }
  .pt-lg-505,
  .py-lg-505 {
    padding-top: 28px !important; }
  .pr-lg-505,
  .px-lg-505 {
    padding-right: 28px !important; }
  .pb-lg-505,
  .py-lg-505 {
    padding-bottom: 28px !important; }
  .pl-lg-505,
  .px-lg-505 {
    padding-left: 28px !important; }
  .p-lg-6 {
    padding: 32px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 32px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 32px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 32px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 32px !important; }
  .p-lg-605 {
    padding: 36px !important; }
  .pt-lg-605,
  .py-lg-605 {
    padding-top: 36px !important; }
  .pr-lg-605,
  .px-lg-605 {
    padding-right: 36px !important; }
  .pb-lg-605,
  .py-lg-605 {
    padding-bottom: 36px !important; }
  .pl-lg-605,
  .px-lg-605 {
    padding-left: 36px !important; }
  .p-lg-7 {
    padding: 40px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 40px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 40px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 40px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 40px !important; }
  .p-lg-705 {
    padding: 44px !important; }
  .pt-lg-705,
  .py-lg-705 {
    padding-top: 44px !important; }
  .pr-lg-705,
  .px-lg-705 {
    padding-right: 44px !important; }
  .pb-lg-705,
  .py-lg-705 {
    padding-bottom: 44px !important; }
  .pl-lg-705,
  .px-lg-705 {
    padding-left: 44px !important; }
  .p-lg-8 {
    padding: 48px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 48px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 48px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 48px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 48px !important; }
  .p-lg-805 {
    padding: 52px !important; }
  .pt-lg-805,
  .py-lg-805 {
    padding-top: 52px !important; }
  .pr-lg-805,
  .px-lg-805 {
    padding-right: 52px !important; }
  .pb-lg-805,
  .py-lg-805 {
    padding-bottom: 52px !important; }
  .pl-lg-805,
  .px-lg-805 {
    padding-left: 52px !important; }
  .p-lg-9 {
    padding: 56px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 56px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 56px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 56px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 56px !important; }
  .p-lg-905 {
    padding: 60px !important; }
  .pt-lg-905,
  .py-lg-905 {
    padding-top: 60px !important; }
  .pr-lg-905,
  .px-lg-905 {
    padding-right: 60px !important; }
  .pb-lg-905,
  .py-lg-905 {
    padding-bottom: 60px !important; }
  .pl-lg-905,
  .px-lg-905 {
    padding-left: 60px !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: 2px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 2px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 2px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 2px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 2px !important; }
  .m-xl-2 {
    margin: 4px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 4px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 4px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 4px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 4px !important; }
  .m-xl-3 {
    margin: 8px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 8px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 8px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 8px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 8px !important; }
  .m-xl-305 {
    margin: 12px !important; }
  .mt-xl-305,
  .my-xl-305 {
    margin-top: 12px !important; }
  .mr-xl-305,
  .mx-xl-305 {
    margin-right: 12px !important; }
  .mb-xl-305,
  .my-xl-305 {
    margin-bottom: 12px !important; }
  .ml-xl-305,
  .mx-xl-305 {
    margin-left: 12px !important; }
  .m-xl-4 {
    margin: 16px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 16px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 16px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 16px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 16px !important; }
  .m-xl-405 {
    margin: 20px !important; }
  .mt-xl-405,
  .my-xl-405 {
    margin-top: 20px !important; }
  .mr-xl-405,
  .mx-xl-405 {
    margin-right: 20px !important; }
  .mb-xl-405,
  .my-xl-405 {
    margin-bottom: 20px !important; }
  .ml-xl-405,
  .mx-xl-405 {
    margin-left: 20px !important; }
  .m-xl-5 {
    margin: 24px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 24px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 24px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 24px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 24px !important; }
  .m-xl-505 {
    margin: 28px !important; }
  .mt-xl-505,
  .my-xl-505 {
    margin-top: 28px !important; }
  .mr-xl-505,
  .mx-xl-505 {
    margin-right: 28px !important; }
  .mb-xl-505,
  .my-xl-505 {
    margin-bottom: 28px !important; }
  .ml-xl-505,
  .mx-xl-505 {
    margin-left: 28px !important; }
  .m-xl-6 {
    margin: 32px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 32px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 32px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 32px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 32px !important; }
  .m-xl-605 {
    margin: 36px !important; }
  .mt-xl-605,
  .my-xl-605 {
    margin-top: 36px !important; }
  .mr-xl-605,
  .mx-xl-605 {
    margin-right: 36px !important; }
  .mb-xl-605,
  .my-xl-605 {
    margin-bottom: 36px !important; }
  .ml-xl-605,
  .mx-xl-605 {
    margin-left: 36px !important; }
  .m-xl-7 {
    margin: 40px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 40px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 40px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 40px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 40px !important; }
  .m-xl-705 {
    margin: 44px !important; }
  .mt-xl-705,
  .my-xl-705 {
    margin-top: 44px !important; }
  .mr-xl-705,
  .mx-xl-705 {
    margin-right: 44px !important; }
  .mb-xl-705,
  .my-xl-705 {
    margin-bottom: 44px !important; }
  .ml-xl-705,
  .mx-xl-705 {
    margin-left: 44px !important; }
  .m-xl-8 {
    margin: 48px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 48px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 48px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 48px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 48px !important; }
  .m-xl-805 {
    margin: 52px !important; }
  .mt-xl-805,
  .my-xl-805 {
    margin-top: 52px !important; }
  .mr-xl-805,
  .mx-xl-805 {
    margin-right: 52px !important; }
  .mb-xl-805,
  .my-xl-805 {
    margin-bottom: 52px !important; }
  .ml-xl-805,
  .mx-xl-805 {
    margin-left: 52px !important; }
  .m-xl-9 {
    margin: 56px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 56px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 56px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 56px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 56px !important; }
  .m-xl-905 {
    margin: 60px !important; }
  .mt-xl-905,
  .my-xl-905 {
    margin-top: 60px !important; }
  .mr-xl-905,
  .mx-xl-905 {
    margin-right: 60px !important; }
  .mb-xl-905,
  .my-xl-905 {
    margin-bottom: 60px !important; }
  .ml-xl-905,
  .mx-xl-905 {
    margin-left: 60px !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: 2px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 2px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 2px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 2px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 2px !important; }
  .p-xl-2 {
    padding: 4px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 4px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 4px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 4px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 4px !important; }
  .p-xl-3 {
    padding: 8px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 8px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 8px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 8px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 8px !important; }
  .p-xl-305 {
    padding: 12px !important; }
  .pt-xl-305,
  .py-xl-305 {
    padding-top: 12px !important; }
  .pr-xl-305,
  .px-xl-305 {
    padding-right: 12px !important; }
  .pb-xl-305,
  .py-xl-305 {
    padding-bottom: 12px !important; }
  .pl-xl-305,
  .px-xl-305 {
    padding-left: 12px !important; }
  .p-xl-4 {
    padding: 16px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 16px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 16px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 16px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 16px !important; }
  .p-xl-405 {
    padding: 20px !important; }
  .pt-xl-405,
  .py-xl-405 {
    padding-top: 20px !important; }
  .pr-xl-405,
  .px-xl-405 {
    padding-right: 20px !important; }
  .pb-xl-405,
  .py-xl-405 {
    padding-bottom: 20px !important; }
  .pl-xl-405,
  .px-xl-405 {
    padding-left: 20px !important; }
  .p-xl-5 {
    padding: 24px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 24px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 24px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 24px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 24px !important; }
  .p-xl-505 {
    padding: 28px !important; }
  .pt-xl-505,
  .py-xl-505 {
    padding-top: 28px !important; }
  .pr-xl-505,
  .px-xl-505 {
    padding-right: 28px !important; }
  .pb-xl-505,
  .py-xl-505 {
    padding-bottom: 28px !important; }
  .pl-xl-505,
  .px-xl-505 {
    padding-left: 28px !important; }
  .p-xl-6 {
    padding: 32px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 32px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 32px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 32px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 32px !important; }
  .p-xl-605 {
    padding: 36px !important; }
  .pt-xl-605,
  .py-xl-605 {
    padding-top: 36px !important; }
  .pr-xl-605,
  .px-xl-605 {
    padding-right: 36px !important; }
  .pb-xl-605,
  .py-xl-605 {
    padding-bottom: 36px !important; }
  .pl-xl-605,
  .px-xl-605 {
    padding-left: 36px !important; }
  .p-xl-7 {
    padding: 40px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 40px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 40px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 40px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 40px !important; }
  .p-xl-705 {
    padding: 44px !important; }
  .pt-xl-705,
  .py-xl-705 {
    padding-top: 44px !important; }
  .pr-xl-705,
  .px-xl-705 {
    padding-right: 44px !important; }
  .pb-xl-705,
  .py-xl-705 {
    padding-bottom: 44px !important; }
  .pl-xl-705,
  .px-xl-705 {
    padding-left: 44px !important; }
  .p-xl-8 {
    padding: 48px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 48px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 48px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 48px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 48px !important; }
  .p-xl-805 {
    padding: 52px !important; }
  .pt-xl-805,
  .py-xl-805 {
    padding-top: 52px !important; }
  .pr-xl-805,
  .px-xl-805 {
    padding-right: 52px !important; }
  .pb-xl-805,
  .py-xl-805 {
    padding-bottom: 52px !important; }
  .pl-xl-805,
  .px-xl-805 {
    padding-left: 52px !important; }
  .p-xl-9 {
    padding: 56px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 56px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 56px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 56px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 56px !important; }
  .p-xl-905 {
    padding: 60px !important; }
  .pt-xl-905,
  .py-xl-905 {
    padding-top: 60px !important; }
  .pr-xl-905,
  .px-xl-905 {
    padding-right: 60px !important; }
  .pb-xl-905,
  .py-xl-905 {
    padding-bottom: 60px !important; }
  .pl-xl-905,
  .px-xl-905 {
    padding-left: 60px !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; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.d-none {
  display: none !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.section + .section {
  margin-top: 24px; }

a.button {
  padding: calc(8px - 2px) calc(16px - 2px) 0px;
  line-height: 2.6rem; }

.button {
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: 0px calc(16px - 2px) 0px;
  border-radius: 4px;
  border: 2px solid #C1542A;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 40px;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  user-select: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .button {
      width: auto; } }
  @media (max-width: 767px) {
    .button + .button {
      margin-top: 8px; } }
  .button.focus, .button:focus {
    outline: 4px solid #747474;
    outline-offset: 1px;
    color: #ffffff; }
  .button.button-primary {
    color: #ffffff;
    background-color: #C1542A;
    border-color: #C1542A; }
    .button.button-primary:hover, .button.button-primary.button-hover {
      background-color: #DC7F5C;
      border-color: #F5F9F9; }
    .button.button-primary:active, .button.button-primary.button-active {
      background-color: #F5F9F9;
      border-color: #F5F9F9; }
    .button.button-primary.focus, .button.button-primary:focus {
      background-color: #C1542A;
      border-color: #DC7F5C; }
    .button.button-primary:disabled, .button.button-primary.disabled {
      opacity: 0.3;
      box-shadow: none !important;
      cursor: not-allowed; }
      .button.button-primary:disabled:hover, .button.button-primary.disabled:hover {
        color: #ffffff !important;
        background-color: #C1542A !important;
        border-color: #C1542A !important;
        opacity: 0.3 !important;
        box-shadow: none !important; }
  .button.button-secondary {
    color: #1E6764;
    border-color: #1E6764;
    background-color: transparent; }
    .button.button-secondary:hover, .button.button-secondary.button-hover {
      color: #247B77;
      border-color: #247B77;
      background-color: #F5F9F9; }
    .button.button-secondary:active, .button.button-secondary.button-active {
      background-color: #BFBFBF;
      border-color: #1a1a1a; }
    .button.button-secondary.focus, .button.button-secondary:focus {
      background-color: #F5F5F5;
      border-color: #747474; }
    .button.button-secondary:disabled, .button.button-secondary.disabled {
      opacity: 0.3;
      box-shadow: none !important;
      cursor: not-allowed;
      border-color: #BFBFBF !important;
      background-color: #F6F6F6 !important; }
      .button.button-secondary:disabled:hover, .button.button-secondary.disabled:hover {
        color: #1a1a1a !important;
        border-color: #BFBFBF !important;
        opacity: 0.3 !important;
        box-shadow: none !important; }
  .button.button-tertiary {
    border-color: #747474;
    background-color: transparent;
    color: #1a1a1a;
    font-weight: 400; }
    .button.button-tertiary:hover, .button.button-tertiary.button-hover {
      border-color: #454545; }
    .button.button-tertiary:active, .button.button-tertiary.button-active {
      border-color: #1a1a1a; }
    .button.button-tertiary.focus, .button.button-tertiary:focus {
      border-color: #747474;
      background-color: transparent; }
    .button.button-tertiary:disabled, .button.button-tertiary.disabled {
      opacity: 0.3;
      box-shadow: none !important;
      cursor: not-allowed; }
      .button.button-tertiary:disabled:hover, .button.button-tertiary.disabled:hover {
        border-color: #747474 !important;
        background-color: transparent !important;
        color: #1a1a1a;
        font-weight: 400 !important;
        opacity: 0.3;
        box-shadow: none !important; }
  .button.button-quaternary {
    color: #454545;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    font-weight: 400;
    padding-left: calc(8px - 2px); }
    .button.button-quaternary:hover, .button.button-quaternary.button-hover {
      background-color: #DCDCDC;
      box-shadow: none;
      border-bottom-color: transparent; }
    .button.button-quaternary:active, .button.button-quaternary.button-active {
      background-color: #BFBFBF;
      box-shadow: none;
      border-bottom-color: transparent; }
    .button.button-quaternary.focus, .button.button-quaternary:focus {
      color: #1a1a1a;
      box-shadow: none;
      border-bottom-color: transparent; }
    .button.button-quaternary:disabled, .button.button-quaternary.disabled {
      opacity: 0.3;
      box-shadow: none !important;
      cursor: not-allowed; }
      .button.button-quaternary:disabled:hover, .button.button-quaternary.disabled:hover {
        color: #454545 !important;
        background-color: transparent !important;
        font-weight: 400 !important;
        opacity: 0.3 !important;
        box-shadow: none !important; }
    .button.button-quaternary .icon-svg {
      margin-right: 0; }
  .button.button-small {
    padding: calc(2px) calc(16px - 2px) 0px;
    font-size: 1.4rem;
    min-height: 24px; }
  .button .icon-svg {
    margin-right: 4px;
    fill: currentColor;
    margin-top: -0.2em; }

.button-unstyled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit; }
  .button-unstyled:hover, .button-unstyled:focus {
    background-color: transparent;
    color: inherit; }

@media (min-width: 768px) {
  .button + .button {
    margin-left: 8px; }
    .button + .button:first-child {
      margin-left: 0; } }

.button-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .button-column .button {
    margin-top: 8px;
    margin-left: 0; }
    .button-column .button:first-child {
      margin-top: 0; }

.tag {
  appearance: none;
  display: inline-block;
  width: auto;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #454545;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.6rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .tag.tag-icon {
    padding: 0;
    padding-left: 8px; }
  .tag + .tag {
    margin-bottom: 8px; }
  .tag:hover, .tag.tag-hover {
    background-color: #747474; }
  .tag:active, .tag.tag-active {
    background-color: #1a1a1a; }
  .tag.focus, .tag:focus {
    background-color: #454545; }
  .tag.focus, .tag:focus {
    border-color: #747474;
    outline-color: #747474;
    position: relative; }
  .tag .icon-svg {
    float: right;
    margin: 0px 0px 0px 5px;
    fill: white; }

.button-row {
  display: flex;
  margin: 2rem 0 1rem; }

.badge {
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  font-weight: 600;
  color: #ffffff;
  background: #1a1a1a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-transform: uppercase;
  display: inline-block; }
  .badge.badge-large {
    color: #ffffff;
    background-color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 2.6rem; }
  .badge.badge-small {
    color: #ffffff;
    background-color: #1a1a1a;
    font-size: 1.4rem;
    line-height: 2rem; }
  .badge.badge-info {
    color: #1a1a1a;
    background-color: #e2f2fb; }
  .badge.badge-success {
    color: #1a1a1a;
    background-color: #eeffe2; }
  .badge.badge-warning {
    color: #1a1a1a;
    background-color: #ffeecc; }
  .badge.badge-error {
    color: #1a1a1a;
    background-color: #ffe0e0; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

img {
  max-width: 100%; }

figure {
  margin-left: 0;
  margin-right: 0; }

.icon {
  height: 2.6rem;
  width: 2.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%; }

.icon-svg {
  height: 2.6rem;
  width: 2.6rem;
  vertical-align: middle; }
  .icon-svg--inherit-color {
    fill: currentColor; }
  .icon-svg:focus {
    outline: none; }

.inline-svg {
  height: 1em;
  width: 1em; }

.icon-svg-large {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle; }
  .icon-svg-large--inherit-color {
    fill: currentColor; }

.icon-add {
  background-image: url("../img/svg-icons/add.svg"); }

.icon-alert-outline {
  background-image: url("../img/svg-icons/alert-outline.svg"); }

.icon-angle-arrow-down {
  background-image: url("../img/svg-icons/angle-arrow-down.svg"); }

.icon-angle-arrow-up {
  background-image: url("../img/svg-icons/angle-arrow-up.svg"); }

.icon-arrow-left {
  background-image: url("../img/svg-icons/arrow-left.svg"); }

.icon-arrow-right {
  background-image: url("../img/svg-icons/arrow-right.svg"); }

.icon-book-open {
  background-image: url("../img/svg-icons/book-open.svg"); }

.icon-calendar {
  background-image: url("../img/svg-icons/calendar.svg"); }

.icon-cash-multiple {
  background-image: url("../img/svg-icons/cash-multiple.svg"); }

.icon-check {
  background-image: url("../img/svg-icons/check.svg"); }

.icon-check-circle-outline {
  background-image: url("../img/svg-icons/check-circle-outline.svg"); }

.icon-chevron-left {
  background-image: url("../img/svg-icons/chevron-left.svg"); }

.icon-chevron-right {
  background-image: url("../img/svg-icons/chevron-right.svg"); }

.icon-close {
  background-image: url("../img/svg-icons/close.svg"); }

.icon-close-circle {
  background-image: url("../img/svg-icons/close-circle.svg"); }

.icon-close-circle-outline {
  background-image: url("../img/svg-icons/close-circle-outline.svg"); }

.icon-content-save {
  background-image: url("../img/svg-icons/content-save.svg"); }

.icon-delete {
  background-image: url("../img/svg-icons/delete.svg"); }

.icon-delete-outline {
  background-image: url("../img/svg-icons/delete-outline.svg"); }

.icon-dots-vertical {
  background-image: url("../img/svg-icons/dots-vertical.svg"); }

.icon-download {
  background-image: url("../img/svg-icons/download.svg"); }

.icon-error {
  background-image: url("../img/svg-icons/error.svg"); }

.icon-file {
  background-image: url("../img/svg-icons/file.svg"); }

.icon-file-document-box {
  background-image: url("../img/svg-icons/file-document-box.svg"); }

.icon-folder-multiple {
  background-image: url("../img/svg-icons/folder-multiple.svg"); }

.icon-help {
  background-image: url("../img/svg-icons/help.svg"); }

.icon-help-circle-outline {
  background-image: url("../img/svg-icons/help-circle-outline.svg"); }

.icon-info {
  background-image: url("../img/svg-icons/info.svg"); }

.icon-language {
  background-image: url("../img/svg-icons/language.svg"); }

.icon-magnify {
  background-image: url("../img/svg-icons/magnify.svg"); }

.icon-menu-down {
  background-image: url("../img/svg-icons/menu-down.svg"); }

.icon-menu-left {
  background-image: url("../img/svg-icons/menu-left.svg"); }

.icon-menu-right {
  background-image: url("../img/svg-icons/menu-right.svg"); }

.icon-menu-up {
  background-image: url("../img/svg-icons/menu-up.svg"); }

.icon-message {
  background-image: url("../img/svg-icons/message.svg"); }

.icon-minus {
  background-image: url("../img/svg-icons/minus.svg"); }

.icon-open-in-new {
  background-image: url("../img/svg-icons/open-in-new.svg"); }

.icon-pencil {
  background-image: url("../img/svg-icons/pencil.svg"); }

.icon-plus {
  background-image: url("../img/svg-icons/plus.svg"); }

.icon-printer {
  background-image: url("../img/svg-icons/printer.svg"); }

.icon-refresh {
  background-image: url("../img/svg-icons/refresh.svg"); }

.icon-save {
  background-image: url("../img/svg-icons/save.svg"); }

.icon-settings {
  background-image: url("../img/svg-icons/settings.svg"); }

.icon-sort-acending {
  background-image: url("../img/svg-icons/sort-acending.svg"); }

.icon-sort-descending {
  background-image: url("../img/svg-icons/sort-descending.svg"); }

.icon-sort-none {
  background-image: url("../img/svg-icons/sort-none.svg"); }

.icon-success {
  background-image: url("../img/svg-icons/success.svg"); }

.icon-warning {
  background-image: url("../img/svg-icons/warning.svg"); }

.hide-base-svg {
  display: none; }

.form-group {
  margin-top: 24px; }
  .form-group:first-child {
    margin-top: 0; }

.form-hint {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.1px;
  display: block;
  color: #747474; }

.form-label {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: none; }

.form-input {
  appearance: none;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: calc(8px - 1px) calc(16px - 1px);
  width: 100%;
  max-width: 32rem;
  margin-top: 8px;
  text-align: left; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-input {
      /* IE10+ CSS styles go here */
      height: calc(2.6rem + (8px * 2)); } }
  .form-input:focus, .form-input.focus {
    outline: 4px solid #747474;
    outline-offset: 1px; }

table .form-input {
  margin-top: 0; }

textarea.form-input {
  height: auto; }

.form-select {
  border: 1px solid #747474;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  height: calc(2.6rem + (8px * 2));
  max-width: 32rem;
  width: 100%;
  margin-top: 8px;
  text-align: left;
  padding: calc(8px - 1px) calc(16px - 1px);
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px); }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1a1a1a; }
  .form-select:focus, .form-select.focus {
    outline: 4px solid #747474;
    outline-offset: 1px; }
  .form-select::-ms-expand {
    display: none; }
  .form-select:disabled {
    background-color: #F5F5F5;
    color: #999999;
    cursor: not-allowed; }

@-moz-document url-prefix() {
  .form-select option {
    font-family: Helvetica, Arial, sans-serif; } }

table .form-select {
  margin-top: 0; }

.form-group.form-error {
  border-left: 4px solid #CC0000;
  padding-left: calc(16px - 4px); }
  .form-group.form-error .form-input,
  .form-group.form-error .form-select {
    border: 2px solid #CC0000;
    padding: calc(8px - 2px) calc(16px - 2px); }

.form-error-message {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: none;
  display: block;
  color: #CC0000;
  margin-top: 4px; }

.form-group.form-success .form-input,
.form-group.form-success .form-select {
  border: 2px solid #358000;
  padding: calc(8px - 2px) calc(16px - 2px); }

input[type=text]:disabled, textarea:disabled {
  background: #F5F5F5;
  color: #999999;
  cursor: not-allowed; }

input[readonly][type=text] {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto; }

input[readonly][type=text], textarea[readonly] {
  background-color: transparent;
  color: #1a1a1a;
  border: none;
  cursor: default;
  padding: 0;
  pointer-events: none; }

.form-checkbox,
.form-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -999em; }

.form-checkbox + label, .form-radio + label {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.6rem;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  color: #1a1a1a;
  position: relative;
  padding-left: calc(18px + 8px);
  min-height: 18px; }

.form-checkbox + label + .form-hint,
.form-radio + label + .form-hint {
  padding-left: calc(18px + 8px); }

.form-checkbox + label::before,
.form-radio + label::before {
  content: '';
  display: inline-block;
  background: #ffffff;
  border-radius: 2px;
  border: 2px solid #1a1a1a;
  height: 18px;
  line-height: 2.6rem;
  margin-right: 8px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0; }

.form-checkbox.checkbox-large + label {
  padding-top: 8px;
  padding-left: calc(34px + 8px);
  padding-bottom: 8px;
  min-height: 34px; }
  .form-checkbox.checkbox-large + label:before {
    height: 34px;
    width: 34px; }

.form-checkbox.checkbox-large + label + .form-hint {
  padding-left: calc(34px + 8px); }

.form-radio + label::before {
  border-radius: 100%;
  height: 18px;
  width: 18px; }

.form-radio.radio-large + label {
  padding-top: 8px;
  padding-left: calc(34px + 8px);
  padding-bottom: 8px; }
  .form-radio.radio-large + label:before {
    height: 34px;
    width: 34px; }

.form-radio.radio-large + label + .form-hint {
  padding-left: calc(34px + 8px); }

.form-checkbox:checked + label:before {
  background-color: #1a1a1a; }

.form-checkbox:checked + label:after {
  content: "";
  height: 7px;
  width: 12px;
  position: absolute;
  left: 3px;
  top: 4px;
  box-shadow: -2px 2px 0 0 #fff;
  transform: rotate(-46deg); }

.form-checkbox.checkbox-large:checked + label:after {
  height: 12px;
  width: 22px;
  left: 6px;
  top: 6px;
  box-shadow: -3px 3px 0 0 #fff; }

.form-radio:checked + label {
  position: relative; }
  .form-radio:checked + label:after {
    content: "";
    height: calc(18px - 10px);
    width: calc(18px - 10px);
    background-color: #1a1a1a;
    position: absolute;
    left: 5px;
    top: 8px;
    border-radius: 100%; }

.form-radio.radio-large:checked + label:after {
  content: "";
  height: calc(34px - 16px);
  width: calc(34px - 16px);
  left: 8px;
  top: 11px; }

.form-checkbox:disabled + label,
.form-radio:disabled + label {
  color: #999999;
  cursor: not-allowed; }
  .form-checkbox:disabled + label:before,
  .form-radio:disabled + label:before {
    border-color: #BFBFBF;
    background-color: #F5F5F5; }

.form-checkbox:checked[disabled] + label:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5; }

.form-radio:checked[disabled] + label:before {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 0.5; }

.form-checkbox:focus + label::before,
.form-checkbox.focus + label::before {
  outline: 4px solid #747474;
  outline-offset: 1px; }

.form-radio:focus + label::before,
.form-radio.focus + label::before {
  box-shadow: 0 0 0 3px #747474; }

[type=range] {
  appearance: none;
  border: none;
  padding-left: 0;
  width: 100%; }

[type=range]::-webkit-slider-runnable-track {
  background: #BFBFBF;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

[type=range]::-moz-range-track {
  background: #C1542A;
  border: 1px solid #747474;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #747474;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
  cursor: pointer;
  margin-top: -.65rem;
  width: 2.2rem; }

[type=range]::-moz-range-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

[type=range]::-ms-thumb {
  background: #F5F5F5;
  border: 1px solid #747474;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

[type=range]::-ms-fill-lower {
  background: #BFBFBF;
  border: 1px solid #747474;
  border-radius: 2rem; }

[type=range]::-ms-fill-upper {
  background: #BFBFBF;
  border: 1px solid #747474;
  border-radius: 2rem; }

.date-group {
  display: flex;
  align-items: flex-end; }
  .date-group label {
    margin-top: 0;
    font-weight: 400; }
  .date-group input[type=number]::-webkit-inner-spin-button,
  .date-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .date-group .form-group-day,
  .date-group .form-group-month,
  .date-group .form-group-year {
    margin-right: 16px;
    margin-top: 0; }
  .date-group .form-group-day,
  .date-group .form-group-month {
    width: calc(2px + 16px + 16px + 2ch); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .date-group .form-group-day,
      .date-group .form-group-month {
        width: 6.4ex; } }
  .date-group .form-group-year {
    width: calc(2px + 16px + 16px + 4ch); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .date-group .form-group-year {
        width: 9ex; } }
  .date-group .button-open-calendar {
    margin-bottom: 8px;
    display: inline-flex; }

input[type='number'] {
  -moz-appearance: textfield !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important; }

.form-label + input[type=file] {
  margin-top: 8px; }

input[type=file] {
  display: block; }

ul {
  padding-left: 0;
  list-style-type: none;
  color: #1a1a1a;
  line-height: 2.6rem; }
  ul > li {
    margin-top: 8px;
    list-style-type: none;
    position: relative;
    padding-left: 16px;
    line-height: 2.6rem; }
    ul > li::before {
      content: "\2022";
      position: absolute;
      left: 0px;
      top: -1px;
      font-size: 20px; }

ol {
  padding-left: 28px; }
  ol li {
    margin-top: 8px;
    line-height: 2.4rem; }

.article ul > li, .article ol > li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.15px; }

.unstyled-list {
  margin: 0;
  list-style-type: none;
  padding-left: 0; }
  .unstyled-list > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .unstyled-list > li::before {
      content: "" !important;
      padding-right: 0 !important; }

.nobullet-list {
  list-style-type: none;
  padding-left: 0; }
  .nobullet-list > li {
    padding-left: 0; }
    .nobullet-list > li::before {
      content: "" !important;
      padding-right: 0 !important; }

.noindent-list > li {
  padding-left: calc(8px + 6px); }
  .noindent-list > li::before {
    left: 0px; }

.inline-list {
  margin: 0;
  list-style-type: none;
  padding-left: 0; }
  .inline-list > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .inline-list > li::before {
      content: "" !important;
      padding-right: 0 !important; }
  .inline-list > li {
    display: block; }
    @media (min-width: 768px) {
      .inline-list > li {
        display: inline-block; } }
  .inline-list li + li {
    margin-top: 12px; }
    @media (min-width: 768px) {
      .inline-list li + li {
        margin-top: 0; } }

.spinner {
  margin: 50px auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinner 1.1s infinite ease;
  animation: spinner 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes spinner {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #454545, 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.5), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.7), 1.8em -1.8em 0 0em #454545, 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.5), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.7), 2.5em 0em 0 0em #454545, 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.5), 2.5em 0em 0 0em rgba(69, 69, 69, 0.7), 1.75em 1.75em 0 0em #454545, 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.5), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.7), 0em 2.5em 0 0em #454545, -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.5), 0em 2.5em 0 0em rgba(69, 69, 69, 0.7), -1.8em 1.8em 0 0em #454545, -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.5), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.7), -2.6em 0em 0 0em #454545, -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.5), -2.6em 0em 0 0em rgba(69, 69, 69, 0.7), -1.8em -1.8em 0 0em #454545; } }

@keyframes spinner {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #454545, 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.5), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.7), 1.8em -1.8em 0 0em #454545, 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.5), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.7), 2.5em 0em 0 0em #454545, 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.5), 2.5em 0em 0 0em rgba(69, 69, 69, 0.7), 1.75em 1.75em 0 0em #454545, 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.5), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.7), 0em 2.5em 0 0em #454545, -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.2), -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.5), 0em 2.5em 0 0em rgba(69, 69, 69, 0.7), -1.8em 1.8em 0 0em #454545, -2.6em 0em 0 0em rgba(69, 69, 69, 0.2), -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.5), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.7), -2.6em 0em 0 0em #454545, -1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 69, 69, 0.2), 1.8em -1.8em 0 0em rgba(69, 69, 69, 0.2), 2.5em 0em 0 0em rgba(69, 69, 69, 0.2), 1.75em 1.75em 0 0em rgba(69, 69, 69, 0.2), 0em 2.5em 0 0em rgba(69, 69, 69, 0.2), -1.8em 1.8em 0 0em rgba(69, 69, 69, 0.5), -2.6em 0em 0 0em rgba(69, 69, 69, 0.7), -1.8em -1.8em 0 0em #454545; } }

.page-header + .page-content {
  margin-top: 40px; }

.page-content + .page-footer {
  margin-top: 40px; }

.page-container {
  padding-top: 2.4rem; }
  @media (min-width: 768px) {
    .page-container {
      padding-top: 4rem; } }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-container {
  flex: 1 0 auto; }

.collapsed:not(.dataTable) {
  display: none; }

.collapse-transition-collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .2s ease; }

.collapse-transition-expand {
  position: relative;
  overflow: hidden;
  transition: height .2s ease; }

fieldset {
  position: relative;
  border: none;
  margin: 0;
  padding: 0; }

fieldset ul {
  margin-top: 0px;
  margin-bottom: 0px; }

fieldset + fieldset {
  margin-top: 24px; }

legend h1, legend .h1, legend h2, legend .h2, legend h3, legend .h3, legend h4, legend .h4, legend h5, legend .h5, legend h6, legend .h6 {
  margin-bottom: 0px; }

input.input-width-xxs, select.input-width-xxs, textarea.input-width-xxs {
  max-width: 8rem !important;
  width: 100%; }

input.input-width-xs, select.input-width-xs, textarea.input-width-xs {
  max-width: 16rem !important;
  width: 100%; }

input.input-width-s, select.input-width-s, textarea.input-width-s {
  max-width: 24rem !important;
  width: 100%; }

input.input-width-m, select.input-width-m, textarea.input-width-m {
  max-width: 32rem !important;
  width: 100%; }

input.input-width-l, select.input-width-l, textarea.input-width-l {
  max-width: 40rem !important;
  width: 100%; }

input.input-width-xl, select.input-width-xl, textarea.input-width-xl {
  max-width: 48rem !important;
  width: 100%; }

input.input-char-4, select.input-char-4, textarea.input-char-4 {
  max-width: calc(2px + 16px + 16px + 4ch);
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input.input-char-4, select.input-char-4, textarea.input-char-4 {
      max-width: 9ex; } }
  input.input-char-4::-ms-clear, select.input-char-4::-ms-clear, textarea.input-char-4::-ms-clear {
    display: none; }

input.input-char-8, select.input-char-8, textarea.input-char-8 {
  max-width: calc(2px + 16px + 16px + 8ch);
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input.input-char-8, select.input-char-8, textarea.input-char-8 {
      max-width: 14ex; } }
  input.input-char-8::-ms-clear, select.input-char-8::-ms-clear, textarea.input-char-8::-ms-clear {
    display: none; }

input.input-char-11, select.input-char-11, textarea.input-char-11 {
  max-width: calc(2px + 16px + 16px + 11ch);
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input.input-char-11, select.input-char-11, textarea.input-char-11 {
      max-width: 17ex; } }
  input.input-char-11::-ms-clear, select.input-char-11::-ms-clear, textarea.input-char-11::-ms-clear {
    display: none; }

input.input-char-27, select.input-char-27, textarea.input-char-27 {
  max-width: calc(2px + 16px + 16px + 27ch);
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input.input-char-27, select.input-char-27, textarea.input-char-27 {
      max-width: 36ex; } }
  input.input-char-27::-ms-clear, select.input-char-27::-ms-clear, textarea.input-char-27::-ms-clear {
    display: none; }

.box-border-l {
  padding-left: calc(16px - 4px);
  border-left: 4px solid #BFBFBF; }

.table {
  border-collapse: separate;
  margin: 0;
  line-height: 2.6rem;
  border: 1px solid #747474;
  width: calc(100% - 2px); }
  .table.table--compact th, .table.table--compact td {
    padding-top: calc(8px - 1px);
    padding-bottom: 8px; }
  .table.table--compact tbody tr:last-child th, .table.table--compact tbody tr:last-child td {
    padding-bottom: calc(8px - 1px); }
  .table.table--extracompact th, .table.table--extracompact td, .table.table--extracompact tr:last-child td, .table.table--extracompact tr:last-child th {
    padding-top: 0;
    padding-bottom: 0; }
  .table td, .table th {
    padding: calc(16px - 1px);
    padding-bottom: 16px;
    background-color: inherit;
    border-right: 1px solid #BFBFBF;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #BFBFBF; }
    .table td:last-child, .table th:last-child {
      border-right: none; }
    .table td.break-word, .table th.break-word {
      word-break: break-all; }
  .table thead {
    background-color: #F5F5F5; }
    .table thead tr {
      border-bottom: 1px solid #BFBFBF; }
    .table thead th {
      font-weight: 600;
      text-align: left;
      border-bottom: solid 1px #BFBFBF; }
  .table tbody th {
    font-weight: 600; }
  .table tbody tr {
    background-color: transparent; }
    .table tbody tr:last-child td, .table tbody tr:last-child th {
      padding-bottom: calc(16px - 1px); }
  .table tr:last-child > td, .table tr:last-child > th {
    border-bottom: none; }
  .table.table--borderless {
    border: 0;
    width: 100%; }
    .table.table--borderless tr:last-child {
      border-bottom: 1px solid #BFBFBF; }
    .table.table--borderless td, .table.table--borderless th {
      padding-left: 16px;
      padding-right: 16px; }
    .table.table--borderless thead {
      background-color: transparent; }
      .table.table--borderless thead th {
        background-color: transparent;
        border-top-color: transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #BFBFBF; }
        .table.table--borderless thead th:first-child {
          padding-left: 0; }
        .table.table--borderless thead th:last-child {
          padding-right: 0; }
    .table.table--borderless tbody tr td, .table.table--borderless tbody tr th {
      border: 1px solid #BFBFBF;
      border-left: 0;
      border-right: 0; }
      .table.table--borderless tbody tr td:first-child, .table.table--borderless tbody tr th:first-child {
        padding-left: 0; }
      .table.table--borderless tbody tr td:last-child, .table.table--borderless tbody tr th:last-child {
        padding-right: 0; }
  .table.table--lines thead th {
    border-right-color: transparent; }
  .table.table--lines tbody td, .table.table--lines tbody th {
    border-right: transparent; }
  .table.table--zebra thead th {
    border-right-color: transparent; }
  .table.table--zebra tr:nth-child(even) {
    background-color: #F5F5F5; }
  .table.table--zebra tbody td, .table.table--zebra tbody th {
    border-right: transparent; }
  .table.table--zebra.table--borderless thead {
    background-color: #F5F5F5; }
  .table.table--zebra.table--borderless td, .table.table--zebra.table--borderless th {
    border-color: transparent; }
    .table.table--zebra.table--borderless td:first-child, .table.table--zebra.table--borderless th:first-child {
      border-left-color: transparent;
      border-right-color: transparent; }
    .table.table--zebra.table--borderless td:last-child, .table.table--zebra.table--borderless th:last-child {
      border-left-color: transparent;
      border-right-color: transparent; }
  .table.table--zebra.table--borderless tr:last-child th,
  .table.table--zebra.table--borderless tr:last-child td {
    border-bottom-color: transparent; }

@media screen and (max-width: 767px) {
  .table.table--responsive-headers {
    display: block; }
    .table.table--responsive-headers thead {
      display: none; }
    .table.table--responsive-headers tbody, .table.table--responsive-headers tr {
      display: block; }
    .table.table--responsive-headers tr {
      border-bottom: 1px solid #BFBFBF; }
      .table.table--responsive-headers tr:last-child {
        border-bottom: 0; }
    .table.table--responsive-headers tr td, .table.table--responsive-headers tr th {
      display: block;
      border: none !important; }
      .table.table--responsive-headers tr td[data-title]:not([data-title=""]):before, .table.table--responsive-headers tr th[data-title]:not([data-title=""]):before {
        content: attr(data-title);
        text-align: left;
        display: block;
        font-weight: 600; }
    .table.table--responsive-headers.table--borderless tbody tr:first-child {
      border-top: solid 1px #BFBFBF; }
    .table.table--responsive-headers.table--borderless tbody tr:last-child {
      border-bottom: solid 1px #BFBFBF; }
    .table.table--responsive-headers.table--borderless tbody tr td:first-child, .table.table--responsive-headers.table--borderless tbody tr th:first-child {
      padding-left: 16px; } }

.table--responsive-scroll {
  overflow-x: auto;
  min-height: .01%; }

hr {
  border-top: 1px solid #BFBFBF;
  display: block;
  border-bottom-width: 0; }

.accordion-button, .tabnav > button {
  border: 0;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #F5F5F5;
  background-image: url("../img/svg-icons/minus.svg");
  background-position: left 1.6rem center;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  line-height: 2.6rem;
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  transition: none;
  border-radius: 3px; }
  .accordion-button:hover, .tabnav > button:hover, .accordion-button:focus, .tabnav > button:focus {
    background-color: transparent;
    color: inherit; }
  .accordion-button:hover, .tabnav > button:hover {
    background-color: #DCDCDC; }
  .accordion-button h1, .tabnav > button h1, .accordion-button .h1, .tabnav > button .h1,
  .accordion-button h2,
  .tabnav > button h2, .accordion-button .h2, .tabnav > button .h2,
  .accordion-button h3,
  .tabnav > button h3, .accordion-button .h3, .tabnav > button .h3,
  .accordion-button h4,
  .tabnav > button h4, .accordion-button .h4, .tabnav > button .h4,
  .accordion-button h5,
  .tabnav > button h5, .accordion-button .h5, .tabnav > button .h5,
  .accordion-button h6,
  .tabnav > button h6, .accordion-button .h6, .tabnav > button .h6 {
    margin: 0; }
  .accordion-button .icon_text, .tabnav > button .icon_text {
    font-weight: 600;
    margin-right: 8px;
    float: left; }
  .accordion-button .accordion-icon, .tabnav > button .accordion-icon {
    right: 1.6rem;
    height: 2.4rem;
    line-height: 2.4rem;
    position: initial;
    text-align: left;
    transform: none;
    display: block;
    top: 0.8rem; }
    @media (min-width: 768px) {
      .accordion-button .accordion-icon, .tabnav > button .accordion-icon {
        text-align: center;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        display: flex; } }
    .accordion-button .accordion-icon .icon-svg, .tabnav > button .accordion-icon .icon-svg {
      fill: #1a1a1a;
      float: left; }

button.accordion-bulk-button {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 28px;
  margin-bottom: 16px; }
  button.accordion-bulk-button[data-accordion-bulk-expand="true"] {
    background-image: url("../img/svg-icons/plus.svg"); }
  button.accordion-bulk-button[data-accordion-bulk-expand="false"] {
    background-image: url("../img/svg-icons/minus.svg"); }

.accordion-bordered .accordion-button, .accordion-bordered .tabnav > button {
  border: 1px solid #747474;
  border-radius: 3px 3px 0 0; }

.accordion, .tabnav,
.accordion-bordered {
  list-style-type: none;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  width: 100%; }
  .accordion > li, .tabnav > li,
  .accordion-bordered > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .accordion > li::before, .tabnav > li::before,
    .accordion-bordered > li::before {
      content: "" !important;
      padding-right: 0 !important; }
  .accordion > ul li ul, .tabnav > ul li ul,
  .accordion-bordered > ul li ul {
    list-style: disc; }
    .accordion > ul li ul > li > ul, .tabnav > ul li ul > li > ul,
    .accordion-bordered > ul li ul > li > ul {
      list-style: circle; }
      .accordion > ul li ul > li > ul > li > ul, .tabnav > ul li ul > li > ul > li > ul,
      .accordion-bordered > ul li ul > li > ul > li > ul {
        list-style: square; }
  .accordion > ul li ul, .tabnav > ul li ul,
  .accordion-bordered > ul li ul {
    list-style: disc; }
    .accordion > ul li ul > li > ul, .tabnav > ul li ul > li > ul,
    .accordion-bordered > ul li ul > li > ul {
      list-style: circle; }
      .accordion > ul li ul > li > ul > li > ul, .tabnav > ul li ul > li > ul > li > ul,
      .accordion-bordered > ul li ul > li > ul > li > ul {
        list-style: square; }
  .accordion + .accordion, .tabnav + .accordion, .accordion + .tabnav, .tabnav + .tabnav,
  .accordion + .accordion-bordered,
  .tabnav + .accordion-bordered,
  .accordion-bordered + .accordion,
  .accordion-bordered + .tabnav,
  .accordion-bordered + .accordion-bordered {
    margin-top: 0.8rem; }
  .accordion > li, .tabnav > li,
  .accordion-bordered > li {
    background-color: #F5F5F5;
    list-style: none;
    margin-bottom: 0.8rem;
    width: 100%; }
    .accordion > li > h1, .tabnav > li > h1, .accordion > li > h2, .tabnav > li > h2, .accordion > li > h3, .tabnav > li > h3, .accordion > li > h4, .tabnav > li > h4, .accordion > li > h5, .tabnav > li > h5, .accordion > li > h6, .tabnav > li > h6,
    .accordion-bordered > li > h1,
    .accordion-bordered > li > h2,
    .accordion-bordered > li > h3,
    .accordion-bordered > li > h4,
    .accordion-bordered > li > h5,
    .accordion-bordered > li > h6 {
      margin-top: 0px;
      margin-bottom: 0px;
      letter-spacing: normal;
      max-width: none; }

.accordion-bordered .accordion-content, .accordion-bordered .tabnav-panel {
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  border-radius: 0 0 3px 3px; }

.accordion-content, .tabnav-panel {
  background-color: #ffffff;
  overflow: auto;
  padding: 1.6rem; }
  .accordion-content > *:first-child, .tabnav-panel > *:first-child {
    margin-top: 0; }
  .accordion-content > *:last-child, .tabnav-panel > *:last-child {
    margin-bottom: 0; }
  .accordion-content:not([aria-hidden]), .tabnav-panel:not([aria-hidden]) {
    display: none; }
  .accordion-content[aria-hidden=true], .tabnav-panel[aria-hidden=true] {
    display: none; }

.accordion-button[aria-describedby="error-message"], .tabnav > button[aria-describedby="error-message"],
.accordion-button.accordion-error,
.tabnav > button.accordion-error {
  border: solid 2px #CC0000 !important; }

.accordion-button[aria-expanded=true], .tabnav > button[aria-expanded=true] {
  background-color: #DCDCDC; }
  .accordion-bordered .accordion-button[aria-expanded=true], .accordion-bordered .tabnav > button[aria-expanded=true] {
    border-bottom: 1px solid #BFBFBF; }

.accordion-button[aria-expanded=false], .tabnav > button[aria-expanded=false] {
  background-image: url("../img/svg-icons/plus.svg");
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 3px 3px 3px 3px; }

.alert {
  background-color: #F5F5F5;
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  border-left: 8px solid #8f8f8f; }
  .alert:first-child {
    margin-top: 0; }
  .alert.alert--paragraph {
    max-width: 66ch; }
  .alert .alert-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: #1a1a1a; }
    .alert .alert-close .icon-svg {
      margin-right: 4px;
      width: 1.6rem;
      height: 1.6rem;
      fill: currentColor; }
  .alert .alert-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #1a1a1a;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
  .alert .alert-text {
    margin-bottom: 0;
    margin-top: 0;
    color: #1a1a1a;
    max-width: 66ch; }

.alert-success {
  background-color: #eeffe2;
  border-color: #358000; }
  .alert-success.alert--show-icon {
    background-image: url("../img/svg-icons/success.svg");
    padding-left: 48px; }

.alert-warning {
  background-color: #ffeecc;
  border-color: #febb30; }
  .alert-warning.alert--show-icon {
    background-image: url("../img/svg-icons/warning.svg");
    padding-left: 48px; }

.alert-error {
  background-color: #ffe0e0;
  border-color: #CC0000; }
  .alert-error.alert--show-icon {
    background-image: url("../img/svg-icons/error.svg");
    padding-left: 48px; }

.alert-info {
  background-color: #e2f2fb;
  border-color: #1B86C3; }
  .alert-info.alert--show-icon {
    background-image: url("../img/svg-icons/info.svg");
    padding-left: 48px; }

.alert + .alert {
  margin-top: 16px; }

.breadcrumbs {
  color: #1a1a1a;
  font-size: 1.4rem; }

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .breadcrumbs__list:after {
    content: "";
    display: block;
    clear: both; }

.breadcrumbs__list-item {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 8px;
  padding-left: 13.655px;
  float: left; }
  .breadcrumbs__list-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.31px;
    width: 7px;
    height: 7px;
    margin: auto 0;
    transform: rotate(45deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #747474; }
  .breadcrumbs__list-item:first-child {
    margin-left: 0;
    padding-left: 0; }
    .breadcrumbs__list-item:first-child:before {
      content: none;
      display: none; }

.breadcrumbs__link {
  color: #1a1a1a; }
  .breadcrumbs__link:visited, .breadcrumbs__link:hover, .breadcrumbs__link:active {
    color: #1a1a1a; }

.cookie-container {
  color: #1a1a1a;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 9500;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px; }
  .cookie-container .cookie-message {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    border: 1px solid #747474;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    padding-top: calc(32px - 1px);
    padding-bottom: calc(40px - 1px);
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .cookie-container .cookie-message {
        max-width: calc(1200px + 40px + 40px); } }
    @media (min-width: 1200px) {
      .cookie-container .cookie-message .cookie-text, .cookie-container .cookie-message .cookie-actions {
        padding-left: 40px;
        padding-right: 40px; } }
    .cookie-container .cookie-message .cookie-actions {
      margin-top: 16px; }

.details {
  display: block;
  margin-bottom: 32px; }
  .details .details-summary::-webkit-details-marker {
    display: none; }
  .details[open] .details-summary {
    margin-bottom: 8px; }
    .details[open] .details-summary:before {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
      clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
      border-width: 12px 7px 0 7px;
      border-top-color: inherit; }
  .details .details-summary {
    display: inline-block;
    position: relative;
    color: #1a1a1a;
    cursor: pointer; }
    .details .details-summary:before {
      content: "";
      position: absolute;
      top: -1px;
      bottom: 0;
      left: 0;
      margin: auto;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
      border-width: 7px 0 7px 12px;
      border-left-color: inherit; }
    .details .details-summary:focus {
      outline: 4px solid #747474;
      outline-offset: 1px; }
    .details .details-summary .details-summary-text {
      text-decoration: underline;
      margin-left: calc(16px + 4px); }
  .details .details-text {
    padding: 16px;
    border-left: 4px solid #BFBFBF; }
    .details .details-text[aria-hidden=true] {
      display: none; }
    .details .details-text p {
      margin-top: 0;
      margin-bottom: 1.6rem; }
    .details .details-text > :last-child {
      margin-bottom: 0; }

.date-picker {
  max-width: 25rem; }

.date-picker__wrapper {
  display: block;
  position: relative; }
  .date-picker__wrapper:focus {
    outline: 0; }

.date-picker--active .date-picker__calendar, .date-picker--initialized .date-picker__calendar {
  z-index: 400; }

.date-picker__external-input {
  max-width: none;
  width: calc(100% - 16px - 16px); }

.date-picker__button {
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  background-image: url("../img/svg-icons/calendar.svg");
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  margin-top: 0.5em;
  width: 3em;
  display: block; }
  .date-picker__button:hover, .date-picker__button:focus {
    background-color: transparent;
    color: inherit; }

.date-picker--initialized .date-picker__wrapper {
  display: flex; }

.date-picker__calendar {
  border: 1px solid #747474;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 4px; }
  @media (min-width: 768px) {
    .date-picker__calendar {
      width: 344px; } }

.date-picker__calendar__table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .date-picker__calendar__table thead {
    border-bottom: 1px solid #BFBFBF; }
  .date-picker__calendar__table th {
    font-weight: normal; }
  .date-picker__calendar__table tr {
    border-bottom: 1px solid #BFBFBF; }
  .date-picker__calendar__table td {
    padding: 0; }
    .date-picker__calendar__table td .date-picker__calendar__date {
      border-right: 1px solid #BFBFBF; }
    .date-picker__calendar__table td:last-of-type .date-picker__calendar__date {
      border-right: none; }

.date-picker__calendar__row {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #BFBFBF; }

.date-picker__calendar__cell {
  background-color: #F5F5F5;
  flex: 1; }

.date-picker__calendar__cell--center-items {
  display: flex;
  justify-content: center;
  align-items: center; }

.date-picker__calendar__previous-year,
.date-picker__calendar__previous-month,
.date-picker__calendar__next-year,
.date-picker__calendar__next-month {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  background-position: center;
  height: 30px;
  padding: 20px 10px; }
  .date-picker__calendar__previous-year:hover, .date-picker__calendar__previous-year:focus,
  .date-picker__calendar__previous-month:hover,
  .date-picker__calendar__previous-month:focus,
  .date-picker__calendar__next-year:hover,
  .date-picker__calendar__next-year:focus,
  .date-picker__calendar__next-month:hover,
  .date-picker__calendar__next-month:focus {
    background-color: transparent;
    color: inherit; }

.date-picker__calendar__previous-year:not([disabled]) {
  background-image: url("../img/svg-icons/chevron-double-left.svg");
  background-repeat: no-repeat; }

.date-picker__calendar__previous-month:not([disabled]) {
  background-image: url("../img/svg-icons/chevron-left.svg");
  background-repeat: no-repeat; }

.date-picker__calendar__next-year:not([disabled]) {
  background-image: url("../img/svg-icons/chevron-double-right.svg");
  background-repeat: no-repeat; }

.date-picker__calendar__next-month:not([disabled]) {
  background-image: url("../img/svg-icons/chevron-right.svg");
  background-repeat: no-repeat; }

.date-picker__calendar__day-of-week {
  padding: 6px 0px; }

.date-picker__calendar__date {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: auto;
  color: inherit;
  text-align: right;
  width: 100%;
  padding: 10px 8px 10px 0px;
  border-right: 1px solid #BFBFBF; }
  .date-picker__calendar__date:hover, .date-picker__calendar__date:focus {
    background-color: transparent;
    color: inherit; }
  .date-picker__calendar__date:focus {
    outline-offset: 0px; }
  .date-picker__calendar__date:hover {
    background-color: #F5F5F5; }
  .date-picker__calendar__date[disabled] {
    opacity: 0.3; }
  .date-picker__calendar__date--focused {
    outline: 4px solid #747474;
    outline-offset: 0px;
    position: relative;
    z-index: 100; }
  .date-picker__calendar__date--next-month:not([disabled]), .date-picker__calendar__date--previous-month:not([disabled]) {
    color: #F5F5F5;
    text-indent: -99999px;
    background-color: #F5F5F5; }
  .date-picker__calendar__date--selected, .date-picker__calendar__date--range-date {
    background-color: #454545;
    color: #ffffff;
    font-weight: 600; }
    .date-picker__calendar__date--selected:not([disabled]), .date-picker__calendar__date--range-date:not([disabled]) {
      background-color: #454545;
      color: #ffffff; }
  .date-picker__calendar__date--range-date-start {
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%; }
  .date-picker__calendar__date--range-date-end {
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%; }
  .date-picker__calendar__date--within-range {
    background-color: #C1542A; }
    .date-picker__calendar__date--within-range:not([disabled]) {
      background-color: #C1542A; }
      .date-picker__calendar__date--within-range:not([disabled]):hover {
        background-color: #747474; }
      .date-picker__calendar__date--within-range:not([disabled]):focus {
        background-color: #C1542A; }
      .date-picker__calendar__date--within-range:not([disabled]):active {
        background-color: #C1542A; }

.date-picker__calendar__month-label {
  flex: 4;
  text-align: center; }

.date-picker__calendar__year-selection,
.date-picker__calendar__month-selection {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  display: inline-block;
  height: 100%;
  padding: 8px 4px;
  width: auto; }
  .date-picker__calendar__year-selection:hover, .date-picker__calendar__year-selection:focus,
  .date-picker__calendar__month-selection:hover,
  .date-picker__calendar__month-selection:focus {
    background-color: transparent;
    color: inherit; }

.date-picker__calendar__month-picker {
  padding: 20px 5px; }

.date-picker__calendar__month {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  padding: 10px 0; }
  .date-picker__calendar__month:hover, .date-picker__calendar__month:focus {
    background-color: transparent;
    color: inherit; }
  .date-picker__calendar__month--focused {
    outline: 4px solid #747474;
    position: relative;
    z-index: 100; }
  .date-picker__calendar__month--selected {
    background-color: #454545;
    color: #ffffff;
    font-weight: 600; }
    .date-picker__calendar__month--selected:not([disabled]) {
      background-color: #454545;
      color: #ffffff; }
      .date-picker__calendar__month--selected:not([disabled]):hover {
        background-color: #747474;
        color: #ffffff; }
      .date-picker__calendar__month--selected:not([disabled]):focus {
        background-color: #C1542A;
        color: #999999; }
      .date-picker__calendar__month--selected:not([disabled]):active {
        background-color: #F5F9F9; }

.date-picker__calendar__year-picker {
  padding: 20px 5px; }

.date-picker__calendar__previous-year-chunk,
.date-picker__calendar__next-year-chunk {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  background-position: center;
  margin: auto;
  padding: 40px 0; }
  .date-picker__calendar__previous-year-chunk:hover, .date-picker__calendar__previous-year-chunk:focus,
  .date-picker__calendar__next-year-chunk:hover,
  .date-picker__calendar__next-year-chunk:focus {
    background-color: transparent;
    color: inherit; }

.date-picker__calendar__previous-year-chunk:not([disabled]) {
  background-image: url("../img/svg-icons/chevron-left.svg");
  background-repeat: no-repeat; }

.date-picker__calendar__next-year-chunk:not([disabled]) {
  background-image: url("../img/svg-icons/chevron-right.svg");
  background-repeat: no-repeat; }

.date-picker__calendar__year {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  color: inherit;
  padding: 10px 0; }
  .date-picker__calendar__year:hover, .date-picker__calendar__year:focus {
    background-color: transparent;
    color: inherit; }
  .date-picker__calendar__year--focused {
    outline: 4px solid #747474;
    position: relative;
    z-index: 100; }
  .date-picker__calendar__year--selected {
    background-color: #454545;
    color: #ffffff;
    font-weight: 600; }
    .date-picker__calendar__year--selected:not([disabled]) {
      background-color: #454545;
      color: #ffffff; }
      .date-picker__calendar__year--selected:not([disabled]):hover {
        background-color: #747474;
        color: #ffffff; }
      .date-picker__calendar__year--selected:not([disabled]):focus {
        background-color: #C1542A;
        color: #999999; }
      .date-picker__calendar__year--selected:not([disabled]):active {
        background-color: #F5F9F9; }

footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  margin: 0; }

footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
  margin: 0; }

footer .footer {
  border-top: 1px solid #747474;
  padding-top: calc(24px - 1px);
  padding-bottom: calc(16px - 1px);
  margin-top: 8rem; }
  @media (min-width: 768px) {
    footer .footer {
      padding-bottom: 56px; } }
  footer .footer .footer-col:not(:first-child) {
    margin-top: 24px; }
  @media (min-width: 768px) {
    footer .footer .footer-col:not(:first-child) {
      margin-top: 0; } }
  footer .footer .logo {
    background-image: url("../img/logo-placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 150px; }
  footer .footer ul:not(:last-child) {
    margin-bottom: 24px; }
  footer .footer ul.footer-links li {
    margin-top: 8px; }
  @media (min-width: 768px) {
    footer .footer .inline-list > li:not(:last-child):after {
      content: "\00b7" !important;
      margin-left: 8px;
      margin-right: 8px; } }

footer .footer-theme {
  padding-top: 16px;
  padding-bottom: 8px; }

.header {
  width: 100%; }
  .header .logo {
    background-image: url("../img/logo-header-placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 60px;
    width: 200px;
    max-width: 60%; }
  .header .button {
    width: 100%; }
    @media (min-width: 992px) {
      .header .button {
        width: auto; } }
  .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header p {
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .header .form-select, .header .form-input {
      margin-top: 0;
      margin-bottom: 0; }
    .header .form-select, .header .form-input {
      width: auto; } }
  .header .button-menu-open {
    width: auto; }
    @media (min-width: 992px) {
      .header .button-menu-open {
        display: none; } }
  .header .button-menu-close {
    width: unset;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 16px; }
    .header .button-menu-close .icon-svg {
      margin: 0 8px 0 0; }
    .header .button-menu-close span {
      position: relative;
      top: 1px; }
    @media (min-width: 992px) {
      .header .button-menu-close {
        display: none; } }
  .header .portal-header {
    border-bottom: 1px solid #BFBFBF;
    width: 100%; }
    .header .portal-header.portal-header-compact {
      font-size: 1.4rem;
      line-height: 2rem; }
      .header .portal-header.portal-header-compact p {
        font-size: 1.4rem;
        line-height: 2rem; }
      .header .portal-header.portal-header-compact .portal-info .user {
        max-width: none; }
      .header .portal-header.portal-header-compact .portal-header-inner {
        padding-top: 4px;
        padding-bottom: calc(4px - 1px); }
      .header .portal-header.portal-header-compact .logo {
        max-height: 24px; }
    .header .portal-header .portal-header-inner {
      width: 100%;
      padding-top: calc(16px - 1px);
      padding-bottom: calc(16px - 1px);
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .header .portal-header .portal-header-inner {
          flex-direction: row; } }
    .header .portal-header .portal-info {
      display: none; }
      @media (min-width: 992px) {
        .header .portal-header .portal-info {
          margin-left: auto;
          display: flex;
          align-items: center; }
          .header .portal-header .portal-info > * {
            margin-left: 16px; } }
      .header .portal-header .portal-info .user {
        text-align: right;
        max-width: 500px; }
      .header .portal-header .portal-info .button {
        white-space: nowrap; }
  .header .solution-header {
    border-bottom: 1px solid #747474;
    width: 100%; }
    @media (min-width: 992px) {
      .header .solution-header {
        border-bottom: 1px solid #BFBFBF; } }
    .header .solution-header.header-end {
      border-bottom: 1px solid #747474; }
    .header .solution-header .solution-header-inner {
      display: flex;
      align-items: center;
      flex-direction: row;
      padding-top: calc(16px - 1px);
      padding-bottom: calc(16px - 1px); }
    .header .solution-header .solution-heading a, .header .solution-header .solution-heading h1 {
      font-size: 2.8rem;
      line-height: 3.2rem;
      font-weight: 600;
      color: #1a1a1a;
      text-decoration: none;
      display: inline-block; }
      @media (max-width: 767px) {
        .header .solution-header .solution-heading a, .header .solution-header .solution-heading h1 {
          font-size: 2.2rem;
          line-height: 2.4rem; } }
    .header .solution-header .solution-info {
      display: none; }
      @media (min-width: 992px) {
        .header .solution-header .solution-info {
          margin-left: auto;
          text-align: right;
          max-width: 60%;
          display: block; } }
  .header .authority-name {
    color: #454545; }
  .header .button-contact {
    display: inline-flex; }
    .header .button-contact .icon-svg {
      position: relative;
      top: -1px; }
  .header .portal-info-mobile {
    padding: 24px 16px;
    border-bottom: 1px solid #BFBFBF;
    text-align: right; }
    .header .portal-info-mobile p {
      margin-bottom: 8px; }
    .header .portal-info-mobile .button-signin, .header .portal-info-mobile .button-signout {
      margin-top: 8px;
      width: auto; }
    @media (min-width: 992px) {
      .header .portal-info-mobile {
        display: none; } }
  .header .solution-info-mobile {
    padding: 24px 16px;
    text-align: right;
    background-color: #F5F5F5; }
    .header .solution-info-mobile p {
      margin-bottom: 8px; }
      .header .solution-info-mobile p:last-child {
        margin-bottom: 0; }
    @media (min-width: 992px) {
      .header .solution-info-mobile {
        display: none; } }
  .header .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: #ffffff;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding: 0;
    padding-top: 16px;
    width: 282px;
    z-index: 9000; }

@keyframes slidein-left {
  from {
    transform: translateX(282px); }
  to {
    transform: translateX(0); } }
    @media (min-width: 992px) {
      .header .nav {
        border-left: none;
        display: block;
        overflow-y: visible;
        position: static;
        width: auto; } }
    @media (min-width: 992px) {
      .header .nav {
        padding: 0;
        width: 100%; } }
    .header .nav.is-visible {
      animation: slidein-left 0.3s ease-in-out;
      display: block; }
  .header .nav-actions {
    margin-top: 8px; }
    .header .nav-actions:first-child {
      margin-top: 0; }
    .header .nav-actions > li {
      margin-top: 8px; }
      .header .nav-actions > li:first-child {
        margin-top: 0; }
    @media (min-width: 992px) {
      .header .nav-actions {
        margin-top: 0;
        margin-left: auto;
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-right: -4px; }
        .header .nav-actions > li, .header .nav-actions > li:first-child {
          margin: calc(8px - 2px) 4px; } }
  @media (max-width: 1199px) {
    .header .function-link:not(.icon-link), .header button.accordion-bulk-button:not(.icon-link) {
      display: block;
      margin-top: 8px; }
      .header .function-link:not(.icon-link) .icon-svg, .header button.accordion-bulk-button:not(.icon-link) .icon-svg {
        float: left;
        margin-left: 0;
        margin-right: 4px; } }
  @media (min-width: 992px) {
    .header .function-link + .function-link, .header button.accordion-bulk-button + .function-link, .header .function-link + button.accordion-bulk-button, .header button.accordion-bulk-button + button.accordion-bulk-button {
      margin-left: 16px; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1a1a1a;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 8000; }
  .overlay.is-visible {
    opacity: 0.75;
    visibility: visible; }

body.modal-open {
  overflow: hidden; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
  padding: 16px;
  /*&[aria-hidden="false"] .modal-overlay {
    animation: modalfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  &[aria-hidden="true"] .modal-overlay {
    animation: modalfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
*/ }

.fds-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  /**************************\
        Animation Style
    \**************************/ }
  .fds-modal[aria-hidden="false"] {
    display: flex; }
  .fds-modal .modal-content {
    align-self: center;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 16px 24px;
    max-width: 800px;
    position: relative;
    margin: 24px auto 24px; }
    @media (min-width: 768px) {
      .fds-modal .modal-content {
        padding: 28px 48px; } }
    @media (min-width: 992px) {
      .fds-modal .modal-content {
        padding: 48px 88px; } }
  .fds-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .fds-modal .modal-header {
        padding-right: 48px; } }
  .fds-modal .modal-title {
    margin: 0 48px 0 0; }
  .fds-modal .modal-body {
    margin-top: 8px; }
    .fds-modal .modal-body > *:first-child {
      margin-top: 0; }
  .fds-modal .modal-footer {
    margin-top: 16px; }
    @media (min-width: 992px) {
      .fds-modal .modal-footer {
        display: flex; } }
    .fds-modal .modal-footer .button {
      margin-top: 8px;
      margin-right: 16px; }
  .fds-modal .modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: inherit; }
    @media (min-width: 768px) {
      .fds-modal .modal-close {
        top: 24px;
        right: 32px; } }

@keyframes modalfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modalfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes modalslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes modalslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
  .fds-modal[aria-hidden="false"] .modal-content {
    animation: modalslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .fds-modal[aria-hidden="true"] .modal-content {
    animation: modalslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.navbar {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .navbar {
      border-bottom: 1px solid #BFBFBF; } }
  @media (min-width: 992px) {
    .navbar {
      padding: 0;
      border: 0;
      flex-direction: row; } }

.navbar-primary {
  padding-top: 0; }
  @media (min-width: 992px) {
    .navbar-primary {
      border-bottom: 1px solid #747474; } }

@media (min-width: 992px) {
  .navbar-context-actions {
    padding-top: 16px; } }

.nav-primary {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-top: 8px; }
  .nav-primary > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .nav-primary > li::before {
      content: "" !important;
      padding-right: 0 !important; }
  @media (min-width: 992px) {
    .nav-primary {
      flex-direction: row;
      flex-shrink: 0;
      flex-wrap: wrap;
      margin-top: 0;
      margin-left: -12px; } }
  .nav-primary > li:first-of-type {
    border-top: 1px solid #BFBFBF; }
  @media (min-width: 992px) {
    .nav-primary > li:first-of-type {
      border-top: none; } }
  .nav-primary > li {
    border-bottom: 1px solid #BFBFBF; }
    @media (min-width: 992px) {
      .nav-primary > li {
        border-bottom: 0; } }
    .nav-primary > li > a {
      text-decoration: none;
      color: #454545;
      font-size: 1.6rem;
      line-height: 2.4rem;
      display: block;
      padding-top: calc(16px - 1px);
      padding-bottom: calc(16px - 1px);
      white-space: nowrap; }
      @media (min-width: 992px) {
        .nav-primary > li > a {
          padding-bottom: 0px; } }
      @media (min-width: 992px) {
        .nav-primary > li > a:hover {
          background-color: transparent; } }
      .nav-primary > li > a:focus {
        background-color: transparent; }
    @media (min-width: 992px) {
      .nav-primary > li > a, .nav-primary > li > button, .nav-primary > li .button-overflow-menu {
        padding-left: 12px;
        padding-right: 12px; } }
  @media (min-width: 992px) {
    .nav-primary button[aria-expanded=true] span {
      border-bottom: 7px solid #C1542A; } }
  @media (max-width: lg) {
    .nav-primary .nav-link:hover {
      background-color: #F5F5F5; } }
  @media (min-width: 992px) {
    .nav-primary .nav-link:hover span {
      border-bottom: 7px solid #C1542A; } }
  @media (min-width: 992px) {
    .nav-primary .nav-link span {
      display: block;
      border-bottom: 7px solid transparent; } }
  @media (min-width: 992px) {
    .nav-primary .nav-link span {
      padding-bottom: 9px; } }
  @media (min-width: 992px) {
    .nav-primary .current span {
      border-bottom: 7px solid #C1542A; } }
  .nav-primary .current > a {
    font-weight: 500;
    color: #1a1a1a; }
  .nav-primary button.current {
    font-weight: 500; }

@media (min-width: 992px) {
  .nav-secondary {
    display: flex;
    align-items: center; } }

.nav-secondary .nav-secondary-heading {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .nav-secondary .nav-secondary-heading + ul {
      margin-left: 16px; } }

.nav .overflow-menu {
  display: block; }

@media (max-width: lg) {
  .nav .overflow-menu {
    width: 100%; }
    .nav .overflow-menu .button-overflow-menu {
      width: 100%;
      justify-content: flex-start;
      padding-left: 0;
      padding-right: 0;
      padding-top: 16px;
      padding-bottom: 16px; }
      .nav .overflow-menu .button-overflow-menu:after, .nav .overflow-menu .button-overflow-menu:before {
        display: none !important; }
    .nav .overflow-menu .overflow-menu-inner {
      position: static;
      border: none;
      box-shadow: none; }
      .nav .overflow-menu .overflow-menu-inner .overflow-list {
        padding-left: 16px; }
      .nav .overflow-menu .overflow-menu-inner a, .nav .overflow-menu .overflow-menu-inner button {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        padding-top: 16px;
        padding-bottom: 16px; } }

.nav-primary .overflow-menu .button-overflow-menu {
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  padding-top: calc(16px - 1px);
  padding-bottom: 0;
  white-space: nowrap;
  width: 100%; }
  @media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu {
      width: unset; } }
  .nav-primary .overflow-menu .button-overflow-menu span {
    padding-right: 24px;
    padding-bottom: calc(16px - 1px);
    display: block; }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .button-overflow-menu span {
        padding-bottom: calc(9px + 7px); } }
  @media (min-width: 992px) {
    .nav-primary .overflow-menu .button-overflow-menu:hover span {
      border-bottom: 7px solid #C1542A;
      padding-bottom: 9px; } }
  .nav-primary .overflow-menu .button-overflow-menu:focus, .nav-primary .overflow-menu .button-overflow-menu:active {
    outline: 4px solid #747474; }
  .nav-primary .overflow-menu .button-overflow-menu:hover {
    text-decoration: none; }
  .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false] {
    background-image: url("../img/svg-icons/plus.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px; }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=false] {
        background-image: url("../img/svg-icons/angle-arrow-down.svg");
        background-position: right 1rem center;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent; } }
  .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] {
    background-image: url("../img/svg-icons/minus.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px; }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] {
        background-image: url("../img/svg-icons/angle-arrow-down-white.svg");
        background-position: right 1rem center;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        background-color: #454545;
        color: #fff; }
        .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true]:before, .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true]:after {
          display: none; }
        .nav-primary .overflow-menu .button-overflow-menu[aria-expanded=true] span {
          padding-bottom: 9px; } }

.nav-primary .overflow-menu .overflow-menu-inner {
  margin: 0;
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1a1a1a;
  background-color: #fff;
  padding-left: 16px;
  border-top: 1px solid #BFBFBF;
  padding-top: 0;
  padding-bottom: 0; }
  .nav-primary .overflow-menu .overflow-menu-inner > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .nav-primary .overflow-menu .overflow-menu-inner > li::before {
      content: "" !important;
      padding-right: 0 !important; }
  @media (min-width: 992px) {
    .nav-primary .overflow-menu .overflow-menu-inner {
      width: 30rem;
      border: 1px solid #747474;
      border-top: 0;
      padding-left: 0;
      position: absolute;
      z-index: 1;
      padding-top: 8px;
      padding-bottom: 8px;
      background-color: #454545;
      top: 100%; } }
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list a {
    font-size: 1.4rem;
    line-height: 2rem; }
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list {
    margin-left: 16px; }
    .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li a {
      border-top: 0;
      padding: 8px 0 8px 0; }
    .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:first-of-type a {
      padding: 0px 0 8px 0; }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .overflow-list li:last-of-type a {
        padding: 8px 0 32px 0; } }
  .nav-primary .overflow-menu .overflow-menu-inner .overflow-list .sidenav-sub_list {
    margin-left: 16px; }
  .nav-primary .overflow-menu .overflow-menu-inner button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    color: inherit; }
    .nav-primary .overflow-menu .overflow-menu-inner button:hover, .nav-primary .overflow-menu .overflow-menu-inner button:focus {
      background-color: transparent;
      color: inherit; }
  .nav-primary .overflow-menu .overflow-menu-inner a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: none;
    letter-spacing: -0.1px;
    display: block;
    text-decoration: none; }
    .nav-primary .overflow-menu .overflow-menu-inner a:hover, .nav-primary .overflow-menu .overflow-menu-inner a:visited, .nav-primary .overflow-menu .overflow-menu-inner a:focus {
      color: #1a1a1a;
      background-color: transparent; }
      @media (min-width: 992px) {
        .nav-primary .overflow-menu .overflow-menu-inner a:hover, .nav-primary .overflow-menu .overflow-menu-inner a:visited, .nav-primary .overflow-menu .overflow-menu-inner a:focus {
          color: #fff !important;
          text-decoration: underline; } }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .overflow-menu-inner a {
        color: #fff !important; } }
  .nav-primary .overflow-menu .overflow-menu-inner .active > a {
    font-weight: 600;
    color: #1a1a1a; }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .overflow-menu-inner .active > a {
        color: #fff; } }
  .nav-primary .overflow-menu .overflow-menu-inner button, .nav-primary .overflow-menu .overflow-menu-inner a {
    padding: 15px 0 15px 0;
    border-top: 1px solid #BFBFBF;
    width: 100%; }
    @media (min-width: 992px) {
      .nav-primary .overflow-menu .overflow-menu-inner button, .nav-primary .overflow-menu .overflow-menu-inner a {
        padding: 8px 16px;
        margin: 0;
        border: none; } }
    .nav-primary .overflow-menu .overflow-menu-inner button:focus, .nav-primary .overflow-menu .overflow-menu-inner a:focus {
      background-color: transparent; }
  .nav-primary .overflow-menu .overflow-menu-inner li:first-child button, .nav-primary .overflow-menu .overflow-menu-inner li:first-child a {
    border-top: 0; }

.nav-primary .current .button-overflow-menu {
  font-weight: 600; }
  @media (min-width: 992px) {
    .nav-primary .current .button-overflow-menu span {
      padding-bottom: 9px; } }

.mobile_nav-active {
  overflow: hidden; }

.navbar-inner {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .navbar-inner {
      flex-direction: row;
      justify-content: space-between; } }

.nav-info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav-info-list li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0;
    text-align: right; }
    .nav-info-list li.clear {
      display: block; }
    .nav-info-list li p {
      margin: 0; }
    .nav-info-list li a {
      text-decoration: none; }

.search {
  display: flex; }
  .search .form-input {
    margin-top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .search .form-input:focus {
      z-index: 1; }
  .search .button-search {
    background-color: #fff;
    border-width: 1px;
    border-color: #747474;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #1a1a1a;
    font-weight: 400;
    width: inherit; }
    .search .button-search:hover {
      background-color: #DCDCDC; }

input[type="search"] {
  /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none; }

.sidenav-list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #747474;
  border-top: 1px solid #747474; }
  .sidenav-list > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .sidenav-list > li::before {
      content: "" !important;
      padding-right: 0 !important; }
  .sidenav-list ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0; }
    .sidenav-list ul > li {
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0; }
      .sidenav-list ul > li::before {
        content: "" !important;
        padding-right: 0 !important; }
  .sidenav-list a {
    display: block;
    border: none;
    color: #454545;
    line-height: 2.4rem;
    padding: 8px;
    padding-top: calc(8px - 1px);
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    max-width: none; }
    .sidenav-list a:focus {
      outline-offset: 0;
      position: relative;
      z-index: 1; }
  .sidenav-list > li.current > a, .sidenav-list > li.current > ul > li > a {
    padding-left: calc(16px - 4px); }
  .sidenav-list li:hover {
    background-color: #F5F5F5; }
  .sidenav-list li a:hover {
    text-decoration: none;
    color: #1a1a1a; }
  .sidenav-list li a {
    overflow: hidden; }
    .sidenav-list li a ul {
      width: 100%; }
    .sidenav-list li a .sidenav-icon-before {
      line-height: 23px;
      text-align: left; }
    .sidenav-list li a .sidenav-icon {
      margin-left: auto;
      width: 22px;
      height: 22px;
      line-height: 23px;
      text-align: center;
      float: right; }
      .sidenav-list li a .sidenav-icon i {
        color: #fff; }
    .sidenav-list li a .sidenav-information {
      color: #747474;
      margin: 0;
      display: block; }
    .sidenav-list li a:focus {
      background-color: transparent; }
  .sidenav-list li.current > a {
    font-weight: 500; }
  .sidenav-list li.current .sidenav-information {
    color: #454545;
    font-weight: normal; }
  .sidenav-list li.active > a {
    color: #1a1a1a;
    font-weight: 500; }
  .sidenav-list > li > ul > li > ul > li > a {
    padding-left: 24px; }
  .sidenav-list > li > ul > li > ul > li > ul > li > a {
    padding-left: 32px; }
  .sidenav-list > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 40px; }
  .sidenav-list > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 48px; }
  .sidenav-list > li.has-anchor-links > ul > li > a {
    padding-left: calc(8px * 4); }
  .sidenav-list > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a {
    padding-left: calc(8px * 4); }
  .sidenav-list > li:not(.has-anchor-links) > ul > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a {
    padding-left: calc(8px * 5); }
  .sidenav-list > li:not(.has-anchor-links) > ul > li:not(.has-anchor-links) > ul > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a {
    padding-left: calc(8px * 6); }
  .sidenav-list > li:not(.has-anchor-links) > ul > li:not(.has-anchor-links) > ul > li:not(.has-anchor-links) > ul > li:not(.has-anchor-links) > ul > li.has-anchor-links > ul > li > a {
    padding-left: calc(8px * 7); }
  .sidenav-list > li {
    background-color: transparent;
    font-size: 1.6rem;
    border-top: 1px solid #BFBFBF; }
    .sidenav-list > li.active > a {
      color: #1a1a1a; }
    .sidenav-list > li.current {
      border-left: 4px solid #C1542A;
      background-color: #F5F5F5; }
    .sidenav-list > li:first-child {
      border-top: none; }
    .sidenav-list > li:last-child a {
      padding-bottom: calc(8px - 1px); }
    .sidenav-list > li li {
      border-top: 1px solid #DCDCDC;
      font-size: 1.4rem; }

.sidenav-list-locked li.disabled {
  cursor: not-allowed; }
  .sidenav-list-locked li.disabled a {
    cursor: not-allowed;
    color: #454545; }
    .sidenav-list-locked li.disabled a:hover {
      background-color: transparent;
      text-decoration: none;
      color: #454545;
      cursor: not-allowed; }
  .sidenav-list-locked li.disabled.active, .sidenav-list-locked li.disabled.active a {
    color: #1a1a1a;
    background-color: transparent; }
  .sidenav-list-locked li.disabled:hover, .sidenav-list-locked li.disabled.active a:hover {
    color: #1a1a1a;
    background-color: #ffffff; }

.sidenav-sub_list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%; }
  .sidenav-sub_list > li {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
    .sidenav-sub_list > li::before {
      content: "" !important;
      padding-right: 0 !important; }
  .sidenav-sub_list li {
    border: none; }
    .sidenav-sub_list li:last-child a {
      padding-bottom: 8px; }
  .sidenav-sub_list a {
    padding-top: 8px;
    line-height: 2.4rem; }
  .sidenav-sub_list li:not(.has-anchor-links) .sidenav-sub_list a:focus {
    outline-offset: 0; }

@media (min-width: 768px) {
  .sidebar-col {
    flex: 0 0 300px; } }

.language-switcher {
  border-top: 1px solid #DCDCDC;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .language-switcher {
      margin-top: -24px;
      padding-top: 16px; } }
  .language-switcher ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    max-width: none !important; }
    .language-switcher ul > li {
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0; }
      .language-switcher ul > li::before {
        content: "" !important;
        padding-right: 0 !important; }
    .language-switcher ul > li {
      margin-bottom: 12px;
      padding-left: 32px; }
      @media (min-width: 768px) {
        .language-switcher ul > li {
          display: inline-block;
          padding-left: 0; }
          .language-switcher ul > li::after {
            display: inline-block;
            content: "|";
            margin-left: calc(16px - 1px);
            margin-right: 16px; }
          .language-switcher ul > li:last-of-type::after {
            content: ""; } }
      .language-switcher ul > li a, .language-switcher ul > li a:hover, .language-switcher ul > li a:visited, .language-switcher ul > li a:active, .language-switcher ul > li a:focus {
        color: #1a1a1a;
        display: inline-block; }
        .language-switcher ul > li a svg, .language-switcher ul > li a:hover svg, .language-switcher ul > li a:visited svg, .language-switcher ul > li a:active svg, .language-switcher ul > li a:focus svg {
          margin-top: -4px;
          margin-right: 8px;
          display: inline-block; }
      .language-switcher ul > li:first-of-type {
        padding-left: 0px; }
        .language-switcher ul > li:first-of-type a, .language-switcher ul > li:first-of-type a:hover, .language-switcher ul > li:first-of-type a:visited, .language-switcher ul > li:first-of-type a:active, .language-switcher ul > li:first-of-type a:focus {
          padding-left: 0;
          font-weight: 600;
          color: #454545;
          text-decoration: none;
          border-left: 0; }
      .language-switcher ul > li:last-of-type a, .language-switcher ul > li:last-of-type a:hover, .language-switcher ul > li:last-of-type a:visited, .language-switcher ul > li:last-of-type a:active, .language-switcher ul > li:last-of-type a:focus {
        padding-right: 0; }

a.skipnav {
  color: #1a1a1a;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 8000;
  max-width: none;
  outline-offset: 0; }
  @media (min-width: 576px) {
    a.skipnav:focus {
      background-color: #ffffff;
      left: 0;
      outline: 4px solid #747474;
      position: absolute;
      top: 0;
      transition: all 0.2s ease-in-out;
      padding: 1rem calc((32px / 2) / 2);
      margin-top: calc(16px - 1px);
      margin-left: calc((32px / 2) / 2); } }

#main-content:focus {
  outline: 4px solid #747474; }

.card {
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 #BFBFBF;
  border: 1px solid #747474;
  overflow: hidden;
  background: #ffffff; }
  .card-small > :last-of-type {
    padding-bottom: 24px; }
  .card-medium > :last-of-type {
    padding-bottom: 24px; }
  .card-large > :last-of-type {
    padding-bottom: 24px; }
  .card-align-height {
    height: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .card-align-height > * {
      width: 100%; }
    .card-align-height .card-footer {
      margin-top: auto; }
  .card p {
    max-width: 60ch;
    margin-top: 16px;
    margin-bottom: 0; }
    .card p:first-child {
      margin-top: 0; }
  .card h1, .card .h1,
  .card h2, .card .h2,
  .card h3, .card .h3,
  .card h4, .card .h4,
  .card h5, .card .h5 {
    margin: 0; }

.card-header {
  background-color: #ffffff;
  padding: 16px 24px; }
  .card-header .header-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-transform: none;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0; }
    .card-header .header-title.large-text {
      font-size: 2.5rem;
      line-height: 3.2rem;
      font-weight: 700;
      text-transform: none;
      word-break: break-word;
      letter-spacing: -0.3%;
      color: #454545; }
      @media (min-width: 768px) {
        .card-header .header-title.large-text {
          font-size: 3.1rem;
          line-height: 4.0rem;
          letter-spacing: -0.4px; } }
      @media (min-width: 992px) {
        .card-header .header-title.large-text {
          font-size: 3.9rem;
          line-height: 4.8rem;
          letter-spacing: -0.5px; } }
  .card-header .sub-header {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.1px;
    margin-top: 0;
    margin-bottom: 0;
    color: #747474; }

.card-text {
  background-color: #ffffff;
  padding: 16px 24px; }
  .card-text .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.1px;
    margin-top: 16px;
    color: #454545;
    margin-bottom: 0; }

.card-content {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.1px;
  padding: 0;
  color: #454545; }
  .card-content ul {
    margin-bottom: 0; }
  .card-content div:first-child {
    margin-top: 0; }
  .card-content .content-text {
    margin-top: 16px; }
  .card-content .content {
    text-align: center; }

.card-action {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.1px;
  padding: 16px 24px;
  color: #454545;
  margin-bottom: 0; }
  .card-action div:first-child {
    margin-top: 0; }
  .card-action:last-child {
    border-bottom: 0; }
  .card-action .action-buttons button {
    margin-right: 16px;
    margin-top: 8px; }
    @media (min-width: 768px) {
      .card-action .action-buttons button {
        margin-right: 16px;
        margin-top: 8px; } }
  @media (min-width: 576px) {
    .card-action .action-buttons .button + .button {
      margin-left: 0px; }
      .card-action .action-buttons .button + .button:first-child {
        margin-left: 0; } }
  .card-action .action-links {
    margin-top: 16px; }
    .card-action .action-links ul {
      margin: 0;
      list-style-type: none;
      padding-left: 0; }
      .card-action .action-links ul > li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0; }
        .card-action .action-links ul > li::before {
          content: "" !important;
          padding-right: 0 !important; }
      .card-action .action-links ul li {
        margin-top: 8px !important; }
  .card-action .action-functionlinks {
    margin-top: 16px;
    text-align: right; }
    .card-action .action-functionlinks .function-link, .card-action .action-functionlinks button.accordion-bulk-button {
      margin-left: 16px; }

.card-header + .card-text {
  padding-top: 0; }

.card-header + .card-content {
  padding-top: 0; }

.card-header + .card-action {
  padding-top: 0; }

.card-header + .card-header {
  padding-top: 0; }

.card-text + .card-header {
  padding-top: 0; }

.card-text + .card-content {
  padding-top: 0; }

.card-text + .card-action {
  padding-top: 0; }

.card-text + .card-text {
  padding-top: 0; }

.card-action + .card-text {
  padding-top: 0; }

.card-action + .card-header {
  padding-top: 0; }

.card-action + .card-content {
  padding-top: 0; }

.card-action + .card-action {
  padding-top: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0px; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0px; }

.card-center {
  text-align: center; }

/*
.card-inverse {
  .card-header,
  .card-footer {
      border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .card-header,
  .card-footer,
  .card-title,
  .card-blockquote {
      color: white;
  }
  .card-link,
  .card-text,
  .card-blockquote > footer {
      color: rgba(255,255,255,.65);
  }
  .card-link {
      &:hover,
      &:focus {
          color: white;
      }
  }
}
*/
/*
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

// Card image
.card-img {
  border-radius: 2px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
}



// Card image caps
.card-img {
  &-top {
    border-radius: 2px 2px 0 0;
  }
  &-bottom {
    border-radius: 0 0 2px 2px;
  }
}

//
// Card set
//

.card-deck {
  display: table;
  table-layout: fixed;
  border-spacing: 8px 0;

  .card {
      display: table-cell;
      width: 1%;
      vertical-align: top;
  }
}
.card-deck-wrapper {
  margin-right: -8px;
  margin-left: -8px;
}

//
// Card groups
//

.card-group {
  display: table;
  width: 100%;
  table-layout: fixed;

  .card {
      display: table-cell;
      vertical-align: top;

      + .card {
          margin-left: 0;
          border-left: 0;
      }

      // Handle rounded corners
      &:first-child {
          .card-img-top {
              border-top-right-radius: 0;
          }
          .card-img-bottom {
              border-bottom-right-radius: 0;
          }
      }
      &:last-child {
          .card-img-top {
              border-top-left-radius: 0;
          }
          .card-img-bottom {
              border-bottom-left-radius: 0;
          }
      }

      &:not(:first-child):not(:last-child) {
          border-radius: 0;

          .card-img-top,
          .card-img-bottom {
              border-radius: 0;
          }
      }
  }
}

.card-columns {
  column-count: 3;
  column-gap: 8px;
  .card {
      display: inline-block;
      width: 100%; // Don't let them exceed the column width
  }
}
*/
.overflow-menu + h1 {
  margin-top: 0; }

.overflow-menu {
  display: inline-block;
  position: relative; }
  .overflow-menu .button-overflow-menu {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    min-height: 40px;
    min-width: 40px;
    padding: 8px 0;
    align-items: center;
    justify-content: center;
    color: #1a1a1a; }
    .overflow-menu .button-overflow-menu:hover, .overflow-menu .button-overflow-menu:focus {
      background-color: transparent;
      color: inherit; }
    .overflow-menu .button-overflow-menu:hover {
      text-decoration: underline; }
    .overflow-menu .button-overflow-menu:after, .overflow-menu .button-overflow-menu:before {
      display: none;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      z-index: 3;
      bottom: calc(8px * -1 - 1px); }
    .overflow-menu .button-overflow-menu:after {
      border-bottom-color: #fff;
      border-width: calc(8px - 1px);
      margin-left: calc((8px - 1px)*-1); }
    .overflow-menu .button-overflow-menu:before {
      border-bottom-color: #999999;
      border-width: 8px;
      margin-left: calc(8px *-1); }
    .overflow-menu .button-overflow-menu[aria-expanded="true"]:after, .overflow-menu .button-overflow-menu[aria-expanded="true"]:before {
      display: block; }
  .overflow-menu.overflow-menu--hover-bg .button-overflow-menu {
    padding: 0; }
    .overflow-menu.overflow-menu--hover-bg .button-overflow-menu:hover {
      background-color: #F5F5F5; }
  .overflow-menu .overflow-menu-inner {
    position: absolute;
    z-index: 2;
    width: auto;
    border: 1px solid #747474;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    top: calc(100% + 8px);
    min-width: 28rem; }
    .overflow-menu .overflow-menu-inner[aria-hidden="true"] {
      display: none; }
  .overflow-menu .overflow-list {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #1a1a1a; }
    .overflow-menu .overflow-list > li {
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0; }
      .overflow-menu .overflow-list > li::before {
        content: "" !important;
        padding-right: 0 !important; }
    .overflow-menu .overflow-list button {
      background-color: transparent;
      border: 0;
      border-radius: 0;
      font-weight: 400;
      margin: 0;
      padding: 0;
      text-align: left;
      -webkit-font-smoothing: auto;
      color: inherit; }
      .overflow-menu .overflow-list button:hover, .overflow-menu .overflow-list button:focus {
        background-color: transparent;
        color: inherit; }
    .overflow-menu .overflow-list a {
      font-size: 1.6rem;
      line-height: 2.6rem;
      font-weight: 400;
      color: #1a1a1a;
      text-transform: none;
      letter-spacing: -0.1px;
      display: block;
      text-decoration: none; }
      .overflow-menu .overflow-list a:hover, .overflow-menu .overflow-list a:visited, .overflow-menu .overflow-list a:focus {
        color: #1a1a1a; }
    .overflow-menu .overflow-list button, .overflow-menu .overflow-list a {
      padding: 8px 16px;
      width: 100%; }
      .overflow-menu .overflow-list button:hover, .overflow-menu .overflow-list a:hover {
        background-color: #F5F5F5; }
  .overflow-menu:not(.overflow-menu--md-no-responsive):not(.overflow-menu--lg-no-responsive) .sidenav-list {
    border-top: 0;
    border-bottom: 0; }
  @media (max-width: 991px) {
    .overflow-menu.overflow-menu--md-no-responsive .sidenav-list {
      border-top: 0;
      border-bottom: 0; } }
  @media (max-width: 1199px) {
    .overflow-menu.overflow-menu--lg-no-responsive .sidenav-list {
      border-top: 0;
      border-bottom: 0; } }
  .overflow-menu--open-right .overflow-menu-inner {
    left: calc(50% - 19px); }
    .overflow-menu--open-right .overflow-menu-inner:after {
      left: 13px; }
  .overflow-menu--open-left .overflow-menu-inner {
    right: calc(50% - 19px); }
    .overflow-menu--open-left .overflow-menu-inner:after {
      right: 13px; }
    .overflow-menu--open-left .overflow-menu-inner li, .overflow-menu--open-left .overflow-menu-inner a, .overflow-menu--open-left .overflow-menu-inner button {
      text-align: right; }
      .overflow-menu--open-left .overflow-menu-inner li .icon-svg, .overflow-menu--open-left .overflow-menu-inner a .icon-svg, .overflow-menu--open-left .overflow-menu-inner button .icon-svg {
        float: right;
        margin-right: 4px; }
  @media (max-width: 991px) {
    .overflow-menu .button-overflow-menu.js-dropdown--responsive-collapse:before, .overflow-menu .button-overflow-menu.js-dropdown--responsive-collapse:after {
      display: none; }
    .overflow-menu .button-overflow-menu.js-dropdown--responsive-collapse ~ .overflow-menu-inner {
      width: 100%;
      position: static;
      border: none;
      box-shadow: none;
      min-width: inherit; } }
  @media (min-width: 768px) {
    .overflow-menu.overflow-menu--md-no-responsive {
      display: block; }
      .overflow-menu.overflow-menu--md-no-responsive:before, .overflow-menu.overflow-menu--md-no-responsive:after {
        display: none; }
      .overflow-menu.overflow-menu--md-no-responsive .button-overflow-menu {
        display: none; }
      .overflow-menu.overflow-menu--md-no-responsive .overflow-menu-inner {
        display: block !important;
        width: 100%;
        max-width: 100%;
        position: static;
        box-shadow: none;
        border: none;
        min-width: auto; } }
  @media (min-width: 992px) {
    .overflow-menu.overflow-menu--lg-no-responsive {
      display: block; }
      .overflow-menu.overflow-menu--lg-no-responsive:before, .overflow-menu.overflow-menu--lg-no-responsive:after {
        display: none; }
      .overflow-menu.overflow-menu--lg-no-responsive .button-overflow-menu {
        display: none; }
      .overflow-menu.overflow-menu--lg-no-responsive .overflow-menu-inner {
        display: block !important;
        width: 100%;
        max-width: 100%;
        position: static;
        box-shadow: none;
        border: none;
        min-width: auto; } }

@media (min-width: 768px) {
  .tabnav {
    margin: 0;
    list-style-type: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .tabnav > li {
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0; }
      .tabnav > li::before {
        content: "" !important;
        padding-right: 0 !important; } }

.tabnav > button {
  max-width: none;
  text-decoration: none;
  margin-bottom: 8px; }
  .tabnav > button[aria-selected=true] {
    background-color: #DCDCDC; }
  .tabnav > button[aria-selected=false] {
    background-image: url("../img/svg-icons/plus.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 3px 3px 3px 3px; }
    .tabnav > button[aria-selected=false]:focus {
      background-color: #F5F5F5; }
  @media (min-width: 768px) {
    .tabnav > button {
      display: inline-block;
      width: auto;
      color: #1a1a1a;
      text-align: center;
      padding: 0px;
      background-color: transparent;
      border-radius: 0px;
      line-height: normal;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 24px;
      padding-right: 24px;
      margin: 0 4px 4px 0px;
      text-decoration: underline;
      border-top: 4px solid #ffffff; }
      .tabnav > button[aria-selected=false] {
        background-color: #F5F5F5;
        background-image: none;
        border-radius: 0px; }
      .tabnav > button:hover {
        background-color: #DCDCDC; }
      .tabnav > button:focus {
        outline: none; }
        .tabnav > button:focus span {
          outline: 4px solid #747474; }
      .tabnav > button[aria-selected=true] {
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #747474;
        padding-left: calc(24px - 1px);
        padding-right: calc(24px - 1px);
        border-bottom: 1px solid #ffffff;
        border-radius: 0px;
        text-decoration: none;
        margin: 0 4px -1px 0px;
        padding-bottom: calc(8px + 2px);
        position: relative;
        z-index: 350; }
        .tabnav > button[aria-selected=true] span:not(.sr-only) {
          display: block; } }

@media (min-width: 768px) {
  .tabnav > button:last-of-type {
    margin-right: 8px; } }

@media (min-width: 768px) {
  .tabnav-panel {
    display: none;
    border: 1px solid #747474;
    overflow: hidden;
    margin-bottom: calc(16px);
    background-color: transparent;
    position: relative;
    z-index: 300; }
    .tabnav-panel:focus {
      outline: 4px solid #747474;
      outline-offset: 1px; } }

.tabnav-panel[aria-hidden=false] {
  display: block;
  order: 1000;
  width: 100%; }

.page-navigation {
  margin-top: 40px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .page-navigation {
      display: inline-flex; } }
  .page-navigation .button + .button {
    margin-top: 8px;
    margin-left: 0; }

.js-tooltip {
  display: inline-block; }
  .js-tooltip svg {
    pointer-events: none; }

.popover {
  cursor: pointer; }

.tooltip {
  line-height: 2.6rem;
  font-weight: 400;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.1px;
  font-size: 1.6rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: .3rem .6rem; }

.tooltip-popper {
  position: absolute;
  max-width: 66ch; }

.tooltip-popper .tooltip-arrow {
  position: absolute; }

.tooltip-popper[x-placement^=top] .tooltip-arrow {
  border-top: 7px solid #999999;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -6px;
  left: calc(50% - 7px); }
  .tooltip-popper[x-placement^=top] .tooltip-arrow:after {
    content: '';
    border-top: 6px solid white;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    bottom: 1px;
    margin-left: -6px; }

.tooltip-popper[x-placement^=bottom] .tooltip-arrow {
  border-bottom: 7px solid #999999;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -6px;
  left: calc(50% - 7px); }
  .tooltip-popper[x-placement^=bottom] .tooltip-arrow:after {
    content: '';
    border-bottom: 6px solid white;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    top: 1px;
    margin-left: -6px; }

.tooltip-popper[x-placement^=left] .tooltip-arrow {
  border-left: 7px solid #999999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -6px;
  top: calc(50% - 7px); }
  .tooltip-popper[x-placement^=left] .tooltip-arrow:after {
    content: '';
    border-left: 6px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
    position: absolute;
    top: -6px;
    margin-left: -7px; }

.tooltip-popper[x-placement^=right] .tooltip-arrow {
  border-right: 7px solid #999999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -6px;
  top: calc(50% - 7px); }
  .tooltip-popper[x-placement^=right] .tooltip-arrow:after {
    content: '';
    border-right: 6px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
    position: absolute;
    top: -6px;
    margin-left: 1px; }

@media print {
  html {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 48%; }
  body {
    display: block;
    min-height: 0; }
  .page-container {
    display: block; }
  fieldset {
    page-break-before: avoid;
    page-break-inside: auto;
    display: block;
    overflow: visible !important; }
  .form-group {
    page-break-inside: avoid; }
  .form-label {
    page-break-after: avoid; }
  .header .logo, .header .portal-header .logo {
    height: auto;
    width: auto; }
  .header .portal-header {
    overflow: hidden; }
    .header .portal-header .portal-header-inner {
      display: block; }
    .header .portal-header .portal-info {
      display: block;
      float: right; }
  .header .solution-header .solution-header-inner {
    display: block;
    overflow: hidden; }
  .header .solution-header .solution-heading {
    display: inline-block; }
  .header .solution-header .solution-info {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right; } }
  @media print and (min-width: 992px) {
    .header .solution-header .solution-info {
      margin-left: 0; } }

@media print {
  footer .footer {
    margin-top: 32px;
    padding-bottom: 0; }
    footer .footer .inline-list > li {
      display: inline-block; }
      footer .footer .inline-list > li + li {
        margin-left: 16px; }
  .card {
    box-shadow: none; } }

@media print {
  body.modal-active > header {
    display: none; }
  body.modal-active .page-container {
    display: none; }
  body.modal-active > footer {
    display: none; } }

@media print {
  body .modal .modal__overlay {
    display: block;
    position: relative;
    background-color: transparent; }
  body .modal .bg-modal {
    background: transparent !important; }
  body .modal .modal__header {
    display: block; } }

@media print and (min-width: 992px) {
  body .modal .modal__footer {
    display: block; } }

@media print and (max-width: 767px) {
  .table.table--responsive-headers:not(.d-print-table) {
    display: block; }
    .table.table--responsive-headers:not(.d-print-table) thead {
      display: none; }
    .table.table--responsive-headers:not(.d-print-table) tr {
      border-bottom: 1px solid #BFBFBF; }
      .table.table--responsive-headers:not(.d-print-table) tr:last-child {
        border-bottom: 0; }
    .table.table--responsive-headers:not(.d-print-table) tr td, .table.table--responsive-headers:not(.d-print-table) tr th {
      display: block;
      border: none !important; }
      .table.table--responsive-headers:not(.d-print-table) tr td[data-title]:not([data-title=""]):before, .table.table--responsive-headers:not(.d-print-table) tr th[data-title]:not([data-title=""]):before {
        content: attr(data-title);
        text-align: left;
        display: block;
        font-weight: 600; }
    .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr:first-child {
      border-top: solid 1px #BFBFBF; }
    .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr:last-child {
      border-bottom: solid 1px #BFBFBF; }
    .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr td:first-child, .table.table--responsive-headers:not(.d-print-table).table--borderless tbody tr th:first-child {
      padding-left: 16px; } }

@media print {
  .form-radio.printIfChecked, .form-checkbox.printIfChecked {
    display: none; }
    .form-radio.printIfChecked + label, .form-checkbox.printIfChecked + label {
      display: none; }
    .form-radio.printIfChecked:checked, .form-checkbox.printIfChecked:checked {
      display: inline-block; }
      .form-radio.printIfChecked:checked + label, .form-checkbox.printIfChecked:checked + label {
        display: inline-block; }
  .form-checkbox + label::before,
  .form-radio + label::before {
    border: none; }
  .form-radio.radio-large + label:before {
    content: none; }
  .form-checkbox:checked + label:after, .form-radio:checked + label:after, .form-checkbox.checkbox-large:checked + label:after, .form-radio.radio-large:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    width: 12px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 0 3px 3px;
    border-color: #1a1a1a;
    border-top-color: transparent;
    background: transparent;
    box-shadow: none;
    border-radius: 0px; }
  .form-checkbox.checkbox-large:checked + label:after, .form-radio.radio-large:checked + label:after {
    height: 10px;
    width: 18px;
    left: 6px;
    top: 8px; }
  .form-radio + label::before {
    border-radius: 0; }
  .form-checkbox + label::before, .form-radio + label::before, .form-checkbox:checked + label:before {
    border: 0;
    background-color: transparent; } }

.card-primary-header {
  color: #ffffff;
  background-color: #C1542A; }

.card-disabled-header {
  color: #ffffff;
  background-color: #747474; }

.wide {
  max-width: 100% !important; }

.disabled {
  color: #BFBFBF;
  opacity: 0.7; }

.nowrap {
  white-space: nowrap; }

.link {
  text-decoration: underline;
  cursor: pointer; }

.anchor-row > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.anchor-row > a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

table.fixed {
  table-layout: fixed; }

table.fixed td.no-wrap {
  white-space: nowrap; }

.no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.show-text {
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
  text-align: left; }
